/* ════════════════════════════════════════════════════════════════
   ProspUp v30 — /v30/welcome · Landing « Excel killer »
   Esprit Marquise (crème, serif italique, mono, hairlines) poussé
   à fond : assemblage 3D du dashboard, scroll-scrub Excel→ProspUp,
   piliers animés, compteurs, tarifs. Aucune dépendance.
   ════════════════════════════════════════════════════════════════ */

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
html, body { margin: 0; padding: 0; }

:root {
  --cream:       oklch(0.985 0.006 80);
  --cream-2:     oklch(0.965 0.008 80);
  --hair-warm:   oklch(0.870 0.010 80);
  --hair-warm-2: oklch(0.918 0.008 80);
  --ink-950:     oklch(0.115 0.012 258);
  --ink-900:     oklch(0.175 0.014 258);
  --ink-700:     oklch(0.395 0.015 258);
  --ink-500:     oklch(0.600 0.012 258);
  --ink-400:     oklch(0.740 0.010 258);
  --ink-1000:    oklch(0.060 0.010 258);
  --accent:      oklch(0.58 0.17 258);
  --accent-soft: oklch(0.94 0.04 258);
  --danger:      oklch(0.58 0.18 25);
  --tone-rdv:    oklch(0.40 0.16 290);
  --tone-cb:     oklch(0.44 0.16 55);
  --tone-call:   oklch(0.40 0.14 165);
  --tone-wait:   oklch(0.43 0.12 270);
  --font-sans:   "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif;
  --font-serif:  "Instrument Serif", Georgia, serif;
  --font-mono:   "JetBrains Mono", ui-monospace, monospace;
  --ease:        cubic-bezier(0.2, 0.8, 0.2, 1);
  --ease-pop:    cubic-bezier(0.16, 1, 0.3, 1);
  --pad-x:       clamp(20px, 4.5vw, 64px);
  --header-h:    60px;
  --content-max: 1240px;

  /* Surfaces thémables (cartes, maquette, tableur) */
  --card:        #ffffff;
  --card-2:      oklch(0.985 0.005 80);
  --cell-line:   oklch(0.935 0.006 80);
  --hatch:       oklch(0.95 0.005 80);
  --pill-mix:    13%;                       /* densité du fond des pastilles */
  --sheen:       oklch(1 0 0 / 0.5);        /* reflet du châssis 3D */
  --band-lbl:    oklch(0.72 0.012 258);     /* libellés de la bande stats */
  --band-line:   oklch(0.30 0.014 258);
  --pro-muted:   oklch(0.78 0.010 258);     /* textes atténués carte Pro */
  --pro-muted2:  oklch(0.64 0.012 258);
  --pro-line:    oklch(0.26 0.014 258);
  --pro-ok:      oklch(0.72 0.14 155);
  /* Tokens génériques consommés par le bandeau cookies (cookie-consent.js) */
  --surface:     #ffffff;
  --text:        oklch(0.115 0.012 258);
  --border:      oklch(0.870 0.010 80);
}

/* ─── Mode sombre (bouton header, clé localStorage `theme` partagée avec l'app) ─── */
:root[data-theme="dark"] {
  --cream:       oklch(0.135 0.010 258);
  --cream-2:     oklch(0.175 0.012 258);
  --hair-warm:   oklch(0.295 0.014 258);
  --hair-warm-2: oklch(0.235 0.013 258);
  --ink-950:     oklch(0.955 0.004 258);
  --ink-900:     oklch(0.93 0.005 258);
  --ink-700:     oklch(0.79 0.010 258);
  --ink-500:     oklch(0.62 0.012 258);
  --ink-400:     oklch(0.50 0.012 258);
  --ink-1000:    oklch(1 0 0);
  --accent:      oklch(0.70 0.17 258);
  --accent-soft: oklch(0.28 0.07 258);
  --danger:      oklch(0.70 0.17 25);
  --tone-rdv:    oklch(0.80 0.11 290);
  --tone-cb:     oklch(0.80 0.12 55);
  --tone-call:   oklch(0.80 0.11 165);
  --tone-wait:   oklch(0.79 0.09 270);
  --card:        oklch(0.185 0.012 258);
  --card-2:      oklch(0.165 0.011 258);
  --cell-line:   oklch(0.25 0.012 258);
  --hatch:       oklch(0.22 0.012 258);
  --pill-mix:    26%;
  --sheen:       oklch(1 0 0 / 0.05);
  --band-lbl:    oklch(0.45 0.013 258);     /* la bande s'inverse en clair */
  --band-line:   oklch(0.86 0.008 258);
  --pro-muted:   oklch(0.45 0.014 258);     /* carte Pro inversée en clair */
  --pro-muted2:  oklch(0.55 0.013 258);
  --pro-line:    oklch(0.88 0.006 258);
  --pro-ok:      oklch(0.55 0.13 165);
  --surface:     var(--card);
  --text:        var(--ink-950);
  --border:      var(--hair-warm);
}

/* Ajustements fins du sombre (fond, grain, profondeur, cas pincés) */
:root[data-theme="dark"] .wl-grain { mix-blend-mode: screen; opacity: 0.10; }
:root[data-theme="dark"] .wl-paper-grid { opacity: 0.5; }
:root[data-theme="dark"] .wl-paper-grid line { stroke: oklch(0.205 0.012 258); }
:root[data-theme="dark"] .wl-hero__aurora {
  background:
    radial-gradient(42% 46% at 62% 38%, oklch(0.58 0.17 258 / 0.22), transparent 70%),
    radial-gradient(36% 40% at 30% 70%, oklch(0.55 0.16 290 / 0.16), transparent 70%);
}
:root[data-theme="dark"] .wl-ia__term {
  /* le terminal IA reste sombre dans les deux thèmes (texte clair codé en dur) */
  background: oklch(0.115 0.012 258);
  border: 1px solid var(--hair-warm-2);
}
:root[data-theme="dark"] .wl-plan:not(.wl-plan--pro) { background: var(--card); }
:root[data-theme="dark"] .wl-plan--pro {
  /* la carte « Recommandé » s'inverse : claire, lumineuse sur la page sombre */
  box-shadow: 0 36px 90px -22px oklch(0 0 0 / 0.7), 0 0 0 1px oklch(1 0 0 / 0.06);
}
:root[data-theme="dark"] .wlp-frame {
  box-shadow: 0 1px 0 oklch(0 0 0 / 0.25),
              0 30px 70px -18px oklch(0 0 0 / 0.6),
              0 80px 140px -40px oklch(0 0 0 / 0.5);
}
:root[data-theme="dark"] .wl-panel { box-shadow: 0 1px 0 oklch(0 0 0 / 0.25), 0 28px 70px -24px oklch(0 0 0 / 0.55); }
:root[data-theme="dark"] .wl-header.is-scrolled { box-shadow: 0 8px 30px oklch(0 0 0 / 0.35); }

body {
  background: var(--cream);
  color: var(--ink-950);
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; background: none; border: 0; padding: 0; }

::selection { background: var(--accent); color: #fff; }

/* ─── Fond papier + grain (hérités de l'écran Marquise) ─── */
.wl-paper-grid { position: fixed; inset: 0; pointer-events: none; opacity: 0.4; z-index: 0; }
.wl-grain { position: fixed; inset: 0; pointer-events: none; mix-blend-mode: multiply; opacity: 0.34; z-index: 1; }
.wl-main, .wl-footer { position: relative; z-index: 2; }

/* ════════════════ Header fixe ════════════════ */
.wl-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  height: var(--header-h);
  background: color-mix(in oklab, var(--cream) 72%, transparent);
  -webkit-backdrop-filter: blur(14px) saturate(1.3);
  backdrop-filter: blur(14px) saturate(1.3);
  border-bottom: 1px solid transparent;
  transition: border-color .3s ease, box-shadow .3s ease;
}
.wl-header.is-scrolled {
  border-bottom-color: var(--hair-warm);
  box-shadow: 0 8px 30px oklch(0 0 0 / 0.05);
}
.wl-header__progress {
  position: absolute; top: 0; left: 0; height: 2px; width: 100%;
  background: var(--accent); transform: scaleX(0); transform-origin: 0 50%;
  z-index: 2;
}
.wl-header__in {
  max-width: var(--content-max); height: 100%; margin: 0 auto;
  padding: 0 var(--pad-x);
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
}
.wl-brand { display: inline-flex; align-items: baseline; gap: 8px; flex-shrink: 0; }
.wl-brand__mark { font-family: var(--font-serif); font-style: italic; font-size: 20px; line-height: 1; letter-spacing: -0.02em; }
.wl-brand__name { font-size: 13px; font-weight: 600; letter-spacing: -0.005em; }

