/* ============================================================
   CELIABS — celiabs.com (landing page de lancement)
   Charte : ivoire #FAFAF8 / blanc doux #EDECE9 / charbon #242429 ;
   dégradé #C73567 → #EE7968 → #F0A084 réservé au symbole et aux accents.
   Titres Manrope 600/700, textes Inter 400/500 (polices variables
   self-hostées, sous-ensembles latin + latin-ext pour cs/pl/sk).
   ============================================================ */

/* ---------- Fonts ---------- */
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 600 700; font-display: swap; src: url('../fonts/manrope-latin-var.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: 'Manrope'; font-style: normal; font-weight: 600 700; font-display: swap; src: url('../fonts/manrope-latin-ext-var.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: 'Inter'; font-style: normal; font-weight: 400 500; font-display: swap; src: url('../fonts/inter-latin-var.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: 'Inter'; font-style: normal; font-weight: 400 500; font-display: swap; src: url('../fonts/inter-latin-ext-var.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; }

/* ---------- Tokens ---------- */
:root {
  --c-ink: #242429;
  --c-ink-2: #3D3D45;
  --c-muted: #6B6B74;
  --c-faint: #9A9AA3;
  --c-paper: #FAFAF8;
  --c-soft: #EDECE9;
  --c-line: #E3E2DE;
  --c-white: #FFFFFF;
  --c-dark: #242429;
  --c-dark-2: #2E2E35;
  --c-dark-line: rgba(255,255,255,.1);
  --c-brand-1: #C73567;
  --c-brand-2: #EE7968;
  --c-brand-3: #F0A084;
  --g-brand: linear-gradient(100deg, #C73567 0%, #EE7968 55%, #F0A084 100%);
  --g-brand-v: linear-gradient(180deg, #C73567 0%, #EE7968 55%, #F0A084 100%);
  --c-ok: #1F8A5A;
  --c-ok-bg: #E7F5EC;
  --c-warn: #B4591E;
  --c-warn-bg: #FCEFE5;
  --f-head: 'Manrope', 'Segoe UI', system-ui, sans-serif;
  --f-text: 'Inter', 'Segoe UI', system-ui, sans-serif;
  --r-sm: 8px; --r-md: 12px; --r-lg: 18px; --r-xl: 26px;
  --sh-card: 0 1px 2px rgba(36,36,41,.04), 0 12px 32px -12px rgba(36,36,41,.12);
  --sh-float: 0 24px 60px -20px rgba(36,36,41,.22), 0 2px 6px rgba(36,36,41,.05);
  --wrap: 1200px;
  --header-h: 72px;
}

/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0; background: var(--c-paper); color: var(--c-ink);
  font-family: var(--f-text); font-size: 17px; line-height: 1.6;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
p { margin: 0; }
h1, h2, h3, h4 { margin: 0; font-family: var(--f-head); font-weight: 700; letter-spacing: -0.02em; line-height: 1.12; }
button { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--c-brand-1); outline-offset: 3px; border-radius: 4px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 200; background: var(--c-ink); color: #fff; padding: 10px 14px; border-radius: var(--r-sm); }
.skip-link:focus { top: 12px; }
.wrap { width: min(var(--wrap), calc(100% - 48px)); margin: 0 auto; }
.ico { width: 20px; height: 20px; flex: none; }

/* ---------- Typo utilitaires ---------- */
.accent { white-space: nowrap; background: var(--g-brand); -webkit-background-clip: text; background-clip: text; color: transparent; }
.h1 { font-size: clamp(2.1rem, 4.5vw, 3.4rem); }
.h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); }
.h3 { font-size: clamp(1.35rem, 2.2vw, 1.75rem); font-weight: 600; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin: 0 0 16px;
  font-family: var(--f-head); font-weight: 600; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--c-muted);
}
.eyebrow::before { content: ''; width: 28px; height: 3px; border-radius: 2px; background: var(--g-brand); }
.eyebrow-light { color: var(--c-faint); }
.section-head { max-width: 760px; margin-bottom: 56px; }
.section-text { margin-top: 20px; font-size: 1.1rem; color: var(--c-ink-2); max-width: 62ch; }
.pill {
  display: inline-flex; align-items: center; gap: 10px; padding: 8px 14px 8px 10px;
  border: 1px solid var(--c-line); background: #fff; border-radius: 999px;
  font-size: .85rem; font-weight: 500; color: var(--c-ink-2);
}
.pill-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--g-brand); box-shadow: 0 0 0 4px rgba(238,121,104,.18); }

