 .service-detail-v2 .service-hero{
        padding:120px 0;
        background:linear-gradient(180deg,#f7f9fc 0%,#ffffff 100%);
    }

    .service-detail-v2 .service-hero__container{
        max-width:1200px;
        margin:auto;
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:60px;
        padding:0 20px;
    }

    /* LEFT SIDE */

    .service-detail-v2 .service-hero__content{
        flex:1;
    }

    .service-detail-v2 .service-hero__badge{
        display:inline-block;
        background:#e9f1ff;
        color:#3b82f6;
        font-size:13px;
        padding:6px 14px;
        border-radius:20px;
        margin-bottom:20px;
        font-weight:600;
    }

    .service-detail-v2 .service-hero__title{
        font-size:48px;
        font-weight:700;
        line-height:1.2;
        margin-bottom:20px;
        color:var(--vtc-text-heading-text-1);
    }

    .service-detail-v2 .service-hero__description{
        font-size:16px;
        color:#6b7280;
        max-width:520px;
        margin-bottom:30px;
    }

    /* BUTTONS */

    .service-detail-v2 .service-hero__buttons{
        display:flex;
        gap:16px;
        flex-wrap:wrap;
    }

    .service-detail-v2 .service-btn{
        display:inline-flex;
        align-items:center;
        gap:8px;
        padding:14px 22px;
        border-radius:8px;
        font-size:15px;
        text-decoration:none;
        font-weight:600;
    }

    .service-detail-v2 .service-btn--primary{
        background:var(--vtc-text-heading-text-1);
        color:#fff;
    }

    .service-detail-v2 .service-btn--primary:hover{
        background:#2563eb;
    }

    .service-detail-v2 .service-btn--secondary{
        border:1px solid #e5e7eb;
        color:#111827;
        background:#fff;
    }

    /* RIGHT SIDE */

    .service-detail-v2 .service-hero__visual{
        flex:1;
        display:flex;
        justify-content:center;
    }

    .service-detail-v2 .service-hero__image-card{
        position:relative;
        background:#0f172a;
        padding:30px;
        border-radius:24px;
transform:scale(1.05);
        box-shadow:0 20px 60px rgba(0,0,0,0.1);
    }

    .service-detail-v2 .service-hero__image{
        width:520px;
        max-width:100%;
        border-radius:10px;
    }

    /* FLOATING STATS */

    .service-detail-v2 .service-hero__stat{
        position:absolute;
        background:#fff;
        padding:10px 14px;
        border-radius:10px;
        box-shadow:0 10px 30px rgba(0,0,0,0.1);
        font-size:12px;
    }

    .service-detail-v2 .service-hero__stat strong{
        display:block;
        font-size:14px;
        color:#111827;
    }

    .service-detail-v2 .service-hero__stat--top{
        top:-15px;
        right:-15px;
    }

    .service-detail-v2 .service-hero__stat--bottom{
        bottom:-15px;
        left:-15px;
    }
    .service-detail-v2 .service-hero__highlight{
        color:#3b82f6;
        display:block;
    }
    /* RESPONSIVE */

    @media (max-width:992px){

        .service-detail-v2 .service-hero__container{
            flex-direction:column;
            text-align:center;
        }

        .service-detail-v2 .service-hero__description{
            margin:auto;
        }

        .service-detail-v2 .service-hero__buttons{
            justify-content:center;
        }

        .service-detail-v2 .service-hero__image{
            width:100%;
            max-width:360px;
        }

    }
.service-detail-v2__outcomes{
background:#f6f8fb;
padding:120px 20px; /* ↑ more breathing space */
}

.service-detail-v2__container,
.service-detail-v2 .sdv2-container{
max-width:1200px;
margin:auto;
padding:0 20px;
}

.service-detail-v2__outcomes-header{
text-align:center;
margin-bottom:80px; /* ↑ more gap like design */
}

.service-detail-v2__outcomes-header h2{
font-size:40px; /* ↑ bigger title */
font-weight:700;
color:var(--vtc-text-heading-text-1);
margin-bottom:18px;
letter-spacing:-0.3px;
}

.service-detail-v2__outcomes-header p{
color:#64748b;
max-width:720px;
margin:auto;
font-size:17px; /* slightly bigger */
line-height:1.8;
}

/* GRID — KEEP ORIGINAL STRUCTURE */
.service-detail-v2__outcomes-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:40px; /* ↑ better spacing */
}

