        :root {
            --ph-bg: #ffffff;
            --ph-text: #111111;
            --ph-sub: #5f6368;
            --ph-line: #e8e8e8;
            --ph-accent: #f4c400;
            --ph-dark: #131313;
            --ph-card: #fafafa;
            --ph-shadow: 0 18px 44px rgba(0,0,0,0.06);
        }

        .page-clients {
            font-family: 'Inter', sans-serif;
            background: var(--ph-bg);
            color: var(--ph-text);
            overflow: hidden;
        }

        .clients-hero {
    position: relative;
    padding: 125px 20px 70px;
    text-align: center;

    padding-left: 0;
    padding-right: 0;

    background:
        radial-gradient(circle at top center, rgba(244,196,0,0.18), transparent 36%),
        linear-gradient(180deg, #ffffff 0%, #fbfbfb 60%, #ffffff 100%);
}

        .clients-hero::after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: -80px;
            transform: translateX(-50%);
            width: 860px;
            height: 220px;
            background: radial-gradient(ellipse at center, rgba(244,196,0,0.16) 0%, rgba(244,196,0,0.05) 35%, rgba(244,196,0,0) 70%);
            pointer-events: none;
        }

       .clients-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px; /* clé pour aligner avec le reste du site */
    text-align: center;
}

        .clients-kicker {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 10px 18px;
            border-radius: 999px;
            background: rgba(244,196,0,0.12);
            color: #8a6a00;
            font-size: 0.94rem;
            font-weight: 700;
            letter-spacing: 0.02em;
            margin-bottom: 24px;
        }

        .clients-hero h1 {
    margin: 0 auto 18px;
    font-size: clamp(2.7rem, 5vw, 5.3rem);
    line-height: 0.98;
    font-weight: 800;
    letter-spacing: -0.05em;
    text-align: center;
}

        .clients-hero p {
            max-width: 900px;
            margin: 0 auto;
            font-size: clamp(1.08rem, 1.65vw, 1.28rem);
            line-height: 1.8;
            color: var(--ph-sub);
        }

        .clients-stats {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 18px;
            max-width: 1080px;
            margin: 44px auto 0;
        }

        .clients-stat {
            padding: 28px 20px;
            background: rgba(255,255,255,0.9);
            border: 1px solid rgba(0,0,0,0.05);
            border-radius: 26px;
            box-shadow: 0 16px 40px rgba(0,0,0,0.05);
            backdrop-filter: blur(10px);
        }

        .clients-stat strong {
            display: block;
            font-size: clamp(2rem, 2.8vw, 2.8rem);
            font-weight: 800;
            letter-spacing: -0.05em;
            margin-bottom: 8px;
        }

        .clients-stat span {
            display: block;
            color: var(--ph-sub);
            line-height: 1.55;
            font-size: 1rem;
        }

        .clients-scroll-cue {
            display: inline-flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
            margin-top: 34px;
            text-decoration: none;
            color: #7a7a7a;
            font-weight: 600;
            font-size: 0.95rem;
            transition: transform 0.25s ease, color 0.25s ease;
        }

        .clients-scroll-cue:hover {
            color: var(--ph-text);
            transform: translateY(2px);
        }

        .clients-scroll-cue .arrow {
            width: 44px;
            height: 44px;
            border-radius: 999px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fff;
            box-shadow: 0 12px 26px rgba(0,0,0,0.08);
            border: 1px solid rgba(0,0,0,0.05);
            font-size: 1.3rem;
            animation: floatArrow 2.2s ease-in-out infinite;
        }

        @keyframes floatArrow {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(6px); }
        }

        .clients-spotlight {
            max-width: 1560px;
            margin: -10px auto 0;
            padding: 0 20px;
            position: relative;
            z-index: 3;
        }

       .clients-spotlight-card {
    background: linear-gradient(180deg, #161616 0%, #101010 100%);
    border-radius: 34px;
    padding: 34px 32px;
    box-shadow: 0 28px 60px rgba(0,0,0,0.16);
    overflow: hidden;
    position: relative;
}

        .clients-spotlight-card::before {
            content: "";
            position: absolute;
            inset: -20% auto auto -10%;
            width: 380px;
            height: 380px;
            background: radial-gradient(circle, rgba(244,196,0,0.18) 0%, rgba(244,196,0,0) 70%);
            pointer-events: none;
        }

        .clients-spotlight-card::after {
            content: "";
            position: absolute;
            inset: auto -10% -35% auto;
            width: 420px;
            height: 420px;
            background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0) 70%);
            pointer-events: none;
        }

        .clients-spotlight-head {
            position: relative;
            z-index: 2;
            text-align: center;
            margin-bottom: 24px;
        }

        .clients-spotlight-head h2 {
            color: #fff;
            margin: 0 0 10px;
            font-size: clamp(1.9rem, 3vw, 2.8rem);
            line-height: 1.1;
            letter-spacing: -0.04em;
        }

        .clients-spotlight-head p {
            max-width: 860px;
            margin: 0 auto;
            color: #ffffff;
            line-height: 1.75;
            font-size: 1.04rem;
        }

        .spotlight-logos {
            position: relative;
            z-index: 2;
            display: grid;
            grid-template-columns: repeat(6, minmax(0, 1fr));
            gap: 18px;
            margin-top: 28px;
        }

        .spotlight-logo {
    min-height: 130px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
        border-radius: 24px;

    background: linear-gradient(180deg, #f4c400 0%, #ffd84d 100%);
    border: 1px solid rgba(0,0,0,0.1);

    box-shadow: 0 10px 24px rgba(0,0,0,0.25);

    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

        .spotlight-logo:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 18px 40px rgba(0,0,0,0.35);
}

        .spotlight-logo img {
    width: 100%;
    height: 100%;

    max-width: 180px;
    max-height: 70px;

    object-fit: contain;
    filter: none;
}

        .clients-content {
            max-width: 1560px;
            margin: 0 auto;
            padding: 70px 20px 120px;
        }

        .clients-intro {
            max-width: 1080px;
            margin: 0 auto 72px;
            text-align: center;
        }

        .clients-intro h2 {
            font-size: clamp(2.1rem, 3.2vw, 3rem);
            line-height: 1.08;
            letter-spacing: -0.04em;
            margin: 0 0 16px;
        }

        .clients-intro p {
            margin: 0;
            font-size: 1.1rem;
            line-height: 1.85;
            color: var(--ph-sub);
        }

        .clients-section {
            padding: 54px 0 64px;
        }

        .clients-divider {
            height: 1px;
            background: linear-gradient(to right, transparent, var(--ph-line), transparent);
        }

        .clients-section-head {
            display: flex;
            align-items: end;
            justify-content: space-between;
            gap: 20px;
            margin-bottom: 34px;
            flex-wrap: wrap;
        }

        .clients-section-title {
            margin: 0;
            font-size: clamp(1.9rem, 2.6vw, 2.6rem);
            font-weight: 800;
            letter-spacing: -0.04em;
        }

        .clients-section-desc {
            margin: 0;
            max-width: 620px;
            color: var(--ph-sub);
            font-size: 1.03rem;
            line-height: 1.75;
            text-align: right;
        }

        .logo-grid {
            display: grid;
            grid-template-columns: repeat(5, minmax(0, 1fr));
            gap: 24px;
            align-items: stretch;
        }

        .logo-item {
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 148px;
            padding: 26px;
            background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
            border: 1px solid rgba(0,0,0,0.06);
            border-radius: 28px;
            box-shadow: var(--ph-shadow);
            transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
        }

        .logo-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 24px 50px rgba(0,0,0,0.09);
            border-color: rgba(244,196,0,0.38);
            background: #ffffff;
        }

        .logo-item img {
            display: block;
            margin: 0 auto;
            max-width: 190px;
            max-height: 72px;
            width: auto;
            height: auto;
            object-fit: contain;
            filter: grayscale(100%) opacity(0.78);
            transition: transform 0.25s ease, filter 0.25s ease, opacity 0.25s ease;
        }

        .logo-item:hover img {
            filter: grayscale(0%) opacity(1);
            transform: scale(1.04);
        }

        .clients-trust {
            margin-top: 70px;
            padding: 58px 38px;
            text-align: center;
            background: linear-gradient(180deg, #171717 0%, #101010 100%);
            color: #ffffff;
            border-radius: 34px;
            box-shadow: 0 26px 58px rgba(0,0,0,0.16);
        }

        .clients-trust h2 {
            margin: 0 0 16px;
            font-size: clamp(2rem, 3vw, 3rem);
            letter-spacing: -0.04em;
        }

        .clients-trust p {
            max-width: 920px;
            margin: 0 auto;
            color: rgba(255,255,255,0.78);
            line-height: 1.9;
            font-size: 1.08rem;
        }

        .clients-cta {
            text-align: center;
            padding-top: 64px;
        }

        .clients-cta a {
    display: inline-block;
    padding: 19px 36px;

    background: linear-gradient(180deg, #1a1a1a 0%, #000 100%);

    color: #ffffff !important;

    text-decoration: none;
    border-radius: 999px;
    font-weight: 700;

    transition: transform 0.25s ease, opacity 0.25s ease, box-shadow 0.25s ease;

    box-shadow: 0 16px 32px rgba(0,0,0,0.14);
}

        .clients-cta a:hover {
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 22px 45px rgba(0,0,0,0.25);
}

        .fade-up {
            opacity: 0;
            transform: translateY(36px);
            transition: opacity 0.8s ease, transform 0.8s ease;
        }

        .fade-up.visible {
            opacity: 1;
            transform: translateY(0);
        }

        @media (max-width: 1280px) {
            .spotlight-logos {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }

            .logo-grid {
                grid-template-columns: repeat(4, minmax(0, 1fr));
            }
        }

        @media (max-width: 980px) {
            .clients-stats {
                grid-template-columns: 1fr;
            }

            .clients-section-desc {
                text-align: left;
                max-width: 100%;
            }

            .spotlight-logos {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .logo-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
        }

        @media (max-width: 700px) {
            .clients-hero {
                padding: 95px 16px 56px;
            }

            .clients-spotlight {
                padding: 0 16px;
            }

            .clients-spotlight-card {
                padding: 26px 18px;
                border-radius: 24px;
            }

            .clients-content {
                padding: 56px 16px 90px;
            }

            .spotlight-logos,
            .logo-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .spotlight-logo,
            .logo-item {
                min-height: 118px;
                padding: 18px;
                border-radius: 22px;
            }

            .spotlight-logo img {
                max-width: 130px;
                max-height: 46px;
            }

            .logo-item img {
                max-width: 150px;
                max-height: 58px;
            }

            .clients-trust {
                padding: 40px 20px;
                border-radius: 24px;
            }
        }

        @media (max-width: 430px) {
            .clients-kicker {
                font-size: 0.85rem;
            }

            .spotlight-logos,
            .logo-grid {
                grid-template-columns: 1fr;
            }

            .spotlight-logo,
            .logo-item {
                min-height: 108px;
            }
        }