/* =========================================================
   SERVICES PAGE — COMPLUS MEDIA
========================================================= */

.services-page-hero{
    padding:150px 0 85px;
    background:
        radial-gradient(circle at 80% 20%, rgba(233,165,20,.08), transparent 25%),
        #fff;
}

.services-page-eyebrow{
    margin-bottom:14px;
    color:var(--gold);
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.5px;
}

.services-page-hero h1{
    margin:0;
    color:#111827;
    font-size:clamp(48px,6vw,78px);
    line-height:1.02;
    letter-spacing:-3px;
}

.services-page-hero h1 span,
.services-page-why h2 span{
    color:#f26a16;
}

.services-page-lead{
    max-width:650px;
    margin-top:24px;
    color:#5f6874;
    font-size:15px;
    line-height:1.8;
}

.services-page-benefits{
    margin-top:28px;
    display:flex;
    flex-wrap:wrap;
    gap:26px;
}

.services-page-benefits div{
    display:flex;
    align-items:center;
    gap:10px;
    color:#4d5662;
    font-size:12px;
    font-weight:700;
}

.services-page-benefits i{
    width:34px;
    height:34px;
    display:grid;
    place-items:center;
    border-radius:9px;
    color:#f26a16;
    background:#fff1e8;
}

.services-page-engagement-card{
    padding:36px;
    border-radius:18px;
    color:#fff;
    background:
        linear-gradient(135deg,rgba(7,11,15,.96),rgba(7,11,15,.90)),
        url('../images/services-page/services-hero-card.jpg') center/cover;
    box-shadow:0 24px 55px rgba(15,23,42,.16);
}

.services-page-engagement-card p{
    color:var(--gold);
    font-size:11px;
    font-weight:800;
    text-transform:uppercase;
}

.services-page-engagement-card h2{
    margin:12px 0;
    font-size:34px;
    line-height:1.2;
}

.services-page-engagement-card > span{
    color:#d5d9de;
    font-size:13px;
    line-height:1.7;
}