/* CARD */
.service-detail-v2__outcome-card{
background:#ffffff;
border-radius:18px; /* softer */
padding:40px;
box-shadow:0 20px 50px rgba(0,0,0,0.05); /* premium shadow */
transition:all .3s ease;
}

.service-detail-v2__outcome-card:hover{
transform:translateY(-8px);
box-shadow:0 25px 60px rgba(0,0,0,0.08);
}

/* ICON */
.service-detail-v2__icon{
width:56px;
height:56px;
background:#e9f1ff;
border-radius:12px;
display:flex;
align-items:center;
justify-content:center;
color:#3b82f6;
font-size:20px;
margin-bottom:22px;
}

/* TITLE */
.service-detail-v2__outcome-card h3{
font-size:20px;
font-weight:600;
margin-bottom:12px;
color: var(--vtc-text-heading-text-1);
}

/* TEXT */
.service-detail-v2__outcome-card p{
font-size:16px;
color:#6b7280;
line-height:1.7;
}

    /* SERVICES */

    .service-detail-v2 .sdv2-services{
        padding:100px 0;
        background:#ffffff;
    }

    .service-detail-v2 .sdv2-services__header{
        display:flex;
        align-items:center;
        justify-content:space-between;
        margin-bottom:40px;
        flex-wrap:wrap;
        gap:10px;
    }

    .service-detail-v2 .sdv2-services__eyebrow{
font-size:13px;
color:#3b82f6;
font-weight:600;
letter-spacing:1px;
margin-bottom:10px;
display:block;
    }

    .service-detail-v2 .sdv2-services__title{
font-size:40px;              /* 🔥 bigger */
font-weight:700;
color:var(--vtc-text-heading-text-1);
letter-spacing:-0.3px;
    }

    .service-detail-v2 .sdv2-services__link{
        color:#3b82f6;
        font-size:14px;
        text-decoration:none;
    }

    .service-detail-v2 .sdv2-services__grid{
        display:grid;
        grid-template-columns:repeat(3,1fr);
        gap:32px;
    }

    .service-detail-v2 .sdv2-service-card{
background:#f8fafc;
border-radius:16px;
padding:32px;
box-shadow:0 8px 25px rgba(0,0,0,0.04);
transition:all .25s ease;
    }

    .service-detail-v2 .sdv2-service-card:hover{
        transform:translateY(-6px);
    }

    .service-detail-v2 .sdv2-service-card__top{
        display:flex;
        justify-content:space-between;
        margin-bottom:15px;
    }

    .service-detail-v2 .sdv2-service-card__icon{
width:42px;
height:42px;
background:#e9f1ff;
border-radius:10px;
display:flex;
align-items:center;
justify-content:center;
color:#3b82f6;
font-size:16px;
    }

    .service-detail-v2 .sdv2-service-card__num{
color:#e2e8f0;   /* 🔥 lighter */
font-weight:700;
font-size:18px;
    }

    .service-detail-v2 .sdv2-service-card__title{
        font-size:19px;
font-weight:600;
margin:12px 0 8px;
color:var(--vtc-text-heading-text-1);
    }

    .service-detail-v2 .sdv2-service-card__text{
        font-size:15px;
color:#64748b;
line-height:1.7;
    }

    /* CTA CARD */
 .service-detail-v2 .sdv2-service-card--cta{
background: var(--vtc-text-heading-text-1);
color:#fff;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
border-radius:16px;
padding:40px;
}
.sdv2-service-card--cta h3{
    color: white;
}
.service-detail-v2 .sdv2-cta__icon{
width:50px;
height:50px;
background:rgba(255,255,255,0.2);
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:22px;
margin:0 auto 15px;
}