.wl-nav { display: inline-flex; align-items: center; gap: clamp(14px, 2vw, 26px); font-size: 12.5px; color: var(--ink-500); }
.wl-nav a { position: relative; padding: 4px 0; transition: color .18s ease; }
.wl-nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1.5px;
  background: var(--accent); transition: right .25s var(--ease);
}
.wl-nav a:hover, .wl-nav a.is-active { color: var(--ink-950); }
.wl-nav a.is-active::after { right: 0; }

.wl-header__cta { display: inline-flex; align-items: center; gap: 16px; flex-shrink: 0; }
.wl-btn-login { font-size: 12.5px; font-weight: 500; color: var(--ink-700); transition: color .15s; }
.wl-btn-login:hover { color: var(--ink-950); }
.wl-btn-signup {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--ink-950); color: var(--cream);
  padding: 9px 18px; font-size: 12px; font-weight: 600;
  letter-spacing: 0.05em; text-transform: uppercase;
  transition: background .18s ease, transform .18s var(--ease), box-shadow .18s ease;
}
.wl-btn-signup:hover { background: var(--ink-1000); transform: translateY(-1px); box-shadow: 0 8px 22px oklch(0 0 0 / 0.18); }
.wl-btn-signup__arr { transition: transform .18s var(--ease); }
.wl-btn-signup:hover .wl-btn-signup__arr { transform: translateX(3px); }

/* Bouton clair/sombre (soleil ↔ lune) */
.wl-theme-btn {
  position: relative; width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0;
  border: 1px solid var(--hair-warm); color: var(--ink-700);
  display: inline-flex; align-items: center; justify-content: center;
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .25s var(--ease);
}
.wl-theme-btn:hover { color: var(--ink-950); border-color: var(--ink-400); background: var(--cream-2); transform: rotate(18deg); }
.wl-theme-btn:active { transform: rotate(18deg) scale(0.92); }
.wl-theme-btn svg { position: absolute; width: 16px; height: 16px; transition: transform .5s var(--ease-pop), opacity .25s ease; }
.wl-theme-btn__sun { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.wl-theme-btn__moon { fill: currentColor; opacity: 0; transform: rotate(-90deg) scale(0.4); }
:root[data-theme="dark"] .wl-theme-btn__sun { opacity: 0; transform: rotate(90deg) scale(0.4); }
:root[data-theme="dark"] .wl-theme-btn__moon { opacity: 1; transform: none; }

/* ════════════════ Briques génériques ════════════════ */
.wl-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-mono); font-size: 10.5px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-500);
  margin: 0 0 14px;
}
.wl-eyebrow::before { content: ""; display: inline-block; width: 28px; height: 1px; background: var(--ink-950); }

.wl-h2 {
  font-family: var(--font-serif); font-style: italic; font-weight: 400;
  font-size: clamp(32px, 4.6vw, 54px); line-height: 1.04; letter-spacing: -0.02em;
  margin: 0;
}
.wl-h2 em { font-style: italic; color: var(--accent); }
.wl-h3 {
  font-family: var(--font-serif); font-style: italic; font-weight: 400;
  font-size: clamp(25px, 2.8vw, 36px); line-height: 1.08; letter-spacing: -0.015em;
  margin: 0 0 16px;
}
.wl-h3 em { color: var(--accent); }
.wl-accent { color: var(--accent); }
.wl-sect-head { max-width: var(--content-max); margin: 0 auto; padding: 0 var(--pad-x); text-align: center; }
.wl-sect-head .wl-eyebrow { justify-content: center; }
.wl-sect-sub {
  font-family: var(--font-serif); font-style: italic; font-size: 16.5px;
  color: var(--ink-700); margin: 16px auto 0; max-width: 560px;
}

.wl-spark { color: var(--accent); font-style: normal; }

/* Révélations au scroll */
.js [data-reveal] { opacity: 0; transform: translateY(26px); }
.js [data-reveal].is-in { opacity: 1; transform: none; transition: opacity .8s ease var(--rd, 0s), transform .9s var(--ease-pop) var(--rd, 0s); }

/* CTA */
.wl-cta {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; gap: 14px;
  background: var(--ink-950); color: var(--cream);
  height: 52px; padding: 0 26px;
  font-size: 13px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase;
  transition: background .2s ease, transform .2s var(--ease), box-shadow .2s ease;
}
.wl-cta::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 40%;
  left: -60%; transform: skewX(-22deg);
  background: linear-gradient(90deg, transparent, oklch(1 0 0 / 0.16), transparent);
  transition: left .55s var(--ease);
}
.wl-cta:hover { background: var(--ink-1000); transform: translateY(-2px); box-shadow: 0 14px 34px oklch(0 0 0 / 0.22); }
.wl-cta:hover::after { left: 120%; }
.wl-cta:active { transform: translateY(0) scale(0.985); }
.wl-cta__arr { transition: transform .2s var(--ease); }
.wl-cta:hover .wl-cta__arr { transform: translateX(4px); }
.wl-cta--xl { height: 60px; padding: 0 34px; font-size: 14px; }

.wl-cta-ghost {
  display: inline-flex; align-items: center; gap: 10px;
  height: 52px; padding: 0 22px;
  border: 1px solid var(--hair-warm); color: var(--ink-950);
  font-size: 13px; font-weight: 500;
  transition: background .18s ease, border-color .18s ease, transform .2s var(--ease);
}
.wl-cta-ghost:hover { background: var(--cream-2); border-color: var(--ink-400); transform: translateY(-2px); }
.wl-cta-ghost__arr { opacity: .45; font-size: 12px; }

.wl-link-cta {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 20px; font-size: 13px; font-weight: 600; color: var(--accent);
  border-bottom: 1px solid transparent; transition: gap .2s var(--ease), border-color .2s;
}
.wl-link-cta:hover { gap: 13px; border-bottom-color: var(--accent); }

/* Pastilles statut (reprises de l'app) */
.wl-pill {
  display: inline-flex; align-items: center;
  padding: 3px 9px; border-radius: 999px;
  font-style: normal; font-size: 10.5px; font-weight: 600; letter-spacing: 0.01em;
  white-space: nowrap;
}
.wl-pill--rdv  { background: color-mix(in oklab, var(--tone-rdv) var(--pill-mix), var(--card));  color: var(--tone-rdv); }
.wl-pill--cb   { background: color-mix(in oklab, var(--tone-cb) var(--pill-mix), var(--card));   color: var(--tone-cb); }
.wl-pill--call { background: color-mix(in oklab, var(--tone-call) var(--pill-mix), var(--card)); color: var(--tone-call); }
.wl-pill--wait { background: color-mix(in oklab, var(--tone-wait) var(--pill-mix), var(--card)); color: var(--tone-wait); }

/* Jauges */
.wl-meter {
  display: block; height: 7px; border-radius: 999px;
  background: var(--cream-2); border: 1px solid var(--hair-warm-2);
  overflow: hidden; flex: 1;
}
.wl-meter__fill {
  display: block; height: 100%; width: var(--pct, 60%); border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), oklch(0.66 0.16 290));
  transition: width 1.4s var(--ease-pop) .2s;
}
.js [data-anim]:not(.in-view) .wl-meter__fill { width: 0; }

/* ════════════════ ACTE 1 — Héro ════════════════ */
.wl-hero {
  position: relative; z-index: 2;
  min-height: 100svh;
  padding: calc(var(--header-h) + clamp(28px, 6vh, 72px)) 0 90px;
  display: flex; flex-direction: column; justify-content: center;
}
.wl-hero__aurora {
  position: absolute; right: -12vw; top: -6vh; width: 58vw; height: 80vh;
  background:
    radial-gradient(42% 46% at 62% 38%, oklch(0.58 0.17 258 / 0.13), transparent 70%),
    radial-gradient(36% 40% at 30% 70%, oklch(0.55 0.16 290 / 0.10), transparent 70%);
  filter: blur(36px);
  animation: wl-aurora 16s ease-in-out infinite alternate;
  pointer-events: none;
}
@keyframes wl-aurora {
  from { transform: translate3d(0, 0, 0) rotate(0deg); }
  to   { transform: translate3d(-4vw, 4vh, 0) rotate(4deg); }
}
.wl-hero__in {
  max-width: var(--content-max); margin: 0 auto; padding: 0 var(--pad-x);
  display: grid; grid-template-columns: minmax(380px, 46fr) 54fr;
  align-items: center; gap: clamp(24px, 4vw, 56px);
  width: 100%;
}
.wl-hero__title {
  font-family: var(--font-serif); font-style: italic; font-weight: 400;
  font-size: clamp(40px, 4.8vw, 66px); line-height: 0.99; letter-spacing: -0.022em;
  margin: 0 0 22px;
}
.wl-hl { position: relative; white-space: nowrap; }
.wl-hl__svg { position: absolute; left: -4px; bottom: -5px; width: 100%; max-width: 340px; height: 14px; overflow: visible; pointer-events: none; }
.wl-hl__path {
  fill: none; stroke: var(--accent); stroke-width: 2.2; stroke-linecap: round;
  stroke-dasharray: 320; stroke-dashoffset: 320;
  animation: wl-draw 1200ms 500ms var(--ease) forwards;
}
@keyframes wl-draw { to { stroke-dashoffset: 0; } }
.wl-hl__path--final { animation: none; }
.is-in .wl-hl__path--final { animation: wl-draw 1100ms 350ms var(--ease) forwards; }

