/* ═══════════════════════════════════════════════════════════
   Escale - landing premium · Apple Keynote / macOS glass
   ═══════════════════════════════════════════════════════════ */

/* ── Self-hosted type system (Fraunces display + Inter text), latin + latin-ext ── */
@font-face{font-family:'Fraunces';font-style:italic;font-weight:340 500;font-display:swap;src:url(fonts/fraunces-italic-latin.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'Fraunces';font-style:italic;font-weight:340 500;font-display:swap;src:url(fonts/fraunces-italic-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:'Fraunces';font-style:normal;font-weight:300 600;font-display:swap;src:url(fonts/fraunces-normal-latin.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'Fraunces';font-style:normal;font-weight:300 600;font-display:swap;src:url(fonts/fraunces-normal-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:'Hanken Grotesk';font-style:normal;font-weight:400 800;font-display:swap;src:url(fonts/hanken-normal-latin.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'Hanken Grotesk';font-style:normal;font-weight:400 800;font-display:swap;src:url(fonts/hanken-normal-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:'Bricolage Grotesque';font-style:normal;font-weight:300 800;font-display:swap;src:url(fonts/bricolage-latin.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'Bricolage Grotesque';font-style:normal;font-weight:300 800;font-display:swap;src:url(fonts/bricolage-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}

:root {
  /* ─── Palette ─── */
  --bg-1: #fbf8f3;
  --bg-2: #f4ece0;
  --bg-3: #ebe0ce;
  --surface: rgba(255, 255, 255, 0.58);
  --surface-elev: rgba(255, 255, 255, 0.74);
  --surface-solid: #ffffff;

  /* Surfaces fixes - ne s'inversent pas en dark mode */
  --ink-fixed: #14100c;
  --on-ink-fixed: #f6ede1;

  --ink: #16110c;
  --ink-soft: #4a3d33;
  --ink-mute: #93847a;

  --line: rgba(22, 17, 12, 0.06);
  --line-2: rgba(22, 17, 12, 0.13);
  --line-glass-top: rgba(255, 255, 255, 0.55);

  --accent: #c5573b;
  --accent-deep: #9a4126;
  --accent-soft: rgba(197, 87, 59, 0.10);
  --accent-glow: rgba(232, 138, 98, 0.50);
  --teal: #1a6d6b;
  --plum: #7e569c;

  /* ─── Glass system ─── */
  --blur: saturate(180%) blur(28px);
  --blur-strong: saturate(195%) blur(44px);

  /* ─── Radii ─── */
  --r-sm: 14px;
  --r-md: 20px;
  --r-lg: 30px;
  --r-xl: 44px;
  --r-2xl: 60px;

  /* ─── Shadows multi-couches (Apple-style depth) ─── */
  --sh-sm: 0 1px 2px rgba(74,42,30,.05), 0 4px 10px -3px rgba(74,42,30,.06);
  --sh-md: inset 0 1px 0 rgba(255,255,255,.65), 0 1px 2px rgba(74,42,30,.04), 0 10px 22px -6px rgba(74,42,30,.08), 0 26px 48px -16px rgba(74,42,30,.11);
  --sh-lg: inset 0 1px 0 rgba(255,255,255,.65), 0 2px 6px rgba(74,42,30,.06), 0 24px 44px -10px rgba(74,42,30,.14), 0 60px 96px -22px rgba(74,42,30,.20);
  --sh-xl: 0 4px 12px rgba(74,42,30,.10), 0 40px 70px -14px rgba(74,42,30,.22), 0 96px 160px -30px rgba(74,42,30,.32);
  --sh-device: 0 2px 6px rgba(74,42,30,.05), 0 12px 24px rgba(74,42,30,.08), 0 40px 80px rgba(74,42,30,.13), 0 80px 120px rgba(74,42,30,.11);

  /* ─── Easings ─── */
  --ease-out: cubic-bezier(.22, 1, .36, 1);
  --ease-spring: cubic-bezier(.34, 1.56, .64, 1);
  --ease-glide: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-pop: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-swift: cubic-bezier(0.4, 0, 0.2, 1);

  --font: "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --font-display: "Bricolage Grotesque", "Hanken Grotesk", -apple-system, system-ui, sans-serif;
  --font-mono: ui-monospace, "SF Mono", "Geist Mono", Menlo, monospace;
  --max: 1200px;
}
/* Dark tokens - applied on OS-dark (unless user forced light) OR when user forces dark */
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --bg-1: #14110d;
    --bg-2: #1e1813;
    --bg-3: #271f18;
    --surface: rgba(42, 34, 28, 0.50);
    --surface-elev: rgba(48, 39, 31, 0.68);
    --surface-solid: #271f19;
    --ink: #f6ede1;
    --ink-soft: #c6b8a9;
    --ink-mute: #8b7d70;
    --line: rgba(246, 237, 225, 0.07);
    --line-2: rgba(246, 237, 225, 0.16);
    --line-glass-top: rgba(255, 255, 255, 0.12);
    --accent: #ed8160;
    --accent-deep: #d6633f;
    --accent-soft: rgba(237, 129, 96, 0.14);
    --accent-glow: rgba(237, 129, 96, 0.42);
    --teal: #4dbab7;
    --plum: #b89be0;
    --sh-md: inset 0 1px 0 rgba(255,255,255,.06), 0 1px 2px rgba(0,0,0,.40), 0 12px 26px -6px rgba(0,0,0,.50), 0 28px 50px -14px rgba(0,0,0,.62);
    --sh-lg: inset 0 1px 0 rgba(255,255,255,.06), 0 2px 6px rgba(0,0,0,.42), 0 28px 50px -10px rgba(0,0,0,.56), 0 70px 110px -22px rgba(0,0,0,.72);
    --sh-xl: 0 4px 12px rgba(0,0,0,.5), 0 48px 80px -14px rgba(0,0,0,.62), 0 110px 180px -30px rgba(0,0,0,.82);
    --sh-device: 0 2px 6px rgba(0,0,0,.4), 0 12px 24px rgba(0,0,0,.5), 0 40px 80px rgba(0,0,0,.6), 0 80px 120px rgba(0,0,0,.5);
  }
}
:root[data-theme="dark"] {
  --bg-1: #14110d;
  --bg-2: #1e1813;
  --bg-3: #271f18;
  --surface: rgba(42, 34, 28, 0.50);
  --surface-elev: rgba(48, 39, 31, 0.68);
  --surface-solid: #271f19;
  --ink: #f6ede1;
  --ink-soft: #c6b8a9;
  --ink-mute: #8b7d70;
  --line: rgba(246, 237, 225, 0.07);
  --line-2: rgba(246, 237, 225, 0.16);
  --line-glass-top: rgba(255, 255, 255, 0.12);
  --accent: #ed8160;
  --accent-deep: #d6633f;
  --accent-soft: rgba(237, 129, 96, 0.14);
  --accent-glow: rgba(237, 129, 96, 0.42);
  --teal: #4dbab7;
  --plum: #b89be0;
  --sh-md: inset 0 1px 0 rgba(255,255,255,.06), 0 1px 2px rgba(0,0,0,.40), 0 12px 26px -6px rgba(0,0,0,.50), 0 28px 50px -14px rgba(0,0,0,.62);
  --sh-lg: inset 0 1px 0 rgba(255,255,255,.06), 0 2px 6px rgba(0,0,0,.42), 0 28px 50px -10px rgba(0,0,0,.56), 0 70px 110px -22px rgba(0,0,0,.72);
  --sh-xl: 0 4px 12px rgba(0,0,0,.5), 0 48px 80px -14px rgba(0,0,0,.62), 0 110px 180px -30px rgba(0,0,0,.82);
  --sh-device: 0 2px 6px rgba(0,0,0,.4), 0 12px 24px rgba(0,0,0,.5), 0 40px 80px rgba(0,0,0,.6), 0 80px 120px rgba(0,0,0,.5);
}

* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg-1);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  font-feature-settings: "ss01", "ss02", "kern", "liga";
}

/* Fond : aurora chaude multi-radials */
body::before {
  content: "";
  position: fixed; inset: 0; z-index: -2;
  background:
    radial-gradient(ellipse 48% 38% at 10% -3%, rgba(255,184,140,.62), transparent 70%),
    radial-gradient(ellipse 42% 36% at 92% 5%, rgba(232,138,98,.52), transparent 70%),
    radial-gradient(ellipse 36% 32% at 58% 14%, rgba(255,205,150,.34), transparent 76%),
    radial-gradient(ellipse 58% 48% at 82% 96%, rgba(255,205,150,.46), transparent 74%),
    radial-gradient(ellipse 44% 44% at 10% 102%, rgba(140,156,200,.30), transparent 72%),
    radial-gradient(ellipse 40% 36% at 50% 64%, rgba(180,140,200,.16), transparent 80%),
    var(--bg-1);
}
body::after {
  content: "";
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='150'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) body::after { opacity: 0.06; mix-blend-mode: overlay; }
}
:root[data-theme="dark"] body::after { opacity: 0.06; mix-blend-mode: overlay; }

/* Accessible focus rings (were missing site-wide) */
:focus-visible { outline: 2px solid color-mix(in srgb, var(--accent) 62%, transparent); outline-offset: 3px; border-radius: 6px; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, [tabindex]:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--accent) 62%, transparent); outline-offset: 3px;
}

/* ───────── NAV ───────── */
/* Nav flottante Liquid Glass (iOS 26) : barre détachée, verre translucide, reflet spéculaire */
.nav {
  position: sticky; top: 12px; z-index: 60;
  width: calc(100% - 28px); max-width: var(--max);
  margin: 12px auto 0;
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px;
  padding: 9px 12px 9px 18px;
  border-radius: 22px;
  background: var(--surface);
  -webkit-backdrop-filter: var(--blur-strong); backdrop-filter: var(--blur-strong);
  border: 1px solid var(--line-2);
  box-shadow: inset 0 1px 0 var(--line-glass-top), inset 0 0 0 0.5px rgba(255,255,255,.04), var(--sh-lg);
  transition: padding .3s var(--ease-out), box-shadow .35s var(--ease-out), background .35s var(--ease-out);
}
/* Reflet liquide : léger dégradé spéculaire qui glisse sur le haut du verre */
.nav::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,0) 42%);
  mix-blend-mode: overlay; opacity: .9;
}
.nav > * { position: relative; }
.nav.scrolled {
  padding-top: 8px; padding-bottom: 8px;
  background: var(--surface-elev);
  box-shadow: inset 0 1px 0 var(--line-glass-top), var(--sh-xl);
}
.brand {
  display: flex; align-items: center; gap: 10px;
  font-size: 19px; font-weight: 800; letter-spacing: -0.035em;
  color: var(--ink); text-decoration: none;
}
.brand-mark {
  width: 32px; height: 32px;
  display: inline-flex; padding: 7px;
  border-radius: 10px;
  background: var(--ink); color: var(--bg-1);
}
.brand-mark svg { width: 100%; height: 100%; }
.nav-right { display: flex; align-items: center; gap: 12px; }
/* Sélecteur de langue (menu déroulant, 5 langues) */
.lang-menu { position: relative; }
.lang-menu > summary {
  display: inline-flex; align-items: center; gap: 5px;
  list-style: none; cursor: pointer; height: 38px; padding: 0 9px;
  background: var(--surface);
  -webkit-backdrop-filter: var(--blur); backdrop-filter: var(--blur);
  border: 1px solid var(--line); border-radius: 999px;
  color: var(--ink-soft);
  font: inherit; font-size: 12.5px; font-weight: 700; letter-spacing: .02em;
  transition: color .2s var(--ease-out), border-color .2s var(--ease-out);
}
.lang-menu > summary::-webkit-details-marker { display: none; }
.lang-menu > summary:hover { color: var(--ink); border-color: var(--line-2); }
.lang-menu .ic-globe { width: 16px; height: 16px; }
.lang-menu .ic-caret { width: 13px; height: 13px; opacity: .6; transition: transform .2s var(--ease-out); }
.lang-menu[open] .ic-caret { transform: rotate(180deg); }
.lang-menu .lang-cur { min-width: 17px; text-align: center; }
.lang-list {
  position: absolute; top: calc(100% + 8px); right: 0; z-index: 70;
  display: flex; flex-direction: column; gap: 2px;
  min-width: 152px; padding: 6px;
  background: var(--surface-elev, var(--surface));
  -webkit-backdrop-filter: var(--blur-strong); backdrop-filter: var(--blur-strong);
  border: 1px solid var(--line); border-radius: 16px;
  box-shadow: var(--sh-lg, 0 20px 44px -12px rgba(22,17,12,.4));
  animation: langIn .18s var(--ease-out) both;
}
@keyframes langIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
.lang-list button {
  display: flex; align-items: center; justify-content: space-between;
  border: none; background: none; cursor: pointer;
  font: inherit; font-size: 14px; color: var(--ink-soft); text-align: left;
  padding: 9px 12px; border-radius: 10px;
  transition: background .16s var(--ease-out), color .16s var(--ease-out);
}
.lang-list button:hover { background: color-mix(in srgb, var(--ink) 7%, transparent); color: var(--ink); }
.lang-list button.lang-on { color: var(--ink); font-weight: 600; }
.lang-list button.lang-on::after { content: "✓"; color: var(--accent); font-weight: 700; }