.services-page-tags{
    margin-top:25px;
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.services-page-tags small{
    padding:9px 13px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:8px;
    color:#fff;
    font-size:10px;
}

.services-page-grid-section{
    padding:90px 0;
    border-top:1px solid #eceff2;
    background:#f8f9fb;
}

.services-page-heading{
    max-width:760px;
    margin:auto;
    text-align:center;
}

.services-page-heading h2{
    margin:0 0 12px;
    color:#111827;
    font-size:clamp(32px,4vw,48px);
    letter-spacing:-1.5px;
}

.services-page-heading > span{
    color:#68717c;
    font-size:13px;
    line-height:1.7;
}

.services-page-card{
    padding:28px;
    display:flex;
    flex-direction:column;
    border:1px solid #e2e6eb;
    border-radius:14px;
    background:#fff;
    box-shadow:0 12px 30px rgba(15,23,42,.05);
    transition:.3s ease;
}

.services-page-card:hover{
    transform:translateY(-8px);
    border-color:rgba(242,106,22,.35);
    box-shadow:0 22px 45px rgba(15,23,42,.11);
}

.services-page-card-icon{
    width:48px;
    height:48px;
    display:grid;
    place-items:center;
    border-radius:12px;
    color:#f26a16;
    background:#fff1e8;
    font-size:20px;
}

.services-page-card h3{
    margin:18px 0 12px;
    color:#111827;
    font-size:18px;
}

.services-page-card p{
    flex:1;
    color:#68717c;
    font-size:13px;
    line-height:1.7;
}

.services-page-card a{
    margin-top:18px;
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#f26a16;
    font-size:11px;
    font-weight:800;
    text-transform:uppercase;
}

.services-page-card a:hover i{
    transform:translateX(5px);
}

.services-page-card a i{
    transition:.25s ease;
}

.services-page-approach{
    padding:80px 0;
    color:#fff;
    background:linear-gradient(180deg,#0b1116,#05090c);
}

.services-page-heading-light h2{
    color:#fff;
}

.services-page-heading-light > span{
    color:#c9d0d7;
}

.services-page-step{
    min-height:190px;
    padding:25px 20px;
    text-align:center;
    border-right:1px solid rgba(255,255,255,.12);
}

.services-page-approach .col-lg-3:last-child .services-page-step{
    border-right:0;
}

.services-page-step > div{
    width:54px;
    height:54px;
    margin:0 auto 16px;
    display:grid;
    place-items:center;
    border:1px solid var(--gold);
    border-radius:50%;
    color:var(--gold);
    font-size:20px;
}

.services-page-step h3{
    font-size:14px;
}

.services-page-step p{
    color:#cbd1d8;
    font-size:11px;
    line-height:1.6;
}

.services-page-why{
    padding:90px 0;
    background:#fff;
}

.services-page-why h2{
    font-size:clamp(34px,4vw,52px);
    line-height:1.12;
    letter-spacing:-1.5px;
}

.services-page-why > .container p{
    color:#68717c;
    font-size:13px;
    line-height:1.75;
}

.services-page-numbers{
    margin-top:28px;
    display:flex;
    gap:16px;
}

.services-page-numbers div{
    min-width:150px;
    padding:20px;
    border:1px solid #e5e8ec;
    border-radius:12px;
    background:#fafbfc;
}

.services-page-numbers strong,
.services-page-numbers span{
    display:block;
}

.services-page-numbers strong{
    color:#f26a16;
    font-size:30px;
}

.services-page-numbers span{
    color:#68717c;
    font-size:11px;
}

.services-page-reasons{
    display:flex;
    flex-direction:column;
    gap:14px;
}

.services-page-reasons article{
    padding:18px;
    display:flex;
    align-items:flex-start;
    gap:15px;
    border:1px solid #e5e8ec;
    border-radius:12px;
    background:#fff;
    box-shadow:0 8px 20px rgba(15,23,42,.04);
}

.services-page-reasons article > div{
    width:38px;
    height:38px;
    flex:0 0 38px;
    display:grid;
    place-items:center;
    border-radius:10px;
    color:#f26a16;
    background:#fff1e8;
}

.services-page-reasons strong,
.services-page-reasons small{
    display:block;
}

.services-page-reasons strong{
    margin-bottom:4px;
    color:#111827;
    font-size:13px;
}

.services-page-reasons small{
    color:#68717c;
    font-size:11px;
    line-height:1.5;
}

.services-page-cta{
    position:relative;
    padding:80px 0;
    color:#fff;
    background:url('../images/services-page/services-cta.jpg') center/cover no-repeat;
}

.services-page-cta-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(5,9,12,.96),rgba(5,9,12,.55));
}

.services-page-cta h2{
    font-size:clamp(34px,4vw,52px);
}

.services-page-cta p{
    max-width:650px;
    color:#d1d7dd;
    font-size:14px;
    line-height:1.75;
}

@media(max-width:991px){
    .services-page-hero{
        padding-top:125px;
    }

    .services-page-step{
        border-right:0;
        border-bottom:1px solid rgba(255,255,255,.12);
    }

    .services-page-approach .col-md-6:nth-last-child(-n+2) .services-page-step{
        border-bottom:0;
    }
}

@media(max-width:767px){
    .services-page-hero{
        padding:110px 0 65px;
    }

    .services-page-hero h1{
        font-size:46px;
        letter-spacing:-1.7px;
    }

    .services-page-engagement-card{
        padding:28px 22px;
    }

    .services-page-grid-section,
    .services-page-why{
        padding:65px 0;
    }

    .services-page-approach .col-md-6:nth-last-child(-n+2) .services-page-step{
        border-bottom:1px solid rgba(255,255,255,.12);
    }

    .services-page-approach .col-md-6:last-child .services-page-step{
        border-bottom:0;
    }
}

@media(max-width:480px){
    .services-page-hero h1{
        font-size:39px;
    }

    .services-page-benefits{
        flex-direction:column;
        gap:12px;
    }

    .services-page-numbers{
        flex-direction:column;
    }
}