.service-detail-v2 .sdv2-service-cta h3{
font-size:20px;
margin-bottom:8px;
}

.service-detail-v2 .sdv2-service-cta p{
font-size:14px;
opacity:.9;
margin-bottom:15px;
}
.service-detail-v2 .sdv2-service-cta{
width:100%;
}
.service-detail-v2 .sdv2-cta__btn{
display:inline-block;
padding:12px 22px;
background:#fff;
color:#3b82f6;
border-radius:8px;
font-size:14px;
font-weight:600;
text-decoration:none;
}

    /* TESTIMONIAL */

    .service-detail-v2 .sdv2-testimonial{
        padding:100px 0;
        background:#f7f9fc;
    }

    .service-detail-v2 .sdv2-testimonial__card{
    display:flex;
    border-radius:20px; /* smoother */
    overflow:hidden;
    background:#ffffff;
    box-shadow:0 20px 60px rgba(0,0,0,0.06); /* stronger */
    }

    .service-detail-v2 .sdv2-testimonial__content{
        flex:1;
        padding:60px;
    }

  .service-detail-v2 .sdv2-testimonial__label{
    font-size:12px;
    color:#3b82f6;
    margin-bottom:12px;
    font-weight:600;
    letter-spacing:1px;
}

    .service-detail-v2 .sdv2-testimonial__quote{
    font-size:28px;   /* 🔥 bigger like reference */
    font-weight:600;
    line-height:1.4;
    margin-bottom:30px;
    color:var(--vtc-text-heading-text-1);
}

    .service-detail-v2 .sdv2-testimonial__stats{
        display:flex;
        gap:60px;
        margin-bottom:25px;
    }

    .service-detail-v2 .sdv2-stat__value{
    font-size:36px; /* 🔥 bigger */
    font-weight:700;
    color:#3b82f6;
    display:block;
}

    .service-detail-v2 .sdv2-stat__label{
        font-size:14px;
        color:#64748b;
    }
.service-detail-v2 .sdv2-stat{
    position:relative;
}

.service-detail-v2 .sdv2-stat:first-child:after{
    content:"";
    position:absolute;
    right:-30px;
    top:10px;
    width:1px;
    height:40px;
    background:#e5e7eb;
}
.service-detail-v2 .sdv2-testimonial__link{
    color:#3b82f6;
    font-size:15px;
    font-weight:500;
    text-decoration:none;
}
    .service-detail-v2 .sdv2-testimonial__image{
        flex:1.2;
    }

    .service-detail-v2 .sdv2-testimonial__image img{
        width:100%;
        height:100%;
        object-fit:cover;
        border-radius:0 20px 20px 0;
    }

    /* responsive */

    @media (max-width:992px){

        .service-detail-v2 .sdv2-services__grid{
            grid-template-columns:1fr;
        }

        .service-detail-v2 .sdv2-testimonial__card{
            flex-direction:column;
        }

    }

    .service-detail-v2 .sdv2-deliver{
        background:#f6f8fb;
        padding:110px 0;
    }

    .service-detail-v2 .sdv2-deliver__header{
        text-align:center;
        margin-bottom:70px;
    }

    .service-detail-v2 .sdv2-deliver__title{
    font-size:40px; /* 🔥 bigger */
    font-weight:700;
    color:var(--vtc-text-heading-text-1);
    letter-spacing:-0.3px;
}

    .service-detail-v2 .sdv2-deliver__subtitle{
    color:#64748b;
    font-size:17px;  /* 🔥 slightly bigger */
    line-height:1.7;
}

    .service-detail-v2 .sdv2-deliver__grid{
        display:grid;
        grid-template-columns:repeat(4,1fr);
        gap:28px;
    }

    .service-detail-v2 .sdv2-deliver__card{
    background:#f8fafc;
    padding:34px;
    border-radius:16px;
    box-shadow:0 12px 30px rgba(0,0,0,0.05);
    transition:all .25s ease;
}
.service-detail-v2 .sdv2-deliver__card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(0,0,0,0.08);
}
    .service-detail-v2 .sdv2-deliver__icon{
    width:48px;
    height:48px;
    background:#e9f1ff;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#3b82f6;
    font-size:18px;
    margin-bottom:20px;
}
    .service-detail-v2 .sdv2-deliver__card ul{
        list-style:none;
        padding:0;
        margin-top:10px;
    }

    .service-detail-v2 .sdv2-deliver__card li{
    font-size:14px;
    color:#64748b;
    margin-bottom:8px;
    display:flex;
    align-items:center;
    gap:8px;
}