/* Bouton connexion (espace voyage à venir) */
.login-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; flex-shrink: 0;
  border: 1px solid var(--line); border-radius: 50%;
  background: var(--surface);
  -webkit-backdrop-filter: var(--blur); backdrop-filter: var(--blur);
  color: var(--ink-soft); cursor: pointer;
  transition: color .2s var(--ease-out), border-color .2s var(--ease-out), transform .2s var(--ease-out);
}
.login-btn:hover { color: var(--ink); border-color: var(--line-2); transform: translateY(-1px); }
.login-btn:active { transform: scale(0.94); }
.login-btn svg { width: 19px; height: 19px; }

/* ───────── MODALE CONNEXION ───────── */
body.modal-open { overflow: hidden; }
.login-modal {
  position: fixed; inset: 0; z-index: 200;
  display: flex; align-items: center; justify-content: center; padding: 20px;
  background: color-mix(in srgb, var(--ink-fixed) 55%, transparent);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  animation: loginFade .2s var(--ease-out) both;
}
.login-modal[hidden] { display: none; }
@keyframes loginFade { from { opacity: 0; } to { opacity: 1; } }
.login-card {
  position: relative; width: 100%; max-width: 380px;
  background: var(--surface-elev, var(--bg-1));
  border: 1px solid var(--line); border-radius: 24px;
  padding: 34px 28px 28px; text-align: center;
  box-shadow: var(--sh-lg, 0 30px 70px -20px rgba(22,17,12,.5));
  animation: loginPop .28s var(--ease-glide, var(--ease-out)) both;
}
@keyframes loginPop { from { opacity: 0; transform: translateY(14px) scale(.98); } to { opacity: 1; transform: none; } }
.login-x {
  position: absolute; top: 14px; right: 14px;
  display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px; border-radius: 50%;
  border: none; background: none; cursor: pointer; color: var(--ink-mute);
  transition: background .16s var(--ease-out), color .16s var(--ease-out);
}
.login-x:hover { background: color-mix(in srgb, var(--ink) 8%, transparent); color: var(--ink); }
.login-x svg { width: 18px; height: 18px; }
.login-mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; margin-bottom: 14px;
  border-radius: 13px; background: var(--ink-fixed); color: var(--on-ink-fixed);
}
.login-mark svg { width: 30px; height: 30px; }
.login-title { font-size: 22px; margin: 0 0 8px; }
.login-intro { font-size: 14.5px; color: var(--ink-soft); line-height: 1.5; margin: 0 auto 20px; max-width: 30ch; }
.login-form { display: flex; flex-direction: column; gap: 10px; }
.login-input {
  width: 100%; font: inherit; font-size: 15px;
  padding: 13px 15px; border-radius: 13px;
  border: 1px solid var(--line); background: var(--surface); color: var(--ink);
  transition: border-color .18s var(--ease-out);
}
.login-input::placeholder { color: var(--ink-mute); }
.login-input:focus { outline: none; border-color: var(--accent); }
.login-submit {
  width: 100%; font: inherit; font-size: 15px; font-weight: 600; cursor: pointer;
  padding: 13px 16px; border-radius: 13px; border: none;
  background: var(--ink); color: var(--bg-1);
  transition: background .2s var(--ease-out), transform .2s var(--ease-out);
}
.login-submit:hover { background: color-mix(in srgb, var(--ink) 86%, var(--accent)); }
.login-submit:active { transform: scale(0.98); }
.login-msg { font-size: 13.5px; color: var(--accent); margin: 12px 0 0; opacity: 0; transition: opacity .2s var(--ease-out); }
.login-msg.show { opacity: 1; }
.login-note { font-size: 12.5px; color: var(--ink-mute); line-height: 1.5; margin: 16px 0 0; }
@media (prefers-reduced-motion: reduce) {
  .login-modal, .login-card, .lang-list { animation: none; }
}

/* Theme toggle (light / dark) */
.theme-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; flex-shrink: 0;
  border: 1px solid var(--line); border-radius: 50%;
  background: var(--surface);
  -webkit-backdrop-filter: var(--blur); backdrop-filter: var(--blur);
  color: var(--ink-soft); cursor: pointer;
  transition: color .2s var(--ease-out), border-color .2s var(--ease-out), transform .2s var(--ease-out);
}
.theme-toggle:hover { color: var(--ink); border-color: var(--line-2); transform: translateY(-1px); }
.theme-toggle:active { transform: scale(0.94); }
.theme-toggle svg { width: 18px; height: 18px; }
.theme-toggle .ic-sun { display: none; }
.theme-toggle .ic-moon { display: block; }
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .theme-toggle .ic-sun { display: block; }
  :root:not([data-theme="light"]) .theme-toggle .ic-moon { display: none; }
}
:root[data-theme="dark"] .theme-toggle .ic-sun { display: block; }
:root[data-theme="dark"] .theme-toggle .ic-moon { display: none; }
:root[data-theme="light"] .theme-toggle .ic-sun { display: none; }
:root[data-theme="light"] .theme-toggle .ic-moon { display: block; }

/* CTA nav en sombre neutre : la terracotta est réservée au bouton du formulaire (accent rationné) */
.nav-cta {
  font-size: 14px; font-weight: 600;
  color: var(--bg-1); background: var(--ink);
  text-decoration: none; padding: 11px 20px;
  border-radius: 999px;
  box-shadow: 0 4px 14px -6px rgba(22,17,12,.45);
  transition: transform .2s var(--ease-out), background .2s var(--ease-out);
}
.nav-cta:hover { background: color-mix(in srgb, var(--ink) 86%, var(--accent)); transform: translateY(-1px); }
.nav-cta:active { transform: scale(0.96); }

/* Liens de nav (desktop) : vraie nav produit */
.nav-links { display: none; }
@media (min-width: 940px) {
  .nav-links { display: flex; gap: 30px; }
  .nav-links a {
    font-size: 14.5px; font-weight: 500; color: var(--ink-soft);
    text-decoration: none; position: relative; padding: 4px 0;
    transition: color .18s var(--ease-out);
  }
  .nav-links a::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 1.5px;
    background: var(--accent); transform: scaleX(0); transform-origin: left;
    transition: transform .22s var(--ease-out);
  }
  .nav-links a:hover { color: var(--ink); }
  .nav-links a:hover::after { transform: scaleX(1); }
}

.wl-social-ic svg { width: 17px; height: 17px; }
@media (max-width: 480px) {
  .nav-cta { padding: 10px 16px; font-size: 13px; }
}

/* ───────── LAYOUT ───────── */
main { display: block; }
section { max-width: var(--max); margin: 0 auto; padding: 0 28px; }

.sec-head { text-align: center; max-width: 760px; margin: 0 auto 84px; }
.sec-kicker {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: color-mix(in srgb, var(--accent) 82%, transparent);
  margin-bottom: 18px;
}
.sec-kicker.light { color: color-mix(in srgb, var(--on-ink-fixed) 72%, transparent); }
.sec-head h2, .bento-sec h2, .how h2 {
  font-family: var(--font-display);
  font-size: clamp(34px, 5.4vw, 60px);
  font-weight: 700; letter-spacing: -0.03em;
  line-height: 1.05;
  font-variation-settings: 'opsz' 72;
  text-wrap: balance;
}

/* ───────── HERO ───────── */
.hero {
  position: relative; max-width: none;
  min-height: calc(100svh - 66px);
  display: flex; align-items: center;
  padding: 12px 0;
}
.hero-bg { position: absolute; inset: 0; overflow: hidden; z-index: 0; pointer-events: none; }
.hero-routes { width: 100%; height: 100%; }
.hero-routes path {
  fill: none; stroke: var(--accent);
  stroke-width: 2; opacity: 0.14;
  stroke-dasharray: 2 14; stroke-linecap: round;
}

.hero-inner {
  position: relative; z-index: 1;
  max-width: var(--max); margin: 0 auto; padding: 0 28px;
  display: grid; grid-template-columns: 1.04fr 0.96fr;
  gap: 48px; align-items: center;
  width: 100%; min-height: 0;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 12.5px; font-weight: 600;
  color: var(--ink-soft);
  background: var(--surface);
  -webkit-backdrop-filter: var(--blur); backdrop-filter: var(--blur);
  border: 1px solid var(--line);
  padding: 8px 16px 8px 14px; border-radius: 999px;
  margin-bottom: 26px;
  box-shadow: var(--sh-sm);
}
.eyebrow .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--teal) 22%, transparent);
}
.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(42px, 5.8vw, 72px);
  font-weight: 700; letter-spacing: -0.03em;
  line-height: 1.05;
  font-variation-settings: 'opsz' 120;
  margin-bottom: 22px;
  text-wrap: balance;
}
.grad {
  color: var(--accent);
}
.lede {
  font-size: clamp(15px, 1.5vw, 18px);
  color: var(--ink-soft);
  max-width: 30em;
  line-height: 1.6;
  margin-bottom: 34px;
}

