:root{
    --sd-border: rgba(0,0,0,0.08);
    --sd-shadow: 0 10px 28px rgba(0,0,0,0.08);
    --sd-shadow-soft: 0 6px 18px rgba(0,0,0,0.06);
    --sd-radius: 18px;
    --sd-radius-sm: 14px;
    --sd-primary: #298bf3;
    --sd-text: #1f2937;
    --sd-muted: rgba(31,41,55,0.70);
}

/* SERVICE DETAILS */
.section-service-details{
    padding: 10px 0 40px;
}

.sd-card{
    border: 1px solid var(--sd-border);
    border-radius: var(--sd-radius);
    background: #fff;
    box-shadow: var(--sd-shadow-soft);
    overflow: hidden;
}

.sd-card-inner{
    padding: 18px;
}

.sd-card + .sd-card{
    margin-top: 18px;
}

.sd-hero{
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.sd-title{
    color: var(--sd-text);
    font-weight: 800;
    letter-spacing: -0.2px;
    margin: 0 0 8px;
}

.sd-thumb{
    width: 100%;
    border-radius: var(--sd-radius);
    overflow: hidden;
    border: 1px solid var(--sd-border);
    box-shadow: var(--sd-shadow);
    background: #fff;
}

.sd-thumb-ratio{
    aspect-ratio: 16 / 10;
    max-height: 412px;
}

.sd-thumb img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.sd-offered-by{
    margin-top: 12px;
}

.sd-offered-by strong{
    display: inline-block;
    color: var(--sd-text);
}

.sd-badges{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sd-badge-link{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid var(--sd-border);
    background: rgba(0,0,0,0.02);
    color: var(--sd-text);
    text-decoration: none;
    font-size: 14px;
    transition: background 0.15s ease, transform 0.15s ease, border-color 0.15s ease;
}

.sd-badge-link:hover{
    background: rgba(41,139,243,0.08);
    border-color: rgba(41,139,243,0.35);
    transform: translateY(-1px);
}

.sd-divider{
    height: 1px;
    background: rgba(0,0,0,0.08);
    margin: 16px 0;
}

/* SERVICE FACTS */
.sd-facts{
    border: 1px solid var(--sd-border);
    border-radius: var(--sd-radius-sm);
    background: rgba(0,0,0,0.02);
    padding: 14px;
}

.sd-facts-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.sd-facts-title h6{
    margin: 0;
    font-weight: 800;
    color: var(--sd-text);
}

.sd-facts-list{
    list-style: none;
    padding: 0;
    margin: 0;
}

.sd-facts-item{
    display: grid;
    grid-template-columns: 24px 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 10px 8px;
    border-top: 1px solid rgba(0,0,0,0.06);
}

.sd-facts-item:first-child{
    border-top: 0;
}

.sd-facts-icon{
    width: 24px;
    text-align: center;
    color: var(--sd-primary);
}

.sd-facts-label{
    color: var(--sd-muted);
    font-size: 14px;
    text-align: left;
    min-width: 120px;
}

.sd-facts-value{
    color: var(--sd-text);
    font-weight: 700;
    font-size: 14px;
    text-align: right;
}

.sd-price{
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -0.2px;
}

.sd-status-pill{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,0.10);
    background: #fff;
    font-weight: 700;
    font-size: 13px;
}

.sd-status-dot{
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #10b981;
    box-shadow: 0 0 0 4px rgba(16,185,129,0.16);
}

/* CTA */
.sd-cta{
    margin-top: 14px;
}

.sd-cta .btn-booking{
    width: 100%;
    border-radius: 12px;
    padding: 12px 14px;
    font-weight: 800;
    background: #dede;
    box-shadow: 0 0 0 4px rgba(16,185,129,0.16);
}

.sd-cta-note{
    margin-top: 10px;
    font-size: 13px;
    color: var(--sd-muted);
}

.sd-description{
    margin-top: 14px;
    line-height: 1.9;
    color: var(--sd-text);
    font-size: 16px;
}

.sd-description.cms-content p{
    margin-bottom: 24px !important;
}

.sd-description p:last-child{
    margin-bottom: 0;
}

/* REVIEWS */
.sd-reviews-title{
    margin: 0 0 10px;
    font-weight: 900;
    color: var(--sd-text);
}

.sd-review{
    border: 1px solid var(--sd-border);
    border-radius: var(--sd-radius-sm);
    background: #fff;
    padding: 14px;
}

.sd-review + .sd-review{
    margin-top: 12px;
}

.sd-review-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
}