.wl-hero__sub {
  font-family: var(--font-serif); font-style: italic;
  font-size: 17.5px; line-height: 1.5; color: var(--ink-700);
  max-width: 480px; margin: 0 0 30px;
}
.wl-hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 18px; }
.wl-hero__hint { font-size: 12px; color: var(--ink-500); margin: 0; }

.wl-scroll-cue {
  position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%);
  display: inline-flex; flex-direction: column; align-items: center; gap: 4px;
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--ink-500);
  transition: color .2s;
}
.wl-scroll-cue:hover { color: var(--ink-950); }
.wl-scroll-cue__chev { animation: wl-cue 1.8s ease-in-out infinite; }
@keyframes wl-cue { 0%, 100% { transform: translateY(0); opacity: .6; } 50% { transform: translateY(5px); opacity: 1; } }

/* ─── Scène 3D ─── */
.wl-stage { position: relative; min-width: 0; }
.wl-stage__persp { perspective: 1500px; perspective-origin: 38% 38%; }
.wl-stage3d { transform-origin: 0 0; width: 960px; }
.wl-app {
  position: relative; width: 960px; height: 620px;
  transform-style: preserve-3d;
  transform: rotateX(calc(6deg + var(--tiltX, 0deg))) rotateY(calc(-10deg + var(--tiltY, 0deg)));
  will-change: transform;
}
.wl-app * { transform-style: preserve-3d; }

/* Pièces : état éparpillé → assemblé */
.wl-piece {
  position: absolute;
  opacity: 1;
  transform: translateZ(var(--z, 0px));
  transition:
    transform 1.15s var(--ease-pop) var(--d, 0s),
    opacity .7s ease var(--d, 0s);
}
.js [data-stage]:not(.is-built) .wl-piece {
  opacity: 0;
  transform:
    translate3d(var(--fx, 0px), var(--fy, 0px), calc(var(--fz, 0px) + var(--z, 0px)))
    rotateX(var(--frx, 0deg)) rotateY(var(--fry, 0deg)) rotateZ(var(--frz, 0deg))
    scale(0.85);
}

/* Le « châssis » de l'app */
.wlp-frame {
  inset: 0; --z: 0px;
  background: var(--card);
  border: 1px solid var(--hair-warm);
  border-radius: 14px;
  box-shadow:
    0 1px 0 oklch(0 0 0 / 0.03),
    0 30px 70px -18px oklch(0.115 0.012 258 / 0.28),
    0 80px 140px -40px oklch(0.115 0.012 258 / 0.22);
}
.wlp-frame::after { /* reflet très léger */
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  background: linear-gradient(118deg, var(--sheen), transparent 38%);
  pointer-events: none;
}

.wlp-topbar {
  top: 0; left: 0; right: 0; height: 46px; --z: 12px;
  display: flex; align-items: center; gap: 14px;
  padding: 0 16px 0 18px;
  border-bottom: 1px solid var(--hair-warm-2);
  border-radius: 14px 14px 0 0;
  background: var(--card);
  font-size: 12px;
}
.wlp-topbar__crumb { font-weight: 600; }
.wlp-topbar__crumb i { font-style: normal; color: var(--ink-400); }
.wlp-topbar__search {
  margin-left: auto;
  font-family: var(--font-mono); font-size: 10.5px; color: var(--ink-500);
  border: 1px solid var(--hair-warm-2); border-radius: 7px;
  padding: 5px 12px; background: var(--cream);
}
.wlp-topbar__avatar {
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--ink-950); color: var(--cream);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 9.5px; font-weight: 600;
}

.wlp-sidebar {
  top: 46px; left: 0; bottom: 0; width: 160px; --z: 12px;
  padding: 14px 10px;
  display: flex; flex-direction: column; gap: 2px;
  border-right: 1px solid var(--hair-warm-2);
  border-radius: 0 0 0 14px;
  background: var(--card-2);
  font-size: 11.5px; color: var(--ink-700);
}
.wlp-side__item { padding: 6px 10px; border-radius: 7px; white-space: nowrap; }
.wlp-side__item.is-active { background: var(--ink-950); color: var(--cream); font-weight: 600; }

.wlp-hello { top: 64px; left: 178px; width: 520px; --z: 22px; display: flex; flex-direction: column; gap: 3px; }
.wlp-hello__hi { font-family: var(--font-serif); font-size: 24px; letter-spacing: -0.01em; }
.wlp-hello__hi i { font-style: italic; }
.wlp-hello__sub { font-size: 11.5px; color: var(--ink-500); }

/* KPIs */
.wl-kpis { position: absolute; top: 126px; left: 178px; right: 18px; height: 88px; }
.wlp-kpi {
  top: 0; bottom: 0; width: calc((100% - 36px) / 4); --z: 30px;
  background: var(--card); border: 1px solid var(--hair-warm-2); border-radius: 11px;
  box-shadow: 0 10px 24px -14px oklch(0.115 0.012 258 / 0.25);
  padding: 12px 14px;
  display: flex; flex-direction: column; justify-content: center; gap: 2px;
}
.wlp-kpi:nth-child(1) { left: 0; }
.wlp-kpi:nth-child(2) { left: calc(25% + 3px); }
.wlp-kpi:nth-child(3) { left: calc(50% + 6px); }
.wlp-kpi:nth-child(4) { left: calc(75% + 9px); }
.wlp-kpi__label { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-500); }
.wlp-kpi__value { font-size: 26px; font-weight: 650; letter-spacing: -0.03em; line-height: 1.1; font-variant-numeric: tabular-nums; }
.wlp-kpi__delta { font-size: 10px; color: var(--ink-500); }
.wlp-kpi__delta.is-up { color: var(--tone-call); font-weight: 600; }

/* Widgets */
.wl-widgets { position: absolute; top: 230px; left: 178px; right: 18px; height: 148px; }
.wlp-chart, .wlp-ring, .wlp-tasks {
  top: 0; bottom: 0; --z: 26px;
  background: var(--card); border: 1px solid var(--hair-warm-2); border-radius: 11px;
  padding: 12px 14px;
  box-shadow: 0 10px 24px -14px oklch(0.115 0.012 258 / 0.22);
  display: flex; flex-direction: column;
}
.wlp-chart { left: 0; width: calc(40% - 8px); }
.wlp-ring  { left: calc(40% + 4px); width: calc(30% - 8px); }
.wlp-tasks { left: calc(70% + 4px); width: calc(30% - 4px); }
.wlp-widget__title { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-500); margin-bottom: 8px; }

.wlp-chart__bars { flex: 1; display: flex; align-items: flex-end; gap: 7px; padding-bottom: 2px; }
.wlp-chart__bars i {
  flex: 1; height: var(--h); border-radius: 4px 4px 2px 2px;
  background: color-mix(in oklab, var(--accent) 28%, var(--card));
  transform-origin: bottom;
  transition: transform .9s var(--ease-pop);
}
.wlp-chart__bars i.is-hot { background: var(--accent); }
.js [data-stage]:not(.is-live) .wlp-chart__bars i { transform: scaleY(0); }
[data-stage].is-live .wlp-chart__bars i:nth-child(1) { transition-delay: .05s; }
[data-stage].is-live .wlp-chart__bars i:nth-child(2) { transition-delay: .12s; }
[data-stage].is-live .wlp-chart__bars i:nth-child(3) { transition-delay: .19s; }
[data-stage].is-live .wlp-chart__bars i:nth-child(4) { transition-delay: .26s; }
[data-stage].is-live .wlp-chart__bars i:nth-child(5) { transition-delay: .33s; }
[data-stage].is-live .wlp-chart__bars i:nth-child(6) { transition-delay: .40s; }
[data-stage].is-live .wlp-chart__bars i:nth-child(7) { transition-delay: .47s; }
.wlp-chart__hint { font-size: 10px; color: var(--tone-call); font-weight: 600; }