/* ── Waitlist form ── */
.wl-form {
  display: flex; gap: 7px;
  max-width: 460px;
  background: var(--surface-solid);
  border: 1px solid var(--line-2);
  border-radius: 999px; padding: 6px;
  box-shadow: var(--sh-md);
  transition: box-shadow .3s var(--ease-out);
}
.wl-form:focus-within {
  box-shadow: var(--sh-lg), 0 0 0 4px var(--accent-soft);
}
.wl-form input[type=email] {
  flex: 1; min-width: 0;
  border: none; background: none; outline: none;
  font: inherit; font-size: 16px; color: var(--ink);
  padding: 12px 18px;
}
.wl-form button {
  flex-shrink: 0; border: none; cursor: pointer;
  background: var(--accent); color: #fff;
  font: inherit; font-size: 14.5px; font-weight: 700;
  padding: 13px 24px; border-radius: 999px;
  transition: background .2s var(--ease-out), transform .15s var(--ease-out), box-shadow .25s var(--ease-out);
  box-shadow: 0 6px 16px -4px var(--accent-glow);
}
.wl-form button:hover { background: var(--accent-deep); transform: translateY(-1px); box-shadow: 0 10px 22px -4px var(--accent-glow); }
.wl-form button:active { transform: scale(0.97); }
.wl-hp { position: absolute; left: -9999px; }
.wl-note { font-size: 12.5px; color: var(--ink-mute); margin-top: 24px; }
.wl-form.is-done {
  flex-direction: column; align-items: center; justify-content: center;
  gap: 4px; padding: 40px 28px 34px; text-align: center; width: 100%;
  background: var(--surface-elev);
  -webkit-backdrop-filter: var(--blur-strong); backdrop-filter: var(--blur-strong);
  border: 1px solid var(--line-2); border-radius: 26px;
  box-shadow: var(--sh-xl, 0 40px 90px -30px rgba(22,17,12,.5)), inset 0 1px 0 var(--line-glass-top);
  animation: wlDone .6s var(--ease-glide) both;
}
@keyframes wlDone {
  0% { opacity: 0; transform: translateY(16px) scale(.96); }
  60% { transform: translateY(0) scale(1.008); }
  100% { opacity: 1; transform: none; }
}
.wl-success-check { position: relative; display: inline-flex; margin-bottom: 14px; }
.wl-success-check::before {
  content: ""; position: absolute; inset: -22px; border-radius: 50%; z-index: 0;
  background: radial-gradient(circle, color-mix(in srgb, var(--teal) 34%, transparent) 0%, transparent 68%);
  animation: glowBloom .7s var(--ease-out) .28s both;
}
@keyframes glowBloom { from { opacity: 0; transform: scale(.5); } to { opacity: 1; transform: scale(1); } }
.wl-success-check svg { width: 62px; height: 62px; position: relative; z-index: 1; }
.wl-success-check circle {
  fill: none; stroke: var(--teal); stroke-width: 3;
  stroke-dasharray: 145; stroke-dashoffset: 145;
  animation: svgDraw .55s var(--ease-out) .1s forwards;
}
.wl-success-check path {
  fill: none; stroke: var(--teal); stroke-width: 4.2; stroke-linecap: round; stroke-linejoin: round;
  stroke-dasharray: 40; stroke-dashoffset: 40;
  animation: svgDraw .32s var(--ease-out) .5s forwards;
}
@keyframes svgDraw { to { stroke-dashoffset: 0; } }
.wl-success-title { font-family: var(--font-display); font-size: clamp(23px, 3vw, 27px); font-weight: 700; letter-spacing: -0.025em; color: var(--ink); margin: 0; }
.wl-success-msg { font-size: 14.5px; color: var(--ink-soft); line-height: 1.55; max-width: 32ch; margin: 8px auto 0; }
.wl-success-note { font-size: 12.5px; color: var(--ink-mute); margin: 14px 0 0; }
@media (prefers-reduced-motion: reduce) {
  .wl-form.is-done { animation: none; }
  .wl-success-check::before { animation: none; }
  .wl-success-check circle, .wl-success-check path { animation: none; stroke-dashoffset: 0; }
}

/* Preuve sociale */
.wl-social {
  display: flex; align-items: center; gap: 11px;
  margin-top: 26px;
}
.wl-social-ic {
  width: 30px; height: 30px; border-radius: 9px; flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 15px;
  background: var(--accent-soft); color: var(--accent-deep);
  box-shadow: var(--sh-sm);
}
.wl-social-txt { font-size: 12.5px; color: var(--ink-soft); font-weight: 600; }

/* ── Formulaire complet (CTA) : email + upload billets + consentement ── */
.cta-sub {
  max-width: 42ch;
  margin: -30px auto 30px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.55;
}
.wl-form.wl-card:not(.is-done) {
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  max-width: 520px;
  padding: 20px;
  border-radius: var(--r-md);
  text-align: left;
}
.wl-form.wl-card .wl-input {
  width: 100%;
  border: 1px solid var(--line-2);
  background: var(--bg-1);
  border-radius: var(--r-sm);
  padding: 14px 16px;
  font: inherit; font-size: 16px; color: var(--ink);
  outline: none;
  transition: border-color .2s var(--ease-out), box-shadow .2s var(--ease-out);
}
.wl-form.wl-card .wl-input::placeholder { color: var(--ink-mute); }
.wl-form.wl-card .wl-input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px var(--accent-soft);
}
.wl-file {
  position: relative;
  display: flex; align-items: center; gap: 11px;
  cursor: pointer;
  border: 1.5px dashed var(--line-2);
  border-radius: var(--r-sm);
  padding: 12px 15px;
  color: var(--ink-soft);
  font-size: 14.5px; font-weight: 600;
  transition: border-color .2s var(--ease-out), background .2s var(--ease-out), color .2s var(--ease-out);
}
.wl-file:hover { border-color: var(--accent); color: var(--accent-deep); background: var(--accent-soft); }
.wl-file input[type=file] {
  position: absolute; inset: 0; width: 100%; height: 100%;
  opacity: 0; cursor: pointer;
}
.wl-file-ic {
  width: 27px; height: 27px; border-radius: 8px; flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--accent-soft); color: var(--accent-deep);
  font-size: 19px; font-weight: 500; line-height: 1;
}
.wl-file-txt { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wl-file.has-files { border-style: solid; border-color: var(--teal); color: var(--teal); background: color-mix(in srgb, var(--teal) 7%, transparent); }
.wl-file.has-files .wl-file-ic { background: color-mix(in srgb, var(--teal) 16%, transparent); color: var(--teal); }
.wl-file-hint { font-size: 12px; color: var(--ink-mute); margin: -4px 3px 2px; line-height: 1.45; text-align: left; }
.wl-consent {
  display: flex; align-items: flex-start; gap: 9px;
  font-size: 12.5px; color: var(--ink-soft); line-height: 1.45;
  cursor: pointer; text-align: left;
}
.wl-consent input { margin-top: 1px; width: 16px; height: 16px; flex-shrink: 0; accent-color: var(--accent); cursor: pointer; }
.wl-card button { width: 100%; padding: 15px 24px; font-size: 15px; }

/* ── Formulaire hero compact + dépliable (garde le hero en pleine page) ── */
.wl-form.wl-hero-form {
  display: flex; flex-direction: column; align-items: flex-start; gap: 18px;
  max-width: 460px; background: none; border: none; box-shadow: none; padding: 0; border-radius: 0;
}
.wl-row {
  display: flex; gap: 7px; width: 100%;
  background: var(--surface-solid); border: 1px solid var(--line-2);
  border-radius: 999px; padding: 6px; box-shadow: var(--sh-md);
  transition: box-shadow .3s var(--ease-out);
}
.wl-row:focus-within { box-shadow: var(--sh-lg), 0 0 0 4px var(--accent-soft); }
.wl-hero-form .wl-input {
  flex: 1; min-width: 0; border: none; background: none; outline: none;
  font: inherit; font-size: 16px; color: var(--ink); padding: 12px 18px;
}
.wl-hero-form .wl-input::placeholder { color: var(--ink-mute); }
.wl-hero-form .wl-row button {
  flex-shrink: 0; border: none; cursor: pointer;
  background: var(--accent); color: #fff; font: inherit; font-size: 14.5px; font-weight: 700;
  padding: 13px 24px; border-radius: 999px;
  box-shadow: 0 6px 16px -4px var(--accent-glow);
  transition: background .2s var(--ease-out), transform .15s var(--ease-out);
}
.wl-hero-form .wl-row button:hover { background: var(--accent-deep); transform: translateY(-1px); }
.wl-hero-form .wl-row button:active { transform: scale(0.97); }
.wl-hero-form .wl-add {
  display: inline-flex; align-items: center; gap: 9px;
  background: none; border: none; cursor: pointer;
  font: inherit; font-size: 13.5px; font-weight: 600; color: var(--ink-soft);
  padding: 2px 2px; box-shadow: none;
  transition: color .18s var(--ease-out);
}
.wl-hero-form .wl-add:hover { color: var(--accent-deep); background: none; transform: none; }
.wl-add-ic {
  width: 24px; height: 24px; border-radius: 8px; flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--accent-soft); color: var(--accent-deep); font-size: 17px; line-height: 1; font-weight: 500;
}
.wl-extra {
  display: flex; flex-direction: column; gap: 10px; width: 100%; max-width: 460px;
  animation: wlExpand .28s var(--ease-out);
}
.wl-extra[hidden] { display: none; }
@keyframes wlExpand { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
.wl-extra .wl-file, .wl-extra .wl-file-hint, .wl-extra .wl-consent { text-align: left; }

/* ── Intake qualifiant : date / destination / whatsapp ── */
.wl-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; width: 100%; }
.wl-field { display: flex; flex-direction: column; gap: 5px; text-align: left; min-width: 0; }
.wl-field > span {
  font-size: 11px; font-weight: 600; letter-spacing: .02em;
  color: var(--ink-mute); text-transform: uppercase;
}
.wl-field input, .wl-input.wl-wa {
  width: 100%; border: 1px solid var(--line-2); background: var(--bg-1);
  border-radius: var(--r-sm); padding: 12px 14px;
  font: inherit; font-size: 15px; color: var(--ink); outline: none;
  transition: border-color .2s var(--ease-out), box-shadow .2s var(--ease-out);
}
.wl-field input:focus, .wl-input.wl-wa:focus {
  border-color: var(--accent); box-shadow: 0 0 0 4px var(--accent-soft);
}
.wl-input.wl-wa::placeholder { color: var(--ink-mute); }
@media (max-width: 460px) { .wl-fields { grid-template-columns: 1fr; } }

/* ── Section fondateur / lune de miel ── */
.founder-sec { padding: clamp(56px, 8vw, 104px) 0; }
.founder {
  max-width: 620px; margin: 0 auto; text-align: center;
  padding: clamp(30px, 4.5vw, 52px);
  background: var(--surface-solid);
  border: 1px solid var(--line-2);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-md);
}
.founder h2 { font-size: clamp(28px, 3.6vw, 40px); line-height: 1.08; margin: 12px 0 20px; }
.founder-p { color: var(--ink-soft); font-size: 16px; line-height: 1.62; margin: 0 auto 16px; max-width: 52ch; }
.founder-places { margin: 26px 0 4px; font-size: 14.5px; font-weight: 600; color: var(--ink-soft); }
.founder-places b {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 30px; height: 30px; padding: 0 9px; margin-right: 6px;
  border-radius: 999px; background: var(--accent-soft); color: var(--accent-deep);
  font-size: 15px; font-weight: 700; vertical-align: middle;
}
.founder-closed { margin: 26px 0 4px; font-size: 14.5px; font-weight: 600; color: var(--accent-deep); }
.founder-sign { margin: 14px 0 24px; font-size: 13px; font-weight: 600; font-style: italic; color: var(--ink-mute); }
.founder-cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--accent); color: #fff; text-decoration: none;
  font-size: 15px; font-weight: 700; padding: 14px 28px; border-radius: 999px;
  box-shadow: 0 6px 16px -4px var(--accent-glow);
  transition: background .2s var(--ease-out), transform .15s var(--ease-out), box-shadow .25s var(--ease-out);
}
.founder-cta:hover { background: var(--accent-deep); transform: translateY(-1px); box-shadow: 0 10px 22px -4px var(--accent-glow); }
.founder-cta:active { transform: scale(0.98); }

