/* ============================================================
   VORTEX — landing pages trottinettes électriques
   Thème « énergie » : fond orange soleil, cartes blanches, noir & blanc (pas de bleu)
   Mobile-first
   ============================================================ */
@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@500;700;800;900&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  /* Palette Vortex : orange soleil (Erra Solar), bleu électrique, noir */
  --lime: #FE8212;          /* fond principal (orange, = fond des photos Flow) */
  --lime-2: #F07A0F;        /* orange foncé (hover) */
  --ink: #101014;
  --white: #FFFFFF;
  --gray: #F4F3F0;
  --gray-2: #E7E5E0;
  --muted: #5A5650;
  --magenta: #101014;       /* accent = noir (pas de bleu) */
  --magenta-2: #2A2A30;
  --cyan: #101014;          /* bordure du bloc calculateur */
  --radius: 28px;
  --radius-s: 18px;
  --head: "Unbounded", "Segoe UI", system-ui, sans-serif;
  --body: "Manrope", "Segoe UI", system-ui, -apple-system, Roboto, sans-serif;
  --max: 1160px;
  --pad: 18px;
  --accent-model: var(--magenta);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; font-family: var(--body); background: var(--lime); color: var(--ink);
  line-height: 1.5; font-size: 16px; overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
h1, h2, h3 { margin: 0; font-family: var(--head); font-weight: 800; line-height: 1.05; letter-spacing: -0.01em; }
h1 { font-size: clamp(2rem, 8vw, 4.2rem); }
h2 { font-size: clamp(1.7rem, 6vw, 3.1rem); text-align: center; }
h3 { font-size: 1.2rem; }
p { margin: 0; }
.muted { color: var(--muted); }
.accent { color: var(--accent-model); }
.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 var(--pad); }
section { padding: 56px 0; position: relative; }
.eyebrow { display: block; text-align: center; font-family: var(--head); font-weight: 700; font-size: 0.8rem; letter-spacing: 0.02em; color: var(--magenta); margin-bottom: 14px; }
.lead { font-size: 1.08rem; color: var(--muted); max-width: 46ch; margin: 0 auto; text-align: center; }
.center { text-align: center; }

/* --- Éclairs décoratifs ------------------------------------- */
.bolts { position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: 0; }
.bolts svg { position: absolute; width: 46px; height: 46px; fill: var(--white); opacity: .9; }
.bolts .b1 { top: 6%; left: 3%; transform: rotate(-20deg); }
.bolts .b2 { top: 30%; right: 3%; transform: rotate(25deg) scale(1.3); }
.bolts .b3 { display: none; bottom: 12%; left: 6%; transform: rotate(10deg) scale(.8); }
.bolts .b4 { bottom: 20%; right: 8%; transform: rotate(-35deg); }
.bolts .b5 { top: 45%; left: 46%; transform: rotate(40deg) scale(.6); }
section > .wrap { position: relative; z-index: 1; }