.wlp-ring__wrap { position: relative; flex: 1; display: flex; align-items: center; justify-content: center; }
.wlp-ring__wrap svg { width: 92px; height: 92px; transform: rotate(-90deg); }
.wlp-ring__track { fill: none; stroke: var(--cream-2); stroke-width: 8; }
.wlp-ring__fill {
  fill: none; stroke: var(--accent); stroke-width: 8; stroke-linecap: round;
  stroke-dasharray: 213.6; stroke-dashoffset: var(--ring-off, 47);
  transition: stroke-dashoffset 1.6s var(--ease-pop) .25s;
}
.js [data-stage]:not(.is-live) .wlp-ring__fill { stroke-dashoffset: 213.6; }
.wlp-ring__pct {
  position: absolute; font-size: 19px; font-weight: 650; letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}

.wlp-tasks { gap: 7px; }
.wl-piece .wlp-task { display: flex; align-items: center; gap: 8px; font-size: 11px; color: var(--ink-700); }
.wlp-task i {
  width: 15px; height: 15px; border-radius: 5px; flex-shrink: 0;
  border: 1px solid var(--hair-warm); font-style: normal;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 9px; color: #fff;
}
.wlp-task.is-done i { background: var(--tone-call); border-color: var(--tone-call); transition: transform .45s var(--ease-pop); }
.wlp-task.is-done { text-decoration: line-through; text-decoration-color: var(--ink-400); }
.js [data-stage]:not(.is-live) .wlp-task.is-done i { transform: scale(0); }
[data-stage].is-live .wlp-task.is-done:nth-child(3) i { transition-delay: .7s; }

/* Tableau */
.wlp-table {
  top: 392px; left: 178px; right: 18px; bottom: 18px; --z: 18px;
  background: var(--card); border: 1px solid var(--hair-warm-2); border-radius: 11px;
  box-shadow: 0 10px 24px -14px oklch(0.115 0.012 258 / 0.22);
  padding: 6px 8px; overflow: hidden;
  display: flex; flex-direction: column;
}
.wlp-row {
  display: grid; grid-template-columns: 1.15fr 1.05fr 0.95fr 1fr;
  align-items: center; gap: 10px;
  padding: 8px 10px; font-size: 11.5px;
  border-radius: 8px;
  transition: background .3s ease;
}
.wlp-row + .wlp-row { border-top: 1px solid var(--cell-line); }
.wlp-row--head {
  font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--ink-500); border: 0 !important;
}
.wlp-row > span:first-child { font-weight: 600; }
.wlp-row > span:nth-child(2), .wlp-row > span:nth-child(4) { color: var(--ink-700); }
.wlp-row .wl-pill { transition: transform .5s var(--ease-pop), opacity .4s ease; }
.js [data-stage]:not(.is-live) .wlp-row .wl-pill { transform: scale(0.4); opacity: 0; }
[data-stage].is-live .wlp-row:nth-child(2) .wl-pill { transition-delay: .15s; }
[data-stage].is-live .wlp-row:nth-child(3) .wl-pill { transition-delay: .3s; }
[data-stage].is-live .wlp-row:nth-child(4) .wl-pill { transition-delay: .45s; }
[data-stage].is-live .wlp-row:nth-child(5) .wl-pill { transition-delay: .6s; }
.wlp-row.is-flash { background: var(--accent-soft); }

/* Carte Email IA */
.wlp-mail {
  top: 118px; right: -38px; width: 300px; --z: 60px;
  background: var(--card); border: 1px solid var(--hair-warm); border-radius: 12px;
  box-shadow: 0 24px 60px -16px oklch(0.115 0.012 258 / 0.35);
  padding: 13px 15px;
  display: flex; flex-direction: column; gap: 8px;
}
.wlp-mail.is-glow { border-color: var(--accent); box-shadow: 0 24px 60px -14px oklch(0.58 0.17 258 / 0.4); }
.wlp-mail__head { font-size: 11.5px; font-weight: 650; display: flex; align-items: center; gap: 6px; }
.wlp-mail__body {
  font-family: var(--font-mono); font-size: 10.5px; line-height: 1.6;
  color: var(--ink-700); min-height: 84px; white-space: pre-wrap;
}
.wlp-mail__body::after {
  content: "▌"; color: var(--accent);
  animation: wl-caret 0.9s steps(1) infinite;
}
@keyframes wl-caret { 50% { opacity: 0; } }
.wlp-mail__stamp {
  font-size: 10px; font-weight: 600; color: var(--tone-call);
  opacity: 0; transform: translateY(4px);
  transition: opacity .4s ease, transform .4s var(--ease);
}
.wlp-mail__stamp.is-on { opacity: 1; transform: none; }

/* Satellites volants */
.wl-sat {
  --z: 84px;
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--card); border: 1px solid var(--hair-warm);
  border-radius: 999px; padding: 9px 16px;
  font-size: 11.5px; font-weight: 600; white-space: nowrap;
  box-shadow: 0 16px 40px -12px oklch(0.115 0.012 258 / 0.35);
  pointer-events: none;
}
.wl-sat--new  { top: -26px; left: 198px; background: var(--ink-950); color: var(--cream); }
.wl-sat--ia   { top: 286px; left: -56px; color: var(--accent); border-color: color-mix(in oklab, var(--accent) 36%, var(--card)); }
.wl-sat--push { bottom: -24px; right: 120px; }
.wl-sat--bell { top: 58px; right: -52px; font-weight: 500; font-size: 10.5px; color: var(--ink-700); }
[data-stage].is-live .wl-sat--new  { animation: wl-bob 4.2s ease-in-out infinite; }
[data-stage].is-live .wl-sat--ia   { animation: wl-bob 5.1s ease-in-out .6s infinite; }
[data-stage].is-live .wl-sat--push { animation: wl-bob 4.6s ease-in-out .3s infinite; }
[data-stage].is-live .wl-sat--bell { animation: wl-bob 5.6s ease-in-out .9s infinite; }
@keyframes wl-bob {
  0%, 100% { transform: translateZ(var(--z)) translateY(0) rotate(0deg); }
  50%      { transform: translateZ(var(--z)) translateY(-9px) rotate(-1.4deg); }
}
.wl-sat.is-press { animation: none !important; transform: translateZ(var(--z)) scale(0.92); transition: transform .14s ease; }

/* Toast interne à la scène */
.wl-stage-toast {
  position: absolute; top: 58px; right: 16px; z-index: 5;
  transform: translateZ(90px) translateY(-10px); opacity: 0;
  background: var(--ink-950); color: var(--cream);
  font-size: 11px; font-weight: 600;
  padding: 8px 14px; border-radius: 9px;
  box-shadow: 0 14px 34px oklch(0 0 0 / 0.3);
  transition: opacity .3s ease, transform .35s var(--ease);
  pointer-events: none;
}
.wl-stage-toast.is-on { opacity: 1; transform: translateZ(90px) translateY(0); }

/* Curseur fantôme */
.wl-cursor {
  position: absolute; top: 0; left: 0; z-index: 6;
  transform: translateZ(100px) translate(480px, 560px);
  transition: transform 1s cubic-bezier(0.45, 0.05, 0.2, 1);
  opacity: 0; pointer-events: none;
  filter: drop-shadow(0 3px 8px oklch(0 0 0 / 0.3));
}
[data-stage].is-live .wl-cursor { opacity: 1; }
.wl-cursor__ring {
  position: absolute; top: -7px; left: -7px; width: 36px; height: 36px;
  border: 2px solid var(--accent); border-radius: 50%;
  transform: scale(0.2); opacity: 0;
}
.wl-cursor.is-click .wl-cursor__ring { animation: wl-click-ring .55s var(--ease) forwards; }
@keyframes wl-click-ring {
  0% { transform: scale(0.2); opacity: 0.9; }
  100% { transform: scale(1.25); opacity: 0; }
}

/* ════════════════ ACTE 2 — Excel killer ════════════════ */
.wl-versus { position: relative; z-index: 2; padding: 40px 0 60px; }
.wl-versus__sticky { max-width: var(--content-max); margin: 0 auto; padding: 90px var(--pad-x) 30px; }
.js .wl-versus:not(.is-static) .wl-versus__sticky { position: sticky; top: 0; }

.wl-versus__panels {
  position: relative;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 5vw, 80px);
  margin-top: 44px; align-items: start;
}