/* Pill e-mail + bouton dans le formulaire carte (CTA) : même comportement que le hero */
.wl-form.wl-card .wl-row .wl-input {
  flex: 1; width: auto; min-width: 0;
  border: none; background: none; box-shadow: none; border-radius: 0;
  padding: 12px 18px;
}
.wl-form.wl-card .wl-row .wl-input:focus { border: none; box-shadow: none; }
.wl-form.wl-card .wl-row button {
  flex: 0 0 auto; width: auto;
  padding: 13px 24px; border-radius: 999px;
}
/* Toggle "j'ai un voyage réservé" discret dans le CTA (comme le hero), pas un bouton plein */
.wl-form.wl-card .wl-add {
  width: auto; align-self: flex-start;
  background: none; color: var(--ink-soft); box-shadow: none;
  padding: 2px 2px; font-size: 13.5px; font-weight: 600;
}
.wl-form.wl-card .wl-add:hover { background: none; color: var(--accent-deep); transform: none; box-shadow: none; }

/* ── Hero stage : téléphone + chips flottants ── */
.hero-stage {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  min-height: 600px;
  perspective: 1800px;
}
.glow {
  position: absolute; width: 460px; height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--accent-glow) 0%, transparent 68%);
  opacity: 0.62; filter: blur(60px);
  z-index: 0;
}

.phone {
  position: relative; z-index: 2;
  width: 310px;
  background: #0d0a07;
  border-radius: 50px;
  padding: 12px;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.09),
    var(--sh-device);
  transform: rotateY(-14deg) rotateX(6deg) rotate(1deg);
  animation: floaty 8s ease-in-out infinite;
}
@keyframes floaty {
  0%,100% { transform: rotateY(-14deg) rotateX(6deg) rotate(1deg) translateY(0); }
  50%     { transform: rotateY(-14deg) rotateX(6deg) rotate(1deg) translateY(-16px); }
}
.phone-notch {
  position: absolute; top: 22px; left: 50%; transform: translateX(-50%);
  width: 92px; height: 26px; background: #0d0a07;
  border-radius: 999px; z-index: 3;
}
.phone-screen {
  background: var(--bg-1);
  border-radius: 38px; overflow: hidden;
  padding: 34px 16px 18px;
  display: flex; flex-direction: column; gap: 10px;
}
.pa-hero { padding: 2px 4px 2px; }
.pa-eyebrow { font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-mute); }
.pa-title { font-size: 29px; font-weight: 800; letter-spacing: -0.045em; margin: 1px 0; }
.pa-dates { font-size: 11px; color: var(--ink-soft); margin-bottom: 7px; }
.pa-cd {
  display: inline-block; font-size: 9.5px; font-weight: 700;
  color: var(--accent-deep); background: var(--accent-soft);
  padding: 4.5px 10px; border-radius: 999px;
}
.pa-map { width: 100%; height: 68px; }
.pa-map .pa-arc { fill: none; stroke: var(--accent); stroke-width: 3; stroke-dasharray: 2 8; stroke-linecap: round; }
.pa-map circle { fill: var(--accent); }
.pa-nav { display: flex; gap: 5px; }
.pa-nav span {
  font-size: 9px; font-weight: 600; color: var(--ink-mute);
  background: var(--surface); border: 0.5px solid var(--line);
  padding: 5px 10px; border-radius: 999px;
}
.pa-nav .on { background: var(--ink-fixed); color: var(--on-ink-fixed); border-color: var(--ink-fixed); }
.pa-list { display: flex; flex-direction: column; gap: 9px; padding-left: 14px; position: relative; }
.pa-list::before {
  content: ""; position: absolute; left: 4px; top: 8px; bottom: 8px;
  width: 1.5px; background: var(--line-2);
}
.pa-card {
  position: relative;
  background: var(--surface-elev); -webkit-backdrop-filter: var(--blur); backdrop-filter: var(--blur);
  border: 0.5px solid var(--line);
  border-radius: 14px; padding: 10px 12px;
  box-shadow: var(--sh-sm);
}
.pa-card::before {
  content: ""; position: absolute; left: -14px; top: 14px;
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--bg-1); border: 2.5px solid var(--accent);
}
.pa-next::before { background: var(--accent); box-shadow: 0 0 0 4px var(--accent-soft); }
.pa-row { display: flex; justify-content: space-between; align-items: baseline; }
.pa-time { font-size: 11px; font-weight: 700; color: var(--accent-deep); }
.pa-dur { font-size: 9px; font-weight: 600; color: var(--ink-mute); }
.pa-flight { font-size: 11px; font-weight: 600; margin: 4px 0 6px; letter-spacing: -0.01em; }
.pa-pills { display: flex; gap: 4px; flex-wrap: wrap; }
.pa-pills span {
  font-size: 8.5px; font-weight: 600; color: var(--ink-soft);
  background: var(--surface-solid); border: 0.5px solid var(--line);
  padding: 3.5px 7px; border-radius: 999px;
}

/* ── Floating chips ── */
.chip {
  position: absolute; z-index: 3;
  display: flex; align-items: center; gap: 7px;
  font-size: 13px; font-weight: 600;
  background: var(--surface-elev);
  -webkit-backdrop-filter: var(--blur); backdrop-filter: var(--blur);
  border: 1px solid var(--line-glass-top);
  padding: 10px 15px; border-radius: 16px;
  box-shadow: var(--sh-md);
  animation: floaty2 7s ease-in-out infinite;
}
.chip b { font-weight: 800; }
.chip-dot {
  width: 9px; height: 9px; border-radius: 50%; background: var(--accent);
  box-shadow: 0 0 0 5px var(--accent-soft);
}
.chip-1 { top: 14%; left: -2%; animation-delay: 0s; }
.chip-2 { bottom: 22%; left: -6%; animation-delay: -2s; }
.chip-3 { top: 28%; right: -4%; animation-delay: -4s; }
@keyframes floaty2 {
  0%,100% { transform: translateY(0); }
  50%     { transform: translateY(-14px); }
}

/* ───────── STATS ───────── */
.stats { padding: 60px 28px 0; }
.stats-inner {
  max-width: 800px; margin: 0 auto;
  display: flex; align-items: center; justify-content: center;
  gap: clamp(14px, 4vw, 56px);
  padding: 32px clamp(20px, 4vw, 48px);
  background: var(--surface);
  -webkit-backdrop-filter: var(--blur);
          backdrop-filter: var(--blur);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-md);
  position: relative; overflow: hidden;
}
.stats-inner::before {
  content: "";
  position: absolute; top: 0; left: 14%; right: 14%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-glass-top), transparent);
  pointer-events: none;
}
.stat {
  display: flex; flex-direction: column; align-items: center;
  gap: 7px; text-align: center; flex: 1 1 0; min-width: 0;
}
.stat-num {
  font-family: var(--font-display);
  font-size: clamp(36px, 8vw, 62px);
  font-weight: 640; letter-spacing: -0.03em; line-height: 1;
  font-variant-numeric: tabular-nums;
  font-variation-settings: 'opsz' 72;
  color: var(--ink);
}
.stat-lbl {
  font-size: clamp(11px, 1.5vw, 13px);
  color: var(--ink-soft); font-weight: 600; line-height: 1.3;
}
.stat-div {
  width: 1px; align-self: stretch; min-height: 48px;
  background: var(--line-2); flex-shrink: 0;
}

/* ───────── HOW ───────── */
.how { padding-top: 140px; padding-bottom: 140px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.step {
  position: relative; overflow: hidden;
  background: var(--surface);
  -webkit-backdrop-filter: var(--blur); backdrop-filter: var(--blur);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 38px 32px;
  box-shadow: var(--sh-md);
  transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out);
}
.step::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-glass-top), transparent);
  pointer-events: none;
}
.step > * { position: relative; }
.step:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); }
.step-n {
  font-size: 13.5px; font-weight: 800; letter-spacing: 0.08em;
  color: var(--accent);
  display: block; margin-bottom: 52px;
}
.step h3 { font-size: 20px; font-weight: 700; letter-spacing: -0.025em; margin-bottom: 11px; }
.step p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.6; }

