/*=========================================
SERVICE DETAIL INNER PAGES
=========================================*/

.sd-hero{
    position:relative;
    padding:180px 0 90px;
    background:linear-gradient(180deg,#FCFAF7 0%,#F7F2EC 100%);
    overflow:hidden;
}

.sd-hero::before,
.sd-hero::after{
    content:"";
    position:absolute;
    border-radius:50%;
    filter:blur(100px);
    pointer-events:none;
}

.sd-hero::before{
    width:480px;
    height:480px;
    left:-160px;
    top:-160px;
    background:rgba(201,169,106,.08);
}

.sd-hero::after{
    width:420px;
    height:420px;
    right:-140px;
    bottom:-140px;
    background:rgba(204,220,232,.35);
}

.sd-hero-content{
    position:relative;
    z-index:2;
    max-width:820px;
    margin:0 auto;
}

.sd-breadcrumb{
    margin-bottom:22px;
    font-size:14px;
    color:#8b8b8b;
}

.sd-breadcrumb a{
    color:#8b8b8b;
    text-decoration:none;
    transition:.3s;
}

.sd-breadcrumb a:hover{
    color:var(--gold);
}

.sd-breadcrumb span{
    margin:0 8px;
}

.sd-hero h1{
    font-size:clamp(36px, 5vw, 64px);
    margin:18px 0;
    color:#2D392B;
}

.sd-hero p{
    max-width:680px;
    margin:0 auto;
    font-size:17px;
    line-height:1.9;
    color:var(--text);
}

.sd-price-badge{
    display:inline-flex;
    align-items:baseline;
    gap:10px;
    margin:8px 0 12px;
    padding:12px 24px;
    border-radius:50px;
    background:rgba(255,255,255,.8);
    border:1px solid rgba(201,169,106,.2);
    box-shadow:0 12px 30px rgba(0,0,0,.04);
}

.sd-price-badge strong{
    font-family:'Cormorant Garamond',serif;
    font-size:36px;
    font-weight:600;
    color:var(--gold);
    line-height:1;
}

.sd-price-badge span{
    font-size:14px;
    color:#777;
}

.sd-schedule{
    font-size:15px !important;
    font-weight:600;
    color:#666 !important;
    margin-bottom:12px !important;
}

.sd-schedule i{
    color:var(--gold);
    margin-right:4px;
}

.sd-bullets{
    list-style:none;
    padding:0;
    margin:8px 0 24px;
}

.sd-bullets li{
    position:relative;
    padding-left:32px;
    margin-bottom:12px;
    line-height:1.7;
    color:#333;
}

.sd-bullets li::before{
    content:"✓";
    position:absolute;
    left:0;
    color:var(--gold);
    font-weight:700;
}

/* Body */

.sd-body{
    padding:100px 0 110px;
    background:#FDFCF8;
}

.sd-visual{
    position:relative;
    background:#fff;
    border-radius:28px;
    padding:50px 40px;
    box-shadow:0 24px 60px rgba(0,0,0,.06);
    border:1px solid rgba(201,169,106,.12);
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:380px;
    overflow:hidden;
}

.sd-visual::before{
    content:"";
    position:absolute;
    width:220px;
    height:220px;
    border-radius:50%;
    background:rgba(201,169,106,.08);
    top:-60px;
    right:-60px;
}

.sd-visual-icon{
    position:relative;
    z-index:1;
    width:100%;
    max-width:280px;
}

.sd-visual-icon img{
    width:100%;
    height:auto;
    object-fit:contain;
    display:block;
}

.sd-eyebrow{
    display:inline-block;
    font-size:13px;
    font-weight:600;
    letter-spacing:2.5px;
    text-transform:uppercase;
    color:var(--gold);
    margin-bottom:14px;
}

.sd-content h2{
    font-size:clamp(32px, 3.5vw, 44px);
    color:#2D392B;
    margin-bottom:22px;
}

.sd-content p{
    font-size:16px;
    line-height:1.9;
    color:#444;
    margin-bottom:18px;
}

.sd-ideal{
    margin-top:28px;
    padding:24px 26px;
    background:#fff;
    border-radius:18px;
    border-left:3px solid var(--gold);
    box-shadow:0 12px 30px rgba(0,0,0,.04);
}

.sd-ideal h5{
    margin:0 0 10px;
    font-family:'Manrope',sans-serif;
    font-size:15px;
    font-weight:700;
    letter-spacing:.5px;
    text-transform:uppercase;
    color:#2D392B;
}

.sd-ideal p{
    margin:0;
    color:#555;
}

/* Benefits */

.sd-benefits{
    margin-top:100px;
}

.sd-benefits .section-heading{
    margin-bottom:50px;
}

.sd-benefits .section-heading h2{
    margin:16px 0 0;
    color:#2D392B;
}

.sd-benefit-card{
    height:100%;
    min-height:160px;
    padding:28px 26px;
    background:#fff;
    border-radius:20px;
    border:1px solid rgba(201,169,106,.14);
    box-shadow:0 14px 36px rgba(0,0,0,.04);
    transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease;
    display:flex;
    flex-direction:column;
}

.sd-benefit-card:hover{
    transform:translateY(-6px);
    box-shadow:0 22px 48px rgba(0,0,0,.07);
    border-color:rgba(201,169,106,.35);
}

.sd-benefit-num{
    display:inline-block;
    font-family:'Cormorant Garamond',serif;
    font-size:28px;
    font-weight:600;
    color:var(--gold);
    margin-bottom:12px;
}

.sd-benefit-card p{
    margin:0;
    font-size:15.5px;
    line-height:1.7;
    color:#444;
    flex:1;
}

/* Related */

.sd-related{
    margin-top:100px;
}

.sd-related .section-heading{
    margin-bottom:50px;
}

.sd-related .section-heading h2{
    margin:16px 0 0;
    color:#2D392B;
}

.sd-related-card{
    display:block;
    height:100%;
    padding:32px 28px;
    background:#fff;
    border-radius:22px;
    border:1px solid rgba(201,169,106,.12);
    box-shadow:0 14px 36px rgba(0,0,0,.04);
    text-decoration:none;
    transition:.35s;
}

.sd-related-card:hover{
    transform:translateY(-8px);
    box-shadow:0 24px 50px rgba(0,0,0,.08);
    border-color:rgba(201,169,106,.35);
}

.sd-related-icon{
    width:72px;
    height:72px;
    margin-bottom:22px;
    border-radius:50%;
    background:#FCFAF7;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 10px 24px rgba(0,0,0,.05);
}

.sd-related-icon img{
    width:40px;
    height:40px;
    object-fit:contain;
}

.sd-related-card h4{
    font-size:24px;
    margin-bottom:12px;
    color:#2D392B;
}

.sd-related-card p{
    font-size:15px;
    line-height:1.7;
    color:var(--text);
    margin-bottom:18px;
}

.sd-related-card span{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:var(--gold);
    font-weight:600;
    font-size:14px;
}

.sd-related-card span i{
    transition:.3s;
}

.sd-related-card:hover span i{
    transform:translateX(4px);
}

/* Responsive */

@media(max-width:991px){

.sd-hero{
    padding:150px 0 70px;
}

.sd-body{
    padding:70px 0 80px;
}

.sd-visual{
    min-height:300px;
    margin-bottom:10px;
}

.sd-benefits,
.sd-related{
    margin-top:70px;
}

}

@media(max-width:767px){

.sd-hero{
    padding:130px 0 60px;
}

}