.sd-review-by{
    color: var(--sd-muted);
    font-size: 13px;
}

.star .fa-star{
    color: rgba(0,0,0,0.18);
}

.star .checked{
    color: #f59e0b;
}

.sd-review-text{
    color: var(--sd-text);
    font-size: 14px;
    line-height: 1.6;
}

/* SIDEBAR */
.service-sidebar-card{
    background: #fff;
    border: none;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    padding: 25px;
    margin-bottom: 25px;
}

.sidebar-title{
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin-bottom: 8px;
}

.sidebar-text{
    color: #666;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 18px;
}

.sidebar-search-wrap{
    margin-bottom: 15px;
}

.sidebar-search-input{
    width: 100%;
    height: 46px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 0 14px;
    font-size: 14px;
    outline: none;
}

.sidebar-search-input:focus{
    border-color: #298bf3;
    box-shadow: 0 0 0 3px rgba(41, 139, 243, 0.08);
}

.sidebar-search-reset{
    height: 46px;
    padding: 0 14px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #f7f7f7;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
}

.sidebar-search-reset:hover{
    background: #eef5ff;
    border-color: #298bf3;
    color: #298bf3;
}

.sidebar-service-list{
    border: 1px solid #ececec;
    border-radius: 12px;
    background: #fafafa;
    overflow: hidden;
}

.sidebar-service-list-scroll{
    max-height: 460px;
    overflow-y: auto;
}

.sidebar-service-list ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-service-list li{
    margin: 10px;
    padding: 0;
    border-bottom: 0;
}

.sidebar-service-list li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 16px;
    color: #333;
    text-decoration: none;
    text-align: left;
    border-radius: 16px;
    transition: all 0.25s ease;
}

.sidebar-service-list li a:hover{
    transform: translateX(1px);
    background: #f7f9fc;
    color: #298bf3;
    box-shadow: 0 8px 12px rgba(15, 35, 55, 0.08);
}

.sidebar-service-list li.active a{
    background: #298bf3;
    color: #332f2f;
}

