/* =================================================================
   Landing CEE véhicules électriques 2 & 3 roues
   DA : "Clair premium" — blanc cassé + vert posé
   ================================================================= */

/* ---------------------------- Tokens ---------------------------- */
:root {
  /* fonds — thème clair */
  --bg:        #f4f6f1;
  --bg-2:      #ffffff;
  --bg-3:      #eef1e9;
  --surface:   #ffffff;
  --surface-2: #f3f6ee;
  --line:      rgba(16, 38, 28, 0.10);
  --line-2:    rgba(16, 38, 28, 0.16);

  /* encre */
  --ink:       #112019;
  --ink-soft:  rgba(17, 32, 25, 0.64);
  --ink-faint: rgba(17, 32, 25, 0.44);

  /* accents — vert posé (pas néon) */
  --lime:      #0b8a54;
  --lime-deep: #097044;
  --teal:      #0e9e8f;
  --teal-deep: #0b7d72;

  /* effets */
  --glow-lime: rgba(11, 138, 84, 0.20);
  --glow-teal: rgba(14, 158, 143, 0.16);
  --shadow:    0 24px 60px -30px rgba(16, 38, 28, 0.18);
  --shadow-lime: 0 14px 36px -16px rgba(11, 138, 84, 0.30);

  /* typo */
  --font-display: "Clash Display", "Geist", system-ui, sans-serif;
  --font-body:    "General Sans", system-ui, -apple-system, sans-serif;
  --font-mono:    "Space Mono", ui-monospace, monospace;

  /* layout */
  --maxw: 1180px;
  --pad:  clamp(20px, 5vw, 48px);
  --radius:   22px;
  --radius-sm: 14px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------------------------- Reset ----------------------------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
/* Lenis prend le relais du smooth scroll quand JS est actif */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  font-size: clamp(15px, 1.05vw, 17px);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
::selection { background: var(--lime); color: #ffffff; }

/* ---------------------- Texture & overlays ---------------------- */
.grain {
  position: fixed; inset: 0; z-index: 9999; pointer-events: none;
  opacity: 0.025; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------------------------- Layout ---------------------------- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad); }

.section { padding-block: clamp(80px, 12vh, 150px); position: relative; }
.section--alt { background:
    radial-gradient(120% 90% at 50% 0%, rgba(14,158,143,0.05), transparent 60%),
    var(--bg-2);
  border-block: 1px solid var(--line);
}

.section__head { max-width: 720px; margin: 0 auto clamp(44px, 6vw, 70px); text-align: center; }
.section__head--left { margin-inline: 0; text-align: left; }
.section__lead { color: var(--ink-soft); font-size: clamp(16px, 1.4vw, 19px); margin-top: 18px; }

/* ---------------------- Typographie commune --------------------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--lime);
  padding: 7px 14px; border: 1px solid var(--line-2); border-radius: 100px;
  background: rgba(11,138,84,0.05);
}
.eyebrow .dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--lime);
  box-shadow: 0 0 0 0 var(--glow-lime); animation: pulse 2.4s infinite;
}
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 var(--glow-lime); }
  70%  { box-shadow: 0 0 0 8px rgba(11,138,84,0); }
  100% { box-shadow: 0 0 0 0 rgba(11,138,84,0); }
}

.section__title {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(32px, 5.2vw, 62px); line-height: 1.02;
  letter-spacing: -0.02em;
}
.section__title br { display: block; }

/* ---------------------------- Boutons --------------------------- */
.btn {
  --pad-y: 14px; --pad-x: 24px;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: var(--pad-y) var(--pad-x);
  font-weight: 600; font-size: 15px; letter-spacing: -0.01em;
  border-radius: 100px; position: relative; isolation: isolate;
  background: var(--lime); color: #ffffff;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .3s;
  box-shadow: var(--shadow-lime);
  will-change: transform;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 18px 40px -16px rgba(11,138,84,0.42); }
.btn:active { transform: translateY(0); }
.btn__arrow { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; transition: transform .35s var(--ease); }
.btn:hover .btn__arrow { transform: translateX(4px); }
.btn--lg { --pad-y: 17px; --pad-x: 30px; font-size: 16px; }
.btn--sm { --pad-y: 10px; --pad-x: 18px; font-size: 14px; }
.btn--block { width: 100%; margin-top: 8px; }
.btn--ghost {
  background: transparent; color: var(--ink); border: 1px solid var(--line-2);
  box-shadow: none;
}
.btn--ghost:hover { background: var(--surface-2); border-color: var(--line-2); box-shadow: none; }

/* ============================ NAV ============================ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; padding: 16px var(--pad);
  transition: background .4s, backdrop-filter .4s, border-color .4s, padding .4s;
  border-bottom: 1px solid transparent;
}
.nav.is-scrolled {
  background: rgba(255,255,255,0.78); backdrop-filter: blur(14px) saturate(140%);
  border-bottom-color: var(--line); padding-block: 11px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 600; font-size: 19px; letter-spacing: 0.01em; }
.brand__badge { width: 38px; height: 38px; transition: transform .35s var(--ease); }
.brand:hover .brand__badge { transform: rotate(-8deg) scale(1.05); }
.brand__mark { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px;
  background: linear-gradient(140deg, var(--lime), var(--teal)); color: #ffffff; box-shadow: 0 6px 18px -6px var(--glow-lime); }
.brand__mark svg { width: 18px; height: 18px; }
.nav__links { display: flex; gap: 28px; }
.nav__links a { font-size: 14.5px; color: var(--ink-soft); transition: color .25s; position: relative; }
.nav__links a::after { content: ""; position: absolute; left: 0; bottom: -4px; height: 1.5px; width: 0; background: var(--lime); transition: width .3s var(--ease); }
.nav__links a:hover { color: var(--ink); }
.nav__links a:hover::after { width: 100%; }
.nav__burger { display: none; width: 42px; height: 42px; border-radius: 11px; border: 1px solid var(--line-2); position: relative; }
.nav__burger span { position: absolute; left: 11px; width: 20px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .3s, opacity .3s; }
.nav__burger span:first-child { top: 16px; } .nav__burger span:last-child { top: 24px; }
.nav.menu-open .nav__burger span:first-child { transform: translateY(4px) rotate(45deg); }
.nav.menu-open .nav__burger span:last-child { transform: translateY(-4px) rotate(-45deg); }

/* ============================ HERO ============================ */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; padding-top: 120px; padding-bottom: 60px; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(120% 90% at 50% 0%, #000 25%, transparent 75%);
  opacity: 0.5;
}
.orb { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.5; will-change: transform; }
.orb--lime { width: 46vw; height: 46vw; max-width: 620px; max-height: 620px; top: -12%; right: -8%; background: radial-gradient(circle, var(--glow-lime), transparent 65%); }
.orb--teal { width: 40vw; height: 40vw; max-width: 540px; max-height: 540px; bottom: -18%; left: -10%; background: radial-gradient(circle, var(--glow-teal), transparent 65%); }

.hero__inner { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; text-align: center; max-width: 1300px; }
.hero__copy { max-width: 1300px; }

.hero__title {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(40px, 6.6vw, 90px); line-height: 1.02; letter-spacing: -0.025em;
  margin: 0 0 28px; text-wrap: balance;
}
.hero__title .line { display: block; }
.hero__title em { font-style: normal; color: var(--lime); }
.hero__sub { font-size: clamp(16px, 1.7vw, 21px); color: var(--ink-soft); max-width: 620px; margin-inline: auto; }

.hero__args { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 26px; margin: 30px 0 34px; }
.hero__args li { display: inline-flex; align-items: center; gap: 9px; font-size: 14.5px; color: var(--ink); font-weight: 500; }
.chk { width: 19px; height: 19px; flex: none; fill: none; stroke: var(--lime); stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }

.hero__cta { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }

/* ============================ MARQUEE ============================ */
.marquee { border-block: 1px solid var(--line); background: var(--bg-2); overflow: hidden; padding: 16px 0; }
.marquee__track { display: inline-flex; align-items: center; gap: 28px; white-space: nowrap; animation: marquee 32s linear infinite; }
.marquee span { font-family: var(--font-display); font-weight: 500; font-size: clamp(16px, 2vw, 24px); color: var(--ink-soft); }
.marquee .sep { color: var(--lime); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Profondeur douce des panneaux (thème clair) */
.card, .bento__item, .split__col, .step, .vehicle {
  box-shadow: 0 1px 2px rgba(16,38,28,0.04), 0 16px 36px -28px rgba(16,38,28,0.20);
}

/* ===================== CARDS (pourquoi anticiper) ===================== */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card {
  position: relative; padding: 30px 26px 28px; border-radius: var(--radius);
  border: 1px solid var(--line); background: var(--surface);
  transition: transform .4s var(--ease), border-color .4s, background .4s;
  overflow: hidden;
}
.card::after { content: ""; position: absolute; inset: 0; opacity: 0;
  background: radial-gradient(120% 80% at 0% 0%, rgba(11,138,84,0.08), transparent 60%); transition: opacity .4s; }
.card:hover { transform: translateY(-6px); border-color: var(--line-2); background: var(--surface-2); box-shadow: 0 26px 50px -28px rgba(16,38,28,0.30); }
.card:hover::after { opacity: 1; }
.card__ico { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 18px;
  background: rgba(11,138,84,0.08); border: 1px solid var(--line-2); }
.card__ico svg { width: 24px; height: 24px; fill: none; stroke: var(--lime); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.card h3 { font-family: var(--font-display); font-weight: 600; font-size: 21px; letter-spacing: -0.01em; margin-bottom: 8px; }
.card p { color: var(--ink-soft); font-size: 15px; }

.callout {
  display: flex; align-items: center; gap: 18px; margin-top: 26px; padding: 22px 26px;
  border-radius: var(--radius-sm); border: 1px solid var(--line-2);
  background: linear-gradient(100deg, rgba(11,138,84,0.08), rgba(14,158,143,0.04));
}
.callout__ico { width: 30px; height: 30px; flex: none; fill: none; stroke: var(--lime); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.callout p { font-size: 15.5px; color: var(--ink); }
.callout strong { color: var(--lime); }

/* ===================== SPLIT (qui est concerné) ===================== */
.split { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 20px; }
.split__col { padding: 32px 30px; border-radius: var(--radius); border: 1px solid var(--line); background: var(--surface); }
.split__col--pro { background: linear-gradient(160deg, rgba(14,158,143,0.06), var(--surface)); border-color: var(--line-2); }
.split__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.split__tag { font-family: var(--font-display); font-weight: 600; font-size: 22px; }
.split__ico { width: 40px; height: 40px; fill: none; stroke: var(--lime); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; opacity: .9; }
.ticks li { position: relative; padding: 11px 0 11px 30px; font-size: 16px; border-bottom: 1px solid var(--line); }
.ticks li:last-child { border-bottom: none; }
.ticks li::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 16px; height: 16px; border-radius: 50%; background: rgba(11,138,84,0.12);
  box-shadow: inset 0 0 0 1.5px var(--lime); }
.ticks li::after { content: ""; position: absolute; left: 5.5px; top: 50%; transform: translateY(-60%) rotate(45deg);
  width: 4px; height: 8px; border: solid var(--lime); border-width: 0 2px 2px 0; }
.ticks--2col { display: grid; grid-template-columns: 1fr 1fr; column-gap: 24px; }
.ticks--2col li:nth-last-child(2) { border-bottom: none; }
.split__hint { margin-top: 20px; font-size: 14px; color: var(--ink-faint); }

/* ===================== VÉHICULES (2 & 3 roues) ===================== */
.vehicles { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.vehicle {
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--surface); overflow: hidden;
  transition: transform .4s var(--ease), border-color .4s, box-shadow .4s;
}
.vehicle:hover { transform: translateY(-6px); border-color: var(--line-2); box-shadow: 0 26px 50px -28px rgba(16,38,28,0.30); }

.vehicle__media {
  position: relative; aspect-ratio: 4 / 3; overflow: hidden;
  display: grid; place-items: center;
  border-bottom: 1px solid var(--line);
  background: radial-gradient(70% 70% at 50% 44%, #ffffff 0%, var(--surface-2) 100%);
}
.vehicle__media img {
  width: 100%; height: 100%; object-fit: contain;
  padding: clamp(22px, 4vw, 48px);
  mix-blend-mode: multiply;
  transition: transform .6s var(--ease);
}
.vehicle:hover .vehicle__media img { transform: scale(1.035); }

.vehicle__count {
  position: absolute; top: 16px; left: 16px; z-index: 2;
  font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--lime);
  padding: 6px 13px; border-radius: 100px;
  background: rgba(255,255,255,0.82); border: 1px solid var(--line-2);
  backdrop-filter: blur(6px);
}

.vehicle__body { padding: 26px 28px 30px; }
.vehicle__body h3 { font-family: var(--font-display); font-weight: 600; font-size: 24px; letter-spacing: -0.01em; margin-bottom: 8px; }
.vehicle__body p { color: var(--ink-soft); font-size: 15.5px; }
.vehicle__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.vehicle__tags li { font-size: 13px; font-weight: 500; color: var(--ink-soft);
  padding: 6px 13px; border-radius: 100px; background: var(--surface-2); border: 1px solid var(--line); }

/* ===================== BENTO (avantages) ===================== */
.bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bento__item { padding: 30px 26px; border-radius: var(--radius); border: 1px solid var(--line); background: var(--surface);
  transition: transform .4s var(--ease), border-color .4s, background .4s; }
.bento__item:hover { transform: translateY(-5px); border-color: var(--line-2); background: var(--surface-2); box-shadow: 0 26px 50px -28px rgba(16,38,28,0.30); }
.bento__item--wide { grid-column: span 2; display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: center; }
.bento__item--wide .bento__ico { margin-bottom: 0; }
.bento__ico { width: 46px; height: 46px; margin-bottom: 18px; fill: none; stroke: var(--lime); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.bento__item h3 { font-family: var(--font-display); font-weight: 600; font-size: 20px; margin-bottom: 7px; letter-spacing: -0.01em; }
.bento__item p { color: var(--ink-soft); font-size: 14.5px; }

/* ===================== STEPS (process) ===================== */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: step; position: relative; }
.step { padding: 30px 26px; border-radius: var(--radius); border: 1px solid var(--line); background: var(--surface); position: relative; }
.step__n { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; margin-bottom: 20px;
  font-family: var(--font-display); font-weight: 600; font-size: 20px; color: #ffffff;
  background: linear-gradient(140deg, var(--lime), var(--teal)); box-shadow: var(--shadow-lime); }
.step h3 { font-family: var(--font-display); font-weight: 600; font-size: 20px; margin-bottom: 8px; }
.step p { color: var(--ink-soft); font-size: 15px; }

/* ===================== FORMULAIRE ===================== */
.section--form { background:
    radial-gradient(80% 60% at 80% 0%, rgba(14,158,143,0.08), transparent 55%),
    radial-gradient(70% 60% at 10% 100%, rgba(11,138,84,0.07), transparent 55%),
    var(--bg-2);
  border-top: 1px solid var(--line);
}
.form-wrap { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
.form-intro { position: sticky; top: 110px; }
.form-intro .section__title { margin-top: 18px; }
.form-intro__list { margin: 26px 0; display: grid; gap: 12px; }
.form-intro__list li { display: flex; align-items: center; gap: 11px; font-size: 15.5px; }
.form-intro__legal { font-size: 12.5px; color: var(--ink-faint); border-left: 2px solid var(--line-2); padding-left: 14px; line-height: 1.55; }

.form-card { position: relative; padding: clamp(24px, 3vw, 38px); border-radius: var(--radius);
  border: 1px solid var(--line-2); background: linear-gradient(165deg, #ffffff, var(--surface-2));
  box-shadow: var(--shadow); }

/* toggle profil */
.profile-toggle { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 6px;
  padding: 6px; border-radius: 100px; border: 1px solid var(--line-2); background: #eef1e9; margin-bottom: 26px; }
.profile-toggle input { position: absolute; opacity: 0; pointer-events: none; }
.profile-toggle label { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; gap: 9px;
  padding: 12px; border-radius: 100px; font-weight: 600; font-size: 15px; color: var(--ink-soft); transition: color .3s; user-select: none; }
.profile-toggle label svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.profile-toggle__glider { position: absolute; z-index: 1; top: 6px; left: 6px; width: calc(50% - 9px); height: calc(100% - 12px);
  border-radius: 100px; background: linear-gradient(140deg, var(--lime), var(--lime-deep)); box-shadow: var(--shadow-lime);
  transition: transform .4s var(--ease); }
#p-pro:checked ~ .profile-toggle__glider { transform: translateX(calc(100% + 6px)); }
#p-part:checked ~ label[for="p-part"], #p-pro:checked ~ label[for="p-pro"] { color: #ffffff; }

/* visibilité Particulier / Professionnel (source de vérité, anti-flash) */
#lead-form:not([data-profil]) .field--pro-only,
#lead-form[data-profil="Particulier"] .field--pro-only { display: none; }
#lead-form[data-profil="Professionnel"] .field--part-only { display: none; }

/* champs */
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field--full { grid-column: 1 / -1; }
.field label, .field-block__label { font-size: 13px; font-weight: 600; color: var(--ink-soft); letter-spacing: 0.01em; }
.req { color: var(--lime); }

.field input[type="text"], .field input[type="tel"], .field input[type="email"], .select-wrap select {
  width: 100%; padding: 14px 16px; font-family: inherit; font-size: 15px; color: var(--ink);
  background: #f7faf3; border: 1px solid var(--line-2); border-radius: var(--radius-sm);
  transition: border-color .25s, box-shadow .25s, background .25s; appearance: none;
}
.field input::placeholder { color: var(--ink-faint); }
.field input:focus, .select-wrap select:focus { outline: none; border-color: var(--lime); box-shadow: 0 0 0 3px rgba(11,138,84,0.16); background: #ffffff; }
.field input.invalid, .select-wrap select.invalid { border-color: #dc2626; box-shadow: 0 0 0 3px rgba(220,38,38,0.14); }

.select-wrap { position: relative; }
.select-wrap::after { content: ""; position: absolute; right: 16px; top: 50%; width: 9px; height: 9px;
  border-right: 2px solid var(--ink-soft); border-bottom: 2px solid var(--ink-soft); transform: translateY(-70%) rotate(45deg); pointer-events: none; }
.select-wrap select { padding-right: 40px; cursor: pointer; }
.select-wrap select option { background: var(--bg-3); color: var(--ink); }

.field-block { margin-top: 18px; display: flex; flex-direction: column; gap: 12px; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { position: relative; }
.chip input { position: absolute; opacity: 0; pointer-events: none; }
.chip span { display: inline-flex; padding: 10px 16px; font-size: 14px; font-weight: 500; border-radius: 100px;
  border: 1px solid var(--line-2); background: #f3f6ee; color: var(--ink-soft); transition: all .25s; user-select: none; }
.chip span:hover { border-color: var(--lime); color: var(--ink); }
.chip input:checked + span { background: rgba(11,138,84,0.14); border-color: var(--lime); color: var(--lime); }
.chip input:focus-visible + span { box-shadow: 0 0 0 3px rgba(11,138,84,0.2); }

/* consentement */
.consent { display: flex; gap: 13px; margin: 24px 0 4px; cursor: pointer; align-items: flex-start; }
.consent input { position: absolute; opacity: 0; pointer-events: none; }
.consent__box { flex: none; width: 22px; height: 22px; border-radius: 7px; border: 1.5px solid var(--line-2);
  display: grid; place-items: center; margin-top: 1px; transition: all .25s; background: #ffffff; }
.consent__box svg { width: 14px; height: 14px; fill: none; stroke: #ffffff; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; opacity: 0; transform: scale(.5); transition: all .2s; }
.consent input:checked + .consent__box { background: var(--lime); border-color: var(--lime); }
.consent input:checked + .consent__box svg { opacity: 1; transform: scale(1); }
.consent input:focus-visible + .consent__box { box-shadow: 0 0 0 3px rgba(11,138,84,0.2); }
.consent input.invalid + .consent__box { border-color: #dc2626; }
.consent__txt { font-size: 12.5px; color: var(--ink-faint); line-height: 1.5; }

.form-error { margin-top: 16px; padding: 12px 16px; border-radius: var(--radius-sm); font-size: 14px;
  background: rgba(220,38,38,0.07); border: 1px solid rgba(220,38,38,0.28); color: #b91c1c; }

.form-card__foot { text-align: center; margin-top: 16px; font-size: 12px; color: var(--ink-faint); }

/* bouton submit loading */
.btn.is-loading { pointer-events: none; opacity: .8; }
.btn.is-loading .btn__label { opacity: .5; }
.btn.is-loading .btn__arrow { animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* success */
.form-success { text-align: center; padding: 30px 10px; }
.form-success__ring { width: 76px; height: 76px; margin: 0 auto 22px; border-radius: 50%;
  display: grid; place-items: center; background: rgba(11,138,84,0.12); border: 1px solid var(--lime); }
.form-success__ring svg { width: 36px; height: 36px; fill: none; stroke: var(--lime); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round;
  stroke-dasharray: 40; stroke-dashoffset: 40; animation: draw .6s var(--ease) .15s forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.form-success h3 { font-family: var(--font-display); font-weight: 600; font-size: 26px; margin-bottom: 12px; }
.form-success p { color: var(--ink-soft); max-width: 420px; margin: 0 auto 24px; }

/* ===================== FOOTER ===================== */
.footer { border-top: 1px solid var(--line); background: var(--bg); padding-top: 60px; }
.footer__inner { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; padding-bottom: 40px; }
.footer__badge { width: 56px; height: 56px; margin-bottom: 16px; }
.footer__brand p { color: var(--ink-soft); font-size: 14.5px; max-width: 380px; margin-top: 16px; }
.footer__col { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.footer__legal { font-size: 12px; color: var(--ink-faint); line-height: 1.55; }
.footer__bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
  padding: 22px 0 40px; border-top: 1px solid var(--line); font-size: 12.5px; color: var(--ink-faint); }

/* ===================== Reveal (état initial sous JS) ===================== */
html.gsap-ready [data-reveal], html.gsap-ready [data-reveal-line] { will-change: transform, opacity; }

/* ===================== Responsive ===================== */
@media (max-width: 980px) {
  .cards-3, .bento, .steps { grid-template-columns: 1fr 1fr; }
  .bento__item--wide { grid-column: span 2; }
  .split, .vehicles { grid-template-columns: 1fr; }
  .form-wrap { grid-template-columns: 1fr; }
  .form-intro { position: static; }
}

@media (max-width: 720px) {
  .nav__links, .nav__cta { display: none; }
  .nav__burger { display: block; }
  .nav.menu-open .nav__links {
    display: flex; flex-direction: column; gap: 4px; position: absolute; top: 100%; left: 0; right: 0;
    padding: 14px var(--pad) 22px; background: rgba(255,255,255,0.97); backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line);
  }
  .nav.menu-open .nav__links a { padding: 12px 0; font-size: 17px; border-bottom: 1px solid var(--line); }
  .cards-3, .bento, .steps { grid-template-columns: 1fr; }
  .bento__item--wide { grid-column: span 1; grid-template-columns: 1fr; }
  .bento__item--wide .bento__ico { margin-bottom: 14px; }
  .field-grid { grid-template-columns: 1fr; }
  .ticks--2col { grid-template-columns: 1fr; }
  .footer__inner, .footer__bottom { grid-template-columns: 1fr; }
  .hero { padding-top: 100px; }
}

/* ===================== Reduced motion ===================== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .marquee__track { animation: none; }
  html.gsap-ready [data-reveal], html.gsap-ready [data-reveal-line] { opacity: 1 !important; transform: none !important; }
}