/* ---------- Boutons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 22px; border-radius: 999px; border: 1px solid transparent;
  font-family: var(--f-head); font-weight: 600; font-size: .95rem; line-height: 1; cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  white-space: nowrap;
}
.btn-primary { background: var(--c-ink); color: #fff; box-shadow: 0 6px 18px -8px rgba(36,36,41,.5); }
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 12px 24px -10px rgba(36,36,41,.55); }
.btn-primary:active { transform: translateY(0); }
.btn-primary:disabled { opacity: .6; cursor: progress; transform: none; }
.btn-lg { padding: 16px 28px; font-size: 1.02rem; }
.btn-brand { background: var(--g-brand); color: #fff; box-shadow: 0 10px 24px -10px rgba(199,53,103,.7); }
.btn-brand:hover { transform: translateY(-1px); box-shadow: 0 16px 30px -12px rgba(199,53,103,.8); }
.btn-brand:disabled { opacity: .7; cursor: progress; transform: none; }
.btn-sm { padding: 10px 16px; font-size: .88rem; }
.btn-ghost { background: transparent; border-color: var(--c-line); color: var(--c-ink); }
.btn-block { width: 100%; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 500; color: var(--c-ink); border-bottom: 1px solid transparent; transition: gap .18s ease; }
.link-arrow .ico { width: 18px; height: 18px; }
.link-arrow:hover { gap: 12px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50; height: var(--header-h);
  background: rgba(250,250,248,.82); backdrop-filter: saturate(160%) blur(12px); -webkit-backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid transparent; transition: border-color .2s ease, box-shadow .2s ease;
}
.site-header.is-scrolled { border-bottom-color: var(--c-line); box-shadow: 0 8px 24px -20px rgba(36,36,41,.3); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 24px; }
.brand img { height: 30px; width: auto; }
.brand-dark { display: none; }
.nav { display: flex; gap: 30px; }
.nav a { font-weight: 500; font-size: .95rem; color: var(--c-ink-2); position: relative; padding: 6px 0; }
.nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--g-brand); transition: right .22s ease; border-radius: 2px; }
.nav a:hover::after { right: 0; }
.header-cta { display: flex; align-items: center; gap: 12px; }
.burger, .mobile-close { display: none; width: 42px; height: 42px; align-items: center; justify-content: center; border: 1px solid var(--c-line); background: #fff; border-radius: 50%; cursor: pointer; }

/* Sélecteur de langue */
.lang-dd { position: relative; }
.lang-dd-toggle {
  display: inline-flex; align-items: center; gap: 7px; padding: 9px 12px; border-radius: 999px;
  border: 1px solid var(--c-line); background: #fff; cursor: pointer; font-weight: 600; font-size: .85rem; font-family: var(--f-head); color: var(--c-ink-2);
}
.lang-dd-toggle:hover { border-color: var(--c-faint); }
.lang-dd-menu {
  position: absolute; right: 0; top: calc(100% + 8px); min-width: 210px; max-height: min(70vh, 420px); overflow: auto;
  background: #fff; border: 1px solid var(--c-line); border-radius: var(--r-md); box-shadow: var(--sh-float); padding: 6px; z-index: 60;
}
.lang-dd-menu a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 12px; border-radius: var(--r-sm); font-size: .92rem; }
.lang-dd-menu a:hover { background: var(--c-soft); }
.lang-dd-menu a.on { background: var(--c-soft); font-weight: 600; }
.lang-dd-tag { font-family: var(--f-head); font-size: .72rem; letter-spacing: .08em; color: var(--c-faint); }

/* Menu mobile */
.mobile-menu { position: fixed; inset: 0; z-index: 100; background: var(--c-paper); display: none; flex-direction: column; padding: 16px 24px 28px; overflow: auto; }
.mobile-menu.is-open { display: flex; }
.mobile-menu-top { display: flex; align-items: center; justify-content: space-between; height: 44px; }
.mobile-menu-top img { height: 28px; width: auto; }
.mobile-nav { display: flex; flex-direction: column; margin-top: 32px; }
.mobile-nav a { padding: 16px 0; border-bottom: 1px solid var(--c-line); font-family: var(--f-head); font-weight: 600; font-size: 1.35rem; }
.mobile-menu-foot { margin-top: auto; padding-top: 32px; display: grid; gap: 22px; }
.lang-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px; }
.lang-grid a { padding: 10px 12px; border-radius: var(--r-sm); border: 1px solid var(--c-line); background: #fff; font-size: .92rem; }
.lang-grid a.on { background: var(--c-ink); color: #fff; border-color: var(--c-ink); }
body.menu-open { overflow: hidden; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); transition-delay: var(--d, 0ms); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 72px 0 96px; overflow: hidden; }
.hero-glow {
  position: absolute; inset: -20% -10% auto auto; width: 62vw; max-width: 900px; aspect-ratio: 1; pointer-events: none;
  background: radial-gradient(closest-side, rgba(238,121,104,.22), rgba(199,53,103,.10) 45%, transparent 72%);
  filter: blur(20px);
}
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 56px; align-items: center; }
.hero-title { font-size: clamp(2.5rem, 5.6vw, 4.4rem); margin: 26px 0 22px; letter-spacing: -0.03em; }
.lead { font-size: clamp(1.08rem, 1.45vw, 1.25rem); color: var(--c-ink-2); max-width: 54ch; }
.hero-note { margin-top: 14px; font-size: .86rem; color: var(--c-muted); max-width: 52ch; }
.hero .link-arrow { margin-top: 26px; }