.service-link-left{
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.service-list-empty{
    padding: 18px;
    font-size: 14px;
    color: #777;
}

.service-sidebar-thumb{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.service-sidebar-thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.sidebar-service-list li a:hover .service-sidebar-thumb img{
    transform: scale(1.06);
}

.sd-side-text{
    min-width: 0;
}

.sd-side-title{
    font-weight: 800;
    font-size: 13.5px;
    line-height: 1.2;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sd-side-excerpt{
    margin: 4px 0 0;
    font-size: 12.5px;
    color: var(--sd-muted);
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* QUICK HELP */
.quick-help-box{
    background: linear-gradient(135deg, #f7fbff 0%, #eef6ff 100%);
    border: 1px solid #dbeafb;
    border-radius: 12px;
    padding: 18px;
}

.quick-help-box h5{
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin-bottom: 8px;
}

.quick-help-box p{
    color: #555;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.service-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.btn-service-primary,
.btn-service-secondary{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 18px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
}

.btn-service-primary{
    background: #298bf3;
    color: #fff;
    border: 1px solid #298bf3;
}

.btn-service-primary:hover{
    background: #1f73cb;
    border-color: #1f73cb;
    color: #fff;
}

.btn-service-secondary{
    background: #fff;
    color: #298bf3;
    border: 1px solid #298bf3;
}

.btn-service-secondary:hover{
    background: #298bf3;
    color: #fff;
}

/* CMS CONTENT */
.cms-content ul{
    list-style: none;
}

.cms-content ul li{
    position: relative;
    padding-left: 1.2rem;
    color: #444;
    font-size: 16px;
    font-weight: 600;
}

.cms-content ul li::before{
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #6b7280;
    font-weight: bold;
}

.cms-content li{
    list-style: inherit;
    margin-bottom: 0.35rem;
}

.cms-content b,
.cms-content strong{
    font-weight: 600;
}

.cms-content h2{
    font-size: 22px;
    font-weight: 800;
    margin: 18px 0 8px;
}

.cms-content h3{
    font-size: 18px;
    font-weight: 700;
    margin: 16px 0 6px;
}

.cms-content blockquote{
    border-left: 4px solid #298bf3;
    padding-left: 12px;
    margin: 14px 0;
    color: #555;
    font-style: italic;
}

/* SERVICE LISTING CARDS */
.card.event-card{
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    background: #fff;
    position: relative;
}

.card.event-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.card.event-card::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(255,255,255,0), rgba(0,0,0,0.08), rgba(255,255,255,0));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.card.event-card:hover::before{
    opacity: 1;
}

.card-img-wrapper{
    position: relative;
    background: #f8f9fa;
}

.card-img-wrapper img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: 50% 20%;
    display: block;
}

.service-image-placeholder{
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, #f4f6fb 0%, #e9eef9 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7f8aa3;
    font-size: 34px;
}

.card-title{
    font-size: 18px;
    font-weight: 700;
    color: #222;
}

.card-text{
    font-size: 14px;
    color: #555;
    line-height: 22px;
}

.card-buttons .btn{
    font-size: 13px;
    padding: 6px 16px;
    margin-top: 10px;
}

.service-badge{
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    z-index: 10;
    color: #fff;
    transition: transform 0.3s ease;
}

.service-badge i{
    font-size: 14px;
    margin-right: 4px;
}

.badge-green{ background: #28a745; }
.badge-blue{ background: #007bff; }
.badge-purple{ background: #6f42c1; }
.badge-orange{ background: #fd7e14; }
.badge-pink{ background: #e83e8c; }

.card:hover .service-badge{
    transform: scale(1.2);
}

.service-price-badge{
    position: absolute;
    top: 50px;
    left: 10px;
    background: #111;
    color: #fff;
    padding: 6px 10px;
    font-size: 13px;
    border-radius: 6px;
    font-weight: 600;
    z-index: 10;
}

.service-category-label{
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 6px;
    font-weight: 600;
    letter-spacing: .3px;
    z-index: 10;
}

.service-category-label.label-private{ background: rgba(0, 123, 255, 0.88); }
.service-category-label.label-mentorship{ background: rgba(111, 66, 193, 0.88); }
.service-category-label.label-learning{ background: rgba(40, 167, 69, 0.88); }
.service-category-label.label-healing{ background: rgba(220, 53, 69, 0.88); }
.service-category-label.label-reading{ background: rgba(253, 126, 20, 0.88); }
.service-category-label.label-development{ background: rgba(32, 201, 151, 0.90); }
.service-category-label.label-default{ background: rgba(0, 0, 0, 0.75); }

.service-beginner-badge{
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.95);
    color: #2d6cdf;
    font-size: 11px;
    padding: 5px 9px;
    border-radius: 999px;
    font-weight: 700;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10);
}

.service-meta{
    font-size: 13px;
    color: #777;
    margin-top: 8px;
}

.service-meta i{
    margin-right: 4px;
}

/* SERVICE CATEGORY BLOCKS */
.service-category-card{
    background: #f4f6fd;
    border-radius: 18px;
    padding: 25px 25px 10px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.service-category-card:hover{
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

.service-category-block{
    scroll-margin-top: 140px;
    margin-bottom: 40px !important;
}

.service-category-header{
    margin-bottom: 20px;
}

.service-category-title{
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin-bottom: 8px;
}

.service-category-icon{
    margin-right: 10px;
    color: #777;
    font-size: 22px;
}

.service-category-line{
    width: 100%;
    max-width: 180px;
    height: 3px;
    background: #e5e5e5;
    border-radius: 2px;
}

/* SEARCH PANEL */
.sticky-service-search{
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.service-finder-panel{
    background: #f5f7fb;
    border: 1px solid #e1e8f0;
    padding: 22px;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.service-finder-header{
    border-bottom: 1px solid #eef2f7;
    padding-bottom: 14px;
}

.service-finder-title{
    font-size: 26px;
    font-weight: 700;
    color: #222;
    margin: 0;
}

.service-finder-subtitle{
    font-size: 14px;
    color: #6c757d;
    line-height: 1.6;
}

.service-finder-label{
    font-size: 13px;
    font-weight: 700;
    color: #495057;
    margin-bottom: 8px;
}

.service-search-input-wrap{
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #dfe7f3;
    border-radius: 14px;
    overflow: hidden;
    min-height: 54px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.service-search-input-wrap:focus-within{
    border-color: #b9cdf5;
    box-shadow: 0 0 0 4px rgba(45, 108, 223, 0.08);
}

.service-search-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    color: #7a8599;
    font-size: 18px;
    flex-shrink: 0;
}

.service-search-input{
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
    height: 54px;
    padding: 0 14px 0 0;
    font-size: 15px;
    color: #212529;
    background: transparent;
}

.service-search-input::placeholder{
    color: #98a2b3;
}

.service-search-btn{
    border: none;
    background: #2d6cdf;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 0 20px;
    height: 54px;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.service-search-btn:hover{
    background: #1f57bc;
}

.service-finder-select{
    height: 54px;
    border-radius: 14px;
    border: 1px solid #dfe7f3;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
    font-size: 14px;
    color: #495057;
}

.service-finder-select:focus{
    border-color: #b9cdf5;
    box-shadow: 0 0 0 4px rgba(45, 108, 223, 0.08);
}

.service-finder-actions{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.service-choose-btn{
    min-height: 54px;
    border-radius: 14px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(45, 108, 223, 0.18);
}

.service-choose-btn:hover{
    transform: translateY(-1px);
}

.service-reset-link{
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #6c757d;
    text-decoration: none;
    transition: color 0.25s ease;
}

.service-reset-link:hover{
    color: #2d6cdf;
    text-decoration: underline;
}

.service-finder-meta{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 4px;
}

.service-meta-pill{
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #fff;
    border: 1px solid #e8edf5;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 13px;
    color: #495057;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

/* GUIDE PANEL */
.service-guide-panel{
    margin-top: -5px;
}

.service-guide-panel-inner{
    background: linear-gradient(135deg, #e2efff 0%, #ffffff 100%);
    border: 1px solid #e7eef9;
    border-radius: 18px;
    padding: 26px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.service-guide-panel-header{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eef2f7;
}

.service-guide-panel-title{
    font-size: 24px;
    font-weight: 700;
    color: #222;
}

.service-guide-panel-subtitle{
    font-size: 14px;
    color: #6c757d;
    line-height: 1.6;
}

.service-guide-panel-close{
    width: 42px;
    height: 42px;
    border: 1px solid #e1e8f2;
    background: #fff;
    color: #6c757d;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    flex-shrink: 0;
}

.service-guide-panel-close:hover{
    background: #f3f7ff;
    color: #2d6cdf;
    border-color: #cfdcff;
}

.service-guide-panel-show{
    animation: serviceGuideFadeIn 0.28s ease;
}

@keyframes serviceGuideFadeIn{
    from{
        opacity: 0;
        transform: translateY(8px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

.service-guide-btn,
.service-guide-level{
    border: 1px solid #e9ecef;
    background: #ffffff;
    border-radius: 14px;
    padding: 18px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

.service-guide-btn.active,
.service-guide-level.active,
.service-guide-duration.active{
    border-color: #2d6cdf;
    background: #eef3ff;
    box-shadow: 0 6px 16px rgba(45, 108, 223, 0.15);
    transform: translateY(-2px);
}

.service-guide-btn i,
.service-guide-level i{
    font-size: 18px;
    color: #2d6cdf;
}

.service-guide-btn:hover,
.service-guide-level:hover{
    border-color: #cfdcff;
    background: #f7f9ff;
    transform: translateY(-2px);
}

.service-help-progress{
    width: 100%;
    height: 8px;
    background: #edf1f7;
    border-radius: 999px;
    overflow: hidden;
}

.service-help-progress-bar{
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, #2d6cdf 0%, #7aa7ff 100%);
    border-radius: 999px;
    transition: width 0.25s ease;
}

/* GUIDE RESULTS */
.service-help-result-grid{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 18px;
}

.service-help-result-item{
    background: #fff;
    border: 1px solid #e9eef6;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-help-result-item:hover{
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.service-help-result-body{
    padding: 18px;
}

.service-help-result-title{
    font-size: 18px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 8px;
}

.service-help-result-text{
    font-size: 14px;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 14px;
}

.service-help-result-meta{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.service-help-result-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.service-help-scroll-btn{
    border-radius: 10px;
}

.service-result-image-wrap{
    width: 100%;
    height: 240px;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    background: #f8f9fa;
}

.service-result-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.service-result-image-placeholder{
    width: 100%;
    height: 170px;
    background: linear-gradient(135deg, #f4f6fb 0%, #e9eef9 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7f8aa3;
    font-size: 32px;
}

.service-result-card{
    border-radius: 16px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border: 1px solid #eef1f6;
}

.service-result-card:hover{
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.service-result-badge{
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.service-result-badge.best-match{
    background: #dff6e8;
    color: #1f7a43;
}

.service-result-badge.recommended-match{
    background: #e7f0ff;
    color: #2d6cdf;
}

.service-result-badge.worth-looking-match{
    background: #fff4dd;
    color: #a16b00;
}

.service-result-category{
    font-size: 12px;
    font-weight: 600;
    color: #6c757d;
    background: #f8f9fa;
    border-radius: 999px;
    padding: 6px 10px;
}

.service-result-actions .btn{
    font-size: 13px;
}

.modal-body img{
    border-radius: 0% !important;
}

.service-card-highlight{
    animation: serviceHighlightPulse 2s ease;
    box-shadow: 0 0 0 4px rgba(45, 108, 223, 0.15), 0 12px 35px rgba(45, 108, 223, 0.18) !important;
}

@keyframes serviceHighlightPulse{
    0%{
        box-shadow: 0 0 0 0 rgba(45, 108, 223, 0.00), 0 4px 20px rgba(0, 0, 0, 0.07);
    }
    35%{
        box-shadow: 0 0 0 8px rgba(45, 108, 223, 0.12), 0 12px 35px rgba(45, 108, 223, 0.18);
    }
    100%{
        box-shadow: 0 0 0 0 rgba(45, 108, 223, 0.00), 0 12px 35px rgba(45, 108, 223, 0.12);
    }
}

/* RESPONSIVE */
@media (min-width: 768px){
    .service-help-result-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 992px){
    .sd-hero{
        grid-template-columns: 0.95fr 1.15fr;
        align-items: start;
    }

    .sd-card-inner{
        padding: 20px;
    }

    .sd-thumb-ratio{
        aspect-ratio: 4 / 5;
    }

    .sd-page .service-details{
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
    }

    .sd-page .service-details > .col-lg-8,
    .sd-page .service-details > .col-md-8{
        width: 66.6666667% !important;
        max-width: none !important;
    }

    .sd-page .service-details > .col-lg-4,
    .sd-page .service-details > .col-md-4{
        width: 33.3333333% !important;
        max-width: none !important;
    }

    .sd-page .right-column-1080{
        margin-top: 0 !important;
    }
}

@media (max-width: 991.98px){
    .sd-page .service-details{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
    }

    .sd-page .right-column-1080{
        width: 100%;
        max-width: 800px;
        margin: 20px auto 0;
    }

    .sd-page .col-lg-8,
    .sd-page .col-md-8{
        width: 100%;
        max-width: 900px;
        margin: 0 auto;
    }

    .sd-main{
        order: 1;
    }

    .right-column-1080{
        order: 2;
        margin-top: 20px;
    }

    .sd-title{
        font-size: 26px;
    }

    .sd-thumb-ratio{
        aspect-ratio: 16 / 10;
    }
}

@media (max-width: 767.98px){
    .service-sidebar-card{
        padding: 18px;
    }

    .sd-title{
        font-size: 24px;
    }

    .service-actions{
        flex-direction: column;
    }

    .btn-service-primary,
    .btn-service-secondary{
        width: 100%;
    }

    .sidebar-service-list-scroll{
        max-height: 320px;
    }

    .service-guide-panel-inner{
        padding: 20px;
    }

    .service-guide-panel-title{
        font-size: 21px;
    }

    .service-guide-panel-header{
        align-items: center;
    }

    .service-finder-panel{
        padding: 18px;
    }

    .service-finder-title{
        font-size: 22px;
    }

    .service-search-input-wrap{
        flex-wrap: nowrap;
    }

    .service-search-btn{
        padding: 0 16px;
        font-size: 13px;
    }
}

@media (max-width: 768px){
    .sd-thumb img{
        object-position: top;
    }
}