/* =========================================================
   CLIENTS PAGE
========================================================= */

.clients-intro {
    padding-top: 90px;
}

.clients-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: start;
}

.clients-intro-grid h2 {
    max-width: 650px;
    margin: 15px 0 0;
    font-size: clamp(38px,4vw,58px);
    line-height: 1.05;
    letter-spacing: -.035em;
}

.clients-intro-grid p {
    max-width: 650px;
    color: var(--muted);
    line-height: 1.8;
}

.clients-intro-grid .clients-intro-large {
    color: #334155;
    font-size: 20px;
    line-height: 1.7;
}


/* =========================================================
   CLIENT LOGOS
========================================================= */

.clients-logos {
    background: #f8fafc;
}

.client-logo-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 15px;
    margin-top: 50px;
}

.client-logo-card {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    background: #fff;
    border: 1px solid #dce3eb;
    border-radius: 18px;
    transition: .25s ease;
}

.client-logo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(15,23,42,.07);
}

.client-logo-card img {
    width: 100%;
    max-width: 170px;
    height: 75px;
    object-fit: contain;
}


/* =========================================================
   FEATURED CLIENTS
========================================================= */

.featured-clients {
    background: #fff;
}

.featured-client-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 25px;
    margin-top: 50px;
}

.featured-client-card {
    overflow: hidden;
    border: 1px solid #dce3eb;
    border-radius: 24px;
    background: #fff;
    transition: .25s ease;
}

.featured-client-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 60px rgba(15,23,42,.08);
}

.featured-client-image {
    height: 300px;
    overflow: hidden;
    background: #f1f5f9;
}

.featured-client-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease;
}

.featured-client-card:hover .featured-client-image img {
    transform: scale(1.04);
}

.featured-client-body {
    padding: 30px;
}

.featured-client-category {
    margin-bottom: 12px;
    color: #d97706;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
}

.featured-client-body h3 {
    margin-bottom: 12px;
    font-size: 24px;
}

.featured-client-body p {
    max-width: 650px;
    color: var(--muted);
    line-height: 1.75;
}

.featured-client-services {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
}

.featured-client-services span {
    padding: 7px 10px;
    border: 1px solid #dce3eb;
    border-radius: 30px;
    color: #475569;
    font-size: 10px;
    font-weight: 700;
}


/* =========================================================
   CLIENT TYPES
========================================================= */

.client-types {
    background: #f8fafc;
}

.client-type-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
    margin-top: 50px;
}

.client-type-card {
    min-height: 260px;
    padding: 30px;
    border: 1px solid #dce3eb;
    border-radius: 20px;
    background: #fff;
    transition: .25s ease;
}

.client-type-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(15,23,42,.07);
}

.client-type-number {
    color: #d97706;
    font-size: 12px;
    font-weight: 900;
}

.client-type-card h3 {
    margin: 60px 0 12px;
}

.client-type-card p {
    color: var(--muted);
    line-height: 1.7;
}


/* =========================================================
   WHY CLIENTS
========================================================= */

.clients-why {
    background: #0f172a;
    color: #fff;
}

.clients-why-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 90px;
}

.clients-why-heading h2 {
    max-width: 650px;
    margin: 15px 0 25px;
    font-size: clamp(38px,4vw,58px);
    line-height: 1.05;
}

.clients-why-heading p {
    max-width: 550px;
    color: #94a3b8;
    line-height: 1.8;
}

.clients-why-list {
    border-top: 1px solid rgba(255,255,255,.12);
}

.clients-why-item {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 20px;
    padding: 25px 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.clients-why-item > span {
    color: #f59e0b;
    font-size: 12px;
    font-weight: 900;
}

.clients-why-item h3 {
    margin-bottom: 7px;
}

.clients-why-item p {
    margin: 0;
    color: #94a3b8;
    line-height: 1.7;
}


/* =========================================================
   CLIENT JOURNEY
========================================================= */

.client-journey {
    background: #fff;
}

.client-journey-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
    margin-top: 50px;
}

.client-journey-step {
    min-height: 280px;
    padding: 30px;
    border: 1px solid #dce3eb;
    border-radius: 20px;
    transition: .25s ease;
}

.client-journey-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(15,23,42,.07);
}

.journey-number {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 55px;
    border-radius: 12px;
    background: #fff3dc;
    color: #d97706;
    font-size: 12px;
    font-weight: 900;
}

.client-journey-step h3 {
    margin-bottom: 10px;
}

.client-journey-step p {
    color: var(--muted);
    line-height: 1.7;
}


/* =========================================================
   CTA
========================================================= */

.clients-cta {
    margin-top: 0;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1000px) {

    .clients-intro-grid,
    .clients-why-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .client-logo-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .featured-client-grid {
        grid-template-columns: 1fr;
    }

    .client-type-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .client-journey-grid {
        grid-template-columns: repeat(2,1fr);
    }

}


@media (max-width: 650px) {

    .clients-intro {
        padding-top: 60px;
    }

    .client-logo-grid,
    .client-type-grid,
    .client-journey-grid {
        grid-template-columns: 1fr;
    }

    .featured-client-image {
        height: 230px;
    }

    .client-type-card,
    .client-journey-step {
        min-height: auto;
    }

    .client-type-card h3 {
        margin-top: 35px;
    }

    .journey-number {
        margin-bottom: 35px;
    }

}