﻿        html {
            margin: 0;
            padding: 0;
            background-color: #111E4A;
        }
        body {
            margin: 0;
            padding: 0;
            background-color: #111E4A;
            font-family: 'Inter', sans-serif;
        }
        .skip-link {
            position: absolute;
            top: -100%;
            left: 1rem;
            z-index: 10000;
            padding: 0.75rem 1.25rem;
            background: #E8BC1C;
            color: #111E4A;
            font-weight: 700;
            font-size: 0.875rem;
            border-radius: 0.25rem;
            text-decoration: none;
        }
        .skip-link:focus {
            top: 1rem;
            outline: 2px solid #ffffff;
            outline-offset: 2px;
        }
        .sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border: 0;
        }
        /* Styles pour la modale */
        .modal-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.7);
            z-index: 9999;
            justify-content: center;
            align-items: center;
        }
        .modal-overlay.active {
            display: flex;
        }
        .modal-overlay[aria-hidden="false"] {
            display: flex;
        }
        .modal-content {
            background: white;
            max-width: 700px;
            width: 90%;
            max-height: 80vh;
            overflow-y: auto;
            border-radius: 12px;
            padding: 2rem;
            position: relative;
            box-shadow: 0 20px 60px rgba(0,0,0,0.3);
            color: #1f2937;
        }
        .modal-close {
            position: absolute;
            top: 1rem;
            right: 1.5rem;
            font-size: 2rem;
            line-height: 1;
            cursor: pointer;
            color: #6b7280;
            transition: color 0.2s;
            background: none;
            border: none;
        }
        .modal-close:hover {
            color: #111E4A;
        }
        .modal-content h2 {
            color: #111E4A;
            margin-bottom: 1rem;
        }
        .modal-content p {
            margin-bottom: 1rem;
            line-height: 1.6;
        }

        /* Style élégant pour la photo de Céline */
        .photo-celine {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center top;
            display: block;
            filter: contrast(1.02) brightness(1.02);
        }
        .photo-container {
            position: relative;
            overflow: hidden;
        }
        /* Léger vignettage élégant sur la photo */
        .photo-container::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(
                to bottom,
                transparent 60%,
                rgba(17, 30, 74, 0.15) 100%
            );
            pointer-events: none;
        }

        /* Hero — animation zonotope dépliable */
        #hero .hero-stats {
            position: relative;
            z-index: 2;
            width: 100%;
        }
        .hero-unfold-stage {
            width: 100%;
            min-height: 200px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
            cursor: pointer;
        }
        @media (min-width: 1024px) {
            .hero-unfold-stage {
                min-height: 280px;
            }
        }
        #hero-canvas {
            display: block;
            cursor: pointer;
            touch-action: none;
        }
        #hero-canvas:active {
            cursor: grabbing;
        }
        .hero-unfold-label svg {
            display: block;
            width: min(100%, 320px);
            height: auto;
            margin: 0.25rem auto 0;
        }
        @media (max-width: 1023px) {
            #hero {
                height: auto;
                min-height: 100dvh;
                overflow: visible;
            }
            #hero .hero-unfold-stage {
                max-height: min(36vh, 300px);
            }
        }
        @media (min-width: 1024px) {
            #hero {
                height: 100vh;
                overflow: hidden;
            }
            #hero .hero-unfold-stage {
                max-height: min(45vh, 440px);
            }
        }
        @media (prefers-reduced-motion: reduce) {
            #hero-canvas {
                display: none;
            }
            .hero-unfold-stage::after {
                content: 'Animation 3D désactivée (préférence mouvement réduit).';
                display: block;
                text-align: center;
                font-size: 0.875rem;
                color: #374151;
                padding: 2rem 1rem;
            }
        }

        /* ==================== SECTIONS — enjeux, prestations, ressources ==================== */
        .section-eyebrow {
            display: inline-block;
            font-size: 0.6875rem;
            font-weight: 700;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            color: #E8BC1C;
            margin-bottom: 0.875rem;
        }
        .section-dark {
            padding: 5rem 0 5.5rem;
        }
        @media (min-width: 1024px) {
            .section-dark {
                padding: 6.5rem 0 7rem;
            }
        }
        .section-dark-header {
            max-width: 40rem;
            margin-bottom: 2.75rem;
        }
        @media (min-width: 1024px) {
            .section-dark-header {
                margin-bottom: 3.25rem;
            }
        }
        .section-dark-title {
            font-family: "Outfit", sans-serif;
            font-size: clamp(1.75rem, 3vw, 2.25rem);
            line-height: 1.15;
            letter-spacing: -0.02em;
            color: #ffffff;
            margin-bottom: 1rem;
        }
        .section-dark-lead {
            font-size: 1rem;
            line-height: 1.65;
            color: #e5e7eb;
            max-width: 36rem;
        }
        .section-light {
            padding: 5rem 0 5.5rem;
        }
        @media (min-width: 1024px) {
            .section-light {
                padding: 6.5rem 0 7rem;
            }
        }
        .section-light-header {
            max-width: 40rem;
            margin-bottom: 2.75rem;
        }
        .section-light-title {
            font-family: "Outfit", sans-serif;
            font-size: clamp(1.75rem, 3vw, 2.25rem);
            line-height: 1.15;
            letter-spacing: -0.02em;
            color: #111E4A;
            margin-bottom: 0.875rem;
        }
        .section-light-lead {
            font-size: 1rem;
            line-height: 1.65;
            color: #4b5563;
            max-width: 36rem;
        }
        .card-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 2.75rem;
            height: 2.75rem;
            border-radius: 0.75rem;
            margin-bottom: 1.125rem;
            background: rgba(232, 188, 28, 0.12);
            border: 1px solid rgba(232, 188, 28, 0.28);
            color: #E8BC1C;
        }
        .card-icon svg {
            width: 1.375rem;
            height: 1.375rem;
        }
        #problemes .problemes-grid,
        #modalites .modalites-grid {
            display: grid;
            gap: 1.25rem;
        }
        #problemes .problemes-grid {
            grid-template-columns: 1fr;
        }
        @media (min-width: 768px) {
            #problemes .problemes-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 1.5rem;
            }
        }
        @media (min-width: 1024px) {
            #problemes .problemes-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
        }
        #modalites .modalites-grid {
            grid-template-columns: 1fr;
        }
        @media (min-width: 768px) {
            #modalites .modalites-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 1.5rem;
            }
        }
        @media (min-width: 1024px) {
            #modalites .modalites-grid {
                grid-template-columns: repeat(4, minmax(0, 1fr));
            }
        }
        #problemes .probleme-card,
        #modalites .prestation-card {
            display: flex;
            flex-direction: column;
            height: 100%;
            padding: 1.75rem;
            border-radius: 1rem;
            background: rgba(255, 255, 255, 0.04);
            border: 1px solid rgba(255, 255, 255, 0.1);
            transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
        }
        #problemes .probleme-card:hover,
        #modalites .prestation-card:hover {
            transform: translateY(-3px);
            background: rgba(255, 255, 255, 0.07);
            border-color: rgba(232, 188, 28, 0.25);
            box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
        }
        #problemes .probleme-card h3,
        #modalites .prestation-card h3 {
            font-family: "Outfit", sans-serif;
            font-size: 1.125rem;
            line-height: 1.35;
            letter-spacing: -0.01em;
            color: #ffffff;
            margin-bottom: 0.625rem;
        }
        #problemes .probleme-card p,
        #modalites .prestation-card p {
            font-size: 0.9375rem;
            line-height: 1.6;
            color: #cbd5e1;
            margin: 0;
        }
        #modalites .prestation-badge {
            display: inline-block;
            align-self: flex-start;
            margin-bottom: 1rem;
            padding: 0.35rem 0.65rem;
            font-size: 0.625rem;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: #E8BC1C;
            background: rgba(232, 188, 28, 0.12);
            border: 1px solid rgba(232, 188, 28, 0.3);
            border-radius: 0.375rem;
        }
        #ressources .ressources-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1.5rem;
        }
        @media (min-width: 768px) {
            #ressources .ressources-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }
        @media (min-width: 1024px) {
            #ressources .ressources-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
                gap: 1.75rem;
            }
        }
        #ressources .ressource-card {
            display: flex;
            flex-direction: column;
            height: 100%;
            padding: 1.75rem;
            border-radius: 1rem;
            background: #ffffff;
            border: 1px solid rgba(17, 30, 74, 0.08);
            box-shadow: 0 8px 32px rgba(17, 30, 74, 0.06);
            transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
        }
        #ressources .ressource-card:hover {
            transform: translateY(-4px);
            border-color: rgba(232, 188, 28, 0.35);
            box-shadow: 0 20px 48px rgba(17, 30, 74, 0.1);
        }
        #ressources .ressource-card-top {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 1rem;
            margin-bottom: 1.25rem;
        }
        #ressources .ressource-tag {
            display: inline-block;
            padding: 0.35rem 0.65rem;
            font-size: 0.625rem;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: #111E4A;
            background: rgba(232, 188, 28, 0.15);
            border: 1px solid rgba(232, 188, 28, 0.35);
            border-radius: 0.375rem;
        }
        #ressources .ressource-linkedin {
            width: 1.5rem;
            height: 1.5rem;
            flex-shrink: 0;
            color: #0a66c2;
            opacity: 0.85;
        }
        #ressources .ressource-card h3 {
            font-family: "Outfit", sans-serif;
            font-size: 1.125rem;
            line-height: 1.35;
            letter-spacing: -0.01em;
            color: #111E4A;
            margin-bottom: 0.75rem;
        }
        #ressources .ressource-card p {
            flex: 1;
            font-size: 0.9375rem;
            line-height: 1.6;
            color: #4b5563;
            margin-bottom: 1.5rem;
        }
        #ressources .ressource-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            align-self: flex-start;
            margin-top: auto;
            padding: 0.75rem 1.25rem;
            font-size: 0.875rem;
            font-weight: 700;
            color: #111E4A;
            background: transparent;
            border: 2px solid #E8BC1C;
            border-radius: 0.5rem;
            text-decoration: none;
            transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
        }
        #ressources .ressource-btn:hover {
            color: #111E4A;
            background: #E8BC1C;
            border-color: #E8BC1C;
        }

        /* Ancres — dégagement sous le header fixe */
        #hero,
        #problemes,
        #methode,
        #modalites,
        #ressources,
        #qui,
        #contact {
            scroll-margin-top: 105px;
        }
        @media (max-width: 767px) {
            #hero,
            #problemes,
            #methode,
            #modalites,
            #ressources,
            #qui,
            #contact {
                scroll-margin-top: 80px;
            }
        }
        #qui .qui-photo-wrap {
            overflow: visible;
            padding-right: 0.5rem;
            padding-bottom: 2rem;
        }
        #qui .qui-badge {
            right: 0;
        }
        @media (max-width: 639px) {
            #qui .qui-badge {
                right: 0.5rem;
                bottom: -1rem;
            }
        }

        /* Espacement vertical #problemes â†” #methode */
        #methode {
            padding-top: 4rem;
            padding-bottom: 6rem;
        }
        @media (min-width: 1024px) {
            #methode {
                padding-top: 5rem;
            }
        }
        /* NOTRE MÉTHODE — mise en page premium */
        #methode .methode-inner {
            position: relative;
        }
        #methode .methode-header {
            max-width: 42rem;
            margin-bottom: 4.5rem;
        }
        @media (min-width: 1024px) {
            #methode .methode-header {
                margin-bottom: 3rem;
            }
        }
        #methode .methode-header h2 {
            letter-spacing: -0.02em;
        }
        #methode .methode-header p {
            line-height: 1.75;
        }
        #methode .methode-steps {
            display: grid;
            gap: 2rem;
            position: relative;
        }
        @media (min-width: 1024px) {
            #methode .methode-steps {
                grid-template-columns: repeat(3, minmax(0, 1fr));
                gap: 1.5rem;
                align-items: stretch;
            }
            #methode .methode-steps::before {
                content: '';
                position: absolute;
                top: 1.25rem;
                left: calc(16.666% + 1rem);
                right: calc(16.666% + 1rem);
                height: 1px;
                background: linear-gradient(
                    90deg,
                    rgba(232, 188, 28, 0.15) 0%,
                    rgba(232, 188, 28, 0.55) 50%,
                    rgba(232, 188, 28, 0.15) 100%
                );
                pointer-events: none;
                z-index: 0;
            }
        }
        #methode .methode-step {
            position: relative;
            z-index: 1;
            display: flex;
            flex-direction: column;
            background: #ffffff;
            border: 1px solid rgba(17, 30, 74, 0.08);
            border-radius: 1.25rem;
            padding: 2rem 1.75rem 1.75rem;
            box-shadow:
                0 1px 2px rgba(17, 30, 74, 0.04),
                0 12px 40px rgba(17, 30, 74, 0.06);
            transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
        }
        @media (min-width: 1024px) {
            #methode .methode-step-head {
                flex-direction: row;
                align-items: center;
            }
        }
        #methode .methode-step:hover {
            transform: translateY(-4px);
            border-color: rgba(232, 188, 28, 0.35);
            box-shadow:
                0 2px 4px rgba(17, 30, 74, 0.04),
                0 20px 48px rgba(17, 30, 74, 0.1);
        }
        #methode .methode-step-head {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 1rem;
            margin-bottom: 1.5rem;
            padding-bottom: 1.5rem;
            border-bottom: 1px solid rgba(17, 30, 74, 0.06);
        }
        @media (min-width: 1024px) {
            #methode .methode-step-head {
                flex-direction: row;
                align-items: center;
                gap: 1.25rem;
            }
        }
        #methode .methode-step-num {
            flex-shrink: 0;
            width: 3.25rem;
            height: 3.25rem;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 9999px;
            background: linear-gradient(145deg, #f0c820 0%, #E8BC1C 55%, #d4a817 100%);
            color: #ffffff;
            font-family: "Outfit", sans-serif;
            font-size: 1.25rem;
            font-weight: 700;
            line-height: 1;
            box-shadow:
                0 0 0 4px #f5f6fa,
                0 8px 20px rgba(232, 188, 28, 0.35);
        }
        #methode .methode-step-meta {
            min-width: 0;
        }
        #methode .methode-step-label {
            display: block;
            font-size: 0.6875rem;
            font-weight: 700;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            color: #E8BC1C;
            margin-bottom: 0.375rem;
        }
        #methode .methode-step-title {
            font-family: "Outfit", sans-serif;
            font-size: 1.375rem;
            line-height: 1.35;
            color: #111E4A;
            letter-spacing: -0.01em;
        }
        #methode .methode-step-body {
            flex: 1;
            display: flex;
            flex-direction: column;
            min-height: 0;
        }
        #methode .methode-step-desc {
            color: #4b5563;
            line-height: 1.7;
            margin-bottom: 1.5rem;
        }
        #methode .methode-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
            margin-bottom: 1.5rem;
        }
        #methode .methode-tag {
            display: inline-flex;
            align-items: center;
            padding: 0.4375rem 0.875rem;
            background: #f8f9fc;
            border: 1px solid rgba(17, 30, 74, 0.08);
            border-radius: 9999px;
            font-size: 0.8125rem;
            line-height: 1.35;
            color: #4b5563;
        }
        #methode .methode-deliverables {
            margin-top: auto;
            background: linear-gradient(180deg, #fafbfd 0%, #f5f7fb 100%);
            border: 1px solid rgba(17, 30, 74, 0.06);
            border-radius: 0.875rem;
            padding: 1.25rem 1.375rem;
        }
        #methode .methode-deliverables-label {
            display: block;
            font-size: 0.6875rem;
            font-weight: 700;
            letter-spacing: 0.16em;
            text-transform: uppercase;
            color: #E8BC1C;
            margin-bottom: 0.875rem;
        }
        #methode .methode-deliverables-list {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            gap: 0.625rem;
        }
        #methode .methode-deliverables-list li {
            display: flex;
            align-items: flex-start;
            gap: 0.625rem;
            font-size: 0.875rem;
            line-height: 1.55;
            color: #4b5563;
        }
        #methode .methode-deliverables-list li span {
            flex-shrink: 0;
            color: #E8BC1C;
            font-weight: 700;
            margin-top: 0.05rem;
        }
        #methode .methode-engagements {
            margin-top: 6rem;
            margin-bottom: 0;
            padding-top: 4rem;
            padding-bottom: 5rem;
            border-top: 1px solid rgba(17, 30, 74, 0.08);
        }
        #methode .methode-engagements-header {
            max-width: 42rem;
            margin-bottom: 2.75rem;
        }
        #methode .methode-engagements-header h2 {
            letter-spacing: -0.02em;
        }
        @media (min-width: 1024px) {
            #methode .methode-engagements-grid {
                grid-template-columns: repeat(4, minmax(0, 1fr));
            }
        }
        #methode .methode-engagements-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1.25rem;
        }
        @media (min-width: 768px) {
            #methode .methode-engagements-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 1.5rem;
            }
        }
        #methode .methode-engagement-card {
            display: flex;
            align-items: flex-start;
            gap: 1.25rem;
            background: #ffffff;
            border: 1px solid rgba(17, 30, 74, 0.08);
            border-radius: 1.125rem;
            padding: 2rem;
            box-shadow: 0 8px 32px rgba(17, 30, 74, 0.05);
            transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
        }
        #methode .methode-engagement-card:hover {
            transform: translateY(-3px);
            border-color: rgba(232, 188, 28, 0.28);
            box-shadow: 0 16px 40px rgba(17, 30, 74, 0.08);
        }
        #methode .methode-engagement-icon {
            flex-shrink: 0;
            width: 3rem;
            height: 3rem;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 0.75rem;
            background: rgba(232, 188, 28, 0.1);
            color: #E8BC1C;
            border: 1px solid rgba(232, 188, 28, 0.22);
        }
        #methode .methode-engagement-icon svg {
            width: 1.375rem;
            height: 1.375rem;
        }
        #methode .methode-engagement-content h4 {
            font-family: "Outfit", sans-serif;
            font-size: 1.25rem;
            line-height: 1.35;
            color: #111E4A;
            margin-bottom: 0.5rem;
            letter-spacing: -0.01em;
        }
        #methode .methode-engagement-content p {
            font-size: 0.875rem;
            line-height: 1.65;
            color: #4b5563;
        }

        /* Logo navigation — visibilité et centrage vertical */
        .nav-logo {
            display: flex;
            align-items: center;
            flex-shrink: 0;
            line-height: 0;
        }
        .nav-logo img {
            display: block;
            height: 48px;
            max-height: 48px;
            width: auto;
            object-fit: contain;
        }
        @media (min-width: 768px) {
            .nav-logo img {
                height: 72px;
                max-height: 72px;
            }
        }

        /* Menu mobile */
        .nav-toggle {
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 5px;
            width: 2.5rem;
            height: 2.5rem;
            padding: 0.375rem;
            background: transparent;
            border: none;
            cursor: pointer;
        }
        .nav-toggle span {
            display: block;
            height: 2px;
            width: 100%;
            background: #ffffff;
            border-radius: 1px;
            transition: transform 0.2s ease, opacity 0.2s ease;
        }
        .nav-toggle[aria-expanded="true"] span:nth-child(1) {
            transform: translateY(7px) rotate(45deg);
        }
        .nav-toggle[aria-expanded="true"] span:nth-child(2) {
            opacity: 0;
        }
        .nav-toggle[aria-expanded="true"] span:nth-child(3) {
            transform: translateY(-7px) rotate(-45deg);
        }
        .nav-mobile-panel {
            display: none;
            position: fixed;
            top: 4.5rem;
            left: 0;
            right: 0;
            z-index: 40;
            background: #111E4A;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            padding: 1rem 1.5rem 1.5rem;
            box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
        }
        .nav-mobile-panel.open {
            display: block;
        }
        .nav-mobile-panel ul {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            gap: 0.25rem;
        }
        .nav-mobile-panel a {
            display: block;
            padding: 0.75rem 0;
            color: #ffffff;
            font-size: 0.875rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        }
        .nav-mobile-panel a:hover {
            color: #E8BC1C;
        }
        .nav-mobile-panel .nav-mobile-cta {
            display: block;
            margin-top: 1rem;
            text-align: center;
            padding: 0.875rem 1.5rem;
            background: #E8BC1C;
            color: #111E4A;
            font-weight: 700;
            border-radius: 0.25rem;
            border: none;
        }
        @media (min-width: 768px) {
            .nav-toggle,
            .nav-mobile-panel {
                display: none !important;
            }
        }

        /* CONTACT — mise en page ultra-premium */
        #contact {
            position: relative;
            overflow: hidden;
            background: linear-gradient(145deg, #111E4A 0%, #0d1838 45%, #0a1530 100%);
            padding-top: 5rem;
            padding-bottom: 5rem;
        }
        @media (min-width: 768px) {
            #contact {
                padding-top: 5.5rem;
                padding-bottom: 6rem;
            }
        }
        @media (min-width: 1024px) {
            #contact {
                padding-top: 6rem;
                padding-bottom: 6.5rem;
            }
        }
        #contact::before,
        #contact::after {
            content: '';
            position: absolute;
            border-radius: 50%;
            pointer-events: none;
            filter: blur(80px);
        }
        #contact::before {
            top: -8rem;
            right: -6rem;
            width: 28rem;
            height: 28rem;
            background: rgba(232, 188, 28, 0.08);
        }
        #contact::after {
            bottom: -10rem;
            left: -8rem;
            width: 32rem;
            height: 32rem;
            background: rgba(255, 255, 255, 0.04);
        }
        #contact .contact-shell {
            position: relative;
            z-index: 1;
            width: 100%;
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
        }
        #contact .contact-intro {
            max-width: none;
        }
        #contact .contact-intro h2 {
            letter-spacing: -0.025em;
        }
        #contact .contact-intro p {
            line-height: 1.8;
        }
        #contact .contact-layout {
            display: grid;
            gap: 2rem;
            align-items: stretch;
            justify-items: stretch;
            padding-top: 0;
        }
        @media (min-width: 1024px) {
            #contact .contact-layout {
                grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
                gap: 2.5rem;
                align-items: stretch;
            }
            #contact .contact-intro {
                align-self: start;
            }
            #contact .contact-panel {
                align-self: center;
                height: fit-content;
                width: 100%;
            }
        }
        #contact .contact-panel {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            background: rgba(255, 255, 255, 0.04);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 1.5rem;
            padding: 1.75rem;
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            box-shadow:
                0 1px 0 rgba(255, 255, 255, 0.06) inset,
                0 24px 64px rgba(0, 0, 0, 0.22);
        }
        @media (min-width: 768px) {
            #contact .contact-panel {
                padding: 2rem;
            }
        }
        #contact .contact-channel,
        a.contact-channel {
            display: flex;
            align-items: center;
            gap: 1.125rem;
            padding: 1.125rem 1.25rem;
            border-radius: 1rem;
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.08);
            transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
            text-decoration: none;
            color: inherit;
        }
        #contact .contact-channel:hover,
        a.contact-channel:hover {
            background: rgba(255, 255, 255, 0.06);
            border-color: rgba(232, 188, 28, 0.35);
            transform: translateX(4px);
        }
        #contact .contact-channel-icon {
            flex-shrink: 0;
            width: 3rem;
            height: 3rem;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 0.875rem;
            background: rgba(232, 188, 28, 0.12);
            border: 1px solid rgba(232, 188, 28, 0.28);
            color: #E8BC1C;
        }
        #contact .contact-channel-icon svg {
            width: 1.25rem;
            height: 1.25rem;
        }
        #contact .contact-channel-text {
            font-size: 1.0625rem;
            line-height: 1.5;
            color: rgba(255, 255, 255, 0.88);
            letter-spacing: 0.01em;
        }
        #contact .contact-actions {
            display: flex;
            flex-direction: column;
            gap: 0.875rem;
            margin-top: 0.5rem;
        }
        @media (min-width: 640px) {
            #contact .contact-actions {
                flex-direction: row;
                flex-wrap: wrap;
            }
        }
        #contact .contact-btn-primary,
        #contact .contact-btn-secondary {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.625rem;
            padding: 1rem 1.75rem;
            border-radius: 0.75rem;
            font-size: 0.9375rem;
            font-weight: 700;
            line-height: 1.25;
            transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
        }
        #contact .contact-btn-primary {
            background: linear-gradient(145deg, #f0c820 0%, #E8BC1C 55%, #d4a817 100%);
            color: #111E4A;
            box-shadow: 0 10px 30px rgba(232, 188, 28, 0.28);
        }
        #contact .contact-btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 16px 40px rgba(232, 188, 28, 0.38);
        }
        #contact .contact-btn-secondary {
            border: 1.5px solid rgba(232, 188, 28, 0.55);
            color: #E8BC1C;
            background: transparent;
        }
        #contact .contact-btn-secondary:hover {
            background: #E8BC1C;
            color: #111E4A;
            transform: translateY(-2px);
        }
        #contact .contact-btn-primary svg,
        #contact .contact-btn-secondary svg {
            width: 1.25rem;
            height: 1.25rem;
            flex-shrink: 0;
        }
        #contact .contact-brand {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 2rem 1.5rem;
            margin-top: 0.25rem;
            border-radius: 1.25rem;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
            border: 1px solid rgba(255, 255, 255, 0.1);
        }
        #contact .contact-brand img {
            max-width: 100%;
            height: auto;
            max-height: 11rem;
            object-fit: contain;
            filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.25));
        }
        #contact .contact-divider {
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(232, 188, 28, 0.45), transparent);
            margin: 2rem 0 0;
        }
        @media (min-width: 1024px) {
            #contact .contact-divider {
                margin-top: 2.5rem;
            }
        }
        #contact .contact-embed {
            margin-top: 2rem;
        }
        #contact .contact-embed:empty,
        #hubspot-embed:empty {
            display: none;
            margin: 0;
            padding: 0;
            min-height: 0;
        }
        /* Contraste WCAG — textes sur fonds sombres (#111E4A et dérivés) */
        #contact .text-gray-300 {
            color: #e5e7eb;
        }
        footer .text-gray-400 {
            color: #cbd5e1;
        }
        footer .text-gray-500 {
            color: #d1d5db;
        }
        footer .text-gray-600 {
            color: #9ca3af;
        }

        footer {
            margin-bottom: 0;
        }
        .footer-legal-btn {
            background: none;
            border: none;
            padding: 0;
            font: inherit;
            color: inherit;
            cursor: pointer;
            text-decoration: none;
        }
        .footer-legal-btn:hover {
            color: #E8BC1C;
        }
