/* ==========================================================
   MAMGOC Website V2
   14-services.css
========================================================== */

.services-hero{
    padding:150px 0 110px;
    background:
        radial-gradient(circle at top right,rgba(37,99,235,.18),transparent 42%),
        linear-gradient(135deg,#0f172a,#16233A);
    color:#fff;
}

.services-hero-grid{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:60px;
    align-items:center;
}

.services-hero h1{
    color:#fff;
    margin-bottom:24px;
}

.services-hero p{
    color:rgba(255,255,255,.82);
    font-size:1.15rem;
    line-height:1.9;
    max-width:760px;
}

.services-hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:16px;
    margin-top:34px;
}

.services-proof-card{
    padding:34px;
    border-radius:28px;
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.18);
    box-shadow:0 30px 70px rgba(0,0,0,.24);
}

.services-proof-card h3{
    color:#fff;
    margin-bottom:20px;
}

.services-proof-card ul{
    display:grid;
    gap:14px;
}

.services-proof-card li{
    color:rgba(255,255,255,.86);
    font-weight:800;
    position:relative;
    padding-left:32px;
}

.services-proof-card li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:-1px;
    width:24px;
    height:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    background:#F7C948;
    color:#16233A;
    font-size:.8rem;
    font-weight:900;
}

.services-main,
.services-process,
.services-why,
.services-sectors{
    padding:90px 0;
}

.services-main{
    background:linear-gradient(180deg,#f8fafc,#fff);
}

.services-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:26px;
    margin-top:48px;
}

.service-card{
    padding:32px;
    border-radius:var(--radius-lg);
    background:#fff;
    border:1px solid rgba(15,23,42,.08);
    box-shadow:var(--shadow-sm);
    transition:var(--transition);
}

.service-card:hover{
    transform:translateY(-6px);
    box-shadow:var(--shadow-md);
    border-color:rgba(212,154,22,.28);
}

.service-card h3{
    margin:20px 0 10px;
}

.service-card p{
    color:var(--muted);
    line-height:1.75;
}

.service-card a{
    color:var(--secondary);
    font-weight:900;
}

.services-process{
    background:#fff;
}

.services-process-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
    margin-top:44px;
}

.process-card{
    padding:30px;
    border-radius:var(--radius-lg);
    background:#f8fafc;
    border:1px solid rgba(15,23,42,.08);
}

.process-number{
    width:42px;
    height:42px;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#16233A;
    color:#F7C948;
    font-weight:900;
    margin-bottom:18px;
}

.services-why{
    background:#111c31;
    color:#fff;
}

.services-why h2,
.services-why h3{
    color:#fff;
}

.services-why-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin-top:42px;
}

.services-why-card{
    padding:24px;
    border-radius:18px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.10);
    color:rgba(255,255,255,.86);
    font-weight:800;
}

.services-sectors{
    background:#fff;
}

.services-sector-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
    margin-top:42px;
}

.services-sector-item{
    padding:20px;
    border-radius:18px;
    background:#f8fafc;
    border:1px solid rgba(15,23,42,.08);
    font-weight:900;
    color:var(--primary);
}

.services-final-cta{
    padding:90px 0;
    background:#f8fafc;
}

.services-final-box{
    padding:48px;
    border-radius:28px;
    background:linear-gradient(135deg,#0f172a,#16233A);
    color:#fff;
    box-shadow:var(--shadow-lg);
}

.services-final-box h2{
    color:#fff;
}

.services-final-box p{
    color:rgba(255,255,255,.78);
    max-width:760px;
    line-height:1.8;
}

.services-final-actions{
    display:flex;
    flex-wrap:wrap;
    gap:16px;
    margin-top:28px;
}

/* ==========================================================
   Services hero image upgrade
========================================================== */

.services-hero-with-image .services-hero-grid{
    grid-template-columns:minmax(0,1fr) minmax(420px,.95fr);
    gap:56px;
}

.services-hero-visual{
    position:relative;
    min-height:520px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.14);
    border-radius:28px;
    background:#0f172a;
    box-shadow:0 30px 70px rgba(0,0,0,.28);
}

.services-hero-visual::after{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(
            180deg,
            rgba(15,23,42,.02) 30%,
            rgba(15,23,42,.9) 100%
        );
    pointer-events:none;
}

.services-hero-visual img{
    display:block;
    width:100%;
    height:100%;
    min-height:520px;
    object-fit:cover;
    object-position:center;
}

.services-hero-overlay{
    position:absolute;
    z-index:2;
    right:26px;
    bottom:26px;
    left:26px;
    padding:24px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:20px;
    background:rgba(15,23,42,.76);
    backdrop-filter:blur(14px);
}

.services-hero-overlay h3{
    margin-bottom:18px;
    color:#fff;
}

.services-hero-overlay ul{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px 18px;
}

.services-hero-overlay li{
    position:relative;
    padding-left:28px;
    color:rgba(255,255,255,.9);
    font-size:.9rem;
    font-weight:800;
}

.services-hero-overlay li::before{
    content:"✓";
    position:absolute;
    top:0;
    left:0;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:20px;
    height:20px;
    border-radius:999px;
    background:#F7C948;
    color:#16233A;
    font-size:.72rem;
    font-weight:900;
}

.services-process-grid{
    align-items:stretch;
}

.process-card{
    min-height:100%;
    transition:var(--transition);
}

.process-card:hover{
    transform:translateY(-5px);
    background:#fff;
    box-shadow:var(--shadow-md);
}

.services-final-box .section-kicker{
    margin-bottom:14px;
    color:#F7C948;
}

@media (max-width:1100px){

    .services-hero-with-image .services-hero-grid{
        grid-template-columns:1fr;
    }

    .services-hero-visual,
    .services-hero-visual img{
        min-height:460px;
    }

}

@media (max-width:640px){

    .services-hero{
        padding:110px 0 70px;
    }

    .services-hero-visual{
        min-height:390px;
        border-radius:20px;
    }

    .services-hero-visual img{
        min-height:390px;
    }

    .services-hero-overlay{
        right:14px;
        bottom:14px;
        left:14px;
        padding:18px;
    }

    .services-hero-overlay ul{
        grid-template-columns:1fr;
    }

}