/* — Le tableur qui craque — */
.wl-sheet {
  background: var(--card); border: 1px solid var(--hair-warm);
  box-shadow: 0 16px 50px -18px oklch(0.115 0.012 258 / 0.25);
  transform: rotate(calc(var(--p, 0) * -1.6deg)) translateY(calc(var(--p, 0) * 10px));
  filter: grayscale(calc(var(--p, 0) * 0.85));
  opacity: calc(1 - var(--p, 0) * 0.38);
  transition: transform .1s linear;
}
.wl-sheet__bar {
  display: flex; align-items: center; gap: 6px;
  padding: 9px 12px; border-bottom: 1px solid var(--hair-warm-2);
  background: var(--cream);
}
.wl-sheet__dot { width: 9px; height: 9px; border-radius: 50%; background: var(--hair-warm); }
.wl-sheet__name { margin-left: 8px; font-family: var(--font-mono); font-size: 10px; color: var(--ink-500); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.wl-sheet__grid { display: grid; grid-template-columns: 34px repeat(4, 1fr); }
.wl-cell {
  padding: 8px 9px; font-size: 11px; min-height: 33px;
  border-right: 1px solid var(--cell-line);
  border-bottom: 1px solid var(--cell-line);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  position: relative;
}
.wl-cell--h {
  background: var(--cream-2); font-family: var(--font-mono); font-size: 9.5px;
  color: var(--ink-500); text-align: center;
}
.wl-cell--b { font-weight: 650; background: var(--card-2); }
.wl-cell--err { color: var(--danger); font-family: var(--font-mono); font-size: 10px; font-weight: 600; }
.in-view .wl-cell--err { animation: wl-shake 2.6s ease-in-out infinite; }
@keyframes wl-shake {
  0%, 86%, 100% { transform: translateX(0); }
  89% { transform: translateX(-1.5px); }
  92% { transform: translateX(1.5px); }
  95% { transform: translateX(-1px); }
}
.wl-cell.is-gone { color: transparent; }
.wl-cell.is-gone::after {
  content: ""; position: absolute; inset: 5px 7px;
  border: 1px dashed var(--hair-warm); border-radius: 4px;
  background: repeating-linear-gradient(45deg, transparent, transparent 4px, var(--hatch) 4px, var(--hatch) 8px);
}
.wl-sheet__tabs { display: flex; gap: 2px; padding: 6px 8px 8px; font-family: var(--font-mono); font-size: 9.5px; color: var(--ink-500); }
.wl-sheet__tabs span { padding: 3px 10px; border: 1px solid var(--hair-warm-2); border-radius: 4px 4px 0 0; background: var(--cream-2); white-space: nowrap; }
.wl-sheet__tabs span.is-on { background: var(--card); color: var(--ink-950); }

/* — Le pipeline qui se construit — */
.wl-pipe {
  background: var(--card); border: 1px solid var(--hair-warm); border-radius: 13px;
  box-shadow: 0 24px 64px -20px oklch(0.115 0.012 258 / 0.30);
  overflow: hidden;
  transform: translateY(calc((1 - var(--p, 0)) * 16px));
}
.wl-pipe__bar {
  display: flex; align-items: center; gap: 8px;
  padding: 11px 14px; border-bottom: 1px solid var(--hair-warm-2);
  font-size: 12px; font-weight: 650;
}
.wl-pipe__live { margin-left: auto; font-size: 10px; font-weight: 600; color: var(--tone-call); }
.wl-pipe__rows { padding: 6px 8px; }
.wl-pipe__row {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 9px 10px; border-radius: 8px; font-size: 12px;
  transition: opacity .45s ease, transform .45s var(--ease), background .45s ease;
}
.wl-pipe__row + .wl-pipe__row { border-top: 1px solid var(--cell-line); }
.wl-pipe__who { font-weight: 600; }
.wl-pipe__row .wl-pill { transition: opacity .35s ease, transform .45s var(--ease-pop); }
.js .wl-versus:not(.is-static) .wl-pipe__row:not(.is-landed) { opacity: 0.32; transform: translateX(6px); }
.js .wl-versus:not(.is-static) .wl-pipe__row:not(.is-landed) .wl-pill { opacity: 0; transform: scale(0.5); }
.wl-pipe__stamp {
  margin: 4px 14px 13px; padding-top: 10px;
  border-top: 1px dashed var(--hair-warm-2);
  font-family: var(--font-mono); font-size: 10.5px; color: var(--tone-call);
  transition: opacity .5s ease, transform .5s var(--ease);
}
.js .wl-versus:not(.is-static) .wl-pipe__stamp:not(.is-on) { opacity: 0; transform: translateY(6px); }

/* — Cellules volantes — */
.wl-fly {
  position: absolute; top: 0; left: 0; z-index: 4;
  padding: 7px 10px; font-size: 11px; white-space: nowrap;
  background: var(--card); border: 1px solid var(--hair-warm);
  box-shadow: 0 10px 30px -8px oklch(0.115 0.012 258 / 0.3);
  visibility: hidden;
  will-change: transform;
}
.wl-fly.is-ready { visibility: visible; }
.wl-fly__a, .wl-fly__b { display: block; transition: opacity .25s ease; }
.wl-fly__b { position: absolute; inset: 7px 10px; opacity: 0; color: var(--ink-950); font-weight: 600; }
.wl-fly.is-half { border-radius: 9px; border-color: color-mix(in oklab, var(--accent) 40%, var(--card)); }
.wl-fly.is-half .wl-fly__a { opacity: 0; }
.wl-fly.is-half .wl-fly__b { opacity: 1; }
.wl-fly--err .wl-fly__a { color: var(--danger); font-family: var(--font-mono); font-weight: 600; }
.wl-fly--err .wl-fly__b { color: var(--tone-cb); }
.wl-fly.is-done { visibility: hidden; }

/* — Griefs — */
.wl-griefs { list-style: none; margin: 48px auto 0; padding: 0; max-width: 880px; }
.wl-griefs li {
  display: grid; grid-template-columns: 1fr 1.2fr; gap: 18px;
  padding: 13px 6px; border-top: 1px solid var(--hair-warm);
  font-size: 13.5px; align-items: baseline;
}
.wl-griefs li:last-child { border-bottom: 1px solid var(--hair-warm); }
.wl-griefs__no { color: var(--ink-500); text-decoration: line-through; text-decoration-color: color-mix(in oklab, var(--danger) 55%, transparent); text-decoration-thickness: 1.5px; }
.wl-griefs__yes { font-weight: 600; }

/* ════════════════ ACTE 3 — Piliers ════════════════ */
.wl-pillars { position: relative; z-index: 2; padding: 110px 0 30px; }
.wl-pillar {
  max-width: var(--content-max); margin: 0 auto;
  padding: clamp(48px, 7vh, 84px) var(--pad-x);
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 72px); align-items: center;
  scroll-margin-top: 84px;
}
.wl-pillar--flip .wl-pillar__copy { order: 2; }
.wl-pillar--flip .wl-panel { order: 1; }
.wl-pillar__p { font-size: 14.5px; color: var(--ink-700); margin: 0 0 18px; max-width: 470px; }
.wl-ticks { list-style: none; margin: 0; padding: 0; }
.wl-ticks li {
  position: relative; padding: 9px 0 9px 26px;
  border-top: 1px solid var(--hair-warm-2);
  font-size: 13px; font-weight: 500;
}
.wl-ticks li:last-child { border-bottom: 1px solid var(--hair-warm-2); }
.wl-ticks li::before {
  content: "→"; position: absolute; left: 2px; top: 9px;
  font-family: var(--font-mono); font-size: 10.5px; color: var(--accent);
}

.wl-panel {
  position: relative;
  background: var(--card); border: 1px solid var(--hair-warm); border-radius: 16px;
  box-shadow: 0 1px 0 oklch(0 0 0 / 0.03), 0 28px 70px -24px oklch(0.115 0.012 258 / 0.28);
  min-height: 360px; padding: clamp(20px, 3vw, 34px);
  display: flex; flex-direction: column; justify-content: center; gap: 18px;
  overflow: hidden;
}
.wl-panel * { animation-play-state: paused !important; }
.wl-panel.in-view * { animation-play-state: running !important; }