/* --- Boutons ------------------------------------------------ */
.btn {
  display: inline-flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 6px 10px;
  padding: 16px 28px; border-radius: 999px; border: 0; cursor: pointer;
  font-family: var(--body); font-weight: 800; font-size: 1rem; line-height: 1.2; text-align: center;
  transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
}
.btn:active { transform: scale(.97); }
.btn-primary { background: var(--ink); color: var(--white); box-shadow: 0 12px 28px -14px rgba(0,0,0,.6); }
.btn-primary:hover { background: var(--magenta-2); transform: translateY(-2px); }
.btn-ghost { background: var(--white); color: var(--ink); border: 2px solid var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--white); }
.btn-dark { background: var(--ink); color: var(--white); }
.btn-dark:hover { background: #222; }
.btn-lime { background: var(--lime); color: var(--ink); }
.btn-lime:hover { background: var(--lime-2); }
.btn-lg { padding: 20px 34px; font-size: 1.06rem; }
.btn-block { width: 100%; }
.btn svg { width: 20px; height: 20px; flex: none; }

/* --- Nav (pilule blanche flottante) -------------------------- */
.nav { position: sticky; top: 10px; z-index: 50; padding: 0 var(--pad); }
.nav .wrap {
  background: var(--white); border-radius: 999px; height: 60px; padding: 0 10px 0 22px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  box-shadow: 0 12px 40px -18px rgba(0,0,0,.35);
}
.brand { display: flex; align-items: center; gap: 8px; font-family: var(--head); font-weight: 900; font-size: 1.05rem; letter-spacing: 0.02em; }
.brand .dot { display: none; }
.brand small { display: none; font-family: var(--body); font-weight: 600; color: var(--muted); font-size: 0.7rem; margin-left: 2px; }
.nav-links { display: none; gap: 24px; font-weight: 700; font-size: 0.95rem; }
.nav-links a:hover { color: var(--magenta); }
.nav .btn { padding: 12px 18px; font-size: 0.88rem; white-space: nowrap; }

/* --- Hero --------------------------------------------------- */
.hero { padding: 36px 0 24px; text-align: center; overflow: hidden; }
.hero .wrap { display: grid; gap: 18px; grid-template-columns: minmax(0, 1fr); justify-items: center; }
.hero .wrap > * { min-width: 0; }
.hero-copy { display: grid; gap: 14px; justify-items: center; }
.hero-brand { font-family: var(--head); font-weight: 900; font-size: clamp(2.4rem, 16vw, 9rem); line-height: .95; letter-spacing: -0.02em; }
.hero-brand span { color: var(--white); }
.hero-sub { font-size: clamp(1.05rem, 3.6vw, 1.5rem); font-weight: 500; }
.hero h1 { font-size: clamp(1.5rem, 5.5vw, 2.6rem); }
.hero h1 .line { display: inline; }
.hero h1 .strike { text-decoration: line-through; text-decoration-color: var(--magenta); text-decoration-thickness: 4px; opacity: .55; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: center; }
.hero-note { font-size: 0.88rem; color: var(--muted); }
.hero-visual { position: relative; width: 100%; display: grid; place-items: center; order: 0; }
.hero-visual img { width: auto; max-width: min(92%, 520px); max-height: 320px; filter: drop-shadow(0 26px 30px rgba(0,0,0,.28)); transform: translateY(var(--parallax, 0px)); will-change: transform; }
.hero-visual .halo, .hero-visual .ground { display: none; }
.trio { display: flex; align-items: flex-end; justify-content: center; gap: 0; width: 100%; max-width: 900px; margin: 6px auto 0; position: relative; }
.trio img { max-height: 150px; max-width: 40%; width: auto; object-fit: contain; filter: drop-shadow(0 26px 26px rgba(0,0,0,.28)); }
.trio img:nth-child(1) { max-height: 125px; margin-right: -6%; z-index: 1; }
.trio img:nth-child(2) { max-height: 175px; z-index: 2; }
.trio img:nth-child(3) { max-height: 150px; margin-left: -8%; z-index: 1; }
.trio .shadow { position: absolute; bottom: -8px; left: 10%; right: 10%; height: 26px; border-radius: 50%; background: radial-gradient(ellipse, rgba(0,0,0,.28), transparent 70%); z-index: 0; }
.tag {
  position: absolute; left: 0; top: -14%; z-index: 3;
  font-family: var(--head); font-weight: 800; color: var(--white); font-size: clamp(1rem, 4.2vw, 1.9rem); line-height: 1;
  transform: rotate(-12deg); text-shadow: 0 3px 0 rgba(0,0,0,.25);
}
.chip {
  position: absolute; padding: 10px 14px; border-radius: 999px; background: var(--white);
  font-size: 0.82rem; font-weight: 800; display: flex; gap: 8px; align-items: center; box-shadow: 0 10px 24px -12px rgba(0,0,0,.35);
}
.chip b { color: var(--magenta); font-size: 1rem; }
.chip.c1 { top: 4%; left: 0; }
.chip.c2 { bottom: 6%; right: 0; }
.chip.c3 { top: 42%; right: 0; }

/* --- Bandeau blanc « 3 promesses » ---------------------------- */
.stats { padding: 0 0 40px; }
.stats .wrap { display: grid; grid-template-columns: 1fr; gap: 0; background: var(--white); border-radius: var(--radius); padding: 10px 18px; box-shadow: 0 20px 50px -30px rgba(0,0,0,.35); }
.stat { padding: 16px 6px; text-align: center; border-bottom: 1px solid var(--gray-2); }
.stat:last-child { border-bottom: 0; }
.stat b { display: block; font-family: var(--head); font-size: 1.15rem; font-weight: 800; color: var(--ink); line-height: 1.15; }
.stat > span { display: block; font-size: 0.9rem; color: var(--muted); margin-top: 4px; }

/* --- Cartes blanches ----------------------------------------- */
.grid-3 { display: grid; gap: 16px; }
.card { background: var(--white); border-radius: var(--radius); padding: 26px 22px; display: grid; gap: 10px; align-content: start; box-shadow: 0 20px 50px -30px rgba(0,0,0,.3); }
.card .icon { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: #FFE9D6; color: var(--ink); margin-bottom: 6px; }
.card .icon svg { width: 24px; height: 24px; }
.card h3 { font-size: 1.1rem; }
.card p { color: var(--muted); font-size: 0.95rem; }
.card .big { font-family: var(--head); font-size: 2.2rem; font-weight: 900; color: var(--magenta); line-height: 1; }

/* --- Calculateur (carte bordée cyan) ---------------------------- */
.calc { padding: 40px 0; }
.calc .wrap { background: var(--lime); border: 3px solid var(--cyan); border-radius: var(--radius); padding: 30px 18px; }
.calc-box { display: grid; gap: 22px; margin-top: 26px; }
.calc-inputs { display: grid; gap: 18px; }
.field { display: grid; gap: 8px; }
.field label { font-size: 0.9rem; font-weight: 700; color: var(--ink); }
.field input[type=text], .field input[type=tel], .field input[type=email], .field select, .field input[type=number] {
  width: 100%; padding: 16px 20px; border-radius: 999px; border: 2px solid var(--ink); background: var(--white); color: var(--ink); outline: none;
  appearance: none; -webkit-appearance: none;
}
.field input::placeholder { color: #8a8f83; }
.field select { background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%), linear-gradient(135deg, var(--ink) 50%, transparent 50%); background-position: calc(100% - 26px) 55%, calc(100% - 20px) 55%; background-size: 6px 6px; background-repeat: no-repeat; padding-right: 48px; }
.field input:focus, .field select:focus { border-color: var(--magenta); }
.range { display: grid; gap: 10px; }
.range output { font-family: var(--head); font-weight: 800; font-size: 1.5rem; color: var(--ink); }
input[type=range] { width: 100%; accent-color: var(--magenta); height: 34px; }
.seg { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.seg button { padding: 12px 10px; border-radius: 999px; border: 2px solid var(--ink); background: var(--white); color: var(--ink); font-weight: 700; cursor: pointer; font-size: 0.88rem; }
.seg button.on { background: var(--ink); color: var(--white); }
.calc-out { display: grid; gap: 14px; }
.result { background: var(--white); border-radius: var(--radius); padding: 24px; position: relative; overflow: hidden; }
.result .label { font-size: 0.8rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.1em; font-weight: 800; }
.result .val { font-family: var(--head); font-size: clamp(2rem, 9vw, 3rem); font-weight: 900; color: var(--magenta); line-height: 1.05; margin-top: 6px; }
.result .val small { font-family: var(--body); font-size: 0.42em; color: var(--ink); font-weight: 800; margin-left: 4px; }
.result .sub { color: var(--muted); font-size: 0.92rem; margin-top: 6px; }
.payback { display: grid; gap: 10px; }
.payback-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 18px; border-radius: var(--radius-s); background: var(--white); }
.payback-row b { font-family: var(--head); font-weight: 700; font-size: 0.95rem; }
.payback-row .pb { font-family: var(--head); font-weight: 800; color: var(--magenta); font-size: 1.05rem; white-space: nowrap; text-align: right; }
.payback-row .pb small { font-family: var(--body); color: var(--muted); font-weight: 600; font-size: 0.75rem; }
.calc-hyp { font-size: 0.78rem; color: var(--muted); }

/* --- Modèles (cartes blanches) --------------------------------- */
.model-card { background: var(--white); border-radius: var(--radius); overflow: hidden; display: grid; grid-template-rows: auto auto 1fr; padding: 26px 22px 22px; gap: 14px; box-shadow: 0 24px 60px -34px rgba(0,0,0,.35); transition: transform .2s ease; }
.model-card:hover { transform: translateY(-4px); }
.model-card .head h3 { font-family: var(--head); font-size: 1.7rem; font-weight: 900; line-height: 1; }
.model-card .head h3 span { display: block; color: var(--lime); }
.model-card .head .sub { color: var(--muted); font-size: 0.95rem; margin-top: 8px; }
.model-card .pic { position: relative; height: 250px; padding-top: 44px; display: grid; place-items: center; overflow: visible; }
.model-card .pic img { max-height: 180px; width: auto; max-width: 86%; object-fit: contain; align-self: end; margin-bottom: 8px; filter: drop-shadow(0 16px 20px rgba(0,0,0,.25)); transition: transform .35s cubic-bezier(.2,.8,.2,1); transform-origin: 50% 60%; cursor: zoom-in; }
.model-card .pic:hover img { transform: scale(1.55); position: relative; z-index: 6; }
.model-card:hover { z-index: 5; overflow: visible; }
.model-card .badge { position: absolute; top: 4px; left: 0; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; padding: 7px 12px; border-radius: 999px; background: var(--ink); color: var(--white); }
.model-card .stock { position: absolute; top: 4px; right: 0; font-size: 0.74rem; font-weight: 800; color: var(--ink); background: #FFE9D6; padding: 7px 12px; border-radius: 999px; }
.model-card .body { display: grid; gap: 12px; align-content: start; }
.model-card .accroche { font-weight: 800; font-size: 1rem; }
.model-card .desc { color: var(--muted); font-size: 0.92rem; }
.price { display: flex; align-items: baseline; gap: 10px; }
.price::before { content: "à partir de"; font-size: 0.85rem; color: var(--muted); font-weight: 600; }
.price b { font-family: var(--head); font-size: 1.5rem; font-weight: 800; }
.price b small { font-size: 0.6em; font-weight: 700; color: var(--muted); margin-left: 4px; }
.price s { color: var(--muted); font-size: 1rem; }
.model-card .actions { display: grid; gap: 8px; margin-top: 4px; }
.model-card .btn { width: 100%; }
.model-card:nth-child(2) .btn-primary { background: var(--lime); color: var(--ink); }
.model-card:nth-child(2) .btn-primary:hover { background: var(--lime-2); }
.model-card .btn-ghost { border-color: var(--gray-2); }
.specs-mini { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.specs-mini span { display: grid; gap: 2px; font-size: 0.78rem; padding: 12px 16px; border-radius: 22px; background: var(--gray); color: var(--muted); }
.specs-mini span b { font-family: var(--head); font-size: 0.95rem; color: var(--ink); font-weight: 800; }
.specs-mini span:nth-child(3) { grid-column: 1 / -1; }
.model-card .fiche { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: 0.92rem; }
.model-card .fiche::before { content: ""; width: 14px; height: 18px; border-radius: 3px; background: var(--lime); box-shadow: inset 0 0 0 2px rgba(0,0,0,.15); }
.models-note { text-align: center; font-family: var(--head); font-weight: 800; font-size: clamp(1rem, 3.6vw, 1.35rem); margin-top: 22px; line-height: 1.35; }

/* --- Comment ça marche ---------------------------------------- */
.steps { display: grid; gap: 14px; }
.step { display: grid; grid-template-columns: 52px 1fr; gap: 16px; align-items: start; padding: 20px; background: var(--white); border-radius: var(--radius); }
.step .n { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; font-family: var(--head); font-weight: 900; font-size: 1.2rem; background: var(--magenta); color: var(--white); }
.step h3 { font-size: 1.05rem; margin-bottom: 4px; }
.step p { color: var(--muted); font-size: 0.94rem; }

/* --- FAQ --------------------------------------------------- */
.faq { display: grid; gap: 10px; }
.faq details { background: var(--white); border-radius: var(--radius-s); padding: 0 20px; }
.faq summary { cursor: pointer; list-style: none; padding: 18px 0; font-weight: 800; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.5rem; color: var(--magenta); font-weight: 400; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 0 18px; color: var(--muted); font-size: 0.95rem; }

/* --- Confiance --------------------------------------------- */
.trust { display: grid; gap: 12px; }
.trust-item { display: flex; gap: 14px; align-items: flex-start; padding: 16px 18px; background: var(--white); border-radius: var(--radius-s); }
.trust-item svg { width: 24px; height: 24px; flex: none; color: var(--magenta); margin-top: 2px; }
.trust-item b { display: block; }
.trust-item span { color: var(--muted); font-size: 0.9rem; }

/* --- Formulaire (pilules, bouton noir) -------------------------- */
.reserve { padding: 64px 0; }
.reserve .wrap { display: grid; gap: 26px; }
.form-box { display: grid; gap: 14px; max-width: 560px; margin: 0 auto; width: 100%; }
.form-box h3 { display: none; }
.form-row { display: grid; gap: 12px; }
.form-note { font-size: 0.82rem; color: var(--muted); display: flex; gap: 8px; align-items: flex-start; text-align: center; justify-content: center; }
.form-note svg { display: none; }
.err { color: var(--magenta-2); font-size: 0.82rem; display: none; padding-left: 12px; }
.field.invalid input { border-color: var(--magenta); }
.field.invalid .err { display: block; }
.form-box .btn-primary { background: var(--ink); color: var(--white); box-shadow: none; }
.form-box .btn-primary:hover { background: #222; }
.alt-contact { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; justify-content: center; font-size: 0.92rem; color: var(--ink); font-weight: 600; }
.alt-contact .btn { background: var(--white); border: 2px solid var(--ink); padding: 12px 20px; }
.pills { display: flex; flex-wrap: wrap; gap: 8px; }
.pills label { display: inline-flex; align-items: center; gap: 8px; padding: 12px 16px; border-radius: 999px; border: 2px solid var(--ink); background: var(--white); font-weight: 600; cursor: pointer; font-size: 0.92rem; }
.pills input { accent-color: var(--magenta); margin: 0; width: 16px; height: 16px; }
.pills label:has(input:checked) { background: var(--ink); color: var(--white); }
.form-box .field > label { text-align: left; }
.form-box label[for="f-age"] { display: none; }

/* --- Barre CTA mobile fixe --------------------------------- */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
  padding: 10px var(--pad) calc(10px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,.96); backdrop-filter: blur(10px); border-top: 1px solid var(--gray-2);
  display: flex; gap: 10px; align-items: center; transform: translateY(110%); transition: transform .25s ease;
}
.sticky-cta.show { transform: translateY(0); }
.sticky-cta .info { flex: 1; min-width: 0; line-height: 1.2; }
.sticky-cta .info b { display: block; font-size: 0.95rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sticky-cta .info span { font-size: 0.78rem; color: var(--muted); }
.sticky-cta .btn { padding: 13px 20px; font-size: 0.92rem; }
body.has-sticky { padding-bottom: 80px; }

/* --- Footer noir --------------------------------------------- */
footer { background: var(--ink); color: #cfd2c9; padding: 34px 0 30px; font-size: 0.88rem; margin-top: 30px; }
footer .wrap { display: grid; gap: 18px; }
footer b, footer a { color: var(--white); }
footer .totop { font-weight: 700; }
.foot-links { color: #cfd2c9; }
.social { display: flex; flex-wrap: wrap; gap: 10px; }
.social a { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 999px; border: 1px solid #444; color: var(--white); font-weight: 700; font-size: 0.86rem; }
.social a svg { width: 18px; height: 18px; }
.social a:hover { border-color: var(--lime); color: var(--lime); }
.sun { position: absolute; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.55), rgba(255,255,255,0) 70%); pointer-events: none; }

/* --- Pages modèle ---------------------------------------------- */
.hero-model { padding: 30px 0 24px; text-align: left; }
.hero-model .wrap { justify-items: stretch; }
.hero-model .hero-copy { justify-items: start; text-align: left; }
.hero-model .hero-cta { justify-content: flex-start; }
.hero-model .kpi { display: grid; gap: 2px; }
.hero-model .kpi b { font-family: var(--head); font-size: clamp(3.6rem, 20vw, 8rem); font-weight: 900; line-height: .95; color: var(--magenta); letter-spacing: -0.02em; }
.hero-model .kpi b small { font-size: 0.32em; color: var(--ink); margin-left: 6px; }
.hero-model .kpi span { color: var(--muted); font-weight: 600; }
.page-model .hero-visual { order: 0; max-width: 700px; margin: 0 auto; }
.spec-table { display: grid; gap: 8px; }
.spec-table div { display: flex; justify-content: space-between; gap: 16px; padding: 12px 18px; background: var(--white); border-radius: 999px; font-size: 0.93rem; }
.spec-table div span:first-child { color: var(--muted); }
.spec-table div span:last-child { font-weight: 800; text-align: right; }
.who ul { padding: 0; margin: 0; display: grid; gap: 10px; list-style: none; }
.who li { display: flex; gap: 12px; align-items: center; padding: 14px 18px; background: var(--white); border-radius: 999px; font-weight: 700; }
.who li::before { content: "✓"; color: var(--magenta); font-weight: 900; }
.compare-strip { display: grid; gap: 10px; }
.compare-strip a { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 14px 20px; background: var(--white); border-radius: 999px; }
.compare-strip a b { display: block; font-family: var(--head); font-size: 0.95rem; }
.compare-strip a span { color: var(--muted); font-size: 0.84rem; }
.compare-strip a .p { font-weight: 800; white-space: nowrap; color: var(--magenta); }

/* Page City — bande « où elle se range » */
.fold-strip { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.fold-strip div { padding: 18px 14px; border-radius: var(--radius-s); background: var(--white); text-align: center; font-weight: 800; font-size: 0.92rem; display: grid; gap: 6px; justify-items: center; }
.fold-strip svg { width: 28px; height: 28px; color: var(--magenta); }

/* Page Pro — journée type */
.timeline { display: grid; position: relative; padding-left: 26px; }
.timeline::before { content: ""; position: absolute; left: 8px; top: 8px; bottom: 8px; width: 2px; background: rgba(0,0,0,.18); }
.tl { position: relative; padding: 0 0 22px 12px; }
.tl::before { content: ""; position: absolute; left: -22px; top: 6px; width: 12px; height: 12px; border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 4px rgba(0,0,0,.18); }
.tl b { display: block; font-family: var(--head); font-size: 0.78rem; color: var(--magenta); margin-bottom: 4px; }
.tl p { color: var(--muted); font-size: 0.95rem; }
.tl strong { color: var(--ink); }

/* Page Max — barre d'autonomie */
.range-bar { display: grid; gap: 10px; }
.range-bar .bar { height: 18px; border-radius: 999px; background: var(--white); overflow: hidden; position: relative; }
.range-bar .bar i { display: block; height: 100%; border-radius: 999px; background: var(--magenta); width: 0; transition: width 1.2s cubic-bezier(.2,.8,.2,1); }
.range-bar .row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.range-bar .row b { font-weight: 800; }
.range-bar .row span { color: var(--muted); font-size: 0.86rem; }

/* --- Bande photo (pages modèle) ------------------------------- */
.photo-band { padding: 0 0 40px; }
.photo-band .wrap { display: grid; gap: 14px; }
.photo-band figure { margin: 0; position: relative; border-radius: var(--radius); overflow: hidden; background: var(--white); box-shadow: 0 24px 60px -34px rgba(0,0,0,.4); }
.photo-band img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.photo-band figcaption { position: absolute; left: 14px; bottom: 14px; right: 14px; background: rgba(255,255,255,.94); border-radius: 999px; padding: 12px 18px; font-weight: 800; font-size: 0.92rem; }
@media (min-width: 760px) {
  .photo-band .wrap { grid-template-columns: 1.4fr 1fr; }
  .photo-band img { aspect-ratio: 16 / 10; }
}

/* --- Pages modèle : pilules de specs + hero simple ------------ */
.spec-pills { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 18px; }
.spec-pills span { display: grid; gap: 2px; padding: 12px 16px; border-radius: 22px; background: var(--white); color: var(--muted); font-size: 0.8rem; }
.spec-pills span b { font-family: var(--head); font-size: 0.95rem; color: var(--ink); font-weight: 800; }
.trio.single img { max-height: 340px; max-width: 90%; margin: 0; }
.trio.single .tag { left: 0; top: 0; text-align: left; font-size: clamp(1.8rem, 9vw, 3.4rem); }
.trio.single .tag small { font-size: 0.42em; }
.trio.single .tag small { display: block; font-family: var(--body); font-weight: 700; font-size: 0.6em; margin-top: 4px; }
.page-model .hero-brand span { color: var(--white); }
.page-model .hero-sub { font-weight: 700; max-width: 26ch; }
.page-model h2, .page-model .eyebrow { text-align: center; }
.page-model .lead { margin: 0 auto; text-align: center; }
@media (min-width: 760px) {
  .spec-pills { grid-template-columns: repeat(4, 1fr); }
  .trio.single img { max-height: 520px; }
}

/* --- Tableau comparatif (modeles.html) ------------------------- */
.compare-wrap { margin-top: 26px; overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--radius); background: var(--white); }
.compare { width: 100%; border-collapse: collapse; min-width: 640px; }
.compare th, .compare td { padding: 12px 14px; text-align: center; font-size: 0.92rem; border-bottom: 1px solid var(--gray-2); vertical-align: middle; }
.compare tbody th { text-align: left; color: var(--muted); font-weight: 700; white-space: nowrap; }
.compare thead th { border-bottom: 2px solid var(--ink); padding-top: 22px; }
.compare thead img { height: 90px; width: auto; margin: 0 auto 8px; object-fit: contain; }
.compare thead div { font-family: var(--head); font-weight: 900; font-size: 1rem; line-height: 1.05; }
.compare thead div span { display: block; color: var(--lime); }
.compare tbody b { font-family: var(--head); font-size: 1.05rem; }
.compare .no { color: #B8B5AE; }
.compare tfoot td { padding: 18px 12px 22px; border-bottom: 0; }
.compare tfoot .btn { width: 100%; padding: 13px 16px; font-size: 0.92rem; }
.compare tfoot .more { display: block; margin-top: 10px; font-weight: 700; font-size: 0.86rem; }
.compare tbody tr:nth-child(even) { background: var(--gray); }
.compare th:first-child, .compare td:first-child { position: sticky; left: 0; background: inherit; z-index: 1; }
.compare tbody tr:nth-child(odd) th:first-child { background: var(--white); }
@media (min-width: 760px) {
  .compare th, .compare td { padding: 14px 18px; font-size: 0.98rem; }
  .compare thead img { height: 130px; }
  .compare thead div { font-size: 1.3rem; }
}

/* --- landing.html (structure Eonyx) ----------------------------- */
.hero-img { position: relative; width: min(100%, 860px); margin: 18px auto 0; }
.hero-img img { width: 100%; max-width: 100%; max-height: none; margin: 0 auto; transform: none; filter: none; display: block; aspect-ratio: auto; object-fit: contain;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%); }
.hero-img .tag { left: auto; right: -4%; top: -6%; transform: rotate(8deg); text-align: right; }
.showcase img { border-radius: var(--radius); max-height: 520px; object-fit: cover; }
.nav-actions { display: flex; gap: 8px; }
.nav-actions .btn-lime { padding: 12px 18px; font-size: 0.88rem; white-space: nowrap; }
.nav-actions .btn-primary { display: none; }
.showcase { margin: 26px auto 0; max-width: 820px; }
.showcase img { width: 100%; border-radius: var(--radius); display: block; }
@media (min-width: 760px) {
  .nav-actions .btn-primary { display: inline-flex; }
}

body[data-page="landing"] .model-card .stock { display: none; }
@media (min-width: 760px) {
  body[data-page="landing"] .nav .wrap { display: grid; grid-template-columns: 1fr auto 1fr; }
  body[data-page="landing"] .nav .nav-links { justify-content: center; }
  body[data-page="landing"] .nav .nav-actions { justify-self: end; }
}
.model-card .pic { justify-items: center; }
.model-card .pic img { justify-self: center; }

/* --- Merci ------------------------------------------------- */
.merci { min-height: 70vh; display: grid; place-items: center; text-align: center; }
.merci .box { display: grid; gap: 18px; justify-items: center; max-width: 560px; background: var(--white); border-radius: var(--radius); padding: 40px 26px; }
.merci .check { width: 84px; height: 84px; border-radius: 50%; background: var(--magenta); color: var(--white); display: grid; place-items: center; }
.merci .check svg { width: 44px; height: 44px; }

/* --- Reveal au scroll -------------------------------------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-visual img { transform: none !important; }
  html { scroll-behavior: auto; }
  .range-bar .bar i { transition: none; }
}

/* --- Desktop ----------------------------------------------- */
@media (min-width: 760px) {
  :root { --pad: 32px; }
  section { padding: 80px 0; }
  .nav { top: 14px; }
  .nav .wrap { height: 68px; padding: 0 12px 0 28px; }
  .nav-links { display: flex; }
  .hero { padding: 60px 0 30px; }
  .brand small { display: inline; }
  .bolts .b3 { display: block; }
  .trio { margin-top: 20px; }
  .trio img { max-height: 330px; max-width: none; }
  .trio img:nth-child(1) { max-height: 280px; }
  .trio img:nth-child(2) { max-height: 360px; }
  .trio img:nth-child(3) { max-height: 330px; }
  .tag { left: 6%; top: 0; }
  .stats .wrap { grid-template-columns: repeat(3, 1fr); padding: 18px 24px; }
  .stat { border-bottom: 0; border-right: 1px solid var(--gray-2); padding: 12px 18px; }
  .stat:last-child { border-right: 0; }
  .stat b { font-size: 1.3rem; }
  .grid-3 { grid-template-columns: repeat(3, 1fr); gap: 22px; }
  .calc .wrap { padding: 48px 44px; }
  .calc-box { grid-template-columns: 1fr 1fr; gap: 36px; align-items: start; }
  .seg { grid-template-columns: repeat(4, 1fr); }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .step { grid-template-columns: 1fr; gap: 12px; }
  .trust { grid-template-columns: repeat(2, 1fr); }
  .form-row { grid-template-columns: 1fr 1fr; }
  .sticky-cta { display: none; }
  body.has-sticky { padding-bottom: 0; }
  footer .wrap { grid-template-columns: 1fr auto auto auto; align-items: center; gap: 28px; }
  .hero-model .wrap { grid-template-columns: 1fr 1fr; align-items: center; gap: 40px; }
  .page-model .hero-visual { order: 0; }
  .page-model .hero-visual.first { order: -1; }
  .hero-visual img { max-height: 520px; }
  .fold-strip { grid-template-columns: repeat(4, 1fr); }
  .two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
  .compare-strip { grid-template-columns: repeat(2, 1fr); }
  .bolts svg { width: 90px; height: 90px; }
}