/*    .service-detail-v2 .sdv2-deliver__card li:before{*/
/*    content:"✔";*/
/*    color:#22c55e;*/
/*    font-size:12px;*/
/*}*/
   .service-detail-v2 .sdv2-deliver__card h3{
    font-size:20px;
    font-weight:600;
    margin-bottom:12px;
    color:var(--vtc-text-heading-text-1);
}
    .service-detail-v2 .sdv2-deliver__card ul{
        padding-left:18px;
        margin-top:10px;
    }
.service-detail-v2 .sdv2-deliver__desc{
    font-size:14px;
    color:#64748b;
    margin-bottom:14px;
    line-height:1.6;
}
    .service-detail-v2 .sdv2-deliver__card li{
        font-size:14px;
        color:#6b7280;
        margin-bottom:6px;
    }
    
    /* FINAL CTA SECTION */

    .service-detail-v2 .sdv2-cta{
        background:#ffffff;
        padding:140px 0;
        text-align:center;
    }

    .service-detail-v2 .sdv2-cta__title{
    font-size:44px; /* 🔥 bigger like reference */
    font-weight:700;
    color:var(--vtc-text-heading-text-1);
    margin-bottom:18px;
    letter-spacing:-0.4px;
    line-height:1.25;
    }

    .service-detail-v2 .sdv2-cta__text{
    color:#64748b;
    font-size:17px;
    max-width:640px;
    margin:0 auto 35px;
    line-height:1.7;
}

    .service-detail-v2 .sdv2-cta__buttons{
        display:flex;
        justify-content:center;
        gap:18px;
        flex-wrap:wrap;
    }

.service-detail-v2 .sdv2-btn{
    display:inline-flex;          /* 🔥 important change */
    align-items:center;
    justify-content:center;
    gap:6px;
    padding:12px 24px;
    border-radius:8px;
    font-size:14px;
    font-weight:600;
    text-decoration:none;
}

.service-detail-v2 .sdv2-btn--primary{
    background:var(--vtc-text-heading-text-1);
    color:#fff;
    padding:16px 28px;
    border-radius:10px;
    font-size:15px;
    font-weight:600;
    box-shadow:0 10px 25px rgba(59,130,246,0.35); /* 🔥 glow */
    transition:all .25s ease;
}

.service-detail-v2 .sdv2-btn--primary:hover{
    background:#2563eb;
    transform:translateY(-2px);
    box-shadow:0 14px 30px rgba(59,130,246,0.45);
}

    .service-detail-v2 .sdv2-btn--secondary{
    background:#f1f5f9; /* 🔥 light grey */
    color:#334155;
    padding:16px 28px;
    border-radius:10px;
    font-size:15px;
    font-weight:600;
    border:none;
    transition:all .25s ease;
}

.service-detail-v2 .sdv2-btn--secondary:hover{
    background:#e2e8f0;
}
/* ================= FINAL RESPONSIVE SYSTEM ================= */