/* 01 — Focus */
.wl-focus__deck { position: relative; height: 168px; }
.wl-focus__card {
  position: absolute; left: 50%; top: 8px;
  width: min(360px, 92%); height: 128px;
  background: var(--card); border: 1px solid var(--hair-warm); border-radius: 13px;
  box-shadow: 0 14px 34px -14px oklch(0.115 0.012 258 / 0.3);
  transform: translateX(-50%);
}
.wl-focus__card--2 { transform: translateX(-50%) translateY(14px) scale(0.94); opacity: .6; }
.wl-focus__card--3 { transform: translateX(-50%) translateY(28px) scale(0.88); opacity: .3; }
.wl-focus__card--1 {
  padding: 15px 17px; display: flex; flex-direction: column; gap: 6px;
  animation: wl-deck 4.2s var(--ease) infinite;
}
@keyframes wl-deck {
  0%, 8%   { transform: translateX(-50%) translateY(10px) scale(0.96); opacity: 0; }
  16%, 86% { transform: translateX(-50%); opacity: 1; }
  94%, 100%{ transform: translateX(-50%) translateY(-26px) rotate(2.5deg); opacity: 0; }
}
.wl-focus__who { font-size: 14px; font-weight: 650; }
.wl-focus__why { font-size: 11.5px; color: var(--ink-500); }
.wl-focus__btns { display: flex; gap: 8px; margin-top: auto; }
.wl-focus__btns i {
  font-style: normal; font-size: 11px; font-weight: 600;
  padding: 6px 11px; border-radius: 8px; border: 1px solid var(--hair-warm);
}
.wl-focus__btns i.is-accent { background: var(--accent); border-color: var(--accent); color: #fff; }
.wl-focus__day { display: flex; align-items: center; gap: 14px; }
.wl-focus__day-label { font-size: 12px; color: var(--ink-700); white-space: nowrap; }
.wl-focus__day-label b { color: var(--ink-950); }
.wl-focus__streak { font-size: 12px; font-weight: 600; align-self: flex-start; }

/* 02 — Séquence */
.wl-seq { position: relative; padding-left: 16px; display: flex; flex-direction: column; gap: 16px; }
.wl-seq__rail { position: absolute; left: 31px; top: 14px; bottom: 14px; width: 2px; background: var(--cream-2); border-radius: 2px; overflow: hidden; }
.wl-seq__rail-fill { position: absolute; inset: 0; background: var(--accent); transform: scaleY(0); transform-origin: top; animation: wl-rail 7s linear infinite; }
@keyframes wl-rail { 0% { transform: scaleY(0); } 62%, 100% { transform: scaleY(1); } }
.wl-seq__step { display: flex; align-items: center; gap: 13px; opacity: .38; animation: wl-step-on 7s linear infinite; animation-delay: calc(var(--i) * 1.1s); }
@keyframes wl-step-on {
  0%, 6% { opacity: .38; }
  10%, 88% { opacity: 1; }
  96%, 100% { opacity: .38; }
}
.wl-seq__dot {
  width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0;
  background: var(--card); border: 1.5px solid var(--hair-warm);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700; position: relative; z-index: 1;
}
.wl-seq__lbl { font-size: 13px; }
.wl-seq__lbl b { font-family: var(--font-mono); font-size: 10.5px; color: var(--accent); margin-right: 6px; }
.wl-seq__ok { margin-left: auto; font-size: 10.5px; font-weight: 600; color: var(--tone-call); }
.wl-seq__ok--win { color: var(--accent); }
.wl-seq__foot { font-size: 12.5px; color: var(--ink-700); border-top: 1px dashed var(--hair-warm-2); padding-top: 13px; }
.wl-seq__foot b { font-size: 16px; color: var(--ink-950); }

/* 03 — Orbites */
.wl-panel--orbit { align-items: center; }
.wl-orbit { position: relative; width: min(380px, 100%); aspect-ratio: 1; max-height: 380px; }
.wl-orbit__ring { position: absolute; inset: 0; border: 1px dashed var(--hair-warm); border-radius: 50%; }
.wl-orbit__ring--2 { inset: 17%; border-color: var(--hair-warm-2); }
.wl-orbit__hub {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 92px; height: 92px; border-radius: 50%;
  background: var(--ink-950); color: var(--cream);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px;
  box-shadow: 0 18px 44px -10px oklch(0.115 0.012 258 / 0.45);
  animation: wl-hub 3.4s ease-in-out infinite;
}
@keyframes wl-hub {
  0%, 100% { box-shadow: 0 18px 44px -10px oklch(0.115 0.012 258 / 0.45), 0 0 0 0 oklch(0.58 0.17 258 / 0.35); }
  55%      { box-shadow: 0 18px 44px -10px oklch(0.115 0.012 258 / 0.45), 0 0 0 22px oklch(0.58 0.17 258 / 0); }
}
.wl-orbit__hub span { font-family: var(--font-serif); font-style: italic; font-size: 30px; line-height: 1; }
.wl-orbit__hub i { font-style: normal; font-family: var(--font-mono); font-size: 7.5px; letter-spacing: 0.1em; text-transform: uppercase; opacity: .7; }
.wl-orbit__sat {
  position: absolute; left: 50%; top: 50%; margin: -16px 0 0 -52px;
  width: 104px; height: 32px;
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  background: var(--card); border: 1px solid var(--hair-warm); border-radius: 999px;
  font-size: 11px; font-weight: 600;
  box-shadow: 0 10px 26px -10px oklch(0.115 0.012 258 / 0.3);
  animation: wl-orbit-spin 22s linear infinite;
}
.wl-orbit__sat i { font-style: normal; font-size: 12px; }
@keyframes wl-orbit-spin {
  from { transform: rotate(var(--ang)) translateX(158px) rotate(calc(0deg - var(--ang))); }
  to   { transform: rotate(calc(var(--ang) + 360deg)) translateX(158px) rotate(calc(-360deg - var(--ang))); }
}

/* 04 — IA */
.wl-ia__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.wl-ia__chip {
  font-size: 11.5px; font-weight: 600; padding: 7px 13px;
  border: 1px solid var(--hair-warm); border-radius: 999px;
  color: var(--ink-700); background: var(--card);
  transition: all .3s ease;
}
.wl-ia__chip.is-on {
  background: var(--ink-950); border-color: var(--ink-950); color: var(--cream);
  box-shadow: 0 8px 20px -6px oklch(0.115 0.012 258 / 0.4);
  transform: translateY(-2px);
}
.wl-ia__term {
  background: var(--ink-950); border-radius: 12px; padding: 15px 17px;
  display: flex; flex-direction: column; gap: 8px; min-height: 142px;
}
.wl-ia__line { font-family: var(--font-mono); font-size: 11px; line-height: 1.65; color: oklch(0.86 0.01 258); white-space: pre-wrap; }
.wl-ia__line--in { color: oklch(0.62 0.012 258); }
.wl-ia__line[data-ia-type]::after { content: "▌"; color: oklch(0.70 0.17 258); animation: wl-caret .9s steps(1) infinite; }
.wl-ia__score { display: flex; align-items: center; gap: 13px; font-size: 12px; color: var(--ink-700); }
.wl-ia__score b { font-variant-numeric: tabular-nums; color: var(--ink-950); }
.wl-meter--ia { max-width: 240px; }

/* 05 — Sécurité */
.wl-vault { display: flex; align-items: center; gap: 22px; }
.wl-vault__lock { width: 86px; height: 86px; flex-shrink: 0; }
.wl-vault__body { fill: var(--ink-950); }
.wl-vault__shackle {
  fill: none; stroke: var(--ink-950); stroke-width: 5; stroke-linecap: round;
  transform: translateY(-7px);
  animation: wl-lock 3.6s var(--ease) infinite;
}
@keyframes wl-lock {
  0%, 12%  { transform: translateY(-7px); }
  26%, 88% { transform: translateY(0); }
  100%     { transform: translateY(-7px); }
}
.wl-vault__eye { fill: var(--cream); animation: wl-eye 3.6s ease infinite; }
@keyframes wl-eye { 0%, 24% { fill: var(--cream); } 32%, 86% { fill: oklch(0.72 0.14 155); } 100% { fill: var(--cream); } }
.wl-vault__route {
  display: flex; align-items: center; gap: 9px; flex-wrap: wrap;
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.04em; color: var(--ink-700);
}
.wl-vault__route > span { border: 1px solid var(--hair-warm); padding: 6px 10px; border-radius: 7px; background: var(--card); white-space: nowrap; }
.wl-vault__pulse { position: relative; width: 34px; height: 2px; background: var(--hair-warm); overflow: visible; }
.wl-vault__pulse::after {
  content: ""; position: absolute; top: -2.5px; left: 0;
  width: 7px; height: 7px; border-radius: 50%; background: var(--accent);
  animation: wl-pulse-travel 1.6s linear infinite; animation-delay: var(--pd, 0s);
}
@keyframes wl-pulse-travel { from { left: -4px; opacity: 0; } 18% { opacity: 1; } 82% { opacity: 1; } to { left: 32px; opacity: 0; } }
.wl-vault__checks { list-style: none; margin: 0; padding: 0; }
.wl-vault__checks li {
  display: flex; align-items: center; gap: 11px;
  padding: 9px 0; border-top: 1px solid var(--hair-warm-2);
  font-size: 13px; font-weight: 500;
}
.js [data-anim] .wl-vault__checks li { opacity: 0; transform: translateX(-10px); }
.js .in-view .wl-vault__checks li { animation: wl-check-in .6s var(--ease) forwards; animation-delay: calc(0.25s + var(--i) * 0.22s); }
@keyframes wl-check-in { to { opacity: 1; transform: none; } }
.wl-vault__checks i {
  font-style: normal; width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0;
  background: color-mix(in oklab, var(--tone-call) var(--pill-mix), var(--card)); color: var(--tone-call);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700;
}

/* 06 — Partage */
.wl-team { display: flex; flex-direction: column; gap: 20px; }
.wl-team__org { display: flex; flex-direction: column; align-items: center; gap: 0; }
.wl-team__gerant {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 13px; font-weight: 650;
  border: 1px solid var(--hair-warm); border-radius: 999px;
  background: var(--card); padding: 7px 16px 7px 8px;
  box-shadow: 0 10px 26px -10px oklch(0.115 0.012 258 / 0.3);
}
.wl-team__ava {
  width: 30px; height: 30px; border-radius: 50%; font-style: normal;
  background: var(--cream-2); border: 1px solid var(--hair-warm);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 10px; font-weight: 700; color: var(--ink-700);
}
.wl-team__ava--g { background: var(--ink-950); border-color: var(--ink-950); color: var(--cream); }
.wl-team__wires { display: flex; justify-content: center; gap: 64px; height: 26px; }
.wl-team__wires i { width: 1px; background: var(--hair-warm); transform-origin: top; }
.js [data-anim] .wl-team__wires i { transform: scaleY(0); }
.js .in-view .wl-team__wires i { animation: wl-wire .5s var(--ease) forwards; }
.js .in-view .wl-team__wires i:nth-child(1) { animation-delay: .15s; }
.js .in-view .wl-team__wires i:nth-child(2) { animation-delay: .25s; }
.js .in-view .wl-team__wires i:nth-child(3) { animation-delay: .35s; }
.js .in-view .wl-team__wires i:nth-child(4) { animation-delay: .45s; }
@keyframes wl-wire { to { transform: scaleY(1); } }
.wl-team__seats { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.wl-team__seat {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 600;
  border: 1px solid var(--hair-warm); border-radius: 999px;
  background: var(--card); padding: 5px 14px 5px 6px;
}
.js [data-anim] .wl-team__seat { opacity: 0; transform: translateY(8px) scale(0.92); }
.js .in-view .wl-team__seat { animation: wl-seat-in .55s var(--ease-pop) forwards; animation-delay: calc(0.4s + var(--i) * 0.14s); }
@keyframes wl-seat-in { to { opacity: 1; transform: none; } }
.wl-team__seat .wl-team__ava { width: 26px; height: 26px; font-size: 9px; }
.wl-team__doc {
  align-self: center; display: inline-flex; flex-direction: column; align-items: center; gap: 3px;
  border: 1px dashed var(--hair-warm); border-radius: 11px;
  padding: 11px 18px; font-size: 12px; font-weight: 600;
  animation: wl-doc-float 5s ease-in-out infinite;
}
.wl-team__doc i { font-style: normal; font-size: 10.5px; font-weight: 600; color: var(--tone-call); }
@keyframes wl-doc-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

/* ════════════════ ACTE 4 — Bande stats ════════════════ */
.wl-band { position: relative; z-index: 2; background: var(--ink-950); color: var(--cream); margin-top: 70px; }
.wl-band__in {
  max-width: var(--content-max); margin: 0 auto;
  padding: clamp(48px, 8vh, 84px) var(--pad-x);
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 3vw, 44px);
}
.wl-band__stat { display: flex; flex-direction: column; gap: 6px; }
.wl-band__stat + .wl-band__stat { border-left: 1px solid var(--band-line); padding-left: clamp(20px, 3vw, 44px); }
.wl-band__num {
  font-family: var(--font-serif); font-style: italic;
  font-size: clamp(38px, 4.4vw, 60px); line-height: 1; letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}
.wl-band__lbl { font-size: 12.5px; color: var(--band-lbl); }

/* ════════════════ ACTE 5 — Étapes ════════════════ */
.wl-steps { position: relative; z-index: 2; padding: clamp(80px, 11vh, 130px) 0 30px; }
.wl-steps__row {
  position: relative;
  max-width: var(--content-max); margin: 52px auto 0;
  padding: 0 var(--pad-x);
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(22px, 3.5vw, 48px);
}
.wl-steps__line {
  position: absolute; top: 21px; left: calc(var(--pad-x) + 60px); right: calc(var(--pad-x) + 60px);
  height: 1px; background: var(--hair-warm);
  transform-origin: left;
}
.js .wl-steps__line[data-reveal] { transform: scaleX(0); opacity: 1; }
.js .wl-steps__line[data-reveal].is-in { transform: scaleX(1); transition: transform 1.6s var(--ease) .3s; }
.wl-step { position: relative; }
.wl-step__no {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--cream); border: 1px solid var(--ink-950);
  font-family: var(--font-mono); font-size: 12px; font-weight: 500;
  margin-bottom: 16px; position: relative; z-index: 1;
}
.wl-step__t { font-family: var(--font-serif); font-style: italic; font-weight: 400; font-size: 22px; margin: 0 0 8px; }
.wl-step__p { font-size: 13px; color: var(--ink-700); margin: 0; max-width: 320px; }
.wl-steps__cta { text-align: center; margin-top: 56px; }

