/* ═══════════════════════════════════════════════════════════════════════════════════════════
   DOUBLE AVANTAGE · V12 (08/09/2026)
   Blanc, encre navy, jaune en touches, bleu #007ac2 en rappels de charte, filets fins.
   Hero typographique empilé (titre pleine largeur, puis accroche + bouton), deux grandes cartes-photos,
   fonds alternés blanc / gris clair / navy. Police : Poppins (charte) + Anton pour la signature « 2 AVANTAGES »
   (classe .da, reprise à chaque mention ; police interchangeable via --font-mark).
   ═══════════════════════════════════════════════════════════════════════════════════════════ */
:root {
    --white: #ffffff; --alt: #f2f3f5; --alt-2: #e8eaee;
    --ink: #00416e; --navy: #012340; --navy-2: #0a3357;
    --gold: #ffbf35; --gold-deep: #d9960f;
    --blue: #007ac2; --blue-light: #6cc3f7;
    --muted: #5d6b78; --muted-2: #8a96a2;
    --font-mark: 'Anton', 'Poppins', sans-serif;
    --rule: rgba(1,35,64,.14); --rule-strong: rgba(1,35,64,.4);
    --green: #16a34a;
    --wrap: 1240px;
    --gutter: clamp(20px, 4vw, 48px);
    --sect: clamp(64px, 9vw, 120px);
    --ease: cubic-bezier(.22,1,.36,1);
    /* marge négative qui amène un bloc jusqu'au bord de l'écran, depuis le bord du wrap */
    --bleed: calc(-1 * ((100vw - min(var(--wrap), 100vw)) / 2 + var(--gutter)));
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
html, body { overflow-x: hidden; overflow-x: clip; }
body { font-family: 'Poppins', system-ui, -apple-system, sans-serif; color: var(--ink); background: var(--white); line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
button { cursor: pointer; border: none; font-family: inherit; background: none; color: inherit; }
input { font-family: inherit; }
em { font-style: normal; }
strong, b { font-weight: 600; }
sup { font-size: .5em; vertical-align: super; }
::selection { background: var(--gold); color: var(--ink); }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }

/* ── Vocabulaire typographique ── */
.lab { display: block; font-size: .7rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--blue); }
.h { font-size: clamp(1.85rem, 4vw, 3rem); font-weight: 700; line-height: 1.06; letter-spacing: -.035em; color: var(--ink); margin-top: 14px; }
.lead { font-size: clamp(1rem, 1.5vw, 1.1rem); line-height: 1.7; color: var(--muted); max-width: 52ch; margin-top: 18px; }
.hl { background-image: linear-gradient(120deg, rgba(255,191,53,.6), rgba(255,191,53,.6)); background-repeat: no-repeat; background-size: 100% 44%; background-position: 0 90%; padding: 0 .12em; font-weight: 700; color: var(--ink); }
/* « 2 AVANTAGES » : la signature de l'action, reprise telle quelle à chaque mention (Anton, jaune, capitales) */
.da { font-family: var(--font-mark); font-weight: 700; font-synthesis: none; font-style: normal; text-transform: uppercase; letter-spacing: .015em; font-size: 1.14em; line-height: .9; color: var(--gold); white-space: nowrap; }
.btn .da, .btn-submit .da, .exit-cta .da, .sticky-btn .da { color: inherit; }
.btn-label, .btn-submit-text { font-weight: 500; }
.btn-label .da, .btn-submit-text .da { font-size: 1.32em; margin-left: .06em; vertical-align: -.02em; }
.btn { display: inline-flex; align-items: center; gap: 12px; padding: 17px 30px; background: var(--gold); color: var(--ink); font-weight: 700; font-size: 1rem; border-radius: 8px; transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.btn svg { transition: transform .25s var(--ease); }
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(217,150,15,.28); }
.btn:hover svg { transform: translateX(4px); }
.btn-line { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: .92rem; color: var(--blue); border-bottom: 2px solid var(--blue); padding-bottom: 3px; transition: gap .2s; }
.btn-line:hover { gap: 16px; }