/* ───────── BENTO ───────── */
.bento-sec { padding-bottom: 140px; }
.bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.b-tile {
  position: relative; overflow: hidden;
  background: var(--surface);
  -webkit-backdrop-filter: var(--blur); backdrop-filter: var(--blur);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 34px 30px;
  box-shadow: var(--sh-md);
  transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out);
}
.b-tile::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-glass-top), transparent);
  pointer-events: none;
}
.b-tile > * { position: relative; }
.b-tile:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); }
.b-wide { grid-column: 1 / -1; display: flex; gap: 36px; align-items: center; }
.b-tall { grid-row: span 2; }
.b-tile-body { flex: 1; }
.b-tile h3 { font-size: 20px; font-weight: 700; letter-spacing: -0.025em; margin-bottom: 10px; }
.b-tile p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.6; }
.b-accent {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-deep) 100%);
  border-color: transparent; color: #fff;
}
.b-accent::before { background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent); }
.b-accent p { color: rgba(255,255,255,.86); }
.b-dark {
  background: var(--ink-fixed); border-color: transparent; color: var(--on-ink-fixed);
}
.b-dark::before { background: linear-gradient(90deg, transparent, rgba(255,255,255,.14), transparent); }
.b-dark p { color: color-mix(in srgb, var(--on-ink-fixed) 72%, transparent); }
.b-mini { display: flex; flex-direction: column; gap: 10px; width: 250px; flex-shrink: 0; }
.b-mini-card {
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 16px; padding: 13px 15px;
  display: flex; flex-direction: column; gap: 3px;
  box-shadow: 0 4px 16px -4px rgba(0,0,0,.28);
}
.bm-t { font-size: 12.5px; font-weight: 800; color: #fff; }
.bm-f { font-size: 11.5px; color: rgba(255,255,255,.82); }
.b-conc { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.b-conc span {
  font-size: 11.5px; font-weight: 600;
  background: var(--accent-soft); color: var(--accent-deep);
  padding: 6px 12px; border-radius: 999px;
}

/* ───────── CTA (minimal, full-bleed type) ───────── */
.cta {
  padding: 160px 28px 130px;
  text-align: center;
  max-width: none;
}
.cta-inner { max-width: 880px; margin: 0 auto; }
.cta h2 {
  font-family: var(--font-display);
  font-size: clamp(44px, 7.4vw, 94px);
  font-weight: 700; letter-spacing: -0.032em; line-height: 1.0;
  font-variation-settings: 'opsz' 144;
  margin-top: 24px;
  margin-bottom: 48px;
  color: var(--ink);
}
.cta-btn {
  display: inline-block;
  background: var(--accent); color: #fff;
  font-size: 17px; font-weight: 700; text-decoration: none;
  padding: 20px 44px; border-radius: 999px;
  transition: background .2s var(--ease-out), transform .2s var(--ease-out), box-shadow .3s var(--ease-out);
  box-shadow: 0 14px 32px -8px var(--accent-glow), inset 0 0 0 1px rgba(255,255,255,.12);
}
.cta-btn:hover { background: var(--accent-deep); transform: translateY(-3px); box-shadow: 0 26px 56px -10px var(--accent-glow), inset 0 0 0 1px rgba(255,255,255,.18); }
.cta-btn:active { transform: scale(0.97); }

/* ───────── APRÈS LE VOYAGE : carnet / film / stats ───────── */
.carnet-sec { padding: clamp(64px, 9vw, 130px) 28px; }
.carnet {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(32px, 5vw, 72px); align-items: center;
}
.carnet-badge {
  display: inline-flex; align-items: center;
  font-size: 12.5px; font-weight: 650; letter-spacing: .01em;
  color: var(--accent-deep); background: var(--accent-soft);
  padding: 6px 13px; border-radius: 999px; margin-bottom: 18px;
}
.carnet-text h2 {
  font-family: var(--font-display);
  font-size: clamp(30px, 4.4vw, 50px); font-weight: 700;
  letter-spacing: -0.03em; line-height: 1.04; margin: 0 0 18px;
  text-wrap: balance;
}
.carnet-lede { font-size: 17px; line-height: 1.55; color: var(--ink-soft); margin: 0 0 26px; max-width: 46ch; }
.carnet-points { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; }
.carnet-points li { display: flex; flex-direction: column; gap: 4px; padding: 17px 0; border-top: 1px solid var(--line); }
.carnet-points li:last-child { border-bottom: 1px solid var(--line); }
.carnet-points b { font-size: 16px; font-weight: 650; color: var(--ink); letter-spacing: -0.01em; }
.carnet-points span { font-size: 14.5px; line-height: 1.5; color: var(--ink-soft); }

.carnet-card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: 24px; padding: 22px;
  box-shadow: var(--sh-lg, 0 30px 70px -24px rgba(22,17,12,.28));
  -webkit-backdrop-filter: var(--blur); backdrop-filter: var(--blur);
}
.cc-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 16px; }
.cc-title { font-family: var(--font-display); font-size: 19px; font-weight: 700; letter-spacing: -0.02em; }
.cc-count { font-size: 13px; color: var(--ink-mute); }
.cc-count b { color: var(--ink); font-weight: 700; }
.cc-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 12px; }
.cc-stat { display: flex; flex-direction: column; gap: 3px; padding: 15px 16px; border-radius: 16px; background: var(--bg-1); border: 1px solid var(--line); }
.cc-num { font-family: var(--font-display); font-size: clamp(22px, 3vw, 27px); font-weight: 700; letter-spacing: -0.02em; color: var(--ink); font-variant-numeric: tabular-nums; }
.cc-lbl { font-size: 12px; color: var(--ink-mute); }
.cc-film { display: flex; align-items: center; gap: 13px; padding: 12px 14px; border-radius: 16px; background: linear-gradient(120deg, var(--accent-soft), transparent); border: 1px solid var(--line); }
.cc-play { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; flex: none; border-radius: 50%; background: var(--accent); color: #fff; box-shadow: 0 6px 16px -6px var(--accent-glow); }
.cc-play svg { width: 18px; height: 18px; margin-left: 2px; }
.cc-film-meta { display: flex; flex-direction: column; gap: 1px; flex: 1; min-width: 0; }
.cc-film-title { font-size: 14.5px; font-weight: 650; color: var(--ink); }
.cc-film-sub { font-size: 12.5px; color: var(--ink-mute); }
.cc-film-dur { font-size: 12px; font-weight: 600; color: var(--ink-soft); font-variant-numeric: tabular-nums; }
@media (max-width: 820px) {
  .carnet { grid-template-columns: 1fr; gap: 34px; }
  .carnet-card { max-width: 460px; }
}

/* ───────── TÉMOIGNAGES ───────── */
.tst-sec { padding-bottom: clamp(96px, 12vw, 168px); }
.tst { max-width: var(--max); margin: 0 auto; padding: 0 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tst-card {
  display: flex; flex-direction: column; gap: 22px; margin: 0;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: 22px; padding: 30px 28px; box-shadow: var(--sh-md);
}
.tst-quote { margin: 0; font-size: 16.5px; line-height: 1.6; color: var(--ink); }
.tst-quote::before {
  content: "\201C"; color: var(--accent); font-family: var(--font-display);
  font-size: 38px; line-height: 0; vertical-align: -0.38em; margin-right: 3px; font-weight: 700;
}
.tst-who { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.tst-av {
  width: 42px; height: 42px; flex: none; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--accent-soft); color: var(--accent-deep);
  font-size: 13px; font-weight: 700; letter-spacing: -0.01em;
}
.tst-meta { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.tst-name { font-size: 14.5px; font-weight: 650; color: var(--ink); }
.tst-ctx { font-size: 12.5px; color: var(--ink-mute); }
/* Avatars monogrammes colorés (une vraie photo client peut les remplacer via background-image) */
.tst-av-1 { background: #c5573b; color: #fff; }
.tst-av-2 { background: #1a6d6b; color: #fff; }
.tst-av-3 { background: #bd7a2c; color: #fff; }
.tst-av-4 { background: #96586e; color: #fff; }
.tst-av-5 { background: #4f7d55; color: #fff; }
.tst-av-6 { background: #4a6d9c; color: #fff; }
.tst-av { background-size: cover; background-position: center; }
@media (max-width: 860px) {
  .tst { grid-template-columns: repeat(2, 1fr); max-width: 620px; gap: 16px; }
}
@media (max-width: 520px) {
  .tst { grid-template-columns: 1fr; max-width: 460px; }
}

/* ───────── FOOTER ───────── */
.footer {
  border-top: 1px solid var(--line);
  padding: 64px 28px calc(40px + env(safe-area-inset-bottom));
  margin-top: 48px;
}
.footer-inner { max-width: var(--max); margin: 0 auto; }
.footer-main {
  display: grid;
  grid-template-columns: 1.35fr 2fr;
  gap: 48px 56px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--line);
}
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.brand-foot { font-size: 19px; }
.footer-tag { font-size: 14.5px; color: var(--ink-soft); max-width: 30ch; line-height: 1.55; margin: 0; }
.footer-badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12.5px; font-weight: 600; color: var(--ink-soft);
  padding: 6px 13px 6px 11px; border-radius: 999px;
  background: var(--surface); border: 1px solid var(--line);
}
.footer-badge-dot { position: relative; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); flex: none; }
.footer-badge-dot::after {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  background: var(--teal); animation: footPulse 2.8s ease-out infinite;
}
@keyframes footPulse { 0% { transform: scale(1); opacity: .5; } 70% { transform: scale(3.4); opacity: 0; } 100% { opacity: 0; } }
.footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.footer-col { display: flex; flex-direction: column; gap: 12px; }
.footer-col h3 {
  font-family: inherit; font-size: 12px; font-weight: 650;
  text-transform: uppercase; letter-spacing: .055em;
  color: var(--ink-mute); margin: 0 0 2px;
}
.footer-col a { font-size: 14px; color: var(--ink-soft); text-decoration: none; width: fit-content; transition: color .18s var(--ease-glide); }
.footer-col a:hover { color: var(--accent); }
.footer-base {
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
  gap: 8px 24px; padding-top: 26px;
}
.foot-fine { color: var(--ink-mute); font-size: 13px; margin: 0; }
.footer-made { color: var(--ink-mute); font-size: 13px; margin: 0; font-style: italic; }

@media (max-width: 720px) {
  .footer { padding-top: 52px; }
  .footer-main { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 440px) {
  .footer-nav { grid-template-columns: 1fr 1fr; gap: 26px 20px; }
  .footer-base { flex-direction: column; align-items: flex-start; gap: 6px; }
}
@media (prefers-reduced-motion: reduce) { .footer-badge-dot::after { animation: none; } }

/* ───────── REVEAL (spring-smooth) ───────── */
.reveal { opacity: 0; transform: translateY(16px); filter: blur(6px); transition: opacity .5s var(--ease-glide), transform .55s var(--ease-glide), filter .55s var(--ease-glide); }
.reveal.in { opacity: 1; transform: none; filter: none; }
.steps .step:nth-child(2) { transition-delay: .08s; }
.steps .step:nth-child(3) { transition-delay: .16s; }
.bento .b-tile:nth-child(2) { transition-delay: .06s; }
.bento .b-tile:nth-child(3) { transition-delay: .12s; }
.bento .b-tile:nth-child(4) { transition-delay: .18s; }
.bento .b-tile:nth-child(5) { transition-delay: .06s; }
.bento .b-tile:nth-child(6) { transition-delay: .12s; }
.bento .b-tile:nth-child(7) { transition-delay: .18s; }

/* ───────── RESPONSIVE ───────── */
@media (max-width: 940px) {
  .hero { padding-top: 36px; }
  .hero-inner { grid-template-columns: 1fr; gap: 16px; min-height: 0; text-align: center; }
  .hero-text { order: 1; }
  .hero-stage { display: none; }
  .eyebrow, .wl-form { margin-left: auto; margin-right: auto; }
  .lede { margin-left: auto; margin-right: auto; }
  .wl-note { text-align: center; }
  .wl-social { justify-content: center; }
  .steps { grid-template-columns: 1fr; }
  .bento { grid-template-columns: 1fr 1fr; gap: 14px; }
  .b-tall { grid-row: auto; }
  .b-wide { grid-column: 1 / -1; }
  .how, .bento-sec { padding-top: 96px; padding-bottom: 96px; }
}
@media (max-width: 560px) {
  .nav { padding: 14px 20px; }
  section, .hero-inner { padding-left: 20px; padding-right: 20px; }
  .hero { padding-top: 28px; }
  .hero h1 { font-size: clamp(40px, 11vw, 58px); }
  .bento { grid-template-columns: 1fr; }
  .b-wide { flex-direction: column; align-items: flex-start; gap: 22px; }
  .b-mini { width: 100%; }
  .phone { width: 268px; transform: rotate(-2deg); animation: none; }
  .phone-screen { padding: 30px 14px 15px; }
  .chip { font-size: 11.5px; padding: 8px 12px; }
  .chip-1 { left: 0; } .chip-2 { left: -2%; } .chip-3 { right: -2%; }
  .stats { padding-top: 40px; }
  .stats-inner { padding: 24px 18px; gap: 14px; }
  .how { padding-top: 80px; padding-bottom: 80px; }
  .bento-sec { padding-bottom: 80px; }
  .cta { padding: 96px 20px 80px; }
  .cta h2 { font-size: clamp(36px, 11vw, 56px); margin-bottom: 36px; }
}

/* ───────── BENTO VISUALIZATIONS ───────── */
.b-viz { margin-top: 20px; display: flex; flex-direction: column; gap: 8px; }

/* Météo */
.meteo-pill {
  display: inline-flex; align-self: flex-start;
  align-items: center; gap: 10px;
  background: var(--surface-elev);
  -webkit-backdrop-filter: var(--blur); backdrop-filter: var(--blur);
  border: 1px solid var(--line-glass-top);
  padding: 9px 15px; border-radius: 14px;
  box-shadow: var(--sh-sm);
}
.meteo-sun { width: 19px; height: 19px; color: #e8a23a; flex-shrink: 0; }
.meteo-temp { font-weight: 800; font-size: 16px; letter-spacing: -0.02em; }
.meteo-city { font-size: 12.5px; color: var(--ink-soft); font-weight: 600; }
.meteo-list { display: flex; gap: 14px; font-size: 11.5px; color: var(--ink-mute); font-weight: 600; padding-left: 4px; }

/* Change */
.b-viz-fx { gap: 6px; }
.fx-row {
  display: flex; align-items: center; justify-content: space-between;
  font-size: 13px;
  background: var(--surface-elev);
  border: 1px solid var(--line);
  padding: 8px 14px; border-radius: 11px;
}
.fx-row b { font-weight: 800; }
.fx-arrow { color: var(--ink-mute); font-weight: 600; }
.fx-val { color: var(--accent-deep); font-weight: 800; letter-spacing: -0.01em; }

/* Pays */
.b-viz-pays { gap: 6px; }
.pays-row {
  display: flex; align-items: center; gap: 12px;
  font-size: 13px;
  background: var(--surface-elev);
  border: 1px solid var(--line);
  padding: 8px 12px; border-radius: 11px;
}
.pays-code {
  font-size: 10.5px; font-weight: 800; letter-spacing: 0.04em;
  background: var(--ink-fixed); color: var(--on-ink-fixed);
  padding: 3.5px 8px; border-radius: 6px;
  flex-shrink: 0; font-variant-numeric: tabular-nums;
}
.pays-name { flex: 1; color: var(--ink); font-weight: 600; }
.pays-cur { color: var(--ink-mute); font-size: 11.5px; font-weight: 700; }

/* Hors-ligne */
.b-viz-offline { gap: 8px; }
.offline-row {
  display: flex; align-items: center; gap: 11px;
  font-size: 13.5px; font-weight: 600;
  color: var(--ink-soft);
}
.offline-check {
  width: 16px; height: 16px;
  color: var(--teal);
  flex-shrink: 0;
}

/* Concierge - reco cards */
.b-reco { margin-top: 18px; display: flex; flex-direction: column; gap: 9px; }
.reco-card {
  display: flex; align-items: center; gap: 12px;
  background: var(--surface-elev);
  -webkit-backdrop-filter: var(--blur); backdrop-filter: var(--blur);
  border: 1px solid var(--line);
  padding: 10px 12px; border-radius: 14px;
  box-shadow: var(--sh-sm);
}
.reco-thumb {
  width: 42px; height: 42px; flex-shrink: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #f0a868, #c5573b 55%, #7e569c);
  box-shadow: 0 4px 10px -2px rgba(0,0,0,.18);
}
.reco-thumb-2 { background: linear-gradient(135deg, #6fc3c0, #1a6d6b 55%, #4a3d6b); }
.reco-meta { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.reco-name { font-size: 13.5px; font-weight: 700; letter-spacing: -0.015em; }
.reco-sub { font-size: 11.5px; color: var(--ink-mute); font-weight: 600; }

/* Partage - share preview + avatars */
.b-share { display: flex; flex-direction: column; gap: 16px; width: 360px; flex-shrink: 0; }
.share-card {
  display: flex; align-items: center; gap: 14px;
  background: color-mix(in srgb, var(--bg-1) 9%, transparent);
  border: 1px solid color-mix(in srgb, var(--bg-1) 18%, transparent);
  border-radius: 18px; padding: 14px 16px;
  box-shadow: 0 12px 28px -10px rgba(0,0,0,.30);
}
.share-mark {
  width: 42px; height: 42px; flex-shrink: 0;
  display: inline-flex; padding: 8px;
  border-radius: 11px;
  background: color-mix(in srgb, var(--bg-1) 14%, transparent);
  color: var(--bg-1);
}
.share-mark svg { width: 100%; height: 100%; }
.share-meta { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.share-host { font-size: 10.5px; font-weight: 700; color: color-mix(in srgb, var(--bg-1) 52%, transparent); letter-spacing: 0.05em; text-transform: uppercase; }
.share-title { font-size: 14.5px; font-weight: 700; color: var(--bg-1); letter-spacing: -0.015em; }
.share-sub { font-size: 11.5px; color: color-mix(in srgb, var(--bg-1) 62%, transparent); font-weight: 500; }
.share-people { display: flex; align-items: center; gap: 13px; }
.share-stack { display: inline-flex; flex-shrink: 0; }
.share-stack i {
  width: 28px; height: 28px; border-radius: 50%;
  border: 2px solid var(--ink);
  margin-left: -9px; display: block;
  box-shadow: 0 2px 6px rgba(0,0,0,.20);
}
.share-stack i:first-child { margin-left: 0; }
.share-stack i:nth-child(1) { background: linear-gradient(135deg, #f0a868, #c5573b); }
.share-stack i:nth-child(2) { background: linear-gradient(135deg, #6fc3c0, #1a6d6b); }
.share-stack i:nth-child(3) { background: linear-gradient(135deg, #b89be0, #7e569c); }
.share-stack i:nth-child(4) { background: linear-gradient(135deg, #f3c98b, #d98a3d); }
.share-txt { font-size: 12.5px; color: color-mix(in srgb, var(--bg-1) 60%, transparent); font-weight: 600; }

@media (max-width: 940px) {
  .b-share { width: 100%; }
}

/* ───────── PEEK (Concrètement) ───────── */
.peek-sec { padding-bottom: 140px; }
.peek {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px 40px;
}
.peek-card {
  position: relative; overflow: hidden;
  background: var(--surface);
  -webkit-backdrop-filter: var(--blur); backdrop-filter: var(--blur);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 30px 30px 24px;
  box-shadow: var(--sh-md);
  transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out);
}
.peek-card::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-glass-top), transparent);
  pointer-events: none;
}
.peek-card > * { position: relative; }
.peek-card:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); }
.peek-tag {
  display: inline-block;
  font-size: 11px; font-weight: 650; letter-spacing: 0.055em;
  text-transform: uppercase;
  color: var(--accent-deep);
  background: var(--accent-soft);
  padding: 5px 11px; border-radius: 999px;
  margin-bottom: 22px;
}
.peek-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; }
.peek-list li {
  display: flex; justify-content: space-between; align-items: baseline;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13.5px;
}
.peek-list li:last-child { border-bottom: none; padding-bottom: 0; }
.peek-key { color: var(--ink-mute); font-weight: 600; flex-shrink: 0; }
.peek-val { color: var(--ink); font-weight: 700; text-align: right; letter-spacing: -0.01em; }
.peek .peek-card:nth-child(2) { transition-delay: .06s; }
.peek .peek-card:nth-child(3) { transition-delay: .12s; }
.peek .peek-card:nth-child(4) { transition-delay: .18s; }

/* Stats - 5 items adaptatifs */
@media (max-width: 760px) {
  .stats-inner { flex-wrap: wrap; gap: 22px; padding: 26px 20px; }
  .stat-div { display: none; }
  .stat { flex: 1 1 calc(33.33% - 16px); min-width: 90px; }
  .stat-num { font-size: clamp(26px, 6vw, 38px); }
}
@media (max-width: 940px) {
  .peek { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .peek-sec { padding-bottom: 96px; }
  .peek-card { padding: 24px 22px 18px; }
}

/* ───────── COMPARE (Avant / Après) ───────── */
.compare-sec { padding-top: 120px; padding-bottom: 100px; }
.compare {
  display: grid; grid-template-columns: 1fr 1fr; gap: 22px;
  align-items: stretch;
}
.compare-side {
  position: relative; overflow: hidden;
  background: var(--surface);
  -webkit-backdrop-filter: var(--blur); backdrop-filter: var(--blur);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 38px 32px;
  box-shadow: var(--sh-md);
}
.compare-side::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-glass-top), transparent);
  pointer-events: none;
}
.compare-after {
  border-color: color-mix(in srgb, var(--accent) 22%, var(--line));
  box-shadow: var(--sh-md), 0 24px 60px -24px var(--accent-glow);
}
.compare-tag {
  display: inline-block;
  font-size: 11.5px; font-weight: 650; letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 6px 14px; border-radius: 999px;
  margin-bottom: 24px;
}
.compare-before .compare-tag {
  background: rgba(163, 96, 75, 0.13);
  color: #a3604b;
}
.compare-after .compare-tag {
  background: var(--accent-soft);
  color: var(--accent-deep);
}
.compare-list { list-style: none; padding: 0; margin: 0; }
.compare-list li {
  position: relative; padding-left: 34px;
  font-size: 15.5px; line-height: 1.5;
  color: var(--ink-soft);
  padding-bottom: 16px;
}
.compare-list li:last-child { padding-bottom: 0; }
.compare-list li::before {
  content: ""; position: absolute; left: 0; top: 3px;
  width: 22px; height: 22px;
  border-radius: 50%;
  background-repeat: no-repeat; background-position: center;
  background-size: 12px;
}
.compare-before .compare-list li::before {
  background-color: rgba(163, 96, 75, 0.14);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a3604b' stroke-width='3' stroke-linecap='round'%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3C/svg%3E");
}
.compare-after .compare-list li::before {
  background-color: var(--accent-soft);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c5573b' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}

/* ───────── CASES (Pour qui c'est) ───────── */
.cases-sec { padding-bottom: 120px; }
.cases {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.case-card {
  position: relative; overflow: hidden;
  background: var(--surface);
  -webkit-backdrop-filter: var(--blur); backdrop-filter: var(--blur);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 34px 30px;
  box-shadow: var(--sh-md);
  transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out);
}
.case-card::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-glass-top), transparent);
  pointer-events: none;
}
.case-card > * { position: relative; }
.case-card:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); }
.case-tag {
  display: inline-block;
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.04em;
  padding: 5px 12px; border-radius: 999px;
  margin-bottom: 22px;
}
.case-pink { background: rgba(232, 138, 98, 0.16); color: #c5573b; }
.case-teal { background: rgba(77, 186, 183, 0.16); color: #1a6d6b; }
.case-purple { background: rgba(180, 140, 200, 0.18); color: #7e569c; }
.case-card h3 { font-size: 22px; font-weight: 800; letter-spacing: -0.03em; margin-bottom: 14px; line-height: 1.1; }
.case-card p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.6; }

/* ───────── FAQ ───────── */
.faq-sec { padding-bottom: 140px; }
.faq { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.faq-item {
  position: relative; overflow: hidden;
  background: var(--surface);
  -webkit-backdrop-filter: var(--blur); backdrop-filter: var(--blur);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  transition: background .25s var(--ease-out), box-shadow .25s var(--ease-out);
}
.faq-item[open] { background: var(--surface-elev); box-shadow: var(--sh-md); }
.faq-item summary {
  list-style: none; cursor: pointer;
  padding: 22px 28px;
  font-size: 16px; font-weight: 600;
  color: var(--ink);
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; flex-shrink: 0;
  font-size: 22px; font-weight: 400; line-height: 1;
  color: var(--ink-mute);
  transition: transform .3s var(--ease-out), color .25s var(--ease-out);
}
.faq-item[open] summary::after { transform: rotate(45deg); color: var(--accent); }
.faq-a {
  padding: 0 28px 24px;
  font-size: 14.5px; line-height: 1.6;
  color: var(--ink-soft);
}
.faq-a p { max-width: 62ch; }

/* Stagger reveals */
.cases .case-card:nth-child(2) { transition-delay: .08s; }
.cases .case-card:nth-child(3) { transition-delay: .16s; }
.compare .compare-side:nth-child(2) { transition-delay: .12s; }

@media (max-width: 940px) {
  .compare { grid-template-columns: 1fr; }
  .cases { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .compare-sec { padding-top: 80px; padding-bottom: 64px; }
  .cases-sec { padding-bottom: 80px; }
  .faq-sec { padding-bottom: 96px; }
  .compare-side, .case-card { padding: 28px 24px; }
  .faq-item summary { padding: 20px 22px; font-size: 15px; }
  .faq-a { padding: 0 22px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; filter: none; }
  .phone { transform: rotate(-2deg); }
}

/* ═══════════ CTA final centré + barre sticky mobile ═══════════ */
.cta-form { margin: 28px auto 0; }
.mobile-cta { display: none; }
@media (max-width: 860px) {
  .mobile-cta {
    display: flex; align-items: center; justify-content: center;
    position: fixed; left: 14px; right: 14px; bottom: calc(14px + env(safe-area-inset-bottom));
    z-index: 80;
    padding: 15px 20px; border-radius: 999px;
    font-size: 15.5px; font-weight: 700; text-decoration: none;
    color: #fff; background: var(--accent);
    box-shadow: 0 12px 30px -8px rgba(0,0,0,.35), 0 6px 16px -4px var(--accent-glow, rgba(197,87,59,.4));
  }
  .mobile-cta:active { transform: scale(0.97); }
  body { padding-bottom: 84px; }
}

/* ═══════════ DÉMO : billet → app ═══════════ */
.demo-sec { padding-bottom: 120px; }
.demo {
  display: grid; grid-template-columns: 1fr; gap: 24px;
  max-width: 520px; margin: 0 auto; align-items: center;
}
.demo-col { display: flex; flex-direction: column; gap: 11px; min-width: 0; }
.demo-label {
  display: block; font-size: 11px; font-weight: 800; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--ink-mute); margin-bottom: 2px;
}
/* Input : billets bruts (volontairement plats) */
.raw {
  background: var(--surface); border: 1px solid var(--line-2);
  border-radius: 10px; padding: 12px 14px;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 12px; line-height: 1.5; color: var(--ink-mute);
  box-shadow: var(--sh-sm);
}
.raw-head { font-weight: 700; color: var(--ink-soft); margin-bottom: 4px; }
.raw-mail { transform: rotate(-1.4deg); }
.raw-file { display: flex; align-items: center; gap: 9px; transform: rotate(1deg); }
.raw-file + .raw-file { transform: rotate(-1deg); }
.raw-ext {
  font-weight: 800; font-size: 9.5px; letter-spacing: 0.03em;
  color: var(--ink-soft); background: var(--line-2);
  padding: 3px 7px; border-radius: 5px; flex-shrink: 0;
}
/* Milieu : la transformation */
.demo-mid { display: flex; flex-direction: column; align-items: center; gap: 9px; }
.demo-spark {
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--accent-soft);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 20px -6px var(--accent-glow, rgba(197,87,59,0.4));
}
.demo-spark::before { content: "↓"; font-size: 23px; font-weight: 800; color: var(--accent); line-height: 1; }
.demo-arrow-txt {
  font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--ink-mute); text-align: center; max-width: 120px;
}
/* Output : cartes d'app premium */
.demo-card {
  background: var(--surface-elev);
  -webkit-backdrop-filter: var(--blur); backdrop-filter: var(--blur);
  border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 14px 16px; box-shadow: var(--sh-md);
}
.demo-card-next {
  border-color: color-mix(in srgb, var(--accent) 30%, var(--line));
  box-shadow: var(--sh-md), 0 0 0 3px var(--accent-soft);
}
.demo-card-top { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.demo-time { font-weight: 800; font-size: 14px; color: var(--accent-deep); letter-spacing: -0.01em; font-variant-numeric: tabular-nums; }
.demo-dur { font-size: 12px; font-weight: 600; color: var(--ink-mute); font-variant-numeric: tabular-nums; }
.demo-flight { font-size: 14.5px; font-weight: 700; letter-spacing: -0.015em; margin: 5px 0 9px; }
.demo-pills { display: flex; flex-wrap: wrap; gap: 6px; }
.demo-pills span {
  font-size: 11px; font-weight: 600; color: var(--ink-soft);
  background: var(--surface-solid); border: 0.5px solid var(--line);
  padding: 4px 9px; border-radius: 999px;
}
/* Desktop : input → milieu → output côte à côte */
@media (min-width: 900px) {
  .demo { grid-template-columns: 1fr auto 1fr; max-width: 1000px; gap: 34px; }
  .demo-spark::before { content: "→"; }
}

/* ─── Animation de la transformation au scroll ─── */
.demo.reveal { opacity: 1; transform: none; }         /* le bloc ne fond pas : on anime les pièces */
.demo-in, .demo-mid, .demo-out .demo-card { will-change: opacity, transform; }
.demo:not(.in) .demo-in { opacity: 0; transform: translateY(18px); }
.demo:not(.in) .demo-mid { opacity: 0; transform: scale(0.5); }
.demo:not(.in) .demo-out .demo-card { opacity: 0; transform: translateY(18px) scale(0.96); }
.demo.in .demo-in { animation: demoReveal .6s var(--ease-out) both; }
.demo.in .demo-mid { animation: demoPop .55s var(--ease-out) .45s both; }
.demo.in .demo-out .demo-card:nth-of-type(1) { animation: demoCardIn .6s var(--ease-out) .72s both; }
.demo.in .demo-out .demo-card:nth-of-type(2) { animation: demoCardIn .6s var(--ease-out) .95s both; }
@keyframes demoReveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes demoCardIn { from { opacity: 0; transform: translateY(18px) scale(0.96); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes demoPop { 0% { opacity: 0; transform: scale(0.5); } 60% { opacity: 1; transform: scale(1.18); } 100% { opacity: 1; transform: scale(1); } }
@media (prefers-reduced-motion: reduce) {
  .demo:not(.in) .demo-in,
  .demo:not(.in) .demo-mid,
  .demo:not(.in) .demo-out .demo-card { opacity: 1; transform: none; }
  .demo.in .demo-in,
  .demo.in .demo-mid,
  .demo.in .demo-out .demo-card { animation: none; }
}

/* ═══════════════════════════════════════════════════════════
   MORPH signature - le billet devient l'app (scroll scrubbé, --p 0→1)
   ═══════════════════════════════════════════════════════════ */
.morph-sec { position: relative; max-width: none; padding: 0; }
.morph-driver { position: relative; height: 300vh; }
.morph-stage {
  position: sticky; top: 0; height: 100vh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: clamp(20px, 4vh, 46px);
  overflow: hidden;
  perspective: 1400px;
  --p: 0;
}
.morph-head { text-align: center; z-index: 4; padding: 0 24px; }
.morph-head h2 {
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 58px); font-weight: 700;
  letter-spacing: -0.021em; line-height: 1.05;
}
.morph-scene { position: relative; width: min(720px, 92vw); height: min(470px, 56vh); }
.morph-glow {
  position: absolute; left: 50%; top: 50%;
  width: 440px; height: 440px; border-radius: 50%;
  background: radial-gradient(circle, var(--accent-glow), transparent 66%);
  filter: blur(64px); transform: translate(-50%, -50%);
  opacity: calc(0.28 + var(--p) * 0.44); z-index: 0;
}
/* Carte d'embarquement */
.morph-pass {
  position: absolute; left: 50%; top: 50%; z-index: 2;
  width: min(430px, 86vw); display: flex;
  background: var(--surface-solid); border: 1px solid var(--line-2);
  border-radius: calc(14px + var(--p) * 26px);
  box-shadow: var(--sh-lg); overflow: hidden;
  transform: translate(-50%, -50%) rotate(calc(-5deg + var(--p) * 5deg)) scale(calc(1 + var(--p) * 0.06));
  opacity: clamp(0, calc((0.66 - var(--p)) * 6), 1);
  filter: blur(calc(max(0px, (var(--p) - 0.52) * 26px)));
}
.morph-pass-main { flex: 1; min-width: 0; padding: 16px 18px; display: flex; flex-direction: column; gap: 12px; }
.mp-top { display: flex; justify-content: space-between; align-items: center; }
.mp-airline { font-weight: 800; font-size: 11.5px; letter-spacing: 0.02em; color: var(--accent-deep); }
.mp-cls { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.1em; color: var(--ink-mute); }
.mp-route { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.mp-ap { display: flex; flex-direction: column; }
.mp-ap-r { align-items: flex-end; }
.mp-ap b { font-family: var(--font-display); font-size: 30px; font-weight: 400; letter-spacing: -0.02em; line-height: 1; color: var(--ink); }
.mp-ap span { font-size: 10px; color: var(--ink-mute); margin-top: 3px; }
.mp-plane { color: var(--accent); font-size: 15px; flex-shrink: 0; }
.mp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; border-top: 1px dashed var(--line-2); padding-top: 11px; }
.mp-grid div { display: flex; flex-direction: column; gap: 3px; }
.mp-grid span { font-family: var(--font-mono); font-size: 7.5px; letter-spacing: 0.06em; color: var(--ink-mute); }
.mp-grid b { font-size: 12px; font-weight: 700; color: var(--ink); font-variant-numeric: tabular-nums; letter-spacing: -0.01em; }
.morph-pass-stub {
  width: 88px; flex-shrink: 0; border-left: 2px dashed var(--line-2);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; padding: 12px 8px;
}
.mp-barcode { width: 46px; height: 58px; background: repeating-linear-gradient(90deg, var(--ink) 0 2px, transparent 2px 4px); opacity: 0.82; }
.mp-pnr { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.08em; color: var(--ink-soft); }
.morph-scan {
  position: absolute; left: 0; right: 0; height: 3px; z-index: 3;
  background: linear-gradient(90deg, transparent, var(--teal), transparent);
  box-shadow: 0 0 18px 3px color-mix(in srgb, var(--teal) 55%, transparent);
  top: calc((var(--p) - 0.2) * 340%);
  opacity: min(clamp(0, calc((var(--p) - 0.17) * 12), 1), clamp(0, calc((0.5 - var(--p)) * 12), 1));
}
/* Téléphone : l'app */
.morph-phone {
  position: absolute; left: 50%; top: 50%; z-index: 2; width: 248px;
  background: #0d0a07; border-radius: 42px; padding: 10px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.09), var(--sh-device);
  opacity: clamp(0, calc((var(--p) - 0.48) * 5), 1);
  transform: translate(-50%, -50%) scale(calc(0.9 + clamp(0, calc((var(--p) - 0.48) * 5), 1) * 0.1)) rotateY(calc((1 - var(--p)) * -7deg));
}
.morph-phone-notch { position: absolute; top: 18px; left: 50%; transform: translateX(-50%); width: 74px; height: 21px; background: #0d0a07; border-radius: 999px; z-index: 3; }
.morph-screen { background: #fffdf9; border-radius: 32px; padding: 22px 15px; min-height: 420px; }
.ms-eyebrow { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.14em; color: #b8492c; margin-bottom: 4px; }
.ms-title { font-family: var(--font-display); font-size: 22px; font-weight: 400; color: #16110c; letter-spacing: -0.02em; margin-bottom: 15px; }
.ms-card { background: #fff; border: 1px solid rgba(22,17,12,0.09); border-radius: 14px; padding: 11px 13px; margin-bottom: 9px; box-shadow: 0 1px 2px rgba(74,42,30,.05); }
.ms-card-next { border-color: rgba(197,87,59,.32); box-shadow: 0 0 0 2px rgba(197,87,59,.10); }
.ms-row { display: flex; justify-content: space-between; font-size: 12px; font-weight: 700; color: #b8492c; font-variant-numeric: tabular-nums; }
.ms-row span:last-child { color: #968779; font-weight: 600; }
.ms-flight { font-size: 12px; font-weight: 600; color: #16110c; margin-top: 4px; letter-spacing: -0.01em; }
/* Tuiles flottantes */
.morph-tile {
  position: absolute; z-index: 3;
  --app: clamp(0, calc((var(--p) - var(--t, 0.75)) * 7), 1);
  display: inline-flex; align-items: center;
  background: var(--surface-elev);
  -webkit-backdrop-filter: var(--blur); backdrop-filter: var(--blur);
  border: 1px solid var(--line); border-radius: 14px; padding: 9px 14px;
  font-size: 13px; font-weight: 600; color: var(--ink);
  box-shadow: var(--sh-md); white-space: nowrap;
  opacity: var(--app);
  transform: translateY(calc((1 - var(--app)) * 16px));
}
.morph-tile b { font-weight: 800; }
.mt-weather { --t: 0.72; top: 4%; left: 3%; }
.mt-fx { --t: 0.80; bottom: 8%; left: 9%; }
.mt-next { --t: 0.88; top: 26%; right: 1%; }
.mt-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); margin-right: 7px; box-shadow: 0 0 0 4px var(--accent-soft); }
@media (max-width: 720px) {
  .morph-driver { height: 260vh; }
  .morph-scene { height: min(410px, 58vh); }
  .morph-phone { width: 210px; }
  .morph-screen { min-height: 350px; }
  .morph-pass { width: min(350px, 88vw); }
}
@media (prefers-reduced-motion: reduce) {
  .morph-driver { height: auto; }
  .morph-stage { position: relative; height: auto; min-height: 82vh; padding: 64px 0; }
  .morph-scan { display: none; }
}

/* ═══════════ Ciel : lumière golden-hour qui descend au scroll (--sy 0→1) ═══════════ */
.sky {
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(82% 56% at 84% calc(0% + var(--sy, 0) * 48%), rgba(255,168,88,.36), transparent 62%),
    radial-gradient(64% 52% at 12% calc(104% - var(--sy, 0) * 30%), rgba(214,108,68,.16), transparent 60%);
  opacity: calc(0.58 + var(--sy, 0) * 0.42);
}

/* ═══════════ Route de vol qui se dessine au scroll (--p 0→1) ═══════════ */
.journey { --p: 0; max-width: none; padding: clamp(16px, 4vh, 48px) 0; overflow: hidden; }
.journey-inner { max-width: var(--max); margin: 0 auto; padding: 0 28px; }
.jr-svg { width: 100%; height: clamp(120px, 22vh, 230px); display: block; overflow: visible; }
.jr-track { stroke: var(--accent); opacity: .14; stroke-width: 2; stroke-linecap: round; }
.jr-draw { stroke: var(--accent); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: calc(1 - var(--p, 0)); }
.jr-a { fill: var(--accent); }
.jr-b { fill: var(--accent); opacity: var(--p, 0); }
.jr-plane { fill: var(--ink); offset-path: path("M70 190 C 320 40, 560 30, 720 120 S 1010 210, 1130 70"); offset-distance: calc(var(--p, 0) * 100%); offset-rotate: auto; }
@media (prefers-reduced-motion: reduce) {
  .jr-draw { stroke-dashoffset: 0; }
  .jr-b { opacity: 1; }
  .jr-plane { offset-distance: 100%; }
}

/* ═══════════ Cartes du bento qui s'assemblent au scroll (--p 0→1) ═══════════ */
.bento[data-scrub] { --p: 0; }
.bento[data-scrub] .b-tile {
  --tp: clamp(0, calc((var(--p, 0) - var(--d, 0)) * 3.5), 1);
  opacity: var(--tp);
  transform: none;
  translate: 0 calc((1 - var(--tp)) * 40px);
  scale: calc(0.95 + var(--tp) * 0.05);
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out);
}
.bento[data-scrub] .b-tile:hover { transform: translateY(-5px); }
.bento[data-scrub] .b-tile:nth-child(1) { --d: 0; }
.bento[data-scrub] .b-tile:nth-child(2) { --d: .03; }
.bento[data-scrub] .b-tile:nth-child(3) { --d: .06; }
.bento[data-scrub] .b-tile:nth-child(4) { --d: .09; }
.bento[data-scrub] .b-tile:nth-child(5) { --d: .11; }
.bento[data-scrub] .b-tile:nth-child(6) { --d: .13; }
.bento[data-scrub] .b-tile:nth-child(7) { --d: .15; }
.bento[data-scrub] .b-tile:nth-child(8) { --d: .17; }
@media (prefers-reduced-motion: reduce) {
  .bento[data-scrub] .b-tile { opacity: 1; translate: none; scale: 1; }
}

/* ═══════════ ÉPURE , laisser respirer (2026-08-20) ═══════════ */
/* Moins de pastilles, moins de cartes, plus de blanc. La typo porte la hiérarchie. */

/* 1. Retrait des kickers de section (labels mono répétitifs) */
.sec-kicker { display: none; }

/* 2. Hero : l'eyebrow n'est plus une pastille, juste un label discret */
.eyebrow {
  background: none; border: none; box-shadow: none;
  -webkit-backdrop-filter: none; backdrop-filter: none;
  padding: 0; gap: 8px; margin-bottom: 24px;
  font-size: 13px; color: var(--ink-mute); letter-spacing: 0.01em; font-weight: 600;
}
.eyebrow .dot { width: 6px; height: 6px; box-shadow: none; }

/* 3. On aplatit les cartes : plus de fond/ombre/bordure, un simple filet en tête */
.stats-inner, .step, .b-tile, .peek-card {
  background: none; border: none; box-shadow: none;
  -webkit-backdrop-filter: none; backdrop-filter: none;
}
.stats-inner::before, .step::before, .b-tile::before, .peek-card::before { display: none; }
.step, .b-tile, .peek-card { border-radius: 0; }
.stats-inner { padding: 0; gap: clamp(24px, 6vw, 76px); }
.stat-div { display: none; }
.step, .b-tile { padding: 28px 2px 0; border-top: 1px solid var(--line); }
.peek-card { padding: 26px 2px 0; border-top: 1px solid var(--line); }
.step:hover, .b-tile:hover, .peek-card:hover { transform: none; box-shadow: none; }

/* Tuiles accent/dark du bento : on garde le texte, on enlève le pavé de couleur */
.b-accent, .b-dark { background: none; color: inherit; border: none; }
.b-accent p, .b-dark p { color: var(--ink-soft); }
.b-accent::before, .b-dark::before { display: none; }

/* 4. Plus d'air entre les sections */
.how, .bento-sec { padding-top: clamp(96px, 12vw, 168px); padding-bottom: clamp(96px, 12vw, 168px); }
.peek-sec { padding-top: clamp(40px, 5vw, 72px); padding-bottom: clamp(96px, 12vw, 168px); }
.stats { padding-top: clamp(80px, 10vw, 132px); }
.steps, .bento { gap: clamp(28px, 4vw, 56px); }
.sec-head h2, .how h2, .bento-sec h2 { margin-bottom: 6px; }

/* ── Upload proéminent et invitant sur la home (envoyer un max d'infos) ── */
.wl-file-hero {
  width: 100%; margin-top: 2px;
  padding: 16px 18px; border-radius: var(--r-md);
  background: var(--surface-solid);
  border: 1.5px dashed var(--line-2);
  font-size: 15px; font-weight: 600;
  transition: border-color .2s var(--ease-out), background .2s var(--ease-out), color .2s var(--ease-out);
}
.wl-file-hero:hover { border-color: var(--accent); color: var(--accent-deep); background: var(--accent-soft); }
.wl-file-hero .wl-file-ic { width: 30px; height: 30px; font-size: 20px; }
.wl-hero-form .wl-file-hint, .wl-form.wl-card .wl-file-hint { margin: 2px 3px 0; text-align: left; }
/* Le toggle "destination et dates" reste discret sous l'upload */
.wl-hero-form .wl-add, .wl-form.wl-card .wl-add { margin-top: 2px; }

/* ── Liquid Glass poussé : matériau plus marqué + arête lumineuse qui suit le scroll ── */
.nav { background: var(--surface-elev); }
.nav::before {
  background: linear-gradient(180deg, rgba(255,255,255,.20), rgba(255,255,255,0) 48%);
  opacity: 1;
}
.nav::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: linear-gradient(100deg,
    transparent calc(var(--sy, 0) * 122% - 20%),
    rgba(255,255,255,.16) calc(var(--sy, 0) * 122% - 4%),
    rgba(255,255,255,.03) calc(var(--sy, 0) * 122% + 5%),
    transparent calc(var(--sy, 0) * 122% + 18%));
  mix-blend-mode: overlay;
}
:root[data-theme="dark"] .nav::before,
:root:not([data-theme="light"]) .nav::before { background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,0) 48%); }

/* Glisser-déposer : état actif de la zone d'upload (envoi de documents ultra simple sur PC) */
.wl-file.is-drag {
  border-color: var(--accent); border-style: solid;
  background: var(--accent-soft); color: var(--accent-deep);
  transform: scale(1.008);
}

/* ── Mobile : nav flottante qui tient + e-mail confortable (envoi ultra simple) ── */
@media (max-width: 560px) {
  .nav { gap: 10px; padding: 8px 12px 8px 14px; }
  .nav-cta { display: none; } /* redondant : formulaire du hero + CTA collante en bas */
  /* E-mail et bouton empilés = e-mail pleine largeur, gros bouton tappable */
  .wl-hero-form .wl-row, .wl-form.wl-card .wl-row {
    flex-direction: column; align-items: stretch;
    border-radius: 18px; padding: 8px; gap: 8px;
  }
  .wl-hero-form .wl-row .wl-input, .wl-form.wl-card .wl-row .wl-input { text-align: left; padding: 13px 16px; }
  .wl-hero-form .wl-row button, .wl-form.wl-card .wl-row button { width: 100%; justify-content: center; padding: 14px 24px; }
  /* Zone d'upload : bien tappable */
  .wl-file-hero { padding: 18px; }
}

/* ═══════════ Transitions fluides : thème, langue, ancres, entrée au load ═══════════ */
/* Cross-fade natif du changement de thème (JS) ET de la navigation FR/EN (/ <-> /en/) */
@view-transition { navigation: auto; }
::view-transition-old(root), ::view-transition-new(root) {
  animation-duration: .42s;
  animation-timing-function: var(--ease-out, cubic-bezier(.22, 1, .36, 1));
}
/* Les ancres du menu ne passent plus sous la nav flottante */
html { scroll-padding-top: 92px; }

/* Entrée douce de la nav et du contenu du hero au chargement (staggered) */
@keyframes navIn  { from { opacity: 0; transform: translateY(-14px); } to { opacity: 1; transform: none; } }
@keyframes heroIn { from { opacity: 0; transform: translateY(16px);  } to { opacity: 1; transform: none; } }
.nav { animation: navIn .55s var(--ease-out) both; }
.hero-text > * { animation: heroIn .62s var(--ease-out) both; will-change: opacity, transform; }
.hero-text > *:nth-child(1) { animation-delay: .05s; }
.hero-text > *:nth-child(2) { animation-delay: .11s; }
.hero-text > *:nth-child(3) { animation-delay: .18s; }
.hero-text > *:nth-child(4) { animation-delay: .26s; }
.hero-text > *:nth-child(5) { animation-delay: .33s; }
.hero-text > *:nth-child(6) { animation-delay: .39s; }

@media (prefers-reduced-motion: reduce) {
  .nav, .hero-text > * { animation: none; }
  ::view-transition-old(root), ::view-transition-new(root) { animation: none; }
}