/* ════════════════ ACTE 6 — Tarifs ════════════════ */
.wl-pricing { position: relative; z-index: 2; padding: clamp(80px, 11vh, 130px) 0 20px; scroll-margin-top: 84px; }
.wl-plans {
  max-width: var(--content-max); margin: 56px auto 0;
  padding: 0 var(--pad-x);
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.4vw, 28px);
  align-items: stretch;
  perspective: 1600px;
}
.wl-plan {
  position: relative;
  background: var(--cream); border: 1px solid var(--hair-warm);
  padding: 30px 28px 26px;
  display: flex; flex-direction: column;
  transform: rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
  transition: transform .3s var(--ease), box-shadow .35s ease, border-color .35s ease;
  transform-style: preserve-3d;
}
.wl-plan:hover { border-color: var(--ink-400); box-shadow: 0 26px 60px -22px oklch(0.115 0.012 258 / 0.25); }
.wl-plan__name { font-family: var(--font-serif); font-style: italic; font-weight: 400; font-size: 26px; margin: 0 0 10px; }
.wl-plan__price { display: flex; align-items: baseline; gap: 8px; margin: 0 0 6px; }
.wl-plan__price b { font-size: 42px; font-weight: 650; letter-spacing: -0.03em; line-height: 1; }
.wl-plan__price span { font-size: 12px; color: var(--ink-500); }
.wl-plan__tag { font-family: var(--font-serif); font-style: italic; font-size: 14.5px; color: var(--ink-700); margin: 0 0 20px; }
.wl-plan__feats { list-style: none; margin: 0 0 26px; padding: 0; flex: 1; }
.wl-plan__feats li {
  display: flex; align-items: baseline; gap: 10px;
  padding: 8px 0; border-top: 1px solid var(--hair-warm-2);
  font-size: 13px;
}
.wl-plan__feats li:last-child { border-bottom: 1px solid var(--hair-warm-2); }
.wl-plan__feats i { font-style: normal; font-family: var(--font-mono); font-size: 11px; color: var(--tone-call); flex-shrink: 0; }
.wl-plan__feats li.off { color: var(--ink-500); }
.wl-plan__feats li.off i { color: var(--ink-400); }
.wl-plan__cta {
  display: flex; align-items: center; justify-content: center;
  height: 48px; padding: 0 18px; text-align: center;
  font-size: 12.5px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase;
  transition: background .18s ease, transform .18s var(--ease), box-shadow .2s ease;
}
.wl-plan__cta--ghost { border: 1px solid var(--ink-950); color: var(--ink-950); }
.wl-plan__cta--ghost:hover { background: var(--ink-950); color: var(--cream); transform: translateY(-2px); }
.wl-plan__cta--solid { background: var(--accent); color: #fff; }
.wl-plan__cta--solid:hover { background: oklch(0.52 0.18 258); transform: translateY(-2px); box-shadow: 0 14px 30px -8px oklch(0.58 0.17 258 / 0.5); }
.wl-plan__hint { font-size: 11px; color: var(--ink-500); text-align: center; margin: 12px 0 0; line-height: 1.5; }

.wl-plan--pro {
  background: var(--ink-950); color: var(--cream);
  border-color: var(--ink-950);
  transform: rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) scale(1.03);
  box-shadow: 0 36px 90px -26px oklch(0.115 0.012 258 / 0.5);
  z-index: 1;
}
.wl-plan--pro:hover { border-color: var(--ink-950); box-shadow: 0 42px 100px -26px oklch(0.115 0.012 258 / 0.55); }
.wl-plan--pro .wl-plan__tag { color: var(--pro-muted); }
.wl-plan--pro .wl-plan__price span { color: var(--pro-muted2); }
.wl-plan--pro .wl-plan__feats li { border-color: var(--pro-line); font-weight: 500; }
.wl-plan--pro .wl-plan__feats i { color: var(--pro-ok); }
.wl-plan--pro .wl-plan__hint { color: var(--pro-muted2); }
.wl-plan__badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--accent); color: #fff;
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 5px 14px; border-radius: 999px;
  box-shadow: 0 8px 22px -6px oklch(0.58 0.17 258 / 0.55);
  animation: wl-badge 3.2s ease-in-out infinite;
}
@keyframes wl-badge { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(-3px); } }