/* ---------- TABLET (≤992px) ---------- */
@media (max-width:992px){

    /* HERO */
    .service-detail-v2 .service-hero{
        padding:90px 0;
    }
     .service-detail-v2 .service-hero__image-card{
        transform:none;
    }
    .service-detail-v2 .service-hero__title{
        font-size:36px;
    }

    /* SERVICES GRID */
    .service-detail-v2 .sdv2-services__grid{
        grid-template-columns:repeat(2,1fr);
    }

    /* DELIVER GRID */
    .service-detail-v2 .sdv2-deliver__grid{
        grid-template-columns:repeat(2,1fr);
    }
}


/* ---------- MOBILE (≤768px) ---------- */
@media (max-width:768px){

    .service-hero__description{
        padding-bottom: 25px;
    }
    /* ===== HERO ===== */
    .service-detail-v2 .service-hero{
        padding:70px 0;
    }
    
        .service-detail-v2 .sdv2-services__grid{
        grid-template-columns:repeat(1,1fr);
    }
    
    .service-detail-v2 .sdv2-deliver__grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .service-detail-v2 .service-hero__title{
        font-size:30px;
        line-height:1.3;
    }
    .service-detail-v2 .sdv2-services__link{
    display:none;
}
    .service-detail-v2 .service-hero__description{
        font-size:15px;
    }

    .service-detail-v2 .service-hero__buttons{
        flex-direction:column;
        align-items:center;
    }

    .service-detail-v2 .service-btn{
        width:100%;
        justify-content:center;
    }

    .service-detail-v2 .service-hero__image-card{
        transform:none;
    }


    /* ===== OUTCOMES ===== */
    .service-detail-v2__outcomes{
        padding:70px 15px;
    }

    .service-detail-v2__outcomes-header h2{
        font-size:26px;
    }

    .service-detail-v2__outcomes-header p{
        font-size:15px;
    }

    .service-detail-v2__outcome-card{
        padding:22px;
    }


    /* ===== SERVICES ===== */
    .service-detail-v2 .sdv2-services{
        padding:70px 0;
    }

    .service-detail-v2 .sdv2-services__header{
        flex-direction:column;
        align-items:center;
        text-align:center;
    }

    .service-detail-v2 .sdv2-services__title{
        font-size:26px;
    }

    .service-detail-v2 .sdv2-service-card{
        padding:22px;
    }


    /* ===== TESTIMONIAL ===== */
    .service-detail-v2 .sdv2-testimonial{
        padding:70px 0;
    }

    .service-detail-v2 .sdv2-testimonial__content{
        padding:25px 18px;
    }

    .service-detail-v2 .sdv2-testimonial__quote{
        font-size:20px;
    }

    .service-detail-v2 .sdv2-testimonial__stats{
        flex-direction:column;
        gap:12px;
    }

    .service-detail-v2 .sdv2-stat:first-child:after{
        display:none;
    }

    .service-detail-v2 .sdv2-testimonial__image img{
        border-radius:0 0 20px 20px;
    }


    /* ===== DELIVER ===== */
    .service-detail-v2 .sdv2-deliver{
        padding:70px 0;
    }

    .service-detail-v2 .sdv2-deliver__title{
        font-size:26px;
    }

    .service-detail-v2 .sdv2-deliver__subtitle{
        font-size:15px;
    }

    .service-detail-v2 .sdv2-deliver__card{
        padding:22px;
    }


    /* ===== CTA ===== */
    .service-detail-v2 .sdv2-cta{
        padding:80px 20px;
    }

    .service-detail-v2 .sdv2-cta__title{
        font-size:28px;
    }

    .service-detail-v2 .sdv2-cta__text{
        font-size:15px;
    }

    .service-detail-v2 .sdv2-cta__buttons{
        flex-direction:column;
    }

    .service-detail-v2 .sdv2-btn{
        width:100%;
    }
    
    .service-detail-v2__outcomes-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
}
}
