        /* --- RESET & FONDATIONS (INTACT) --- */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
    
        /* Mentions legales */
        html.legal-page-html,
        body.legal-page {
            height: auto;
            min-height: 100%;
            overflow: auto;
            overflow-x: hidden;
        }
        body.legal-page {
            background-color: #fffdf8;
        }
        body.legal-page .legal-wrap {
            max-width: 1200px;
            margin: 0 auto;
            padding: 36px 16px 56px;
            display: grid;
            grid-template-columns: minmax(230px, 320px) minmax(0, 1fr);
            gap: 16px 28px;
            align-items: start;
        }
        body.legal-page .legal-sidebar {
            position: sticky;
            top: 22px;
            align-self: start;
            padding: 10px 6px;
        }
        body.legal-page .legal-back {
            display: inline-block;
            margin-bottom: 16px;
            color: #895D45;
            text-decoration: none;
            font-weight: 700;
        }
        body.legal-page .legal-back:hover {
            color: #cea287;
        }
        body.legal-page .legal-page-title {
            margin: 0 0 8px;
            font-family: 'Reem Kufi', sans-serif;
            font-size: clamp(2rem, 3.5vw, 2.9rem);
            line-height: 1.05;
            color: #895D45;
        }
        body.legal-page .legal-page-date {
            margin: 0;
            font-size: 0.92rem;
            color: #57534e;
            line-height: 1.45;
        }
        body.legal-page .legal-faq {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }
        body.legal-page .legal-faq-item {
            background: #fff;
            border: 1px solid #e8dfd6;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 10px 18px rgba(137, 93, 69, 0.04);
        }
        body.legal-page .legal-faq-toggle {
            width: 100%;
            border: 0;
            background: transparent;
            color: #1c1917;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            text-align: left;
            padding: 16px 18px;
            cursor: pointer;
        }
        body.legal-page .legal-faq-title {
            font-size: 1rem;
            line-height: 1.35;
            font-weight: 700;
            color: #895D45;
        }
        body.legal-page .legal-faq-chevron {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #895D45;
            transition: transform 0.28s ease;
            flex-shrink: 0;
        }
        body.legal-page .legal-faq-item.is-open .legal-faq-chevron {
            transform: rotate(180deg);
        }
        body.legal-page .legal-faq-panel {
            display: grid;
            grid-template-rows: 0fr;
            opacity: 0;
            transition: grid-template-rows 0.32s ease, opacity 0.24s ease;
        }
        body.legal-page .legal-faq-item.is-open .legal-faq-panel {
            grid-template-rows: 1fr;
            opacity: 1;
        }
        body.legal-page .legal-faq-panel-inner {
            overflow: hidden;
            border-top: 1px solid #f1e8df;
            padding: 0 18px;
        }
        body.legal-page .legal-faq-panel-inner > *:first-child {
            margin-top: 14px;
        }
        body.legal-page .legal-faq-panel-inner > *:last-child {
            margin-bottom: 16px;
        }
        body.legal-page .legal-faq-panel-inner ul {
            margin: 0;
            padding-left: 18px;
        }
        body.legal-page .legal-faq-panel-inner .legal-list-plain {
            list-style: none;
            padding-left: 0;
        }
        body.legal-page .legal-faq-panel-inner li {
            margin-bottom: 8px;
            line-height: 1.5;
        }
        body.legal-page .legal-faq-panel-inner p {
            margin: 0 0 10px;
            line-height: 1.6;
            color: #2f2a27;
        }
        body.legal-page .legal-faq-panel-inner a {
            color: #895D45;
        }
        body.legal-page .legal-footer {
            margin-top: 10px;
            text-align: center;
            color: #57534e;
            font-size: 0.84rem;
        }
        @media (max-width: 900px) {
            body.legal-page .legal-wrap {
                grid-template-columns: 1fr;
                gap: 14px;
                padding: 22px 14px calc(28px + env(safe-area-inset-bottom));
            }
            body.legal-page .legal-sidebar {
                position: static;
                top: auto;
                padding: 4px 2px;
            }
            body.legal-page .legal-page-title {
                font-size: clamp(1.7rem, 8vw, 2.1rem);
            }
        }
        html, body {
            height: 100%;
            overflow: hidden;
            overflow-x: hidden;
            overscroll-behavior-x: none;
            background-color: #fffdf8;
            font-family: 'Inter', sans-serif;
            color: #1c1917;
        }

        .page-container {
            height: 100vh;
            overflow-y: auto;
            overflow-x: hidden;
            overscroll-behavior-x: none;
            scroll-snap-type: y mandatory;
            scroll-behavior: smooth;
        }

        .snap-section {
            height: 100vh; 
            width: 100%;
            position: relative;
            scroll-snap-align: start;
            overflow: hidden; /* Important pour couper les cartes du Hero */
            display: flex;
            flex-direction: column;
        }

        /* Pour les sections de contenu qui ont besoin de scroller si le contenu est trop long sur petit écran */
        .snap-section.content-section {
            height: auto;
            min-height: 100vh;
            overflow: visible;
            overflow-x: hidden;
        }

        /* --- HEADER & NAVIGATION (INTACT) --- */
        .main-header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            padding: clamp(0.5rem, 1.5vh, 1rem) 0;
            display: flex;
            justify-content: center; 
            z-index: 2000;
        }

        .header-content {
            width: 100%;
            max-width: 1900px; 
            padding: 0 clamp(1.5rem, 4vw, 4rem);
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo-link {
            display: flex;
            align-items: center;
            transition: opacity 0.3s ease;
            text-decoration: none;
            -webkit-tap-highlight-color: transparent;
        }

        .logo-link:hover { opacity: 0.7; }

        .logo-img {
            height: auto;
            width: clamp(70px, 5.5vw, 100px);
            display: block;
        }

        .nav-pill-container {
            position: relative;
            display: flex;
            background-color: #f3f0e8;
            border-radius: 9999px;
            padding: 4px;
            width: clamp(340px, 26vw, 480px);
            align-items: center;
        }

        .nav-sliding-bg {
            position: absolute;
            top: 4px;
            bottom: 4px;
            width: calc(50% - 4px);
            background-color: #cea287;
            border-radius: 9999px;
            transition: transform 0.5s cubic-bezier(0.6, 0.05, 0.1, 0.9);
            z-index: 1;
            transform: translateX(calc(100% + 0px));
            left: 0;
        }

        .nav-btn {
            position: relative;
            flex: 1;
            padding: 8px 0;
            text-align: center;
            border-radius: 9999px;
            text-transform: uppercase;
            letter-spacing: 0.153em;
            font-size: clamp(10px, 0.85vw, 15px);
            font-family: 'Reem Kufi', sans-serif;
            border: none;
            cursor: pointer;
            background: transparent;
            color: #57534e;
            z-index: 2;
            transition: color 0.5s ease;
            text-decoration: none;
        }

        .nav-btn.active { color: white; font-weight: bold; }
        .nav-btn#btnRejoindre:hover { opacity: 0.7; }

        /* --- HAMBURGER (INTACT) --- */
        .hamburger {
            display: none;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 44px;
            height: 44px;
            cursor: pointer;
            z-index: 2010;
            background: none;
            border: none;
            position: relative;
            line-height: 0;
            -webkit-tap-highlight-color: transparent;
        }

        .hamburger span {
            display: block;
            width: 26px;
            height: 2.8px;
            background-color: #cea287;
            border-radius: 2px;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: absolute;
        }

        .hamburger span:nth-child(1) { transform: translateY(-7px); }
        .hamburger span:nth-child(2) { transform: translateY(0); }
        .hamburger span:nth-child(3) { transform: translateY(7px); }
        .hamburger.active span:nth-child(1) { transform: rotate(45deg); }
        .hamburger.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
        .hamburger.active span:nth-child(3) { transform: rotate(-45deg); }

        .mobile-menu-overlay {
            position: fixed;
            top: 0;
            right: -100%;
            width: 100%;
            height: 100%;
            background-color: #fffdf8;
            z-index: 1500;
            transition: right 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 2rem;
        }

        .mobile-menu-overlay.active { right: 0; }

        .mobile-nav-links {
            display: flex;
            flex-direction: column;
            gap: 1.2rem;
            text-align: center;
            margin-bottom: 1.8rem;
        }

        .mobile-nav-links a {
            font-family: 'Reem Kufi', sans-serif;
            text-transform: uppercase;
            letter-spacing: 0.2em;
            font-size: clamp(1.05rem, 4.8vw, 1.38rem);
            color: #1c1917;
            text-decoration: none;
            font-weight: bold;
        }
        .mobile-nav-links .mobile-nav-item {
            font-family: 'Reem Kufi', sans-serif;
            text-transform: uppercase;
            letter-spacing: 0.2em;
            font-size: clamp(1.05rem, 4.8vw, 1.38rem);
            color: #1c1917;
            font-weight: bold;
            display: block;
        }
        .mobile-nav-links .mobile-nav-item.disabled {
            color: #b9b0a8;
        }

        .mobile-divider { width: 60px; height: 1px; background-color: #cea287; margin-bottom: 2rem; opacity: 0.4; }
        .mobile-socials { display: flex; gap: 1.8rem; }
        .mobile-socials a { color: #cea287; transition: transform 0.3s ease; }
        .mobile-menu-overlay .mobile-socials {
            gap: 1.45rem;
            flex-wrap: wrap;
            justify-content: center;
        }
        .mobile-menu-overlay .mobile-socials a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #cea287;
        }
        .mobile-menu-overlay .mobile-socials svg {
            width: 26px;
            height: 26px;
        }
        /* --- TITRE HERO & CARROUSEL --- */
        .title-block {
            position: absolute;
            top: clamp(100px, 14vh, 180px);
            left: 50%;
            transform: translateX(-50%);
            text-align: center;
            z-index: 40;
            width: 100%;
            pointer-events: none;
        }

        .h1-text {
            font-size: clamp(38px, 4.8vw, 46px);
            font-weight: bold;
            line-height: 1; 
            letter-spacing: 0.017em;
            color: #1c1917;
            margin: 0;
            pointer-events: auto;
        }        .carousel-container {
            position: relative;
            display: block;
            overflow: hidden;
            height: clamp(52px, 7vh, 88px);
            margin-top: 4px;
        }

        .carousel-text {
            display: block;
            opacity: 1;
            line-height: 1.05;
            padding-bottom: 15px; /* Protection descendantes */
            transition: opacity 0.32s ease-in-out;
            will-change: opacity;
        }

        .carousel-text.fading { opacity: 0; }

        .pagination-dots {
            display: flex;
            justify-content: center;
            gap: 9px;
            margin-top: clamp(1.5rem, 5.5vh, 3.5rem); 
            pointer-events: auto;
        }
        .dot {
            height: 7px;
            border-radius: 9999px;
            transition: all 0.7s ease-in-out;
            background-color: #e5e7eb;
            cursor: pointer;
            border: none;
            padding: 0;
        }

        .dot:focus-visible {
            outline: 2px solid #885c47;
            outline-offset: 2px;
            border-radius: 9999px;
        }

        /* --- GRILLE D'IMAGES HERO (9 COLONNES x 3 MOTIFS) --- */
        .image-grid {
            width: 100%;
            max-width: 2100px;
            margin: 0 auto;
            display: flex;
            gap: 24px;
            padding: 0 24px;
            height: 100%;
            align-items: flex-start;
            justify-content: center;
            padding-top: clamp(100px, 15vh, 160px); 
        }

        .column-block {
            display: flex;
            flex-direction: column;
            gap: 24px;
            transition: transform 1.1s cubic-bezier(0.4, 0, 0.2, 1), opacity 1.1s ease;
            width: 180px;
            opacity: 0;
            transform: translateY(60px);
        }

        .column-block.visible { opacity: 1; transform: translateY(0); }

        .column-block.exit-fade {
            opacity: 0;
            transform: translateY(0);
            transition: opacity 0.5s ease;
        }

        .image-card {
            width: 180px;
            height: 272px;
            flex-shrink: 0;
            overflow: hidden;
            border-radius: 17px;
            background-color: #f5f5f4;
        }

        .image-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* --- CTA HERO (INTACT) --- */
        .bottom-cta-wrapper {
            position: absolute;
            bottom: clamp(15px, 2.5vh, 25px);
            left: 50%;
            transform: translateX(-50%);
            z-index: 50;
            display: flex;
            visibility: visible;
            opacity: 1;
        }

        .cta-rect {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            color: white;
            border: none;
            cursor: pointer;
            transition: all 1.4s cubic-bezier(0.2, 1, 0.3, 1);
            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
            width: auto;
            height: clamp(30px, 3.8vh, 38px);
            background-color: #cea287;
            border-radius: 17px;
            padding-left: 20px;
            padding-right: 15px;
            text-decoration: none;
        }

        .cta-rect:hover {
            transform: translateY(-3px);
            background-color: #bd9075;
            box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.2);
        }

        .cta-rect span {
            font-size: clamp(10px, 0.75vw, 11.5px);
            font-weight: bold;
            letter-spacing: 0.05em;
        }

        /* --- CTA PRIMAIRES (AUTRES SECTIONS) --- */
        .cta-primary {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            color: white;
            border: none;
            cursor: pointer;
            transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
            background-color: #cea287;
            
            font-family: 'Reem Kufi', sans-serif;
            font-size: clamp(10px, 0.85vw, 15px); 
            font-weight: bold;
            
            text-transform: uppercase; 
            letter-spacing: 0.153em;  
            padding: 10px 28px;      
            
            border-radius: 17px;
            text-decoration: none;
            width: fit-content;
            margin-top: 2rem;
        }

        .cta-primary:hover {
            transform: translateY(-3px);
            background-color: #bd9075;
            box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.2);
        }
        .cta-primary svg {
            width: 18px;
            height: 18px;
            flex-shrink: 0;
        }
        .cta-helper-text {
            margin-top: 0.7rem;
            font-family: 'Inter', sans-serif;
            font-size: 0.7rem;
            color: #78716c;
            line-height: 1.35;
        }

        /* --- MASQUAGES & GRADIENTS --- */
        .mask-edge-left { pointer-events: none; position: absolute; left: 0; top: 0; bottom: 0; width: 256px; background: linear-gradient(to right, #fffdf8, rgba(255, 253, 248, 0.4), transparent); z-index: 10; }
        .mask-edge-right { pointer-events: none; position: absolute; right: 0; top: 0; bottom: 0; width: 256px; background: linear-gradient(to left, #fffdf8, rgba(255, 253, 248, 0.4), transparent); z-index: 10; }
        .mask-bottom { pointer-events: none; position: absolute; bottom: 0; left: 0; right: 0; height: 80px; background: linear-gradient(to top, #fffdf8, transparent); z-index: 30; }
        .mask-top { pointer-events: none; position: absolute; top: 0; left: 0; right: 0; height: 140px; background: linear-gradient(to bottom, #fffdf8, transparent); z-index: 30; }

        /* --- RESPONSIVE MOBILE --- */
        @media (max-width: 450px) {
            .header-content { padding: 0 1.5rem; }
            .nav-pill-container { display: none; }
            .hamburger { display: flex; }
            .image-grid { padding-top: 3.6rem; gap: 12px; }
            .column-block { width: 140px; }
            .image-card { width: 140px; height: 210px; }
            .title-block { top: 80px; }
            .pagination-dots { margin-top: -0.4rem; }
            .cta-rect { display: none; }
            .h1-text { 
                font-size: 1.8rem; 
                padding: 0.5rem 1rem 1.6rem; }
            .carousel-container {
                height: 4.15rem;
                margin-top: 6px;
            }
            .carousel-text {
                padding-bottom: 0;
            }
            .bottom-cta-wrapper {
                display: flex !important;
                visibility: visible !important;
                opacity: 1 !important;
                bottom: 14px;
            }
            .mask-edge-left, .mask-edge-right { width: 60px; }
            .mask-top { height: 100px; }
            .mask-bottom { height: 50px; }
        }

        /* ========================================= */
        /* --- STYLES ARCHITECTURE V2 --- */
        /* ========================================= */

        /* COMMUN AUX SECTIONS */
        .section-padded {
            padding: clamp(60px, 10vh, 100px) 24px;
            /* Flex center pour centrer le contenu verticalement dans le 100vh */
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }
        
        .max-width-1400 { width: 100%; max-width: 1400px; margin: 0 auto; overflow-x: hidden; }
        
        h2.section-title {
            font-family: 'Reem Kufi', sans-serif;
            font-size: clamp(32px, 4vw, 56px);
            line-height: 1.1;
            margin-bottom: 1.5rem;
            color: #1c1917;
            max-width: 500px;
        }

        p.section-desc {
            font-size: clamp(16px, 1.2vw, 20px);
            color: #57534e;
            max-width: 390px;
            margin: 0 auto 1.5rem; 
            line-height: 1.6;
        }

        p.section-desc-strong {
            color: #1c1917;
            font-weight: 700;
        }

        .split-container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 1rem; 
            width: 100%;
        }

        .split-text-block {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center; 
            text-align: center;
            justify-content: center;
        }

        /* Espacements latéraux */
        .text-left-spacing {
            padding-left: clamp(20px, 5vw, 80px); 
            padding-right: 0;
        }

        .text-right-spacing {
            padding-right: clamp(20px, 5vw, 80px); 
            padding-left: 0;
        }

        .split-visual {
            flex: 1;
            height: clamp(500px, 80vh, 800px);
            /*background-color: #f5f5f4;*/
            border-radius: 24px;
            overflow: hidden;
            position: relative;
        }
        .split-visual img { width: 100%; height: 100%; object-fit: cover; }
        .split-visual-brand-bg {
            display: flex;
            align-items: flex-end;
            justify-content: center;
            padding: clamp(14px, 2vw, 26px) clamp(14px, 2vw, 26px) 0;
            background: linear-gradient(145deg, #fff8f1 0%, #f2e2d4 44%, #bd9075 100%);
        }
        .split-visual-brand-bg-alt {
            background: linear-gradient(180deg, #fcfcfc 0%, #f3f0e8 48%, #ffeee1 100%);
        }
        .split-visual-brand-bg img {
            object-fit: contain;
            object-position: center bottom;
            filter: drop-shadow(0 10px 24px rgba(137, 93, 69, 0.2));
            transform: scale(1);
            transform-origin: center bottom;
        }
        .mobile-only-copy { display: none; }
        .split-visual-contain {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: clamp(10px, 1.5vw, 18px);
        }
        .split-visual-contain img {
            object-fit: contain;
            object-position: center center;
        }
        .split-visual-contain.split-visual-brand-bg {
            align-items: flex-end;
            padding: clamp(14px, 2vw, 26px) clamp(14px, 2vw, 26px) 0;
        }
        .split-visual-contain.split-visual-brand-bg img {
            object-position: center bottom;
        }
        .mobile-line-break {
            display: none;
        }
        #promesse-mobile-visual { display: none; }

        /* Univers visual*/
        #univers {
            position: relative;
            background-image: url('assets/screen/tous-local.webp');
            background-repeat: no-repeat;
            background-position: right bottom;
            background-size: clamp(280px, 42vw, 540px) auto;
        }
        @media (min-width: 1350px) {
            #univers {
                background-position: calc(100% - clamp(24px, 7vw, 160px)) bottom;
            }
        }
        #univers .univers-visual-placeholder {
            background: transparent;
            border: none;
            box-shadow: none;
            pointer-events: none;
        }

        /* Desktop fit harmonization (Chrome/Firefox consistency) */
        @media (min-width: 901px) {
            #univers {
                background-size: clamp(270px, 39vw, 560px) auto;
            }

            #etape1-decouvrez.section-padded,
            #nous-rejoindre.section-padded,
            #battle.section-padded {
                min-height: 100vh;
                height: auto;
                padding-top: clamp(44px, 6.2vh, 64px);
                padding-bottom: clamp(22px, 3.8vh, 36px);
                overflow: visible;
            }

            #etape1-decouvrez .steps-carousel-shell {
                margin-top: 18px !important;
                padding-bottom: clamp(14px, 1.8vh, 24px);
            }

            #etape1-decouvrez .steps-carousel-dots {
                margin-top: clamp(14px, 1.8vh, 22px);
                padding-bottom: 8px;
            }

            #nous-rejoindre .main-title-form {
                margin-bottom: 1rem;
            }

            #nous-rejoindre .main-title-form-helper {
                margin: -0.8rem 0 0.85rem;
            }

            #nous-rejoindre .form-main-container {
                height: min(68vh, 640px);
                max-height: 640px;
                min-height: 460px;
                padding-bottom: 0.8rem;
            }
            #nous-rejoindre .form-main-container:not(.active-mode) {
                height: min(72vh, 690px);
                max-height: 690px;
                min-height: 500px;
            }

            #battle .battle-shell {
                max-height: calc(100vh - clamp(122px, 16vh, 176px));
                display: flex;
                flex-direction: column;
            }

            #battle .battle-header {
                margin-bottom: 1.1rem;
            }

            #battle .battle-board {
                min-height: 360px;
                height: 100%;
            }

            #battle .battle-page {
                padding-bottom: 2.8rem;
            }

            #etape1-decouvrez.section-padded {
                overflow: visible;
                min-height: 96vh;
                padding-top: clamp(46px, 6.4vh, 72px);
                padding-bottom: clamp(22px, 3.4vh, 36px);
            }

            #etape1-decouvrez .split-visual {
                height: clamp(470px, 72vh, 740px);
            }
        }

        /* Firefox only: keep requested universe visual scale */
        @supports (-moz-appearance: none) {
            @media (min-width: 901px) {
                #univers {
                    background-size: clamp(280px, 100vw, 670px) auto;
                }
                #etape1-decouvrez.section-padded {
                    min-height: 100vh;
                    padding-top: clamp(52px, 7.2vh, 80px);
                    padding-bottom: clamp(26px, 3.8vh, 40px);
                }
                #etape1-decouvrez .steps-carousel-shell {
                    margin-top: 22px !important;
                }
                #etape1-decouvrez .split-visual {
                    height: clamp(500px, 75vh, 780px);
                }
            }
        }

        /* Chromium/Safari desktop: tighten hero cards to avoid oversized rendering */
        @supports not (-moz-appearance: none) {
            @media (min-width: 901px) {
                #univers {
                    background-position: calc(100% - clamp(34px, 7.2vw, 150px)) calc(100% - clamp(20px, 3vh, 44px));
                }
                #nous-rejoindre .form-main-container:not(.active-mode) {
                    height: min(66vh, 620px);
                    max-height: 620px;
                    min-height: 440px;
                }
                .image-grid {
                    gap: 24px;
                    padding: 0 24px;
                    padding-top: clamp(100px, 15vh, 160px);
                }
                .column-block {
                    width: 180px;
                    gap: 24px;
                }
                .image-card {
                    width: 180px;
                    height: 272px;
                }
            }

            @media (min-width: 1350px) {
                #univers {
                    background-position: calc(100% - clamp(72px, 10.5vw, 300px)) calc(100% - clamp(26px, 3.6vh, 58px));
                }
            }
        }

        /* Etapes carousel */
        .steps-carousel-shell {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .steps-carousel-viewport {
            width: 100%;
            overflow: hidden;
            touch-action: pan-y;
            overscroll-behavior-x: contain;
            -webkit-user-select: none;
            user-select: none;
        }
        .steps-carousel-track {
            display: flex;
            transition: transform 0.65s ease;
            will-change: transform;
        }
        .steps-carousel-slide {
            min-width: 100%;
        }
        .steps-carousel-slide .split-container {
            margin: 0;
        }
        .steps-carousel-dots {
            display: flex;
            justify-content: center;
            gap: 8px;
            margin-top: 1.5rem;
            padding-bottom: 10px;
        }
        .steps-dot {
            height: 6px;
            width: 6px;
            border-radius: 9999px;
            transition: all 0.45s ease;
            background-color: #e5e7eb;
            cursor: pointer;
            border: none;
            padding: 0;
        }
        .steps-dot.active {
            width: 24px;
            background-color: #cea287;
        }
        #etape1-decouvrez .steps-visual-uniform {
            display: flex;
            align-items: flex-end;
            justify-content: center;
            padding: clamp(14px, 2vw, 26px) clamp(14px, 2vw, 26px) 0;
        }
        #etape1-decouvrez .steps-visual-uniform img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center bottom;
            transform: scale(1);
            transform-origin: center bottom;
        }
        #etape1-decouvrez .steps-visual-uniform.steps-visual-cover img {
            object-fit: cover;
            object-position: center center;
            transform: none;
            border-radius: inherit;
        }
        #etape1-decouvrez .steps-visual-uniform.steps-visual-cover {
            padding: 0 !important;
        }
        #etape1-decouvrez .steps-visual-uniform.steps-visual-cover picture {
            align-items: stretch;
        }
        #etape1-decouvrez .steps-visual-uniform picture {
            display: flex;
            width: 100%;
            height: 100%;
            align-items: flex-end;
            justify-content: center;
        }
        .steps-desc-ghost-line {
            display: none;
        }

        /* UTILITAIRES FLEX */
        .row-reverse-flex { flex-direction: row-reverse; }
        .bg-white { background-color: #FFFFFF; }
        .bg-beige { background-color: #fffdf8; }
        
        /* SECTION 4: SOCIAL PROOF */
        #local { 
            background-color: #fffdf8;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            width: 100%;
            max-width: 1000px;
            margin: 3rem auto 0;
            gap: 0;
        }

        .stat-item {
            text-align: center;
            padding: 2rem;
            position: relative;
            opacity: 0;
            transform: translateY(16px);
            transition: opacity 0.35s ease, transform 0.35s ease;
        }
        .stat-item.is-visible {
            opacity: 1;
            transform: translateY(0);
        }
        
        /* Séparateurs verticaux */
        .stat-item:not(:last-child)::after {
            content: '';
            position: absolute;
            right: 0;
            top: 20%;
            height: 60%;
            width: 1px;
            background-color: #d6d3d1;
        }

        .stat-number {
            font-family: 'Reem Kufi', sans-serif;
            font-size: clamp(3.5rem, 5vw, 5rem);
            color: #d67145; 
            line-height: 1;
            font-weight: bold;
        }

        .stat-suffix {
            font-family: 'Reem Kufi', sans-serif;
            font-size: clamp(2rem, 3vw, 3rem);
            color: #d67145;
            font-weight: bold;
        }

        .stat-label {
            font-family: 'Inter', sans-serif;
            font-size: 1rem;
            color: #57534e;
            margin-top: 0.5rem;
            font-weight: normal;
            line-height: 1.4;
        }
        .stat-label-main {
            display: block;
        }
        .stat-label-detail {
            display: block;
            margin-top: 0.2rem;
            font-size: 0.84rem;
            color: #78716c;
            line-height: 1.35;
        }
        .waitlist-live {
            margin: 1.35rem auto 0;
            font-family: 'Inter', sans-serif;
            font-size: clamp(1rem, 1.25vw, 1.2rem);
            color: #2f2a27;
            line-height: 1.35;
            text-align: center;
        }
        .waitlist-live strong {
            font-family: 'Reem Kufi', sans-serif;
            color: #cea287;
            font-size: 1.12em;
            font-weight: 700;
            white-space: nowrap;
        }
        .waitlist-live .waitlist-cta-link {
            color: rgb(206, 162, 135);
            text-decoration: none;
        }
        .stats-source {
            margin: 4rem auto 0;
            font-family: 'Inter', sans-serif;
            font-size: 0.74rem;
            color: #78716c;
            line-height: 1.4;
            text-align: center;
            max-width: 760px;
        }
        .waitlist-live + .stats-source {
            margin-top: 0.2rem;
        }

        /* SECTION BATTLE DE QUARTIER */
        #battle {
            background-color: #fffdf8;
        }

        .battle-shell {
            width: 100%;
            max-width: 1180px;
            margin: 0 auto;
        }

        .battle-header {
            text-align: center;
            margin-bottom: 1.8rem;
        }

        .battle-title {
            font-family: 'Reem Kufi', sans-serif;
            font-size: clamp(2rem, 3.5vw, 3.15rem);
            line-height: 1.1;
            color: #1c1917;
            margin-bottom: 0.5rem;
        }

        .battle-title .accent {
            color: #cea287;
        }

        .battle-subtitle {
            font-family: 'Inter', sans-serif;
            color: #78716c;
            font-size: 1rem;
            line-height: 1.55;
            max-width: 760px;
            margin: 0 auto;
        }

        .battle-subtitle strong {
            color: #cea287;
            font-weight: 700;
        }

        .battle-error {
            display: none;
            margin: 0 auto 1rem;
            max-width: 760px;
            background: #fef2f2;
            color: #dc2626;
            border: 1px solid #fecaca;
            border-radius: 14px;
            padding: 0.75rem 1rem;
            text-align: center;
            font-size: 0.88rem;
        }

        .battle-board {
            position: relative;
            min-height: 380px;
            border: 1px solid #f3f0e8;
            border-radius: 28px;
            background: #fff;
            box-shadow: 0 10px 28px rgba(28, 25, 23, 0.06);
            overflow: hidden;
        }

        .battle-loading {
            position: absolute;
            inset: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(255, 255, 255, 0.94);
            z-index: 20;
        }

        .battle-hold-overlay {
            position: absolute;
            inset: 0;
            z-index: 26;
            display: none;
            align-items: center;
            justify-content: center;
            padding: 1rem;
            pointer-events: auto;
            background: rgba(28, 25, 23, 0);
            transition: background-color 0.24s ease;
        }

        .battle-hold-card {
            display: inline-flex;
            align-items: center;
            gap: 0.62rem;
            border-radius: 16px;
            border: 1px solid #eee6da;
            background: rgba(255, 255, 255, 0.95);
            box-shadow: 0 12px 28px rgba(28, 25, 23, 0.14);
            backdrop-filter: blur(4px);
            padding: 0.72rem 1.1rem;
            color: #1c1917;
            font-family: 'Reem Kufi', sans-serif;
            font-size: 1rem;
            font-weight: 700;
            line-height: 1;
            letter-spacing: 0.01em;
            transition: transform 0.24s ease, background-color 0.24s ease, box-shadow 0.24s ease;
        }

        .battle-hold-card svg {
            width: 20px;
            height: 20px;
            color: #cea287;
            flex-shrink: 0;
        }

        .battle-loading-dot {
            width: 12px;
            height: 12px;
            border-radius: 999px;
            background: #cea287;
            animation: battlePulse 1.2s ease-in-out infinite;
        }

        @keyframes battlePulse {
            0% {
                transform: scale(0.75);
                opacity: 0.4;
            }
            50% {
                transform: scale(1.05);
                opacity: 1;
            }
            100% {
                transform: scale(0.75);
                opacity: 0.4;
            }
        }

        .battle-slider-layer {
            position: relative;
            height: 100%;
            transition: filter 0.45s ease, opacity 0.45s ease;
        }

        .battle-slider-layer.is-locked {
            filter: blur(8px);
            opacity: 0.2;
            pointer-events: none;
        }

        .battle-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 5;
            width: 46px;
            height: 46px;
            border-radius: 999px;
            border: 1px solid #f3f0e8;
            background: rgba(255, 255, 255, 0.94);
            color: #cea287;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.25s ease;
        }

        .battle-nav:hover {
            background: #cea287;
            color: #fff;
            transform: translateY(-50%) scale(1.04);
        }

        .battle-nav[disabled] {
            opacity: 0;
            pointer-events: none;
        }

        .battle-nav.prev {
            left: 12px;
        }

        .battle-nav.next {
            right: 12px;
        }

        .battle-nav svg {
            width: 22px;
            height: 22px;
        }

        .battle-slider-viewport {
            overflow: hidden;
            height: 100%;
        }

        .battle-slider-track {
            display: flex;
            width: 100%;
            height: 100%;
            transition: transform 0.5s ease;
        }

        .battle-page {
            flex: 0 0 100%;
            width: 100%;
            padding: 1.75rem 2.8rem 4.4rem;
            display: flex;
            align-items: center;
        }

        .battle-grid {
            width: 100%;
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 0.85rem;
        }

        .battle-zone-btn {
            border: 1px solid #f3f0e8;
            border-radius: 14px;
            background: #fff;
            color: #1c1917;
            text-align: center;
            overflow: hidden;
            min-height: 146px;
            padding: 0;
            display: flex;
            flex-direction: column;
            cursor: pointer;
            transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
        }

        .battle-zone-btn:hover {
            border-color: #cea287;
            box-shadow: 0 8px 22px rgba(206, 162, 135, 0.2);
            transform: translateY(-2px);
        }

        .battle-zone-btn.is-selected {
            border-color: #cea287;
            background: rgba(206, 162, 135, 0.08);
        }

        .battle-zone-btn:disabled {
            cursor: default;
        }

        .battle-zone-btn:disabled:hover {
            border-color: #f3f0e8;
            box-shadow: none;
            transform: none;
        }

        .battle-zone-name {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0.9rem 0.75rem;
            font-family: 'Reem Kufi', sans-serif;
            font-size: 1.04rem;
            line-height: 1.2;
            font-weight: 700;
            transition: color 0.2s ease;
        }

        .battle-zone-btn:hover .battle-zone-name {
            color: #cea287;
        }

        .battle-zone-meta {
            border-top: 1px solid #f3f0e8;
            background: rgba(250, 250, 249, 0.75);
        }

        .battle-zone-progress {
            height: 4px;
            background: #e7e5e4;
        }

        .battle-zone-progress > span {
            display: block;
            height: 100%;
            background: #cea287;
            transition: width 0.8s ease;
        }

        .battle-zone-stats {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0.45rem 0.7rem 0.5rem;
            color: #a8a29e;
            font-size: 0.66rem;
            font-weight: 700;
            letter-spacing: 0.05em;
            text-transform: uppercase;
        }

        .battle-dots {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 1rem;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 0.45rem;
        }

        .battle-dot {
            width: 8px;
            height: 8px;
            border-radius: 999px;
            border: none;
            background: #e7e5e4;
            cursor: pointer;
            transition: all 0.35s ease;
            padding: 0;
        }

        .battle-dot.active {
            width: 24px;
            background: #cea287;
        }

        .battle-overlay {
            position: absolute;
            inset: 0;
            z-index: 30;
            display: none;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 1.6rem;
            background: #1c1917;
            color: #fff;
            overflow: hidden;
        }

        .battle-overlay.show {
            display: flex;
        }

        .battle-overlay-glow {
            position: absolute;
            width: 520px;
            height: 520px;
            border-radius: 50%;
            background: #cea287;
            opacity: 0.1;
            filter: blur(110px);
            animation: battleGlow 2.8s ease-in-out infinite;
        }

        @keyframes battleGlow {
            0%, 100% { transform: scale(0.95); }
            50% { transform: scale(1.05); }
        }

        .battle-overlay-content {
            position: relative;
            z-index: 1;
            max-width: 620px;
            width: 100%;
        }

        .battle-overlay-title {
            font-family: 'Reem Kufi', sans-serif;
            font-size: clamp(2rem, 3.8vw, 3.2rem);
            line-height: 1.05;
            margin-bottom: 1rem;
        }

        .battle-overlay-pill {
            margin: 0 auto 1.3rem;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            border-radius: 999px;
            border: 1px solid rgba(255, 255, 255, 0.08);
            background: rgba(255, 255, 255, 0.08);
            padding: 0.5rem 1rem;
            line-height: 1;
        }

        .battle-overlay-pill span {
            color: #d6d3d1;
            font-size: 0.7rem;
            text-transform: uppercase;
            letter-spacing: 0.13em;
        }

        .battle-overlay-pill strong {
            color: #cea287;
            font-size: 1rem;
        }

        .battle-overlay-text {
            color: #d6d3d1;
            font-size: 1.05rem;
            line-height: 1.65;
            margin: 0 auto 1.5rem;
            max-width: 560px;
        }

        .battle-overlay-text strong {
            color: #fff;
        }

        .battle-share-btn {
            width: 100%;
            max-width: 520px;
            margin: 0 auto;
            border: none;
            border-radius: 18px;
            background: #cea287;
            color: #fff;
            font-family: 'Inter', sans-serif;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.04em;
            padding: 1.05rem 1.2rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.65rem;
            cursor: pointer;
            transition: all 0.25s ease;
        }

        .battle-share-btn:hover {
            background: #fff;
            color: #1c1917;
            transform: translateY(-1px);
        }

        .battle-lock-note {
            margin-top: 1rem;
            color: #78716c;
            font-size: 0.74rem;
            letter-spacing: 0.04em;
            display: inline-flex;
            align-items: center;
            gap: 0.35rem;
        }

        .battle-lock-note svg {
            width: 13px;
            height: 13px;
        }

        #battle.battle-is-paused .battle-page {
            filter: blur(6px);
        }
        #battle.battle-is-paused .battle-zone-btn,
        #battle.battle-is-paused .battle-nav,
        #battle.battle-is-paused .battle-dots {
            pointer-events: none !important;
        }
        #battle.battle-is-paused .battle-nav,
        #battle.battle-is-paused .battle-dots {
            opacity: 0 !important;
        }
        #battle.battle-is-paused .battle-hold-overlay {
            display: flex;
        }
        #battle.battle-is-paused .battle-hold-overlay.is-dimmed {
            background: rgba(28, 25, 23, 0.2);
        }


        #battle.battle-is-paused .battle-hold-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 18px 32px rgba(28, 25, 23, 0.2);
        }
        #battle.battle-is-paused .battle-overlay,
        #battle.battle-is-paused .battle-error,
        #battle.battle-is-paused .battle-loading {
            display: none !important;
        }

        /* SECTION 3: EXPÉRIENCE APP (Dark) */
        #experience { background-color: #1c1917; color: #fffdf8; }
        #experience h2 { color: #fffdf8; }
        #experience p { color: #d6d3d1; }
        .app-layout {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 5rem;
        }
        .phone-mockup {
            width: 320px;
            height: 640px;
            border: 8px solid #44403c;
            border-radius: 40px;
            background-color: #000;
            position: relative;
            overflow: hidden;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
        }
        .phone-screen {
            width: 100%; height: 100%;
            background: url('https://images.unsplash.com/photo-1546069901-ba9599a7e63c?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80') center/cover;
            position: relative;
        }
        .phone-ui-overlay {
            position: absolute; bottom: 0; left: 0; right: 0;
            padding: 20px;
            background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
            color: white;
            text-align: left;
        }
        .app-text-block { text-align: left; max-width: 500px; } 
        .feature-list li { margin-bottom: 1rem; display: flex; align-items: center; gap: 1rem; font-size: 1.1rem; }
        .icon-box { width: 32px; height: 32px; background: #cea287; border-radius: 8px; display:flex; align-items:center; justify-content:center; }
        .vendor-benefits {
            list-style: none;
            text-align: left;
            display: flex;
            flex-direction: column;
            align-items: center;
            margin: 0.95rem auto 0;
            padding: 0;
            width: min(100%, 560px);
            box-sizing: border-box;
        }
        .vendor-benefits li {
            margin-bottom: 0.78rem;
            color: #57534e;
            font-family: 'Inter', sans-serif;
            font-size: 1rem;
            line-height: 1.45;
            display: block;
            width: min(100%, 430px);
            text-align: left;
        }
        #vendeurs .section-title {
            max-width: 620px;
            font-size: clamp(30px, 3.6vw, 52px);
        }

        /* SECTION FAQ */
        #faq.section-padded {
            padding-top: clamp(64px, 10vh, 120px);
            padding-bottom: clamp(72px, 10vh, 130px);
            align-items: flex-start;
        }
        #faq .faq-layout {
            width: 100%;
            display: grid;
            grid-template-columns: minmax(250px, 0.9fr) minmax(0, 1.6fr);
            gap: clamp(24px, 5vw, 84px);
            align-items: start;
        }
        #faq .faq-intro {
            position: sticky;
            top: 110px;
            text-align: left;
            align-self: start;
            padding-left: clamp(8px, 1.2vw, 18px);
        }
        #faq .faq-kicker {
            margin: 0 0 0.5rem;
            font-family: 'Inter', sans-serif;
            font-size: 0.76rem;
            font-weight: 700;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            color: #a8a29e;
        }
        #faq .faq-title {
            margin: 0;
            max-width: 340px;
            line-height: 1.08;
            text-align: left;
        }
        #faq .faq-groups {
            display: flex;
            flex-direction: column;
            gap: 0;
        }
        #faq .faq-topic {
            background: transparent;
            border: 0;
            border-top: 1px solid #e8e1d6;
            border-radius: 0;
            overflow: hidden;
            transition: border-color 0.25s ease;
        }
        #faq .faq-topic:last-child { border-bottom: 1px solid #e8e1d6; }
        #faq .faq-topic > *:not(summary) { display: block; }
        #faq .faq-topic-summary {
            list-style: none;
            cursor: pointer;
            position: relative;
            margin: 0;
            padding: 1rem 2.7rem 1rem 0.35rem;
            font-family: 'Reem Kufi', sans-serif;
            font-size: 1.06rem;
            color: #3f3832;
            line-height: 1.35;
            text-align: left;
        }
        #faq .faq-topic-summary::-webkit-details-marker { display: none; }
        #faq .faq-topic-summary::after {
            content: '';
            position: absolute;
            right: 1rem;
            top: 50%;
            width: 10px;
            height: 10px;
            border-right: 2px solid #9c755f;
            border-bottom: 2px solid #9c755f;
            transform: translateY(-64%) rotate(45deg);
            transition: transform 0.24s ease;
        }
        #faq .faq-topic[open] .faq-topic-summary::after {
            transform: translateY(-28%) rotate(-135deg);
        }
        #faq .faq-topic[open] {
            border-color: #e8e1d6;
            background: transparent;
        }
        #faq .faq-topic-panel {
            max-height: 0;
            overflow: hidden;
            opacity: 0;
            transform: translateY(-6px);
            padding: 0 clamp(10px, 1.5vw, 18px) 0;
            transition: max-height 0.42s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.22s ease, transform 0.36s ease, padding 0.36s ease;
        }
        #faq .faq-topic[open] .faq-topic-panel {
            max-height: 2600px;
            opacity: 1;
            transform: translateY(0);
            padding: 0 clamp(10px, 1.5vw, 18px) 0.75rem;
        }
        #faq .faq-item {
            border: 0;
            border-bottom: 1px solid #e8e1d6;
            border-radius: 0;
            background: transparent;
            margin-bottom: 0;
            overflow: hidden;
            transition: border-color 0.24s ease;
        }
        #faq .faq-item:last-child { border-bottom: 0; }
        #faq .faq-item > *:not(summary) { display: block; }
        #faq .faq-question {
            list-style: none;
            cursor: pointer;
            position: relative;
            padding: 0.9rem 2.7rem 0.9rem 0.95rem;
            text-align: left;
            font-family: 'Inter', sans-serif;
            font-size: 0.93rem;
            font-weight: 700;
            color: #292524;
            line-height: 1.42;
        }
        #faq .faq-question::-webkit-details-marker { display: none; }
        #faq .faq-question::before,
        #faq .faq-question::after {
            content: '';
            position: absolute;
            right: 0.95rem;
            top: 50%;
            width: 12px;
            height: 2px;
            background: #9c755f;
            border: 0;
            transform-origin: center;
            transition: transform 0.24s ease;
        }
        #faq .faq-question::before {
            transform: translateY(-50%) rotate(0deg);
        }
        #faq .faq-question::after {
            transform: translateY(-50%) rotate(90deg);
        }
        #faq .faq-item[open] .faq-question::before {
            transform: translateY(-50%) rotate(45deg);
        }
        #faq .faq-item[open] .faq-question::after {
            transform: translateY(-50%) rotate(-45deg);
        }
        #faq .faq-item[open] {
            border-color: #e8e1d6;
            background: transparent;
        }
        #faq .faq-answer {
            max-height: 0;
            overflow: hidden;
            opacity: 0;
            transform: translateY(-4px);
            padding: 0 0.95rem 0;
            text-align: left;
            transition: max-height 0.36s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.2s ease, transform 0.28s ease, padding 0.28s ease;
        }
        #faq .faq-item[open] .faq-answer {
            max-height: 720px;
            opacity: 1;
            transform: translateY(0);
            padding: 0 0.95rem 0.88rem;
        }
        #faq .faq-answer p {
            margin: 0 0 0.62rem;
            font-family: 'Inter', sans-serif;
            font-size: 0.9rem;
            line-height: 1.6;
            color: #57534e;
        }
        #faq .faq-answer p:last-child { margin-bottom: 0; }
        @media (max-width: 1100px) {
            #faq.section-padded {
                padding-top: clamp(60px, 9.2vh, 84px);
            }
            #faq .faq-layout {
                grid-template-columns: 1fr;
                gap: 1.25rem;
            }
            #faq .faq-intro {
                position: static;
                text-align: center;
                padding-left: 0;
                margin-top: 0;
                transform: none;
            }
            #faq .faq-title {
                margin: 0 auto;
                text-align: center;
                line-height: 1.12;
                padding-top: 0.08em;
            }
            #faq .faq-topic-summary {
                font-size: 1rem;
            }
        }
        @media (prefers-reduced-motion: reduce) {
            #faq .faq-topic,
            #faq .faq-topic-panel,
            #faq .faq-item,
            #faq .faq-answer,
            #faq .faq-topic-summary::after,
            #faq .faq-question::after {
                transition: none !important;
            }
        }

        /* ========================================= */
        /* --- STYLES FORMULAIRE QUESTIONNAIRE --- */
        /* ========================================= */

        /* TITRE GLOBAL FORMULAIRE */
        .main-title-form {
            font-family: 'Reem Kufi', sans-serif;
            font-size: clamp(28px, 3.5vw, 42px);
            margin-bottom: 1.5rem;
            color: #1c1917;
            text-align: center;
            transition: all 0.5s ease;
        }
        .main-title-form-helper {
            margin: -1.4rem 0 1.2rem;
            text-align: center;
            font-family: 'Inter', sans-serif;
            font-size: 0.7rem;
            color: #78716c;
            line-height: 1.35;
            transition: all 0.45s ease;
        }
        #nous-rejoindre.form-active .main-title-form-helper {
            opacity: 0;
            max-height: 0;
            margin: 0;
            overflow: hidden;
            transform: translateY(-6px);
            pointer-events: none;
        }

        /* CONTENEUR PRINCIPAL FORMULAIRE */
        .form-main-container {
            position: relative;
            width: 100%;
            max-width: 1400px;
            margin: 0 auto;
            height: 80vh;
            max-height: 750px;
            min-height: 550px;
            background-color: transparent;
            display: flex;
            gap: 24px;
            overflow: visible;
            transition: gap 0.4s ease;
            padding-bottom: 2rem;
        }
        .form-main-container:not(.active-mode) {
            height: min(72vh, 690px);
            max-height: 690px;
            min-height: 500px;
        }

        /* CARTES PROFILS */
        .form-profile-card {
            flex: 1;
            height: 100%;
            position: relative;
            cursor: pointer;
            background-color: #e9e3d9;
            background-size: cover;
            background-position: center;
            border-radius: 32px;
            transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            z-index: 1;
        }

        .form-profile-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.1));
            transition: opacity 0.3s, border-radius 0.4s ease;
            border-radius: inherit;
        }

        .form-main-container:not(.active-mode) .form-profile-card:hover {
            flex: 1.4;
            filter: brightness(1.05);
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        }

        /* Bouton Fermer */
        .form-close-btn-absolute {
            position: absolute;
            top: 2rem;
            right: 2rem;
            background: none;
            border: none;
            cursor: pointer;
            color: #a8a29e;
            transition: all 0.3s ease;
            z-index: 100;
            display: none;
            padding: 8px;
        }

        .active-mode .form-close-btn-absolute { display: block; }
        .form-close-btn-absolute:hover { color: #1c1917; transform: scale(1.1); }
        .reverse-layout .form-close-btn-absolute { color: #f5f5f4; text-shadow: 0 2px 4px rgba(0,0,0,0.3); }

        .form-card-label {
            position: absolute;
            bottom: 54px;
            left: 0;
            right: 0;
            text-align: center;
            color: white;
            font-family: 'Reem Kufi', sans-serif;
            font-size: 1.8rem;
            text-transform: uppercase;
            font-weight: bold;
            z-index: 2;
            letter-spacing: 0.1em;
            text-shadow: 0 4px 10px rgba(0,0,0,0.3);
        }
        .form-card-subtext {
            position: absolute;
            bottom: 37px;
            left: 14px;
            right: 14px;
            text-align: center;
            color: #929292;
            font-family: 'Inter', sans-serif;
            font-size: 0.84rem;
            font-weight: 500;
            line-height: 1.25;
            letter-spacing: 0.02em;
            text-shadow: 0 3px 8px rgba(0,0,0,0.25);
            z-index: 2;
        }

        .form-main-container.active-mode .form-card-label {
            opacity: 0;
            pointer-events: none;
        }
        .form-main-container.active-mode .form-card-subtext {
            opacity: 0;
            pointer-events: none;
        }

        /* PANNEAU QUESTION */
        .form-question-panel {
            flex: 0;
            width: 0;
            background-color: #ffffff;
            border-radius: 32px;
            display: flex;
            flex-direction: column;
            position: relative;
            opacity: 0;
            overflow: hidden;
            transition: flex 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s ease 0.2s;
            box-shadow: 0 10px 40px rgba(0,0,0,0.1);
        }

        .form-panel-content {
            padding: 2rem 4rem 2rem 4rem;
            height: 100%;
            width: 100%;
            min-width: 500px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            overflow-y: auto;
        }

        @media (min-width: 981px) {
            #nous-rejoindre .form-panel-content {
                padding-top: 2.3125rem;
                padding-bottom: 2.3125rem;
            }
        }

        /* Header UI - Barre de progression 16px */
        .form-panel-header {
            margin-bottom: 1.5rem;
            margin-top: -0.6rem;
            height: 40px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-start;
        }

        .form-header-meta {
            text-transform: uppercase;
            font-size: 0.65rem;
            color: #cea287;
            font-weight: 700;
            letter-spacing: 0.05em;
            line-height: 1;
            margin-top: 2px;
        }

        .form-progress-bar-container {
            width: calc(100% - 4.5rem);
            height: 16px;
            background-color: #f4f0e6;
            border-radius: 99px;
            overflow: hidden;
            margin-bottom: 2px;
        }

        .form-progress-fill {
            height: 100%;
            background: linear-gradient(90deg,#895D45,#cea287);
            width: 0%;
            transition: width 0.4s ease;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            padding-right: 8px;
        }

        .form-progress-text {
            color: white;
            font-size: 0.7rem;
            font-weight: bold;
        }

        /* UI Panneau - Body */
        .form-question-body {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 0 1rem;
            opacity: 1;
            transition: opacity 0.3s ease;
            width: 100%;
        }

        .form-fade-out { opacity: 0; }

        .form-question-title {
            font-family: 'Reem Kufi', sans-serif;
            font-size: 2rem;
            color: #1c1917;
            text-align: center;
            margin-bottom: 3.5rem;
            line-height: 1.2;
        }

        .form-question-title.form-question-title-no-gap {
            margin-bottom: 0;
        }

        .form-question-title.mini-title {
            font-size: 1.5rem !important;
            font-family: 'Inter', sans-serif;
            font-weight: 600;
            color: #44403c;
            padding: 0 1rem;
        }

        .form-question-title.small-title {
            font-family: 'Inter', sans-serif;
            font-size: 1.1rem;
            color: #57534e;
            margin-bottom: 3.5rem;
        }
        .form-title-note {
            display: block;
            margin-top: 0.45rem;
            font-family: 'Inter', sans-serif;
            font-size: 0.82rem;
            font-weight: 500;
            color: #78716c;
            line-height: 1.35;
        }
        .habit-line-break {
            display: inline;
        }
        .budget-line-break {
            display: inline;
        }

        .form-category-focus {
            font-family: 'Reem Kufi', sans-serif;
            font-size: clamp(1.6rem, 3vw, 2.2rem);
            color: #cea287;
            text-align: center;
            margin-bottom: 3.5rem;
            line-height: 1.1;
            width: 100%;
            transition: all 0.2s ease;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            gap: 16px;
        }

        .form-category-focus.budget-focus-label {
            margin-bottom: 0rem !important;
        }

        
        .form-category-focus.value-focus-pill {
           width: auto;
           max-width: 100%;
           margin: 0 auto 2rem;
           padding: 10px 18px;
           border-radius: 999px;
           background: rgba(171, 171, 171, 0.06);
           gap: 12px;
        }

        .form-category-focus.value-focus-pill > span {
            color: #966A52 /*#CEA287*/;
            font-size: clamp(1rem, 2.1vw, 1.25rem);
            line-height: 1.2;
            text-align: left;
        }

        .form-values-pill-icon-large {
            background: #CEA287;
            color: white;
            width: 44px;
            height: 44px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .form-values-pill-icon-large svg {
            width: 22px;
            height: 22px;
        }

        .form-category-icon {
            color: #cea287;
            display: flex;
            align-items: center;
        }

        .form-counter-prefix {
            font-size: 0.9em;
            color: #cea287;
            margin-right: 8px;
            font-weight: 600;
        }

        .form-required-star {
            color: #CEA287;
            font-size: 1rem;
            font-weight: 800;
            vertical-align: top;
            margin-left: 4px;
        }

        /* STYLES DES OPTIONS */
        .form-options-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 12px;
            width: 100%;
            overflow: visible;
        }

        /* Grille 2 colonnes pour questions à 4 réponses — toujours 2×2, jamais 3×1 */
        .form-options-grid.grid-2-cols {
            grid-template-columns: repeat(2, 1fr) !important;
            max-width: 820px;
            margin: 0 auto;
        }

        .form-option-card {
            border: 2px solid #f4f0e6;
            border-radius: 14px;
            padding: 1rem;
            cursor: pointer;
            transition: all 0.2s ease;
            background: white;
            text-align: center;
            font-weight: 500;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 64px;
            font-size: 0.95rem;
            position: relative;
            gap: 8px;
            flex-wrap: nowrap;
        }

        
        @keyframes habitItemIn {
            from { opacity: 0; transform: translateY(14px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .form-options-grid.habit-grid .form-option-card {
            opacity: 0;
            transform: translateY(14px);
            animation: habitItemIn 0.45s ease forwards;
        }

        .form-options-grid.habit-grid .form-option-card:nth-child(1) { animation-delay: 0.02s; }
        .form-options-grid.habit-grid .form-option-card:nth-child(2) { animation-delay: 0.08s; }
        .form-options-grid.habit-grid .form-option-card:nth-child(3) { animation-delay: 0.14s; }
        .form-options-grid.habit-grid .form-option-card:nth-child(4) { animation-delay: 0.20s; }
        .form-option-card.align-left-list { justify-content: flex-start; padding: 0.8rem 1.5rem; text-align: left; }

        .form-option-card:hover { border-color: #cea287; background-color: #fffdf8; }
        .form-option-card.selected { background-color: #cea287; color: white; border-color: #cea287; }

        .form-option-card svg { stroke: #a8a29e; transition: stroke 0.2s; flex-shrink: 0; }
        .form-option-card:hover svg { stroke: #cea287; }
        .form-option-card.selected svg { stroke: white; }

        /* PRÉCISION SUR LA MÊME LIGNE — label à gauche, input à côté */
        .form-precision-wrapper {
            display: none;
            align-items: center;
            flex: 1;
            margin-left: 10px;
            height: 100%;
            min-width: 0;
            overflow: hidden;
        }

        .form-precision-input {
            width: 100%;
            border: none;
            border-bottom: 1.5px solid #d6d3d1;
            background: transparent;
            outline: none;
            font-family: 'Inter', sans-serif;
            font-size: 0.9rem;
            color: inherit;
            padding: 2px 0;
            margin-top: 0;
        }

        .form-option-card.selected .form-precision-wrapper { display: inline-flex; animation: fadeSlideIn 0.25s ease forwards; }
        .form-option-card.selected .form-precision-input { color: white; border-bottom-color: rgba(255, 255, 255, 0.5); }
        .form-option-card.selected .form-precision-input::placeholder { color: rgba(255, 255, 255, 0.6); }

        @keyframes fadeSlideIn {
            from { opacity: 0; transform: translateX(-8px); }
            to   { opacity: 1; transform: translateX(0); }
        }

        /* La carte avec input reste en ligne : hauteur fixe, pas d'agrandissement */
        .form-option-card.force-left {
            flex-direction: row !important;
            justify-content: flex-start !important;
            padding-left: 1.5rem !important;
            text-align: left !important;
            align-items: center !important;
            flex-wrap: nowrap !important;
            min-height: 64px;
            max-height: 64px;
            overflow: hidden;
        }

        .form-option-card.force-left > span {
            flex-shrink: 0;
            white-space: nowrap;
            transition: transform 0.25s ease;
        }

        .form-option-card.selected.force-left > span { transform: translateX(-4px); }

        /* Tooltips informatifs */
        .form-info-icon {
            position: absolute;
            top: 10px;
            right: 10px;
            cursor: pointer;
            color: #cea287;
            z-index: 5;
        }

        .info-tooltip {
            position: absolute;
            top: -10px;
            left: 50%;
            transform: translate(-50%, -100%);
            background-color: #1c1917;
            color: #fffdf8;
            padding: 10px 15px;
            border-radius: 12px;
            font-size: 0.8rem;
            width: 220px;
            text-align: center;
            pointer-events: none;
            opacity: 0;
            transition: all 0.3s ease;
            z-index: 20;
            box-shadow: 0 10px 25px rgba(0,0,0,0.2);
        }

        .info-tooltip::after {
            content: "";
            position: absolute;
            bottom: -6px;
            left: 50%;
            transform: translateX(-50%);
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 6px solid #1c1917;
        }

        @media (hover: hover) {
            .form-info-icon:hover + .info-tooltip {
                opacity: 1;
                transform: translate(-50%, calc(-100% - 5px));
            }
        }

        .info-tooltip.show-mobile {
            opacity: 1;
            transform: translate(-50%, calc(-100% - 5px));
            pointer-events: auto;
        }

        .close-tooltip-btn {
            position: absolute;
            top: 4px;
            right: 6px;
            background: none;
            border: none;
            color: #cea287;
            cursor: pointer;
            display: none;
        }

        .info-tooltip.show-mobile .close-tooltip-btn { display: block; }

        /* JAUGE BUDGET HORIZONTALE */
        .budget-scale-container {
            width: 100%;
            max-width: none;
            margin: 3rem auto;
            position: relative;
            padding: 16px 56px 0 56px;
        }

        .budget-track {
            position: absolute;
            top: 20px;
            left: 56px;
            right: 56px;
            height: 6px;
            background-color: #f4f0e6;
            border-radius: 10px;
            z-index: 1;
        }

        .budget-fill {
            position: absolute;
            top: 20px;
            left: 56px;
            height: 6px;
            background: #cea287;
            border-radius: 10px;
            z-index: 2;
            width: 0%;
            transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        @media (min-width: 901px) {
            .budget-scale-container { padding: 16px 32px 0 32px; }
            .budget-track { left: 32px; right: 32px; }
            .budget-fill { left: 32px; }
            .budget-points { gap: 2.2rem; }
        }

        .budget-points {
            display: flex;
            justify-content: space-between;
            position: relative;
            z-index: 3;
        }

        .budget-point-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            cursor: pointer;
            flex: 1;
            min-width: 0;
            padding: 0 4px;
        }

        .budget-dot {
            width: 22px;
            height: 22px;
            background-color: white;
            border: 4px solid #f4f0e6;
            border-radius: 50%;
            margin-bottom: 18px;
            transition: all 0.3s ease;
            flex-shrink: 0;
        }

        .budget-point-item.active .budget-dot {
            border-color: #cea287;
            background-color: #cea287;
        }

        .budget-label {
            font-size: 0.9rem;
            color: #78716c;
            font-weight: 600;
            text-align: center;
            transition: color 0.3s;
            white-space: nowrap;
            padding: 0 4px;
        }

        .budget-point-item.active .budget-label {
            color: #1c1917;
            font-weight: 700;
        }

        /* CERCLES DE VALEURS */
        .values-circles-container {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            width: 100%;
            max-width: 700px;
            /*margin: 2rem auto;*/
            gap: 32px;
        }

        .value-circle-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            cursor: pointer;
            width: 120px;
        }

        .value-circle {
            width: 85px;
            height: 85px;
            border-radius: 50%;
            border: 4px solid #f4f0e6;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'Reem Kufi', sans-serif;
            font-size: 2.5rem;
            font-weight: bold;
            color: #cea287;
            background-color: white;
            margin-bottom: 15px;
            transition: all 0.3s ease;
        }

        .value-circle:hover {
            border-color: #cea287;
            background-color: #fffdf8;
        }

        .value-circle-item.active .value-circle {
            background-color: #cea287;
            border-color: #cea287;
            color: white;
        }

        .value-circle-label {
            font-family: 'Inter', sans-serif;
            font-size: 0.95rem;
            color: #78716c;
            text-align: center;
            line-height: 1.2;
            font-weight: 400;
            transition: color 0.3s ease;
        }

        .value-circle-item.active .value-circle-label {
            color: #1c1917;
            font-weight: 600;
        }

        .budget-dot {
            width: 22px;
            height: 22px;
            background-color: white;
            border: 4px solid #f4f0e6;
            border-radius: 50%;
            margin-bottom: 18px;
            transition: all 0.3s ease;
            flex-shrink: 0;
        }

        .budget-point-item.active .budget-dot {
            border-color: #cea287;
            background-color: #cea287;
        }

        .budget-label {
            font-size: 0.9rem;
            color: #78716c;
            font-weight: 600;
            text-align: center;
            transition: color 0.3s;
            white-space: nowrap;
            padding: 0 4px;
        }

        .budget-point-item.active .budget-label {
            color: #1c1917;
            font-weight: 700;
        }

        .form-short-text-wrapper {
            width: 100%;
            max-width: 720px;
            margin: 0 auto;
        }

        .form-short-text-input {
            width: 100%;
            min-height: 140px;
            border: 2px solid #f4f0e6;
            border-radius: 16px;
            background: #fff;
            color: #1c1917;
            font-family: 'Inter', sans-serif;
            font-size: 0.96rem;
            line-height: 1.5;
            padding: 0.9rem 1rem;
            resize: vertical;
            outline: none;
            transition: border-color 0.2s ease, box-shadow 0.2s ease;
        }

        .form-short-text-input:focus {
            border-color: #cea287;
            box-shadow: 0 0 0 3px rgba(206, 162, 135, 0.15);
        }

        .form-short-text-input::placeholder {
            color: #a8a29e;
        }

        /* STYLE CONTACT PILLULE */
        .form-contact-wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
            margin: 0 auto;
        }

        .form-input-pill {
            display: flex;
            align-items: center;
            background-color: #f5f5f4;
            border-radius: 99px;
            padding: 0.6rem 2rem;
            margin-bottom: 0.5rem;
            transition: all 0.3s ease;
            border: none;
            width: 100%;
            max-width: 380px;
        }

        .pill-label {
            font-family: 'Inter', sans-serif;
            font-weight: 700;
            color: #cea287;
            margin-right: 10px;
            font-size: 0.95rem;
            white-space: nowrap;
        }

        .pill-input {
            background: transparent;
            border: none;
            border-bottom: 1.5px solid #d6d3d1;
            outline: none;
            flex: 1;
            font-family: 'Inter', sans-serif;
            font-size: 1rem;
            color: #1c1917;
            padding: 4px 0;
            transition: border-color 0.3s;
        }

        .pill-input::placeholder { opacity: 0; transition: opacity 0.3s ease; color: #a8a29e; font-style: italic; font-size: 0.9rem; }
        .pill-input:focus::placeholder { opacity: 1; }
        .pill-input:focus { border-bottom-color: #cea287; }
        .form-input-pill.error .pill-input { border-bottom-color: #ef4444; }

        .form-error-text {
            color: #ef4444;
            font-size: 0.75rem;
            margin-top: -2px;
            margin-bottom: 12px;
            font-weight: 600;
            display: none;
            width: 100%;
            max-width: 380px;
            padding-left: 2rem;
        }

        .form-contact-description {
            margin: -1.2rem 0 1.2rem;
            color: #57534e;
            font-size: 0.97rem;
            line-height: 1.5;
        }

        /* Footer */
        .form-panel-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 1rem;
            width: 100%;
            flex-shrink: 0;
            gap: 12px;
        }

        #nous-rejoindre #formNextBtn { margin-left: auto; }
        #nous-rejoindre #formPrevBtn { display: flex; }

        .form-nav-btn {
            background: none;
            border: none;
            cursor: pointer;
            padding: 8px 16px;
            font-family: 'Inter', sans-serif;
            font-weight: 600;
            color: #57534e;
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.9rem;
        }

        .form-nav-btn.primary-btn {
            background: linear-gradient(135deg, #cea287, #895D45);
            color: white;
            border-radius: 99px;
            padding: 10px 28px;
        }

        .form-nav-btn.primary-btn:disabled {
            background: #f6f6f6 !important;
            background-image: none !important;
            color: #bebebe !important;
            opacity: 1 !important;
            box-shadow: none !important;
            cursor: not-allowed;
        }

        .form-nav-btn.skip-btn {
            background: none;
            color: #57534e;
            border: none;
            border-radius: 0;
            padding: 8px 16px;
            opacity: 1 !important;
            font-size: 0.9rem;
            font-weight: 600;
            transition: all 0.3s ease;
        }

        .form-nav-btn:disabled { opacity: 0.2; cursor: default; }
        .form-nav-btn svg { width: 20px; height: 20px; }

        /* Partage */
        .share-container { display: flex; flex-direction: column; align-items: center; gap: 1.5rem; margin-top: 1rem; }

        .share-btn-wa {
            background-color: #895D45;
            color: white;
            padding: 12px 30px;
            border-radius: 99px;
            text-decoration: none;
            font-weight: bold;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: transform 0.2s;
        }

        .share-btn-wa:hover { transform: scale(1.05); }
        .share-title {
            margin: 0;
            color: #57534e;
            font-size: 0.92rem;
            font-weight: 600;
        }
        .share-actions {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.75rem;
        }
        .share-icon-btn {
            width: 46px;
            height: 46px;
            border-radius: 999px;
            border: 1px solid #895D45;
            background: #895D45;
            color: #fff;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
        }
        .share-icon-btn:hover {
            transform: translateY(-1px);
            background: #9f735b;
            color: #fff;
            border-color: #9f735b;
        }
        .share-icon-btn.is-copied {
            background: #9f735b;
            color: #fff;
            border-color: #9f735b;
        }
        .share-copy-feedback {
            margin: 0;
            min-height: 1rem;
            color: #78716c;
            font-size: 0.76rem;
            line-height: 1.2;
        }

        .form-transition-cta-btn {
            border: none;
            border-radius: 99px;
            padding: 12px 30px;
            background-color: #895D45;
            color: white;
            font-family: 'Inter', sans-serif;
            font-weight: bold;
            font-size: 0.95rem;
            cursor: pointer;
            transition: transform 0.2s ease;
        }

        .form-transition-cta-btn:hover { transform: scale(1.05); }

        /* ACTIVE MODE */
        .form-main-container.active-mode { gap: 0; }

        .form-main-container.active-mode .form-profile-card:not(.selected) {
            flex: 0;
            width: 0;
            opacity: 0;
            pointer-events: none;
            margin: 0;
            padding: 0;
            border: none;
        }

        .form-main-container.active-mode .form-profile-card.selected {
            flex: 0 0 35%;
            cursor: default;
            filter: none;
            border-radius: 32px 0 0 32px;
        }

        .form-main-container.active-mode .form-profile-card.selected::before {
            background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
        }

        .form-main-container.active-mode .form-question-panel {
            flex: 1;
            opacity: 1;
            width: auto;
            border-radius: 0 32px 32px 0;
        }

        /* Layout Livrer */
        .form-main-container.active-mode.reverse-layout .form-question-panel {
            order: 1;
            border-radius: 32px 0 0 32px;
        }

        .form-main-container.active-mode.reverse-layout .form-profile-card.selected {
            order: 2;
            border-radius: 0 32px 32px 0;
        }

        /* RESPONSIVE FORMULAIRE */
        @media (max-width: 768px) {
            #nous-rejoindre.section-padded {
                justify-content: flex-start;
                align-items: center;
                min-height: 100dvh;
                /*padding: clamp(52px, 8vh, 76px) 10px calc(12px + env(safe-area-inset-bottom));*/
            }

            #nous-rejoindre .main-title-form {
                margin-bottom: 0.8rem;
                font-size: clamp(1.5rem, 7vw, 2rem);
            }
            #nous-rejoindre .main-title-form-helper {
                margin: -0.3rem 0 0.9rem;
                font-size: 0.78rem;
            }
            #nous-rejoindre .main-title-form.mobile-collapsed {
                max-height: 0;
                margin: 0;
                opacity: 0 !important;
                overflow: hidden;
                transform: translateY(-8px);
                pointer-events: none;
            }
            #nous-rejoindre .main-title-form.mobile-collapsed + .main-title-form-helper,
            #nous-rejoindre .main-title-form-helper.mobile-collapsed {
                max-height: 0;
                margin: 0;
                opacity: 0 !important;
                overflow: hidden;
                transform: translateY(-8px);
                pointer-events: none;
            }

            #nous-rejoindre .form-main-container {
                flex-direction: column;
                width: 100%;
                max-width: 100%;
                height: calc(100dvh - 1vh - env(safe-area-inset-bottom));
                min-height: 0;
                max-height: none;
                padding: 0;
                overflow: hidden;
                gap: 14px;
            }

            #nous-rejoindre .form-main-container:not(.active-mode) {
                display: grid;
                grid-template-columns: 1fr;
                grid-template-rows: repeat(3, minmax(132px, 1fr));
            }

            #nous-rejoindre .form-main-container:not(.active-mode) .form-profile-card {
                min-height: 132px;
                border-radius: 24px;
            }

            #nous-rejoindre .form-card-label {
                font-size: 1.2rem;
                bottom: 40px;
            }
            #nous-rejoindre .form-card-subtext {
                font-size: 0.74rem;
                bottom: 17px;
                left: 12px;
                right: 12px;
            }

            #nous-rejoindre .form-main-container.active-mode .form-profile-card.selected {
                display: none;
            }

            #nous-rejoindre .form-main-container.active-mode .form-question-panel,
            #nous-rejoindre .form-main-container.active-mode.reverse-layout .form-question-panel {
                width: 100%;
                height: 100%;
                flex: 1 1 auto;
                border-radius: 24px;
                box-shadow: none !important;
            }
            #nous-rejoindre .form-main-container.active-mode {
                background: #ffffff !important;
                border-radius: 24px 24px 0 0 !important;
            }
            #nous-rejoindre .form-main-container.active-mode .form-question-panel,
            #nous-rejoindre .form-main-container.active-mode.reverse-layout .form-question-panel {
                background: #ffffff !important;
                border-radius: 24px 24px 0 0 !important;
            }
            #nous-rejoindre.form-active-mobile.section-padded {
                padding-top: clamp(24px, 4.5vh, 42px);
                background: #f7f4ed !important;
            }
            #nous-rejoindre.form-active-mobile .form-main-container {
                height: calc(100dvh - 104px - env(safe-area-inset-bottom));
                margin-top: 6px;
                background: #ffffff !important;
                border-radius: 24px 24px 0 0 !important;
                overflow: hidden;
                border: 1px solid #eee6da;
            }
            #nous-rejoindre.form-active-mobile .form-main-container.active-mode {
                background: #ffffff !important;
                border-radius: 24px 24px 0 0 !important;
                border: 1px solid #eee6da;
            }
            #nous-rejoindre.form-active-mobile .form-main-container.active-mode .form-question-panel,
            #nous-rejoindre.form-active-mobile .form-main-container.active-mode.reverse-layout .form-question-panel {
                background-color: #ffffff !important;
                border-radius: 24px 24px 0 0 !important;
                border: 0;
            }
            #nous-rejoindre.form-active-mobile .form-panel-content {
                background: #ffffff !important;
            }
            #nous-rejoindre.form-active-mobile .form-question-body {
                background: #ffffff !important;
            }

            #nous-rejoindre .form-panel-content {
                padding: 0.95rem 0.9rem calc(0.85rem + env(safe-area-inset-bottom));
                min-width: 100%;
                overflow-y: auto;
                overflow-x: hidden;
            }
            #nous-rejoindre.form-active-mobile .form-panel-content {
                /* Mieux que margin-top negatif: on reduit l'espace interne sans couper le contenu */
                padding-top: 0.15rem;
                padding-bottom: calc(0.35rem + env(safe-area-inset-bottom));
                overflow-y: auto;
                overflow-x: hidden;
            }
            #nous-rejoindre.form-active-mobile .form-panel-header {
                margin-top: 0.6rem;
                margin-bottom: 0.45rem;
                height: 32px;
            }

            #nous-rejoindre .form-close-btn-absolute {
                right: 0.6rem;
                top: 0.8rem;
                color: #1c1917 !important;
                text-shadow: none !important;
            }

            #nous-rejoindre .form-panel-header {
                margin-bottom: 0.75rem;
                margin-top: 0;
                height: 34px;
            }

            #nous-rejoindre .form-header-meta { font-size: 0.55rem; }
            #nous-rejoindre .form-progress-bar-container {
                margin-right: 2.6rem;
                width: calc(100% - 3.2rem);
                height: 12px;
            }
            #nous-rejoindre .form-progress-text { font-size: 0.62rem; }

            #nous-rejoindre .form-question-body {
                padding: 0 0.2rem;
                overflow: hidden;
            }
            #nous-rejoindre .form-question-title {
                font-size: 1.2rem;
                margin-bottom: 2rem;
                line-height: 1.15;
            }
            #nous-rejoindre .form-question-title.small-title {
                font-size: 0.95rem;
                margin-bottom: 1rem;
            }
            #nous-rejoindre .form-question-title.small-title.habit-title-mobile .habit-line-break {
                display: block;
                height: 0;
            }
            #nous-rejoindre .form-question-title.small-title.budget-title-mobile .budget-line-break {
                display: block;
                height: 0;
            }
            #nous-rejoindre .form-question-title.mini-title {
                font-size: 1.2rem;
                margin-bottom: 1rem;
                padding: 0 0.2rem;
            }
            #nous-rejoindre .form-category-focus {
                font-size: 2rem;
                margin: 1rem 0 3rem;
                gap: 8px;
            }
            #nous-rejoindre .form-category-focus.habit-focus-label,
            #nous-rejoindre .form-category-focus.budget-focus-label {
                font-size: 2rem;
                line-height: 1.12;
                letter-spacing: 0.01em;
            }

            #nous-rejoindre .form-options-grid { gap: 8px; }
            #nous-rejoindre .form-option-card {
                flex-direction: row;
                justify-content: flex-start;
                padding: 0.62rem 0.8rem 0.62rem 1rem;
                text-align: left;
                min-height: 52px;
                font-size: 0.84rem;
                border-radius: 12px;
                -webkit-tap-highlight-color: transparent;
            }
            /* Mobile: neutralise l'effet hover collant de Safari/iOS */
            #nous-rejoindre .form-option-card:not(.selected):hover {
                border-color: #f4f0e6;
                background-color: #ffffff;
            }
            #nous-rejoindre .form-option-card:not(.selected):hover svg {
                stroke: #a8a29e;
            }
            /* Mobile: sur "Autre/Non", on masque le label sélectionné pour laisser toute la place au champ */
            #nous-rejoindre .form-option-card.force-left.selected > span {
                display: none;
            }
            #nous-rejoindre .form-option-card.force-left.selected .form-precision-wrapper {
                margin-left: 0;
                width: 100%;
                flex: 1 1 auto;
            }
            #nous-rejoindre .form-option-card.force-left.selected .form-precision-input {
                font-size: 0.94rem;
                padding: 4px 0;
            }
            #nous-rejoindre .form-options-grid.grid-2-cols { grid-template-columns: repeat(2, 1fr) !important; max-width: 100%; }
            #nous-rejoindre .form-options-grid.grid-2-cols-mobile { grid-template-columns: repeat(2, 1fr) !important; max-width: 100%; }
            #nous-rejoindre .form-options-grid[data-step-id="sq_social"],
            #nous-rejoindre .form-options-grid[data-step-id="obstacles"],
            #nous-rejoindre .form-options-grid[data-step-id="desired_services"],
            #nous-rejoindre .form-options-grid[data-step-id="seller_prep_mode"],
            #nous-rejoindre .form-options-grid[data-step-id="seller_delay"],
            #nous-rejoindre .form-options-grid[data-step-id="livreur_vehicle"],
            #nous-rejoindre .form-options-grid[data-step-id="livreur_experience"],
            #nous-rejoindre .form-options-grid[data-step-id="livreur_mission_type"],
            #nous-rejoindre .form-options-grid[data-step-id="livreur_area_knowledge"],
            #nous-rejoindre .form-options-grid[data-step-id="livreur_availability"],
            #nous-rejoindre .form-options-grid[data-step-id="livreur_goal"],
            #nous-rejoindre .form-options-grid[data-step-id="livreur_friction"],
            #nous-rejoindre .form-options-grid[data-step-id="livreur_legal_status"] {
                grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
                max-width: 100%;
            }
            #nous-rejoindre .form-short-text-input {
                min-height: 112px;
                font-size: 0.9rem;
            }

            /* Mobile: compacte les pills sur l'etape seller_final_cta pour tenir en hauteur */
            #nous-rejoindre .form-contact-description.form-contact-description-seller-final {
                margin: -0.65rem 0 0.75rem;
                font-size: 0.86rem;
                line-height: 1.35;
            }
            #nous-rejoindre .form-contact-wrapper[data-step-id="seller_final_cta"] .form-input-pill {
                padding: 0.45rem 0.8rem;
                margin-bottom: 0.45rem;
            }
            #nous-rejoindre .form-contact-wrapper[data-step-id="seller_final_cta"] .pill-label {
                font-size: 0.8rem;
                margin-right: 6px;
            }
            #nous-rejoindre .form-contact-wrapper[data-step-id="seller_final_cta"] .pill-input {
                font-size: 0.84rem;
            }
            #nous-rejoindre .form-contact-wrapper[data-step-id="seller_final_cta"] .form-error-text {
                margin-bottom: 6px;
                font-size: 0.68rem;
                padding-left: 0.8rem;
            }

            /* Contact pills mobile: empeche le trait de l'input de deborder */
            #nous-rejoindre .form-input-pill {
                max-width: 100%;
                padding: 0.58rem 1rem;
                overflow: hidden;
            }
            #nous-rejoindre .pill-label {
                margin-right: 8px;
                font-size: 0.88rem;
            }
            #nous-rejoindre .pill-input {
                flex: 1 1 auto;
                min-width: 0;
                width: 100%;
                max-width: 100%;
                font-size: 0.92rem;
            }
            /* iOS: evite l'auto-zoom sur les champs formulaire */
            @supports (-webkit-touch-callout: none) {
                #nous-rejoindre .pill-input,
                #nous-rejoindre .form-precision-input,
                #nous-rejoindre .form-short-text-input {
                    font-size: 16px !important;
                }
            }
            #nous-rejoindre .form-error-text {
                max-width: 100%;
                padding-left: 1rem;
            }

            #nous-rejoindre .budget-scale-container {
                margin: 0.95rem -0.35rem 0.25rem;
                width: calc(100% + 0.7rem);
                max-width: none;
                padding: 10px 8px 40px 8px;
            }
            #nous-rejoindre .budget-track { left: 8px; right: 8px; }
            #nous-rejoindre .budget-fill { left: 8px; }
            #nous-rejoindre .budget-point-item { padding: 0 8px; }
            #nous-rejoindre .budget-dot { width: 16px; height: 16px; margin-bottom: 10px; border-width: 3px; }
            #nous-rejoindre .budget-label { font-size: 0.72rem; }

            #nous-rejoindre .values-circles-container { gap: 10px; max-width: 100%; }
            #nous-rejoindre .value-circle-item { width: 76px; }
            #nous-rejoindre .value-circle { width: 52px; height: 52px; font-size: 1.35rem; margin-bottom: 8px; }
            #nous-rejoindre .value-circle-label { font-size: 0.69rem; line-height: 1.15; }

            #nous-rejoindre .form-panel-footer {
                padding-top: 0.2rem;
                padding-bottom: 1rem;
            }
            #nous-rejoindre .form-nav-btn {
                font-size: 0.78rem;
                padding: 6px 10px;
            }
            #nous-rejoindre .form-nav-btn.primary-btn { padding: 8px 20px; }

            .form-option-card.force-left { max-height: none; }
        }

        /* MINI CTA AVANT FOOTER */
        .mini-cta-section {
            min-height: 100vh !important;
            height: auto !important;
            scroll-snap-align: start;
            scroll-snap-stop: always;
            padding: clamp(56px, 8vh, 88px) 24px clamp(44px, 6vh, 72px);
        }
        @media (min-width: 901px) {
            .mini-cta-section {
                min-height: 50vh !important;
                padding-top: clamp(34px, 5vh, 56px);
                padding-bottom: clamp(24px, 4vh, 42px);
            }
        }
        .mini-cta-wrap {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
        }
        .mini-cta-title {
            font-family: 'Reem Kufi', sans-serif;
            font-size: clamp(1.9rem, 3.2vw, 2.7rem);
            line-height: 1.08;
            color: #1c1917;
            margin: 0 0 0.7rem;
        }
        .mini-cta-desc {
            margin: 0 0 1.6rem;
            font-size: clamp(0.95rem, 1.05vw, 1.1rem);
            line-height: 1.5;
            color: #57534e;
        }
        .mini-cta-form {
            width: 100%;
            max-width: 940px;
            display: grid;
            grid-template-columns: 1fr 1fr 1fr auto;
            align-items: center;
            gap: 0.75rem;
        }
        .mini-cta-form input {
            width: 100%;
            min-height: 50px;
            border: 1px solid #e4ddd5;
            border-radius: 999px;
            background: #fff;
            color: #1c1917;
            font-size: 0.96rem;
            padding: 0 1rem;
            font-family: 'Inter', sans-serif;
            outline: none;
            transition: border-color 0.25s ease, box-shadow 0.25s ease;
        }
        .mini-cta-form input:focus {
            border-color: #cea287;
            box-shadow: 0 0 0 3px rgba(206, 162, 135, 0.2);
        }
        .mini-cta-form button {
            min-height: 50px;
            padding: 0 1.45rem;
            border: none;
            border-radius: 999px;
            background: #cea287;
            color: #fff;
            font-family: 'Reem Kufi', sans-serif;
            font-weight: 700;
            letter-spacing: 0.04em;
            cursor: pointer;
            transition: transform 0.2s ease, filter 0.2s ease;
        }
        .mini-cta-form button:hover {
            transform: translateY(-1px);
            filter: brightness(1.03);
        }
        .mini-cta-form button:disabled {
            opacity: 0.7;
            cursor: wait;
            transform: none;
        }
        .mini-cta-status {
            min-height: 1.2rem;
            margin-top: 0.55rem;
            font-size: 0.82rem;
            color: #78716c;
        }
        .mini-cta-status.ok {
            color: #166534;
        }
        .mini-cta-status.error {
            color: #b42318;
        }
        @media (max-width: 900px) {
            .mini-cta-section {
                padding-top: 44px;
                padding-bottom: 36px;
            }
            .mini-cta-title {
                font-size: clamp(1.45rem, 7vw, 1.95rem);
            }
            .mini-cta-desc {
                font-size: 0.92rem;
                margin-bottom: 1rem;
            }
            .mini-cta-form {
                grid-template-columns: 1fr;
                max-width: 480px;
                gap: 0.6rem;
            }
            .mini-cta-form input,
            .mini-cta-form button {
                min-height: 48px;
            }
        }

        /* FOOTER */
        .main-footer {
            background-color: #1c1917;
            color: #fffdf8;
            padding: 28px 24px 14px;
            /* Pas de height 100vh pour le footer, il s'adapte */
            scroll-snap-align: end;
            font-family: 'Inter', sans-serif;
        }

        .footer-content {
            max-width: 1200px; margin: 0 auto;
            display: grid;
            grid-template-columns: minmax(390px, 1.45fr) minmax(280px, 1fr) minmax(220px, 0.9fr);
            row-gap: 14px;
            column-gap: clamp(28px, 4vw, 58px);
        }
        @media (min-width: 901px) {
            .footer-content > .footer-column:first-child {
                padding-left: clamp(22px, 3.5vw, 56px);
            }
            .footer-content > .footer-nav-column {
                padding-right: clamp(10px, 1.6vw, 24px);
            }
            .footer-content > .footer-column:nth-child(3) {
                padding-left: clamp(10px, 1.6vw, 24px);
            }
        }

        .footer-column h3 {
            font-family: 'Reem Kufi', sans-serif; color: #cea287;
            margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.1em; font-size: 1rem;
        }

        .footer-column p, .footer-column a {
            color: #a8a29e; font-size: 0.9rem; line-height: 1.5; text-decoration: none; display: block; margin-bottom: 7px;
        }
        .footer-nav-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 0.15rem 1.4rem;
        }
        .footer-nav-list a,
        .footer-nav-list span {
            color: #a8a29e;
            font-size: 0.9rem;
            line-height: 1.35;
            text-decoration: none;
            display: block;
            margin-bottom: 0.36rem;
        }
        .footer-nav-list a:hover {
            color: #fffdf8;
            text-decoration: none;
        }
        .main-footer .footer-column p {
            line-height: 1.35 !important;
            margin-bottom: 5px !important;
        }
        .main-footer .footer-column a {
            line-height: 1.28 !important;
            margin-bottom: 4px !important;
        }
        .footer-intro-text {
            max-width: 360px;
        }

        .footer-column a:hover { color: #fffdf8; text-decoration: none; }

        .footer-seo-text {
            color: #57534e; font-size: 0.82rem; margin-top: 12px; max-width: 900px;
            margin-left: auto; margin-right: auto; line-height: 1.45;
            text-align: center; 
        }

        .footer-bottom {
            margin-top: 10px; padding-top: 10px; border-top: 1px solid #44403c; text-align: center; font-size: 0.76rem; color: #78716c;
        }
        .footer-to-top {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 50px;
            border-radius: 999px;
            border: 1px solid #57534e;
            color: #d6d3d1;
            text-decoration: none;
            transition: all 0.25s ease;
            opacity: 0;
            pointer-events: none;
            position: fixed;
            right: calc(max(0px, (100vw - 1900px) / 2) + clamp(1.5rem, 4vw, 4rem));
            bottom: 26px;
            background: rgba(0, 0, 0, 0.16);
            border-color: rgba(255, 255, 255, 0.88);
            color: #fffdf8;
            box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
            backdrop-filter: blur(2px);
            z-index: 2200;
            transform: translateY(8px);
        }
        .footer-to-top svg {
            width: 22px;
            height: 22px;
        }
        .footer-to-top.show {
            opacity: 1;
            pointer-events: auto;
            transform: translateY(0);
        }
        .footer-to-top:hover {
            border-color: rgba(255, 255, 255, 0.88);
            color: #fffdf8;
            transform: translateY(-2px);
        }
        @supports not (-moz-appearance: none) {
            @media (min-width: 901px) {
                .main-footer .footer-column h3 {
                    font-size: 0.92rem;
                    margin-bottom: 8px;
                }
                .main-footer .footer-column p,
                .main-footer .footer-column a,
                .main-footer .footer-nav-list a,
                .main-footer .footer-nav-list span {
                    font-size: 0.84rem;
                    line-height: 1.28;
                }
            }
        }

        /* SECTION 2 (UNIVERS) bascule specifique tablette/mobile */
        @media (max-width: 1100px) {
            #univers.section-padded {
                margin-top: 0;
                padding-top: clamp(42px, 8vh, 64px);
                padding-bottom: calc(72px + env(safe-area-inset-bottom));
                background-position: center calc(100% - (124px + env(safe-area-inset-bottom)));
                background-size: clamp(250px, 96vw, 520px) auto;
            }
            #univers .split-mobile-2steps {
                flex-direction: column !important;
                gap: 1rem !important;
                padding-top: 0 !important;
                transform: translateY(-4.8rem);
            }
            #univers .mobile-step-text {
                height: auto !important;
                min-height: 0 !important;
                scroll-snap-align: none;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                padding: 0 1.5rem !important;
            }
            #univers .mobile-step-text .section-desc,
            #univers .mobile-step-text .cta-primary {
                display: none !important;
            }
            #univers .mobile-step-text .cta-helper-text {
                display: none !important;
            }
            #univers .mobile-step-text .section-title {
                margin-top: 0.15rem;
                margin-bottom: 27.8rem;
            }
            #univers .mobile-step-visual {
                display: none !important;
            }
        }


        @media (max-width: 450px) {
            #univers .mobile-step-text .section-title {
                margin-top: 3rem;
                margin-bottom: 22.8rem;
            }
        }

        /* RESPONSIVE OVERRIDES */
        @media (max-width: 900px) {
            .main-header {
                background-color: transparent !important;
                border-bottom: 0 !important;
                box-shadow: none !important;
            }
            .main-header::after {
                content: none !important;
                display: none !important;
            }
            #hero,
            #hero .hero-main {
                touch-action: pan-y;
            }
            /* Form mobile: cadre plein ecran en largeur, ancre en bas */
            #nous-rejoindre.form-active-mobile {
                padding: 0 !important;
                align-items: flex-end !important;
            }
            #nous-rejoindre.form-active-mobile .form-main-container,
            #nous-rejoindre.form-active-mobile .form-main-container.active-mode {
                background: transparent !important;
                border: 0 !important;
                box-shadow: none !important;
            }
            #nous-rejoindre.form-active-mobile .form-main-container.active-mode .form-question-panel,
            #nous-rejoindre.form-active-mobile .form-main-container.active-mode.reverse-layout .form-question-panel {
                position: fixed !important;
                left: 0 !important;
                right: 0 !important;
                bottom: 0 !important;
                width: 100vw !important;
                max-width: 100vw !important;
                height: calc(100dvh - 72px) !important;
                margin: 0 !important;
                background: #ffffff !important;
                border: 1px solid #eee6da !important;
                border-radius: 24px 24px 0 0 !important;
                box-shadow: none !important;
                z-index: 1200 !important;
            }
            .snap-section.content-section { height: auto; min-height: 100vh; } /* Allow grow on mobile */
            
            .split-container { flex-direction: column !important; gap: 2rem !important; }
            .split-text-block { padding: 0 1.5rem !important; width: 100%; }
            .split-visual { width: 100% !important; height: 350px !important; }
            .split-visual-contain { padding: 0px; }
            .mobile-line-break { display: block; }

            #promesse.section-padded {
                min-height: 100vh;
                padding-top: 0 !important;
                padding-bottom: 0 !important;
            }
            #promesse .split-mobile-2steps {
                display: flex;
                width: 100%;
                max-width: 100%;
                margin: 0;
                gap: 0 !important;
                padding-top: 0 !important;
            }
            #promesse .mobile-step-text {
                height: 100vh;
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                padding: clamp(58px, 13vh, 110px) 1.5rem calc(66px + env(safe-area-inset-bottom)) !important;
            }
            #promesse .mobile-step-text .section-title {
                display: block !important;
                margin-bottom: 1.9rem;
                font-size: clamp(1.9rem, 7.8vw, 2.35rem);
                line-height: 1.18;
            }
            #promesse .mobile-step-text .section-desc {
                display: block !important;
                margin-bottom: 2.35rem;
                max-width: 460px;
                line-height: 1.74;
            }
            #promesse .mobile-step-text .cta-primary {
                display: inline-flex !important;
                margin-top: 1.35rem;
            }
            #promesse .mobile-step-text .mobile-only-copy { display: none !important; }
            #promesse .mobile-step-visual { display: none !important; }

            #promesse-mobile-visual {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                min-height: 100vh;
                scroll-snap-stop: always;
                padding-top: 0 !important;
                padding-bottom: calc(16px + env(safe-area-inset-bottom)) !important;
                background: transparent;
                overflow: hidden;
            }
            #promesse-mobile-visual .promesse-mobile-visual-inner {
                width: min(100%, 600px);
                margin: 0 auto;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }
            @supports (height: 100dvh) {
                #promesse .mobile-step-text,
                #promesse-mobile-visual {
                    height: 100dvh;
                    min-height: 100dvh;
                }
            }
            #promesse-mobile-visual img {
                width: min(100%, 620px);
                /*height: min(62vh, 500px);*/
                object-fit: contain;
                object-position: center center;
                border-radius: 24px;
                margin: 0.65rem auto 0;
                margin-top:2rem;
            }
            #promesse-mobile-visual .mobile-only-copy {
                display: block;
                font-family: 'Reem Kufi', sans-serif;
                font-size: clamp(1.1rem, 4.8vw, 1.4rem);
                line-height: 1.25;
                font-weight: 400;
                color: #1c1917;
                text-align: center;
                max-width: 520px;
                margin: 1.5rem auto 0;
                /*margin-top: 4rem;
                margin-bottom: 2rem;*/
            }
            #promesse-mobile-visual .mobile-only-copy.mobile-copy-spaced .copy-chunk {
                display: block;
            }
            #promesse-mobile-visual .mobile-only-copy.mobile-copy-spaced .copy-chunk + .copy-chunk {
                margin-top: 0.78rem;
            }
            #promesse-mobile-visual .mobile-only-copy.mobile-copy-spaced .copy-chunk.copy-highlight {
                margin-top: 1rem;
                font-weight: 700;
            }

            /* Keep steps readable on mobile (browser bottom bar safe area) */
            #etape1-decouvrez.section-padded,
            #local.section-padded {
                padding-top: clamp(68px, 10.5vh, 92px);
                padding-bottom: calc(102px + env(safe-area-inset-bottom));
            }
            #etape1-decouvrez .section-title,
            #local .section-title {
                font-size: clamp(1.8rem, 7.1vw, 2.25rem);
                margin-bottom: 0.8rem;
            }
            #etape1-decouvrez .section-desc {
                margin-bottom: 1rem;
                line-height: 1.55;
            }
            #etape1-decouvrez .split-visual {
                height: clamp(224px, 37vh, 312px) !important;
            }
            #etape1-decouvrez .split-visual-brand-bg {
                padding: 12px 12px 0;
            }
            #etape1-decouvrez .steps-visual-uniform {
                padding: 12px 12px 0;
            }
            #etape1-decouvrez .steps-visual-uniform img {
                transform: scale(1.02);
            }
            #etape1-decouvrez .steps-visual-uniform.steps-visual-cover {
                padding: 0 !important;
            }
            #etape1-decouvrez .steps-visual-uniform.steps-visual-cover img {
                transform: none;
            }
            #etape1-decouvrez .split-container {
                gap: 1.15rem !important;
            }
            #etape1-decouvrez .steps-desc-ghost-line {
                display: block;
                visibility: hidden;
                line-height: 1.55;
                height: 1.55em;
            }
            #etape1-decouvrez .steps-carousel-dots {
                margin-top: 0.85rem;
                padding-bottom: calc(2px + env(safe-area-inset-bottom));
            }
            #etape1-decouvrez {
                overflow: hidden;
            }
            #etape1-decouvrez .steps-carousel-shell {
                width: 100%;
                max-width: 100%;
                overflow: hidden;
            }
            #etape1-decouvrez .steps-carousel-viewport {
                overflow-x: auto;
                overflow-y: hidden;
                scroll-snap-type: x mandatory;
                -webkit-overflow-scrolling: touch;
                touch-action: auto;
                overscroll-behavior-x: contain;
                overscroll-behavior-y: none;
                scrollbar-width: none;
                scroll-behavior: smooth;
            }
            #etape1-decouvrez .steps-carousel-viewport::-webkit-scrollbar {
                display: none;
            }
            #etape1-decouvrez .steps-carousel-track {
                display: grid;
                grid-auto-flow: column;
                grid-auto-columns: 100%;
                width: 100%;
                transform: none !important;
                transition: none !important;
            }
            #etape1-decouvrez .steps-carousel-slide {
                width: 100%;
                min-width: 100%;
                max-width: 100%;
                scroll-snap-align: start;
            }
            #etape1-decouvrez .split-container,
            #etape1-decouvrez .split-text-block,
            #etape1-decouvrez .split-visual {
                min-width: 0;
            }
            #local .stats-grid {
                margin-top: 1.1rem;
                gap: 0.95rem;
            }
            #local .stat-item { padding: 0.7rem 0.45rem; }
            #local .stat-number { font-size: clamp(1.95rem, 8.2vw, 2.65rem); }
            #local .stat-suffix { font-size: clamp(1.18rem, 5.3vw, 1.75rem); }
            #local .stat-label {
                font-size: 0.88rem;
                margin-top: 0.35rem;
                line-height: 1.28;
            }
            #local .stat-label-detail {
                font-size: 0.73rem;
                margin-top: 0.14rem;
            }
            #local .waitlist-live {
                margin-top: 0.7rem;
                font-size: 0.9rem;
            }
            #local .waitlist-live strong {
                font-size: 1.08em;
            }
            #local .stats-source {
                margin-top: 2.6rem;
            }
            #local .waitlist-live + .stats-source {
                margin-top: 0.15rem;
            }

            #battle.section-padded {
                height: 100dvh;
                min-height: 100dvh;
                overflow: hidden;
                padding-top: clamp(58px, 8.8vh, 78px);
                padding-bottom: calc(24px + env(safe-area-inset-bottom));
            }
            #battle .battle-shell {
                height: 100%;
                display: flex;
                flex-direction: column;
            }
            #battle .battle-header {
                margin-bottom: 0.7rem;
            }
            #battle .battle-title {
                font-size: clamp(1.78rem, 7vw, 2.3rem);
                line-height: 1.08;
            }
            #battle .battle-subtitle {
                font-size: 0.88rem;
                line-height: 1.5;
            }
            #battle .battle-board {
                min-height: 0;
                flex: 1 1 auto;
                border-radius: 22px;
            }
            #battle .battle-hold-card {
                border-radius: 14px;
                padding: 0.66rem 0.9rem;
                font-size: 0.9rem;
            }
            #battle .battle-nav {
                width: 38px;
                height: 38px;
                top: calc(50% - 8px);
            }
            #battle .battle-page {
                padding: 0.8rem 0.72rem 2.5rem;
            }
            #battle .battle-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 0.6rem;
            }
            #battle .battle-zone-btn {
                min-height: clamp(82px, 11.8vh, 108px);
                border-radius: 12px;
            }
            #battle .battle-zone-name {
                font-size: 0.92rem;
                padding: 0.75rem 0.5rem;
            }
            #battle .battle-zone-stats {
                font-size: 0.58rem;
                padding: 0.4rem 0.5rem;
            }
            #battle .battle-overlay {
                padding: 1rem;
            }
            #battle .battle-overlay-title {
                font-size: clamp(1.75rem, 8vw, 2.35rem);
            }
            #battle .battle-overlay-pill strong {
                font-size: 0.9rem;
            }
            #battle .battle-overlay-text {
                font-size: 0.9rem;
                line-height: 1.5;
                margin-bottom: 1.1rem;
            }
            #battle .battle-share-btn {
                border-radius: 14px;
                padding: 0.85rem 0.85rem;
                font-size: 0.78rem;
            }

            #vendeurs.section-padded {
                min-height: 100dvh;
                height: 100dvh;
                overflow: hidden;
                padding-top: clamp(62px, 9.5vh, 84px);
                padding-bottom: calc(34px + env(safe-area-inset-bottom));
            }
            #vendeurs .split-container {
                height: 100%;
                gap: 0.85rem !important;
            }
            #vendeurs .split-text-block {
                padding: 0 1.15rem !important;
            }
            #vendeurs .section-title {
                font-size: clamp(1.65rem, 6.7vw, 2.1rem);
                margin-bottom: 0.6rem;
                line-height: 1.12;
            }
            #vendeurs .section-desc {
                font-size: 0.93rem;
                line-height: 1.45;
                margin-bottom: 0.55rem;
                max-width: 620px;
            }
            #vendeurs .vendor-benefits {
                margin: 0.2rem auto 0;
                width: min(100%, 600px);
            }
            #vendeurs .vendor-benefits li {
                font-size: 0.82rem;
                line-height: 1.3;
                margin-bottom: 0.45rem;
            }
            #vendeurs .vendor-benefits {
                display: none;
            }
            #vendeurs .split-visual {
                height: clamp(150px, 23vh, 205px) !important;
            }
            #vendeurs .cta-primary {
                margin-top: 0.7rem;
            }
            #vendeurs .cta-helper-text {
                margin-top: 0.35rem;
                font-size: 0.66rem;
            }

            .main-footer {
                height: auto;
                min-height: 0;
                display: block;
                padding: 14px 16px calc(10px + env(safe-area-inset-bottom));
                scroll-snap-align: end;
            }
            .footer-content {
                grid-template-columns: 1fr;
                gap: 1.45rem;
            }
            .footer-content > .footer-column:first-child {
                display: flex;
                align-items: center;
                gap: 18px;
            }
            .footer-content > .footer-column:first-child img {
                margin-bottom: 0 !important;
                flex-shrink: 0;
            }
            .footer-content > .footer-column:first-child .footer-intro-text {
                margin: 0;
                max-width: none;
                text-align: left;
            }
            .footer-column h3 {
                margin-bottom: 0.7rem;
                font-size: 0.95rem;
            }
            .footer-nav-column h3,
            .footer-column:nth-child(3) h3 {
                text-align: center;
            }
            .footer-column p,
            .footer-column a {
                font-size: 0.83rem;
                line-height: 1.45;
                margin-bottom: 0.32rem;
            }
            .footer-column:nth-child(3) {
                text-align: center;
            }
            .footer-column:nth-child(3) p,
            .footer-column:nth-child(3) a {
                text-align: center;
            }
            .footer-column:nth-child(3) .mobile-socials {
                justify-content: center;
            }
            .footer-nav-list a,
            .footer-nav-list span {
                font-size: 0.83rem;
                line-height: 1.4;
                margin-bottom: 0.28rem;
            }
            .footer-intro-text {
                max-width: 100%;
            }
            .footer-seo-text {
                display: none;
            }
            .footer-bottom {
                position: relative;
                margin-top: 12px;
                padding-top: 0.6rem;
                padding-right: 0;
                padding-bottom: calc(8px + env(safe-area-inset-bottom));
                font-size: 0.7rem;
            }
            .footer-to-top {
                right: 14px;
                top: auto;
                bottom: calc(22px + env(safe-area-inset-bottom));
                width: 38px;
                height: 38px;
            }
            .footer-to-top svg {
                width: 18px;
                height: 18px;
            }
            body.footer-mobile-focus .main-header .logo-link {
                opacity: 0 !important;
                pointer-events: none !important;
            }
            body.footer-mobile-focus .main-header .logo-img {
                visibility: hidden;
            }
            
            .stats-grid { grid-template-columns: 1fr; gap: 2rem; }
            .stat-item::after { display: none; }
            
            .app-layout { flex-direction: column; text-align: center; }
            .app-text-block { text-align: center; }
            
            .cards-container { flex-direction: column; }
            .profile-card { height: 200px; }
            .profile-card:hover, .profile-card:not(:hover) { flex: 1; }
        }

        /* Mobile touch only: full-screen footer layout */
        @media (max-width: 900px) and (hover: none) and (pointer: coarse) {
            .main-footer {
                height: 100dvh;
                min-height: 100dvh;
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
                padding: calc(40px + env(safe-area-inset-top)) 20px calc(14px + env(safe-area-inset-bottom));
                scroll-snap-align: start;
            }
            .footer-bottom {
                margin-top: 12px;
            }
        }
    