.wl-pricing__note {
  max-width: 760px; margin: 36px auto 0; padding: 0 var(--pad-x);
  text-align: center; font-size: 11.5px; color: var(--ink-500); line-height: 1.7;
}
.wl-pricing__note a { text-decoration: underline; text-underline-offset: 2px; }
.wl-pricing__note a:hover { color: var(--ink-950); }

/* ════════════════ ACTE 7 — CTA final ════════════════ */
.wl-final { position: relative; z-index: 2; padding: clamp(90px, 14vh, 170px) 0; text-align: center; }
.wl-final__in { max-width: 880px; margin: 0 auto; padding: 0 var(--pad-x); }
.wl-final__title {
  font-family: var(--font-serif); font-style: italic; font-weight: 400;
  font-size: clamp(40px, 6.4vw, 80px); line-height: 1.02; letter-spacing: -0.025em;
  margin: 0 0 20px;
}
.wl-final__sub { font-family: var(--font-serif); font-style: italic; font-size: 18px; color: var(--ink-700); margin: 0 0 36px; }
.wl-final__ctas { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-bottom: 18px; }
.wl-final__hint { font-size: 12px; color: var(--ink-500); margin: 0; }

/* ════════════════ Footer ════════════════ */
.wl-footer { border-top: 1px solid var(--hair-warm); background: var(--cream); }
.wl-footer__in {
  max-width: var(--content-max); margin: 0 auto;
  padding: 52px var(--pad-x) 40px;
  display: grid; grid-template-columns: 1.6fr 1fr 1fr;
  gap: clamp(24px, 4vw, 60px);
}
.wl-footer__brand .wl-brand__mark { font-size: 24px; }
.wl-footer__claim { font-family: var(--font-serif); font-style: italic; font-size: 14px; color: var(--ink-700); margin: 10px 0 0; max-width: 280px; }
.wl-footer__col { display: flex; flex-direction: column; gap: 9px; }
.wl-footer__col h4 {
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--ink-500); margin: 0 0 4px; font-weight: 500;
}
.wl-footer__col a { font-size: 13px; color: var(--ink-700); transition: color .15s; width: fit-content; }
.wl-footer__col a:hover { color: var(--ink-950); }
.wl-footer__bar {
  border-top: 1px solid var(--hair-warm-2);
  max-width: var(--content-max); margin: 0 auto;
  padding: 16px var(--pad-x);
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.06em; color: var(--ink-500);
}

/* ════════════════ CTA flottant mobile ════════════════ */
.wl-fab {
  position: fixed; left: 16px; right: 16px; bottom: 14px; z-index: 55;
  display: none; align-items: center; justify-content: center;
  height: 52px; background: var(--ink-950); color: var(--cream);
  font-size: 13px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase;
  box-shadow: 0 18px 44px oklch(0 0 0 / 0.32);
  transform: translateY(86px);
  transition: transform .4s var(--ease-pop);
}
.wl-fab.is-on { transform: translateY(0); }

/* ════════════════ Responsive ════════════════ */
@media (max-width: 1100px) {
  .wl-hero__in { grid-template-columns: 1fr; gap: 40px; }
  .wl-hero { min-height: 0; padding-bottom: 70px; }
  .wl-hero__copy { max-width: 640px; }
  .wl-stage__persp { perspective-origin: 50% 30%; }
  .wl-scroll-cue { display: none; }
}
@media (max-width: 900px) {
  html { scroll-padding-top: 70px; }
  :root { --header-h: 56px; }
  .wl-nav { display: none; }
  .wl-btn-login { display: none; }
  .wl-versus__panels { grid-template-columns: 1fr; }
  .wl-fly { display: none; }
  .wl-sheet { transform: none; filter: none; opacity: 1; }
  .wl-griefs li { grid-template-columns: 1fr; gap: 3px; }
  .wl-pillar { grid-template-columns: 1fr; gap: 26px; padding-top: 38px; padding-bottom: 38px; }
  .wl-pillar--flip .wl-pillar__copy { order: 1; }
  .wl-pillar--flip .wl-panel { order: 2; }
  .wl-panel { min-height: 0; }
  .wl-band__in { grid-template-columns: 1fr 1fr; }
  .wl-band__stat + .wl-band__stat { border-left: 0; padding-left: 0; }
  .wl-steps__row { grid-template-columns: 1fr; gap: 34px; }
  .wl-steps__line { display: none; }
  .wl-plans { grid-template-columns: 1fr; max-width: 540px; }
  .wl-plan--pro { transform: none; }
  .wl-footer__in { grid-template-columns: 1fr; gap: 30px; }
  .wl-fab { display: flex; }
}
@media (max-width: 600px) {
  .wl-hero__ctas .wl-cta, .wl-hero__ctas .wl-cta-ghost { width: 100%; justify-content: center; }
  .wl-final__ctas .wl-cta, .wl-final__ctas .wl-cta-ghost { width: 100%; justify-content: center; }
  .wl-band__in { grid-template-columns: 1fr; }
  .wl-footer__bar { flex-direction: column; align-items: flex-start; gap: 6px; }
  /* satellites : on les ramène dans le cadre pour ne pas être rognés */
  .wl-sat--ia { left: 8px; }
  .wl-sat--bell { right: 8px; }
  .wlp-mail { right: 10px; }
  .wl-sat--push { right: 60px; }
}

/* ════════════════ Reduced motion ════════════════ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001s !important;
    transition-delay: 0s !important;
  }
  .js [data-reveal] { opacity: 1; transform: none; }
  .js [data-stage]:not(.is-built) .wl-piece { opacity: 1; transform: translateZ(var(--z, 0px)); }
  .js [data-stage]:not(.is-live) .wlp-chart__bars i { transform: scaleY(1); }
  .js [data-stage]:not(.is-live) .wlp-ring__fill { stroke-dashoffset: var(--ring-off, 47); }
  .js [data-stage]:not(.is-live) .wlp-task.is-done i { transform: scale(1); }
  .js [data-stage]:not(.is-live) .wlp-row .wl-pill { transform: none; opacity: 1; }
  .wl-hl__path, .wl-hl__path--final { stroke-dashoffset: 0; animation: none; }
  .js [data-anim]:not(.in-view) .wl-meter__fill { width: var(--pct, 60%); }
  .js [data-anim] .wl-vault__checks li,
  .js [data-anim] .wl-team__seat { opacity: 1; transform: none; }
  .js [data-anim] .wl-team__wires i { transform: scaleY(1); }
  .wl-cursor, .wl-stage-toast { display: none; }
  .wl-fly { display: none; }
  .js .wl-versus:not(.is-static) .wl-pipe__row:not(.is-landed),
  .js .wl-versus:not(.is-static) .wl-pipe__row:not(.is-landed) .wl-pill,
  .js .wl-versus:not(.is-static) .wl-pipe__stamp:not(.is-on) { opacity: 1; transform: none; }
  .wl-sheet { transform: none; filter: none; opacity: 1; }
  .js .wl-steps__line[data-reveal] { transform: scaleX(1); }
}