/* ── Animations ── */
.anim { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.anim.seen { opacity: 1; transform: none; }
.anim-fade { opacity: 0; animation: fadein .8s ease forwards; animation-delay: var(--d, 0s); }
.anim-up { opacity: 0; animation: rise .8s var(--ease) forwards; animation-delay: var(--d, 0s); }
.anim-slide { opacity: 0; animation: rise .8s var(--ease) forwards; animation-delay: var(--d, 0s); }
.anim-scale { opacity: 0; animation: reveal 1s var(--ease) forwards; animation-delay: var(--d, 0s); }
@keyframes fadein { to { opacity: 1; } }
@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes reveal { from { opacity: 0; transform: translateX(24px); } to { opacity: 1; transform: none; } }

/* ═══ COOKIE ═══ */
.cookie-overlay { position: fixed; inset: 0; background: rgba(1,35,64,.55); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); z-index: 99999; display: flex; align-items: center; justify-content: center; padding: 20px; transition: opacity .3s, visibility .3s; }
.cookie-overlay.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.cookie-popup { background: #fff; border: 1.5px solid var(--ink); max-width: 430px; width: 100%; padding: 32px 30px 26px; }
.cookie-icon { width: 44px; height: 44px; border: 1.5px solid var(--rule-strong); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--ink); margin-bottom: 16px; }
.cookie-title { font-size: 1.1rem; font-weight: 600; letter-spacing: -.02em; margin-bottom: 8px; }
.cookie-text { font-size: .85rem; color: var(--muted); margin-bottom: 20px; }
.cookie-text a { color: var(--blue); text-decoration: underline; }
.cookie-buttons { display: flex; flex-direction: column; gap: 10px; }
.cookie-accept { padding: 14px; background: var(--ink); color: #fff; font-weight: 600; border-radius: 8px; transition: background .2s; }
.cookie-accept:hover { background: var(--navy-2); }
.cookie-refuse { padding: 11px; color: var(--muted); font-weight: 600; font-size: .85rem; border-radius: 8px; border: 1px solid var(--rule-strong); }
.cookie-refuse:hover { color: var(--ink); }

/* ═══ MASTHEAD (navy, dans le même bloc que le hero ; logo officiel « light » : texte blanc, picto en couleur) ═══ */
.mast { background: var(--navy); }
.mast-in { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: clamp(20px, 3vw, 32px); }
.mast-logo { height: 36px; width: auto; }
@media (min-width: 760px) { .mast-logo { height: 40px; } }
.mast-cta { display: inline-flex; align-items: center; gap: 8px; font-size: .84rem; font-weight: 600; color: #fff; padding-bottom: 3px; border-bottom: 2px solid var(--gold); white-space: nowrap; transition: color .2s, border-color .2s; }
.mast-cta:hover { color: var(--gold); border-color: #fff; }
.mast-cta svg { transition: transform .2s var(--ease); }
.mast-cta:hover svg { transform: translateX(3px); }

/* ═══ HERO (navy #012340, typographique, empilé : titre pleine largeur, puis accroche | bouton sous un filet, sans photo) ═══ */
.hero { background: var(--navy); }
.hero-grid { padding-top: clamp(40px, 6vw, 80px); padding-bottom: clamp(56px, 7vw, 96px); }
.hero-kicker { font-size: clamp(1rem, 1.4vw, 1.2rem); font-weight: 500; color: rgba(255,255,255,.88); margin-bottom: clamp(14px, 2vw, 24px); }
.hero-kicker .hl { font-weight: 700; }
/* sur navy, le surlignage devient un bloc jaune plein avec le texte en bleu encre (le marqueur à 60 % ne se lit pas sur fond sombre) */
.hero .hl { background-image: linear-gradient(var(--gold), var(--gold)); background-size: 100% 100%; background-position: 0 0; color: var(--ink); padding: .02em .26em; border-radius: 3px; -webkit-box-decoration-break: clone; box-decoration-break: clone; }
.hero-title { margin-top: 0; font-size: clamp(2rem, 4.6vw, 4.2rem); font-weight: 700; line-height: 1.08; letter-spacing: -.035em; color: #fff; text-wrap: balance; }
.hero-l3 { display: block; }
/* dès 700 px : les lignes Poppins prennent la taille qui fait tenir « sur votre futur projet de construction. » sur une seule ligne */
@media (min-width: 700px) { .hero-title { font-size: min(3.5rem, 4.55vw); } .hero-l3 { white-space: nowrap; } }
/* « 2 AVANTAGES » sur sa propre ligne, en grand : 17vw pour tenir sur mobile, plafonné à 12.5rem (≈ 980 px de large).
   Apparaît en contour jaune, puis l'encre remplit les lettres de gauche à droite (background-clip: text). */
.hero-title .da-line { display: block; font-size: clamp(3.4rem, 17vw, 13.5rem); line-height: .92; letter-spacing: .01em; margin: .04em 0 .06em; color: transparent; -webkit-text-stroke: .018em var(--gold); background: linear-gradient(var(--gold), var(--gold)) 0 0 / 0% 100% no-repeat; -webkit-background-clip: text; background-clip: text; animation: ink-fill .9s var(--ease) forwards; animation-delay: .7s; }
@keyframes ink-fill { to { background-size: 100% 100%; } }
/* le trait qui barre le 1, en diagonale, se dessine de gauche à droite à l'apparition */
.strike { position: relative; text-decoration: none; }
/* Poppins : le centre du chiffre est exactement au milieu de la boite en ligne, d'ou top: 50% */
.strike::after { content: ''; position: absolute; left: 50%; top: 50%; width: 1em; height: .1em; border-radius: 1em; transform: translate(-50%, -50%) rotate(-38deg); background: linear-gradient(var(--gold), var(--gold)) 0 0 / 0% 100% no-repeat; animation: strike .45s var(--ease) forwards; animation-delay: .5s; pointer-events: none; }
@keyframes strike { to { background-size: 100% 100%; } }
/* le surlignage balaie le montant */
.mk { background-size: 0% 44%; animation: sweep .8s var(--ease) forwards; animation-delay: 1.45s; }
@keyframes sweep { to { background-size: 100% 44%; } }
.hero .mk { background-size: 0% 100%; animation-name: sweep-full; }
@keyframes sweep-full { to { background-size: 100% 100%; } }
.hero-row { margin-top: clamp(28px, 4vw, 48px); display: grid; grid-template-columns: 1fr; gap: 22px; }
.hero-sub { font-size: clamp(1.05rem, 1.7vw, 1.35rem); line-height: 1.65; color: rgba(255,255,255,.8); max-width: 48ch; }
.hero-cta .btn { padding: 20px 34px; font-size: 1.08rem; }
.hero .btn:hover { box-shadow: 0 16px 32px rgba(0,0,0,.35); }
.hero-cta { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
@media (min-width: 960px) {
    .hero-grid { padding-top: clamp(64px, 6vw, 96px); padding-bottom: clamp(72px, 7vw, 104px); }
    .hero-row { grid-template-columns: 7fr 5fr; column-gap: clamp(40px, 6vw, 96px); align-items: start; padding-top: 34px; border-top: 1px solid rgba(255,255,255,.18); }
    .hero-cta { flex-direction: column; align-items: flex-start; gap: 12px; }
}
.facts { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1.5px solid var(--ink); border-bottom: 1px solid var(--rule); margin-top: clamp(40px, 6vw, 72px); }
.facts li { padding: 16px 12px 16px 0; display: flex; flex-direction: column; gap: 2px; border-bottom: 1px solid var(--rule); }
.facts li:nth-child(odd) { border-right: 1px solid var(--rule); }
.facts li:nth-child(even) { padding-left: 14px; }
.facts strong { font-size: clamp(1.3rem, 2.4vw, 1.8rem); font-weight: 700; letter-spacing: -.04em; color: var(--ink); line-height: 1; }
.facts span { font-size: .76rem; color: var(--muted); line-height: 1.4; }
@media (min-width: 760px) {
    .facts { grid-template-columns: repeat(4, 1fr); }
    .facts li { border-bottom: none; border-right: 1px solid var(--rule); padding: 22px 20px; }
    .facts li:first-child { padding-left: 0; }
    .facts li:last-child { border-right: none; }
}

/* ═══ LES DEUX AVANTAGES (gris clair, deux grandes cartes-photos côte à côte) ═══ */
.two { padding: var(--sect) 0; background: var(--alt); }
.two-grid { display: grid; grid-template-columns: 1fr; gap: 24px; margin-top: 40px; }
.two-card { display: flex; flex-direction: column; background: #fff; border: 1.5px solid var(--ink); }
.two-photo { position: relative; aspect-ratio: 3 / 2; overflow: hidden; }
.two-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.two-card:hover .two-photo img { transform: scale(1.03); }
/* illustration du Pack : cliquable (visionneuse) + repère « Agrandir » en bas à droite */
.js-zoom { cursor: zoom-in; }
.two-zoom { position: absolute; right: 14px; bottom: 12px; display: inline-flex; align-items: center; gap: 6px; padding: 7px 11px; background: rgba(255,255,255,.94); color: var(--ink); font-size: .66rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; border-radius: 6px; box-shadow: 0 4px 14px rgba(1,35,64,.18); transition: background .2s, transform .2s var(--ease); }
.two-zoom:hover { background: var(--gold); transform: translateY(-1px); }
.two-num { position: absolute; left: 18px; top: 6px; font-family: var(--font-mark); font-weight: 700; font-synthesis: none; font-size: clamp(4rem, 7vw, 5.5rem); color: var(--gold); line-height: 1; letter-spacing: 0; text-shadow: 0 4px 20px rgba(1,35,64,.35); }
.two-offert { position: absolute; top: 16px; right: 16px; padding: 7px 11px; background: var(--gold); color: var(--ink); font-size: .64rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; border-radius: 4px; }
.two-body { display: flex; flex-direction: column; flex: 1; padding: 26px 26px 28px; }
.two-body h3 { font-size: clamp(1.35rem, 2.2vw, 1.7rem); font-weight: 700; letter-spacing: -.03em; line-height: 1.15; }
.two-amt { margin-top: 10px; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.two-amt strong { display: block; font-size: clamp(1.9rem, 3vw, 2.5rem); font-weight: 700; letter-spacing: -.045em; text-transform: none; color: var(--blue); line-height: 1.05; margin-top: 4px; }
.two-body > p { margin-top: 14px; font-size: .95rem; color: var(--muted); line-height: 1.65; }
.two-list { list-style: none; margin-top: 18px; border-top: 1.5px solid var(--ink); }
.two-list li { display: flex; align-items: flex-start; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--rule); font-size: .92rem; line-height: 1.4; }
.two-list svg { color: var(--blue); flex-shrink: 0; margin-top: 4px; }
/* carte Pack : pictogrammes des équipements (icônes charte recolorées en bleu) à la place des coches */
.two-list-ico li { align-items: center; gap: 14px; padding: 7px 0; }
.two-ico { width: 30px; height: 28px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.two-ico img { max-width: 100%; max-height: 100%; width: auto; height: auto; display: block; }
.two-list small { color: var(--muted); font-size: .8rem; }
.two-list b { margin-left: auto; padding-left: 12px; white-space: nowrap; font-weight: 700; color: var(--blue); font-variant-numeric: tabular-nums; }
.two-list .bonus { display: inline-block; margin-left: 6px; padding: 2px 7px; background: var(--gold); color: var(--ink); font-size: .6rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; border-radius: 4px; vertical-align: middle; }
.two-foot { margin-top: auto; padding-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px 18px; flex-wrap: wrap; }
.two-foot .peb { display: flex; align-items: center; gap: 10px; font-size: .8rem; color: var(--muted); line-height: 1.4; }
.two-foot .peb img { height: 38px; width: auto; flex-shrink: 0; }
.two-foot .stock { font-size: .86rem; color: var(--muted); }
.two-foot .stock strong { color: var(--ink); font-weight: 600; }
@media (min-width: 900px) { .two-grid { grid-template-columns: 1fr 1fr; gap: 28px; } }

/* ═══ MATRICE « ET VOUS ? » (blanc) ═══ */
.mx { padding: var(--sect) 0; background: var(--white); }
.mx-head { display: grid; grid-template-columns: 1fr; gap: 12px 48px; align-items: end; }
.mx-head .lead { margin-top: 0; }
.tbl-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.matrix { width: 100%; min-width: 560px; border-collapse: collapse; margin-top: 40px; }
.matrix th { text-align: left; padding: 0 12px 14px 0; font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); font-weight: 600; border-bottom: 1.5px solid var(--ink); vertical-align: bottom; }
.matrix th small { display: block; letter-spacing: 0; text-transform: none; font-size: .76rem; color: var(--blue); font-weight: 600; margin-top: 2px; }
.matrix th:not(:first-child), .matrix td.c { text-align: center; }
.matrix td { padding: 18px 12px 18px 0; border-bottom: 1px solid var(--rule); vertical-align: middle; }
.matrix tr:last-child td { border-bottom: 1.5px solid var(--ink); }
.matrix td:first-child strong { display: block; font-weight: 600; font-size: 1.05rem; letter-spacing: -.01em; }
.matrix td:first-child small { font-size: .82rem; color: var(--muted); }
.ok { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; background: var(--gold); color: var(--ink); }
.cond { display: inline-block; max-width: 180px; font-size: .78rem; color: var(--ink); font-weight: 600; line-height: 1.35; }
.no { font-size: .78rem; color: var(--muted-2); font-weight: 600; }
.mx-note { margin-top: 16px; font-size: .84rem; color: var(--muted); }
/* fiches mobile « nombre d'avantages » : masquées sur desktop, où le tableau s'affiche */
.mx-cards { display: none; list-style: none; margin-top: 30px; border-top: 1.5px solid var(--ink); }
.mx-cards li { display: flex; align-items: center; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--rule); }
.mx-cards li:last-child { border-bottom: 1.5px solid var(--ink); }
.mxc-n { flex-shrink: 0; min-width: 86px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.mxc-n b { font-size: 2.5rem; line-height: 1; white-space: nowrap; }
.mxc-n b i { font-family: 'Poppins', sans-serif; font-style: normal; font-weight: 600; font-size: .3em; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin: 0 .25em; vertical-align: middle; }
.mxc-n small { font-size: .82rem; line-height: 1; letter-spacing: .06em; margin-top: 5px; }
.mx-cards strong { display: block; font-size: 1.05rem; font-weight: 600; color: var(--ink); line-height: 1.3; }
.mx-cards div > span { display: block; margin-top: 4px; font-size: .86rem; line-height: 1.5; color: var(--muted); }
@media (min-width: 900px) { .mx-head { grid-template-columns: 5fr 7fr; } }

/* ═══ RÉALISATIONS (navy, grille cassée) ═══ */
.gal { padding: var(--sect) 0; background: var(--navy); color: #fff; }
.gal .lab { color: var(--blue-light); }
.gal .h { color: #fff; }
.gal-grid { display: grid; grid-template-columns: 1fr; gap: 28px; margin-top: 36px; }
.gal-slot { margin: 0; cursor: zoom-in; }
.gal-slot img { width: 100%; height: 62vw; max-height: 420px; object-fit: cover; transition: transform .8s var(--ease); }
.gal-slot figcaption { margin-top: 10px; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.62); display: flex; gap: 12px; }
.gal-slot .fig { color: var(--gold); font-weight: 600; }
@media (min-width: 900px) {
    .gal-grid { grid-template-columns: repeat(12, 1fr); gap: 24px; }
    .g1 { grid-column: 1 / 8; } .g1 img { height: 520px; max-height: none; }
    .g2 { grid-column: 8 / 13; margin-top: 96px; } .g2 img { height: 400px; max-height: none; }
    .g3 { grid-column: 1 / 6; } .g3 img { height: 340px; max-height: none; }
    .g4 { grid-column: 6 / 13; margin-top: 56px; } .g4 img { height: 380px; max-height: none; }
}

/* ═══ ILS ONT CONSTRUIT AVEC NOUS (blanc, les maisons en grand) ═══ */
.quotes { padding: var(--sect) 0; background: var(--white); }
.q-grid { display: grid; grid-template-columns: 1fr; gap: 36px; margin-top: 40px; }
.q-fig { margin: 0; display: flex; flex-direction: column; }
.q-fig img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.q-place { margin-top: 14px; font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: var(--blue); font-weight: 600; }
.stars { display: flex; gap: 2px; color: var(--gold); margin: 8px 0 10px; }
.q-fig blockquote { font-size: .95rem; line-height: 1.65; color: var(--ink); }
.q-fig figcaption { margin-top: 12px; font-size: .84rem; color: var(--muted); }
.q-fig figcaption strong { color: var(--ink); font-weight: 600; }
@media (min-width: 900px) { .q-grid { grid-template-columns: repeat(3, 1fr); gap: 28px; } }

/* ═══ FORMULAIRE « DOSSIER » (gris clair) ═══ */
.form-sec { background: var(--alt); padding: var(--sect) 0; }
.form-grid { display: grid; grid-template-columns: 1fr; gap: 40px; }
.form-perks { list-style: none; margin-top: 26px; border-top: 1.5px solid var(--ink); max-width: 420px; }
.form-perks li { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--rule); font-weight: 600; font-size: .95rem; }
.form-perks svg { color: var(--blue); flex-shrink: 0; }
/* carte-formulaire : tête navy (signature + promesse), corps blanc, détachée du fond par une ombre */
.form-card { background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 24px 60px rgba(1,35,64,.14), 0 0 0 1px rgba(1,35,64,.06); }
/* une seule ligne : étiquette à gauche, durée à droite */
.form-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px clamp(22px, 3.5vw, 36px); background: var(--navy); color: #fff; }
.form-head-lab { font-size: .64rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 600; color: var(--blue-light); line-height: 1.5; }
.form-head-time { display: inline-flex; align-items: center; gap: 7px; font-size: .74rem; font-weight: 600; color: rgba(255,255,255,.8); white-space: nowrap; flex-shrink: 0; }
.form-head-time svg { color: var(--gold); }
.form-body { padding: clamp(22px, 3.5vw, 36px); }
.form-progress { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; }
.fp-track { flex: 1; height: 3px; background: var(--rule); }
.fp-bar { height: 100%; width: 25%; background: var(--blue); transition: width .45s var(--ease); }
.fp-label { flex-shrink: 0; font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; color: var(--muted); white-space: nowrap; }
.da-step { display: none; }
.da-step.active { display: block; animation: step-in .35s var(--ease); }
@keyframes step-in { from { opacity: 0; transform: translateX(22px); } to { opacity: 1; transform: none; } }
.da-step h3 { font-size: clamp(1.2rem, 2.6vw, 1.5rem); font-weight: 700; letter-spacing: -.025em; margin-bottom: 22px; }
.opt-cards { display: grid; grid-template-columns: 1fr; gap: 10px; }
.opt-card { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; padding: 18px 16px; border: 1.5px solid var(--rule-strong); border-radius: 8px; text-align: left; transition: border-color .2s, background .2s, color .2s, transform .2s; }
.opt-card { position: relative; padding-right: 40px; }
.opt-card::before { content: ''; position: absolute; top: 14px; right: 14px; width: 18px; height: 18px; border: 1.5px solid var(--rule-strong); border-radius: 50%; background: #fff; transition: border-color .2s, background .2s, box-shadow .2s; }
.opt-card:hover::before { border-color: var(--blue); }
.opt-card.selected::before { background: var(--gold); border-color: #fff; box-shadow: inset 0 0 0 3px var(--blue); }
.opt-card:hover { border-color: var(--blue); transform: translateY(-2px); }
.opt-card.selected { background: var(--blue); color: #fff; border-color: var(--blue); }
.oc-ic { color: var(--blue); margin-bottom: 8px; display: flex; }
.opt-card.selected .oc-ic { color: var(--gold); }
.oc-title { font-weight: 600; font-size: .95rem; line-height: 1.3; }
.oc-sub { font-size: .76rem; color: var(--muted); }
.opt-card.selected .oc-sub { color: rgba(255,255,255,.7); }
@media (min-width: 560px) { .opt-cards { grid-template-columns: repeat(3, 1fr); } }
.when-chips { display: grid; grid-template-columns: 1fr; gap: 10px; }
.when-chip { width: 100%; padding: 15px 18px; border: 1.5px solid var(--rule-strong); border-radius: 8px; font-size: .95rem; font-weight: 600; text-align: left; transition: border-color .2s, background .2s, color .2s; }
.when-chip:hover { border-color: var(--blue); }
.when-chip.selected { background: var(--blue); color: #fff; border-color: var(--blue); }
@media (min-width: 520px) { .when-chips { grid-template-columns: 1fr 1fr; } }
.field { margin-bottom: 16px; }
.field-row { display: grid; grid-template-columns: 1fr; gap: 0 14px; }
.field label { display: block; font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; color: var(--muted); margin-bottom: 8px; }
.field input { width: 100%; padding: 14px 14px; background: #fff; border: 1.5px solid var(--rule-strong); border-radius: 8px; font-size: 1rem; color: var(--ink); transition: border-color .2s; }
.field input:focus { outline: none; border-color: var(--blue); }
.field input.touched:invalid, .field input.invalid { border-color: #c2452f; }
.field-cp { max-width: 220px; }
@media (min-width: 520px) { .field-row { grid-template-columns: 1fr 1fr; } }
.field-hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
/* cases à cocher : simples lignes, sans encadré (l'encadré faisait deux gros blocs avant le bouton) */
.check-opt { display: flex; align-items: flex-start; gap: 10px; padding: 5px 0; cursor: pointer; margin-bottom: 4px; font-size: .84rem; line-height: 1.5; color: var(--muted); }
.check-opt strong { color: var(--ink); }
.check-opt:hover .check-box { border-color: var(--blue); }
.check-opt input { position: absolute; opacity: 0; width: 0; height: 0; }
.check-box { flex-shrink: 0; width: 18px; height: 18px; border-radius: 4px; border: 1.5px solid var(--rule-strong); position: relative; margin-top: 2px; transition: all .2s; background: #fff; }
.check-box::after { content: ''; position: absolute; left: 5px; top: 1px; width: 5px; height: 10px; border: solid var(--ink); border-width: 0 2.5px 2.5px 0; transform: rotate(45deg) scale(0); transition: transform .15s; }
.check-opt input:checked + .check-box { background: var(--gold); border-color: var(--gold); }
.check-opt input:checked + .check-box::after { transform: rotate(45deg) scale(1); }
.check-opt.invalid { color: #c2452f; }
.check-opt.invalid .check-box { border-color: #c2452f; }
.check-consent a { color: var(--blue); text-decoration: underline; }
.form-error { color: #c2452f; font-size: .82rem; font-weight: 600; margin: 4px 0 10px; }
.btn-next, .btn-submit { display: inline-flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 16px 28px; background: var(--gold); color: var(--ink); font-size: 1rem; font-weight: 700; border-radius: 8px; transition: transform .2s var(--ease), box-shadow .2s; margin-top: 14px; }
.btn-next:hover, .btn-submit:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(217,150,15,.28); }
.step-back { display: block; margin: 14px auto 0; font-size: .82rem; font-weight: 600; color: var(--muted); transition: color .2s; }
.step-back:hover { color: var(--ink); }
.btn-submit { position: relative; }
.btn-submit-loader { display: none; width: 18px; height: 18px; border: 2.5px solid rgba(1,35,64,.25); border-top-color: var(--ink); border-radius: 50%; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.btn-submit.loading .btn-submit-loader { display: inline-block; }
.btn-submit.loading svg, .btn-submit.loading .btn-submit-text { display: none; }
.form-reassure { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 16px; font-size: .84rem; font-weight: 600; color: var(--ink); }
.form-reassure svg { color: var(--blue); flex-shrink: 0; }
.form-privacy { margin-top: 6px; font-size: .75rem; color: var(--muted-2); text-align: center; }
.form-bonus { display: flex; align-items: center; gap: 14px; margin-top: 22px; padding: 14px 16px; border: 1.5px dashed var(--rule-strong); border-radius: 8px; }
.fb-logo { flex-shrink: 0; width: 42px; height: 42px; border-radius: 8px; }
.form-bonus p { font-size: .86rem; line-height: 1.5; color: var(--muted); }
.form-bonus strong { color: var(--ink); }
.form-success { display: none; text-align: center; padding: 20px 0; }
.form-success.show { display: block; animation: step-in .4s var(--ease); }
.success-icon { width: 72px; height: 72px; margin: 0 auto 18px; border: 2px solid var(--blue); color: var(--blue); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.form-success h3 { font-size: 1.4rem; font-weight: 700; letter-spacing: -.02em; margin-bottom: 10px; }
.form-success p { font-size: .95rem; color: var(--muted); max-width: 400px; margin: 0 auto; line-height: 1.7; }
.success-batireno { margin-top: 14px !important; padding: 12px 16px; border: 1.5px dashed var(--rule-strong); border-radius: 8px; color: var(--ink) !important; font-weight: 600; }
@media (min-width: 1000px) {
    .form-grid { grid-template-columns: 5fr 7fr; gap: 64px; align-items: start; }
    .form-intro { position: sticky; top: 32px; }
}

/* ═══ FAQ (blanc, liste réglée) ═══ */
.faq-sec { padding: var(--sect) 0; background: var(--white); }
.faq-grid { display: grid; grid-template-columns: 1fr; gap: 28px 64px; }
.faq-list { border-top: 1.5px solid var(--ink); }
.faq-item { border-bottom: 1px solid var(--rule); }
.faq-item summary { padding: 20px 44px 20px 0; font-size: 1rem; font-weight: 600; cursor: pointer; list-style: none; position: relative; letter-spacing: -.01em; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font-size: 1.5rem; font-weight: 400; color: var(--blue); line-height: 1; }
.faq-item[open] summary::after { content: '−'; }
.faq-item p { padding: 0 0 22px; font-size: .93rem; color: var(--muted); line-height: 1.75; max-width: 62ch; }
.faq-item p strong { color: var(--ink); }
@media (min-width: 900px) { .faq-grid { grid-template-columns: 4fr 8fr; } }

/* ═══ CONDITIONS (gris clair) ═══ */
.conditions { padding: 40px 0 48px; background: var(--alt); }
.conditions h2 { font-size: .68rem; font-weight: 600; text-transform: uppercase; letter-spacing: .2em; color: var(--muted); padding-bottom: 12px; margin-bottom: 18px; border-bottom: 1px solid var(--rule); }
/* texte légal composé en colonnes (2 dès 760px, 3 dès 1100px) : aligné sur la grille, moitié moins haut */
.cond-cols { column-gap: 40px; }
.conditions p { font-size: .7rem; line-height: 1.6; color: var(--muted); margin-bottom: 10px; orphans: 3; widows: 3; }
@media (min-width: 760px) { .cond-cols { columns: 2; } }
@media (min-width: 1100px) { .cond-cols { columns: 3; column-gap: 48px; } }

/* ═══ FOOTER (navy) ═══ */
.foot { background: var(--navy); color: rgba(255,255,255,.7); padding: 44px 0 30px; }
.foot-top { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.12); }
.foot-links { display: flex; flex-wrap: wrap; gap: 22px; }
.foot-links a { font-size: .82rem; color: rgba(255,255,255,.62); transition: color .2s; }
.foot-links a:hover { color: var(--gold); }
.foot-bottom { padding-top: 22px; display: flex; flex-direction: column; gap: 4px; }
.foot-bottom p { font-size: .76rem; color: rgba(255,255,255,.45); }
@media (min-width: 768px) { .foot-top { flex-direction: row; justify-content: space-between; align-items: center; } }

/* ═══ MODALE CONFIDENTIALITÉ ═══ */
.modal-overlay { position: fixed; inset: 0; z-index: 100000; background: rgba(1,35,64,.7); backdrop-filter: blur(6px); display: flex; align-items: center; justify-content: center; padding: 20px; }
.modal-overlay[hidden] { display: none; }
.modal { position: relative; background: #fff; width: 100%; max-width: 520px; height: auto; border: 1.5px solid var(--ink); display: flex; flex-direction: column; overflow: hidden; }
.modal h3 { padding: 20px 60px 16px 24px; font-size: 1.05rem; font-weight: 700; border-bottom: 1px solid var(--rule); }
.modal-close { position: absolute; top: 10px; right: 14px; font-size: 2rem; line-height: 1; color: var(--muted); padding: 4px 8px; }
.modal-close:hover { color: var(--ink); }
.modal-body { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; padding: 22px 24px 26px; }
.modal-body p { font-size: .95rem; line-height: 1.6; color: var(--muted); }
.modal-btn { font-size: .92rem; padding: 14px 22px; }

/* ═══ EXIT-INTENT (doux) ═══ */
.exit-overlay { position: fixed; inset: 0; background: rgba(1,35,64,.7); backdrop-filter: blur(6px); z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 20px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .3s, visibility .3s; }
.exit-overlay.show { opacity: 1; visibility: visible; pointer-events: auto; }
.exit-popup { position: relative; background: #fff; border: 1.5px solid var(--ink); max-width: 440px; width: 100%; padding: 40px 34px 30px; transform: translateY(12px); transition: transform .3s var(--ease); }
.exit-overlay.show .exit-popup { transform: none; }
.exit-close { position: absolute; top: 10px; right: 16px; font-size: 1.8rem; color: var(--muted); line-height: 1; }
.exit-icon.da { display: inline-block; font-size: 2.5rem; line-height: 1; margin-bottom: 14px; }
.exit-title { font-size: 1.35rem; font-weight: 600; line-height: 1.25; letter-spacing: -.02em; margin-bottom: 10px; }
.exit-text { font-size: .9rem; color: var(--muted); line-height: 1.65; margin-bottom: 22px; }
.exit-cta { display: block; padding: 16px; background: var(--gold); color: var(--ink); font-weight: 700; border-radius: 8px; text-align: center; margin-bottom: 12px; }
.exit-sub { display: block; font-size: .74rem; color: var(--muted-2); }

/* ═══ STICKY CTA ═══ */
.sticky-cta { position: fixed; bottom: 0; left: 0; right: 0; z-index: 800; display: flex; align-items: center; gap: 12px; padding: 11px 16px calc(11px + env(safe-area-inset-bottom)); background: #fff; border-top: 1.5px solid var(--ink); transform: translateY(120%); transition: transform .35s var(--ease); }
.sticky-cta.show { transform: none; }
.sticky-txt { flex: 1; font-size: .78rem; color: var(--muted); line-height: 1.3; }
.sticky-txt strong { display: block; color: var(--ink); font-weight: 600; font-size: .92rem; letter-spacing: -.01em; }
.sticky-btn { display: inline-flex; align-items: center; gap: 7px; padding: 13px 20px; background: var(--gold); color: var(--ink); font-weight: 700; font-size: .9rem; border-radius: 8px; white-space: nowrap; }
@media (min-width: 900px) { .sticky-cta { left: auto; right: 24px; bottom: 24px; max-width: 380px; padding: 12px 14px; border: 1.5px solid var(--ink); box-shadow: 0 24px 60px rgba(1,35,64,.2); } }

/* ═══ LIGHTBOX ═══ */
.lightbox { position: fixed; inset: 0; z-index: 9998; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(1,35,64,.94); opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }
.lightbox.show { opacity: 1; visibility: visible; }
.lightbox img { max-width: 94vw; max-height: 90vh; box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.lightbox-close { position: absolute; top: 14px; right: 22px; color: #fff; font-size: 2.6rem; line-height: 1; }

/* ═══ EFFETS GRAPHIQUES (V13) : filigrane, banderole, traits de marqueur, tampons ═══ */
/* 1. « 2 » géant en filigrane à droite du hero (contour seul, très léger, coupé par le bord) */
.hero { position: relative; overflow: hidden; }
.hero > .wrap { position: relative; z-index: 1; }
.hero-wm { position: absolute; right: -.06em; top: 50%; transform: translateY(-46%); font-family: var(--font-mark); font-weight: 700; font-synthesis: none; font-size: clamp(16rem, 40vw, 44rem); line-height: 1; color: transparent; -webkit-text-stroke: 2px rgba(255,255,255,.1); pointer-events: none; user-select: none; }
@media (max-width: 959px) { .hero-wm { font-size: 58vw; top: auto; bottom: -.12em; transform: none; -webkit-text-stroke-width: 1.5px; } }
/* 2. banderole jaune sous le hero navy (texte et signature en bleu encre, comme dans les boutons jaunes) : deux copies identiques de la série, on fait défiler d'une moitié pour boucler sans raccord */
.ticker { background: var(--gold); overflow: hidden; padding: 13px 0; }
.ticker-track { display: flex; width: max-content; animation: ticker 40s linear infinite; }
.ticker:hover .ticker-track { animation-play-state: paused; }
.ticker-item { display: inline-flex; align-items: center; padding-left: 26px; font-size: .8rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; color: var(--ink); }
.ticker-item::after { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--ink); margin-left: 26px; }
.ticker-item .da { font-size: 1.5em; letter-spacing: .02em; color: var(--ink); }
@keyframes ticker { to { transform: translateX(-50%); } }
/* 3. trait de marqueur jaune sous un mot clé des titres, dessiné à l'apparition de la section (.anim.seen) */
.ink-ul { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 20' preserveAspectRatio='none'%3E%3Cpath d='M4 13 C 50 4, 110 19, 196 9' fill='none' stroke='%23ffbf35' stroke-width='9' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: 0 100%; background-size: 0% .34em; transition: background-size .7s var(--ease) .25s; padding-bottom: .04em; }
.anim.seen .ink-ul { background-size: 100% .34em; }
/* 4. étiquettes « Offert » façon tampon */
.two-offert { transform: rotate(-5deg); outline: 1px dashed rgba(0,65,110,.45); outline-offset: -4px; box-shadow: 0 6px 16px rgba(1,35,64,.16); }

/* ═══ MOBILE (≤ 699 px) : de l'air partout, matrice en fiches lisibles, tête de formulaire courte, pied PEB ═══ */
@media (max-width: 699px) {
    :root { --sect: 80px; --gutter: 22px; }
    /* hero : plus d'espace entre le logo, le titre, l'accroche, le bouton et la banderole */
    .mast-in { padding-top: 22px; }
    .hero-grid { padding-top: 44px; padding-bottom: 60px; }
    .hero-title { line-height: 1.12; }
    .hero-title .da-line { margin: .08em 0 .1em; }
    .hero-row { margin-top: 30px; gap: 26px; }
    .hero-sub { line-height: 1.7; }
    .ticker { padding: 15px 0; }
    /* titres, paragraphes, listes : interlignes et écarts plus généreux */
    .h { line-height: 1.12; margin-top: 16px; }
    .lead { margin-top: 20px; line-height: 1.75; }
    .two-grid { gap: 32px; margin-top: 36px; }
    .two-body { padding: 28px 24px 30px; }
    .two-list li { padding: 12px 0; }
    .gal-grid { gap: 36px; }
    .q-grid { gap: 48px; }
    .facts li { padding: 20px 12px 20px 0; }
    .faq-item summary { padding: 22px 44px 22px 0; line-height: 1.4; }
    .opt-cards { gap: 12px; }
    .form-body { padding: 26px 22px 28px; }
    /* matrice : le tableau et sa note laissent place aux trois fiches « nombre d'avantages » */
    .tbl-wrap, .mx-note { display: none; }
    .mx-cards { display: block; }
    .hide-m { display: none; }
    .two-foot .peb img { height: 30px; }
    .two-foot .peb { font-size: .76rem; }
}

/* ═══ Éléments pilotés par les dates ═══ */
.is-hidden { display: none !important; }

@media (max-width: 680px) { .field input { font-size: 16px; } body { padding-bottom: 64px; } }
@media (prefers-reduced-motion: reduce) {
    .anim, .anim-fade, .anim-up, .anim-slide, .anim-scale { opacity: 1 !important; transform: none !important; animation: none !important; transition: none !important; clip-path: none !important; }
    .strike::after { background-size: 100% 100%; animation: none; }
    .hero-title .da-line { background-size: 100% 100%; animation: none; }
    .ticker-track { animation: none; }
    .ink-ul { background-size: 100% .34em; transition: none; }
    .mk { background-size: 100% 44%; animation: none; }
    .hero .mk { background-size: 100% 100%; animation: none; }
    html { scroll-behavior: auto; }
}