/* Formulaire rapide (hero) */
.wl-form-quick { margin-top: 30px; max-width: 520px; }
.quick-row { display: flex; gap: 8px; padding: 6px; background: #fff; border: 1px solid var(--c-line); border-radius: 999px; box-shadow: var(--sh-card); transition: box-shadow .2s ease, border-color .2s ease; }
.quick-row:focus-within { border-color: var(--c-brand-2); box-shadow: 0 0 0 4px rgba(238,121,104,.16), var(--sh-card); }
.quick-row input { flex: 1; min-width: 0; border: 0; background: transparent; padding: 10px 16px; font: inherit; font-size: 1rem; color: var(--c-ink); outline: none; }
.quick-row input::placeholder { color: var(--c-faint); }
.f-turnstile-quick { margin-top: 10px; }
.wl-form-quick .f-err { padding-left: 18px; }

/* Maquette « fiche produit » */
.hero-visual { position: relative; }
.mock { background: #fff; border: 1px solid var(--c-line); border-radius: var(--r-lg); box-shadow: var(--sh-float); }
.mock-sheet { padding: 24px 26px 22px; }
.mock-kicker { font-size: .74rem; font-weight: 500; letter-spacing: .04em; color: var(--c-faint); text-transform: uppercase; }
.mock-sheet-head { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; }
.mock-sheet-name { font-family: var(--f-head); font-weight: 700; font-size: 1.15rem; margin-top: 4px; letter-spacing: -.01em; }
.mock-score { text-align: right; }
.mock-score-n { font-family: var(--f-head); font-weight: 700; font-size: 2rem; line-height: 1; background: var(--g-brand); -webkit-background-clip: text; background-clip: text; color: transparent; }
.mock-score-n small { font-size: 1rem; }
.mock-bar { height: 6px; border-radius: 3px; background: var(--c-soft); margin: 16px 0 18px; overflow: hidden; }
.mock-bar span { display: block; height: 100%; width: 0; border-radius: 3px; background: var(--g-brand); transition: width 1.2s cubic-bezier(.2,.7,.2,1) .3s; }
.is-in .mock-bar span, .hero .mock-bar span.is-in { width: var(--w); }
.mock-attrs { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; margin: 0; }
.mock-attrs div { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-bottom: 1px solid var(--c-line); font-size: .86rem; }
.mock-attrs dt { color: var(--c-muted); }
.mock-attrs dd { margin: 0; font-weight: 500; text-align: right; }
.mock-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.badge { display: inline-flex; align-items: center; gap: 6px; padding: 5px 10px; border-radius: 999px; font-size: .78rem; font-weight: 500; white-space: nowrap; }
.badge .ico { width: 14px; height: 14px; }
.badge-ok { background: var(--c-ok-bg); color: var(--c-ok); }
.badge-warn { background: var(--c-warn-bg); color: var(--c-warn); }
.mock-ai { display: flex; align-items: center; gap: 12px; margin-top: 16px; padding: 12px 14px; background: var(--c-soft); border-radius: var(--r-md); font-size: .84rem; line-height: 1.45; }
.mock-ai-ico { width: 28px; height: 28px; flex: none; border-radius: 8px; background: var(--g-brand); color: #fff; display: grid; place-items: center; }
.mock-ai-ico .ico { width: 15px; height: 15px; }
.mock-ai-btn { flex: none; padding: 8px 14px; border-radius: 999px; background: var(--c-ink); color: #fff; font-family: var(--f-head); font-weight: 600; font-size: .8rem; }
.chip { position: absolute; z-index: 2; background: #fff; border: 1px solid var(--c-line); border-radius: var(--r-md); box-shadow: var(--sh-float); padding: 12px 14px; font-size: .82rem; }
.chip-k { font-size: .72rem; text-transform: uppercase; letter-spacing: .04em; color: var(--c-faint); font-weight: 500; }
.chip-v { font-weight: 500; margin-top: 2px; }
.chip-tr { right: -30px; top: -66px; }
.chip-langs { display: flex; gap: 10px; margin-top: 6px; font-weight: 500; }
.chip-langs span { display: inline-flex; gap: 5px; align-items: baseline; color: var(--c-muted); }
.chip-langs b { color: var(--c-ok); font-weight: 600; }
.chip-vis { left: -34px; bottom: -26px; display: flex; align-items: center; gap: 12px; }
.chip-thumbs { display: flex; gap: 4px; }
.chip-thumbs i { width: 22px; height: 22px; border-radius: 6px; background: linear-gradient(135deg, #E9DED2, #D9C8B4); }
.chip-thumbs i:nth-child(2) { background: linear-gradient(135deg, #DCE6D0, #B9CFA6); }
.chip-thumbs i:nth-child(3) { background: linear-gradient(135deg, #F6D9CE, #F0A084); }
.hero-visual .mock, .hero-visual .chip { opacity: 0; transform: translateY(16px); animation: rise .8s cubic-bezier(.2,.7,.2,1) forwards; }
.hero-visual .mock { animation-delay: .15s; }
.hero-visual .chip-tr { animation-delay: .7s; }
.hero-visual .chip-vis { animation-delay: .95s; }
@keyframes rise { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .hero-visual .mock, .hero-visual .chip { animation: none; opacity: 1; transform: none; } .mock-bar span { transition: none; width: var(--w); } }

/* ---------- Piliers ---------- */
.pillars { padding: 8px 0 72px; }
.pillars-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; border-top: 1px solid var(--c-line); padding-top: 48px; }
.pillar { display: grid; gap: 8px; }
.pillar h2 { font-size: 1.05rem; font-weight: 600; }
.pillar p { font-size: .92rem; color: var(--c-muted); }
.pillar-ico, .tool-ico, .card-ico, .who-ico, .v1-ico { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: var(--g-brand); color: #fff; margin-bottom: 8px; }
.pillar-ico { background: var(--c-white); color: var(--c-ink); border: 1px solid var(--c-line); }

/* ---------- Sections génériques ---------- */
section { position: relative; }
.problem, .features, .who, .roadmap { padding: 104px 0; }
.problem { background: #fff; border-top: 1px solid var(--c-line); border-bottom: 1px solid var(--c-line); }
.problem-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.6fr); gap: 48px; align-items: start; }
.stat-big { position: sticky; top: calc(var(--header-h) + 24px); }
.stat-big-n { font-family: var(--f-head); font-weight: 700; font-size: clamp(4.5rem, 9vw, 7.5rem); line-height: .95; letter-spacing: -.04em; background: var(--g-brand); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat-big p { margin-top: 14px; color: var(--c-muted); max-width: 30ch; }
.tools-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.tool { padding: 26px; border: 1px solid var(--c-line); border-radius: var(--r-lg); background: var(--c-paper); }
.tool h3 { font-size: 1.15rem; margin-top: 8px; }
.tool p { margin-top: 8px; font-size: .95rem; color: var(--c-muted); }

/* ---------- Boucle ---------- */
.loop { padding: 104px 0; }
.loop-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 64px; align-items: center; }
.checks { display: grid; gap: 12px; margin-top: 28px; }
.checks li { display: flex; gap: 12px; align-items: flex-start; font-weight: 500; }
.checks .ico { color: var(--c-brand-1); margin-top: 3px; }
.checks-light li { color: #fff; }
.checks-light .ico { color: var(--c-brand-3); }
.loop-ring { position: relative; width: min(100%, 460px); aspect-ratio: 1; margin: 0 auto; }
.loop-circle { position: absolute; inset: 0; width: 100%; height: 100%; }
.loop-node { position: absolute; background: #fff; border: 1px solid var(--c-line); border-radius: var(--r-md); box-shadow: var(--sh-card); padding: 12px 18px; text-align: center; min-width: 138px; }
.loop-node b { display: block; font-family: var(--f-head); font-weight: 700; font-size: 1rem; }
.loop-node small { display: block; color: var(--c-muted); font-size: .78rem; margin-top: 2px; }
.loop-top { top: 0; left: 50%; transform: translate(-50%, -30%); }
.loop-bottom { bottom: 0; left: 50%; transform: translate(-50%, 30%); }
.loop-left { left: 0; top: 50%; transform: translate(-30%, -50%); }
.loop-right { right: 0; top: 50%; transform: translate(30%, -50%); }
.loop-center { left: 50%; top: 50%; transform: translate(-50%, -50%); background: var(--g-brand); color: #fff; border: 0; padding: 22px 26px; box-shadow: 0 18px 40px -14px rgba(199,53,103,.55); min-width: 170px; }
.loop-center b { font-size: 1.2rem; }
.loop-center small { color: rgba(255,255,255,.85); }

/* ---------- Fonctionnalités ---------- */
.features { background: #fff; border-top: 1px solid var(--c-line); }
.features .section-head { margin-bottom: 24px; }
.spot { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 64px; align-items: center; padding: 56px 0; }
.spot + .spot { border-top: 1px solid var(--c-line); }
.spot-flip .spot-copy { order: 2; }
.spot-eyebrow { font-family: var(--f-head); font-weight: 600; color: var(--c-brand-1); font-size: .95rem; margin-bottom: 14px; }
.stats3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 32px; }
.stats3 b { display: block; font-family: var(--f-head); font-weight: 700; font-size: 2rem; letter-spacing: -.03em; background: var(--g-brand); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stats3 span { display: block; font-size: .85rem; color: var(--c-muted); margin-top: 4px; }

/* Mapping */
.mock-map { display: grid; grid-template-columns: 150px minmax(0, 1fr) minmax(0, 1.4fr); gap: 16px; padding: 22px; align-items: center; }
.map-src { text-align: center; padding: 22px 14px; border: 1px solid var(--c-line); border-radius: var(--r-md); background: var(--c-paper); }
.map-src-ico { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: var(--g-brand); color: #fff; margin: 0 auto 10px; }
.map-src b { display: block; font-family: var(--f-head); }
.map-src small, .map-engine small, .map-channels small { display: block; color: var(--c-muted); font-size: .76rem; }
.map-mid { position: relative; display: grid; gap: 8px; align-self: stretch; }
.map-engine { position: relative; z-index: 2; align-self: center; margin: auto 0; background: var(--c-ink); color: #fff; border-radius: var(--r-md); padding: 12px 14px; text-align: center; }
.map-engine b { display: block; font-family: var(--f-head); font-size: .92rem; }
.map-engine small { color: rgba(255,255,255,.7); }
.map-fan { position: absolute; left: 50%; top: 0; width: calc(50% + 16px); height: 100%; z-index: 1; overflow: visible; }
.map-fan path { fill: none; stroke: url(#lg-fan); stroke-width: 2; vector-effect: non-scaling-stroke; stroke-linecap: round; opacity: 0; transition: opacity .8s ease .3s; }
.is-in .map-fan path { opacity: 1; }
.map-feedback { position: absolute; left: -110px; bottom: -14px; font-size: .68rem; color: var(--c-muted); border-top: 1px dashed var(--c-faint); padding-top: 4px; white-space: nowrap; }
.map-channels { display: grid; gap: 6px; }
.map-channels li { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 9px 12px; border: 1px solid var(--c-line); border-radius: 10px; font-size: .84rem; }
.map-channels b { font-family: var(--f-head); font-weight: 600; display: block; line-height: 1.2; }
.map-channels .ico { color: var(--c-ok); width: 16px; height: 16px; }

/* Traductions */
.mock-tr { padding: 22px 24px; }
.tr-source { font-family: var(--f-head); font-weight: 700; margin: 4px 0 14px; }
.tr-rows { display: grid; gap: 6px; }
.tr-rows li { display: grid; grid-template-columns: 30px minmax(0,1fr) auto auto; gap: 10px; align-items: center; padding: 9px 12px; border: 1px solid var(--c-line); border-radius: 10px; font-size: .82rem; background: #fff; }
.tr-rows li.is-review { background: var(--c-paper); }
.tr-lang { font-family: var(--f-head); font-weight: 700; color: var(--c-brand-1); font-size: .78rem; }
.tr-text { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tr-len { font-size: .72rem; color: var(--c-faint); white-space: nowrap; }
.mock-note { margin-top: 12px; font-size: .8rem; color: var(--c-muted); }

/* Score de préparation */
.mock-rd { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 28px; align-items: center; padding: 26px; }
.rd-ring { position: relative; width: 180px; }
.rd-ring svg { width: 100%; height: auto; }
.rd-arc { transition: stroke-dashoffset 1.4s cubic-bezier(.2,.7,.2,1) .2s; }
.is-in .rd-arc { stroke-dashoffset: var(--target); }
.rd-ring-n { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; }
.rd-ring-n b { font-family: var(--f-head); font-weight: 700; font-size: 2.6rem; line-height: 1; letter-spacing: -.03em; }
.rd-ring-n small { font-size: .7rem; color: var(--c-muted); margin-top: 4px; max-width: 90px; line-height: 1.2; }
.rd-bars { display: grid; gap: 10px; }
.rd-bars li { display: grid; grid-template-columns: 120px minmax(0,1fr) 32px; gap: 12px; align-items: center; font-size: .84rem; }
.rd-ch { font-weight: 500; }
.rd-track { height: 8px; border-radius: 4px; background: var(--c-soft); overflow: hidden; }
.rd-fill { display: block; height: 100%; width: 0; border-radius: 4px; transition: width 1.2s cubic-bezier(.2,.7,.2,1) .2s; }
.is-in .rd-fill { width: var(--w); }
.rd-ok { background: var(--c-ok); }
.rd-mid { background: var(--c-brand-3); }
.rd-low { background: var(--c-brand-1); }
.rd-v { text-align: right; color: var(--c-muted); font-variant-numeric: tabular-nums; }
.actions { display: grid; gap: 10px; margin-top: 28px; }
.actions li { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border: 1px solid var(--c-line); border-radius: var(--r-md); background: #fff; font-size: .9rem; }
.actions .ico { color: var(--c-brand-1); }
.actions div { flex: 1; min-width: 0; }
.actions b { display: block; font-family: var(--f-head); font-size: .92rem; }
.actions span { display: block; color: var(--c-muted); font-size: .84rem; }
.actions .mock-ai-btn { display: inline-block; }

/* ---------- Cartes ---------- */
.cards { padding: 0 0 104px; background: #fff; }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { padding: 30px; border-radius: var(--r-lg); background: var(--c-paper); border: 1px solid var(--c-line); }
.card h2 { font-size: 1.3rem; margin-top: 12px; }
.card p { margin-top: 10px; color: var(--c-muted); font-size: .95rem; }

/* ---------- Canaux ---------- */
.channels { padding: 72px 0; border-top: 1px solid var(--c-line); border-bottom: 1px solid var(--c-line); overflow: hidden; }
.channels .section-head { margin: 0 auto 32px; text-align: center; }
.marquee { position: relative; mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.marquee-track { display: flex; gap: 12px; width: max-content; animation: marquee 40s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-chip { flex: none; padding: 12px 22px; border-radius: 999px; background: #fff; border: 1px solid var(--c-line); font-family: var(--f-head); font-weight: 600; font-size: 1rem; color: var(--c-ink-2); }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; flex-wrap: wrap; width: auto; } .marquee { mask-image: none; -webkit-mask-image: none; } }

/* ---------- Pour qui ---------- */
.who-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.who-card { padding: 28px 24px; border-radius: var(--r-lg); background: #fff; border: 1px solid var(--c-line); transition: transform .2s ease, box-shadow .2s ease; }
.who-card:hover { transform: translateY(-3px); box-shadow: var(--sh-card); }
.who-card h3 { font-size: 1.15rem; margin-top: 12px; }
.who-card p { margin-top: 8px; color: var(--c-muted); font-size: .93rem; }

/* ---------- Feuille de route ---------- */
.roadmap { background: #fff; border-top: 1px solid var(--c-line); }
.roadmap-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .9fr); gap: 40px; align-items: start; }
.v1 { background: var(--c-dark); color: #fff; border-radius: var(--r-xl); padding: 36px; }
.v1-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 26px; }
.v1-head h3 { font-size: 1.6rem; }
.v1-head span { font-size: .88rem; color: rgba(255,255,255,.65); }
.v1-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 24px; }
.v1-grid li { display: flex; gap: 14px; align-items: flex-start; }
.v1-ico { margin: 0; flex: none; }
.v1-grid b { display: block; font-family: var(--f-head); font-size: 1rem; }
.v1-grid small { display: block; color: rgba(255,255,255,.65); font-size: .82rem; line-height: 1.45; margin-top: 2px; }
.next h3 { font-size: 1.6rem; margin-bottom: 8px; }
.timeline { position: relative; padding-left: 26px; }
.timeline::before { content: ''; position: absolute; left: 6px; top: 12px; bottom: 12px; width: 2px; background: var(--g-brand-v); border-radius: 2px; }
.timeline li { position: relative; padding: 14px 0; }
.timeline li::before { content: ''; position: absolute; left: -24px; top: 22px; width: 10px; height: 10px; border-radius: 50%; background: var(--c-brand-1); box-shadow: 0 0 0 4px #fff; }
.tl-date { display: block; font-family: var(--f-head); font-weight: 700; font-size: .78rem; letter-spacing: .08em; color: var(--c-brand-1); }
.timeline b { display: block; font-family: var(--f-head); font-size: 1.1rem; margin-top: 2px; }
.timeline p { color: var(--c-muted); font-size: .92rem; margin-top: 4px; }

/* ---------- Liste d'attente ---------- */
.waitlist { position: relative; background: var(--c-dark); color: #fff; padding: 112px 0; overflow: hidden; }
.wl-glow { position: absolute; left: -10%; bottom: -30%; width: 60vw; max-width: 800px; aspect-ratio: 1; background: radial-gradient(closest-side, rgba(199,53,103,.35), rgba(238,121,104,.12) 45%, transparent 72%); filter: blur(30px); pointer-events: none; }
.wl-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: 64px; align-items: center; }
.waitlist .h2 { color: #fff; }
.waitlist .section-text { color: rgba(255,255,255,.72); }
.wl-panel { background: var(--c-dark-2); border: 1px solid var(--c-dark-line); border-radius: var(--r-xl); padding: 34px; box-shadow: 0 30px 80px -30px rgba(0,0,0,.6); }
.f-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.f-span2 { grid-column: span 2; }
.f-field label { display: block; font-family: var(--f-head); font-weight: 600; font-size: .86rem; margin-bottom: 8px; color: rgba(255,255,255,.9); }
.f-opt { font-weight: 400; color: rgba(255,255,255,.5); font-family: var(--f-text); }
.f-field input, .f-field select {
  width: 100%; padding: 13px 16px; border-radius: var(--r-md); border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.06); color: #fff;
  font: inherit; font-size: 1rem; outline: none; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; appearance: none; -webkit-appearance: none;
}
.f-field input::placeholder { color: rgba(255,255,255,.4); }
.f-field input:focus, .f-field select:focus { border-color: var(--c-brand-2); box-shadow: 0 0 0 4px rgba(238,121,104,.2); background: rgba(255,255,255,.08); }
.f-field input.is-invalid { border-color: var(--c-brand-1); }
.f-select { position: relative; }
.f-select::after { content: ''; position: absolute; right: 16px; top: 50%; width: 8px; height: 8px; border-right: 2px solid rgba(255,255,255,.6); border-bottom: 2px solid rgba(255,255,255,.6); transform: translateY(-70%) rotate(45deg); pointer-events: none; }
.f-select select { padding-right: 40px; cursor: pointer; }
.f-select option { color: var(--c-ink); background: #fff; }
.f-err { margin-top: 8px; font-size: .84rem; color: #FF8FA8; }
.f-turnstile { margin-top: 20px; }
.f-actions { margin-top: 22px; display: grid; gap: 14px; }
.f-actions .btn { width: 100%; }
.f-consent { font-size: .82rem; color: rgba(255,255,255,.55); text-align: center; }
.f-consent a { color: rgba(255,255,255,.85); text-decoration: underline; text-underline-offset: 3px; }
.f-status { margin-top: 14px; padding: 12px 14px; border-radius: var(--r-md); font-size: .9rem; }
.f-status.ko { background: rgba(199,53,103,.18); color: #FFC1D0; border: 1px solid rgba(199,53,103,.4); }
.wl-form-quick .f-status.ko { background: var(--c-warn-bg); color: var(--c-warn); border-color: transparent; }
.hp-field { position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden; }
.wl-success { text-align: center; padding: 24px 8px; }
.wl-success-icon { width: 64px; height: 64px; border-radius: 50%; background: var(--g-brand); color: #fff; display: grid; place-items: center; margin: 0 auto 18px; animation: pop .5s cubic-bezier(.2,.9,.3,1.4); }
.wl-success-icon svg { width: 30px; height: 30px; }
.wl-success-title { font-family: var(--f-head); font-weight: 700; font-size: 1.6rem; }
.wl-success-text { margin-top: 8px; color: rgba(255,255,255,.72); }
.hero-copy .wl-success { text-align: left; padding: 22px 24px; margin-top: 30px; max-width: 520px; background: #fff; border: 1px solid var(--c-line); border-radius: var(--r-lg); box-shadow: var(--sh-card); display: flex; gap: 16px; align-items: center; }
.hero-copy .wl-success-icon { margin: 0; width: 48px; height: 48px; flex: none; }
.hero-copy .wl-success-icon svg { width: 22px; height: 22px; }
.hero-copy .wl-success-title { font-size: 1.15rem; }
.hero-copy .wl-success-text { color: var(--c-muted); font-size: .92rem; margin-top: 2px; }
@keyframes pop { from { transform: scale(.6); opacity: 0; } to { transform: scale(1); opacity: 1; } }

/* ---------- Footer ---------- */
.site-footer { background: var(--c-dark); color: rgba(255,255,255,.75); border-top: 1px solid var(--c-dark-line); padding: 64px 0 28px; font-size: .92rem; }
.footer-top { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1.2fr); gap: 40px; }
.footer-brand img { height: 30px; width: auto; }
.footer-tagline { margin-top: 16px; font-family: var(--f-head); font-weight: 600; color: #fff; font-size: 1.05rem; }
.footer-status { margin-top: 10px; display: flex; align-items: center; gap: 8px; font-size: .84rem; color: rgba(255,255,255,.55); }
.dot-live { width: 8px; height: 8px; border-radius: 50%; background: var(--c-brand-2); box-shadow: 0 0 0 3px rgba(238,121,104,.25); }
.footer-h { font-family: var(--f-head); font-weight: 600; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 14px; }
.footer-col p { margin-top: 6px; }
.footer-col a { color: #fff; }
.footer-col a:hover { text-decoration: underline; text-underline-offset: 3px; }
.footer-links { display: flex; gap: 18px; margin-top: 14px !important; }
.footer-langs { display: flex; flex-wrap: wrap; gap: 6px 14px; }
.footer-langs a { color: rgba(255,255,255,.7); }
.footer-langs a.on { color: #fff; font-weight: 500; text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom { margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--c-dark-line); font-size: .82rem; color: rgba(255,255,255,.45); }

/* ---------- Bannière cookies ---------- */
.cookie-banner { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 90; max-width: 560px; margin: 0 auto; background: #fff; border: 1px solid var(--c-line); border-radius: var(--r-lg); box-shadow: var(--sh-float); padding: 18px 20px; display: grid; gap: 12px; font-size: .9rem; }
.cookie-actions { display: flex; gap: 10px; }

/* ---------- Pages internes ---------- */
.page { padding: 64px 0 104px; }
.page-wrap { max-width: 760px; }
.page-head { margin-bottom: 40px; }
.page-section { margin-top: 32px; }
.page-section h2 { font-size: 1.35rem; margin-bottom: 10px; }
.page-section p { margin-top: 10px; color: var(--c-ink-2); }
.page-section a { text-decoration: underline; text-underline-offset: 3px; color: var(--c-brand-1); }
.notfound { padding: 120px 0; text-align: center; }
.notfound .page-wrap { margin: 0 auto; }
.notfound .section-text { margin: 20px auto 28px; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .nav { display: none; }
  .burger { display: inline-flex; }
  .mobile-close { display: inline-flex; }
  .btn-header { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 56px; }
  .hero-visual { max-width: 620px; margin: 0 auto; width: 100%; }
  .chip-tr { right: 0; }
  .chip-vis { left: 0; }
  .pillars-grid, .who-grid { grid-template-columns: repeat(2, 1fr); }
  .problem-grid, .loop-grid, .spot, .roadmap-grid, .wl-grid { grid-template-columns: 1fr; }
  .spot-flip .spot-copy { order: 0; }
  .stat-big { position: static; }
  .cards-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .wrap { width: calc(100% - 36px); }
  .hero { padding: 40px 0 72px; }
  .hero-title { font-size: clamp(2.2rem, 10vw, 3rem); }
  .quick-row { flex-direction: column; border-radius: var(--r-lg); padding: 8px; }
  .quick-row input { padding: 12px 14px; }
  .quick-row .btn { width: 100%; }
  .mock-sheet { padding: 18px; }
  .mock-attrs { grid-template-columns: 1fr; }
  .chip { display: none; }
  .accent { white-space: normal; }
  .pillars-grid, .who-grid, .tools-grid, .stats3, .v1-grid, .f-grid, .footer-top { grid-template-columns: 1fr; }
  .f-span2 { grid-column: auto; }
  .problem, .loop, .features, .who, .roadmap, .waitlist { padding: 72px 0; }
  .cards { padding-bottom: 72px; }
  .mock-map { grid-template-columns: 1fr; }
  .map-mid { min-height: 90px; }
  .map-fan { display: none; }
  .map-feedback { position: static; margin-top: 4px; white-space: normal; }
  .mock-rd { grid-template-columns: 1fr; justify-items: center; }
  .rd-bars { width: 100%; }
  .rd-bars li { grid-template-columns: 96px minmax(0,1fr) 32px; }
  .tr-rows li { grid-template-columns: 26px minmax(0,1fr); }
  .tr-rows .badge, .tr-len { grid-column: 2; justify-self: start; }
  .loop-node { min-width: 110px; padding: 10px 12px; }
  .loop-node b { font-size: .88rem; }
  .loop-node small { font-size: .7rem; }
  .loop-center { padding: 16px 18px; min-width: 130px; }
  .v1 { padding: 24px; }
  .wl-panel { padding: 22px; }
  .lang-dd-toggle .lang-dd-code { display: none; }
}
