/* ═══════════════════════════════════════════════════════════════
   LinguAfrika — site marketing
   Design system aligné sur l'app (apps/learner_flutter, app_theme.dart)
   Palette ivoire + vert · Fraunces (titres) + Nunito (texte) · tout clair
   ═══════════════════════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
a { color: inherit; text-decoration: none; }

:root {
  /* Surfaces */
  --ivory:   #FAF7F2;
  --ivory2:  #F2EDE4;
  --card:    #FFFFFF;
  /* Vert (primaire app) */
  --green:   #1A8C65;
  --green-d: #0D5940;
  --green-l: #E8F7F1;
  /* Accents chauds (secondaires app) */
  --ocre:    #D4850A;
  --ocre-l:  #FDF0DC;
  --terra:   #C4522A;
  --terra-l: #FAECE6;
  /* Bleu (tours de parole & mots-clés dans l'app) */
  --blue:    #1A4A7A;
  --blue-l:  #E6EEF8;
  /* Texte */
  --ink:     #1C1A16;
  --ink2:    #3D3A34;
  --muted:   #8A8478;
  --border:  #E8E2D8;
  /* Type */
  --serif: 'Fraunces', Georgia, serif;
  --sans:  'Nunito', system-ui, -apple-system, sans-serif;
  /* Mono : repères thème/étape, comme dans l'app */
  --mono:  'DM Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  /* Radii & shadow */
  --r:   16px;
  --r2:  24px;
  --shadow:  0 4px 16px rgba(28,26,22,0.06);
  --shadow2: 0 18px 48px rgba(28,26,22,0.12);
}

html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--sans);
  background: var(--ivory);
  color: var(--ink);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ── Utilities ── */
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.section { padding: 96px 0; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 800; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--green);
}
.center { text-align: center; }
h1, h2, h3 { font-family: var(--serif); font-weight: 700; color: var(--ink); line-height: 1.08; letter-spacing: -0.5px; }
em { font-style: italic; color: var(--green); }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.reveal.up { opacity: 1; transform: none; }

.section-title { font-size: clamp(30px, 4vw, 46px); margin-bottom: 16px; }
.section-lead { font-size: 18px; color: var(--muted); max-width: 620px; margin: 0 auto; line-height: 1.65; }

/* ── Buttons ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--sans); font-weight: 800; font-size: 16px;
  border: none; border-radius: 999px; cursor: pointer;
  padding: 15px 28px; transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn-primary { background: var(--green); color: #fff; box-shadow: 0 10px 26px rgba(26,140,101,0.30); }
.btn-primary:hover { background: var(--green-d); transform: translateY(-2px); box-shadow: 0 16px 34px rgba(26,140,101,0.40); }
.btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--border); }
.btn-ghost:hover { border-color: var(--green); color: var(--green); }
.link-arrow { color: var(--green); font-weight: 800; }
.link-arrow:hover { color: var(--green-d); }

/* ═══ ANNOUNCEMENT BAR ═══ */
.topbar {
  background: var(--green); color: #fff;
  font-size: 13.5px; font-weight: 600;
  padding: 10px 20px; text-align: center;
  display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap;
  position: relative; z-index: 200;
}
.topbar .dot { width: 8px; height: 8px; border-radius: 50%; background: #FFE08A; box-shadow: 0 0 0 4px rgba(255,224,138,0.25); }
.topbar strong { color: #FFE08A; }
.topbar a { text-decoration: underline; font-weight: 800; }
.topbar .sep { opacity: .5; }

/* ═══ NAV ═══ */
#nav {
  position: sticky; top: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 24px;
  background: rgba(250,247,242,0.9); backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent; transition: border-color .3s, box-shadow .3s;
}
#nav.scrolled { border-bottom-color: var(--border); box-shadow: 0 2px 18px rgba(28,26,22,0.05); }
.brand { display: flex; flex-direction: column; line-height: 1; }
.brand .logo { font-family: var(--serif); font-size: 23px; font-weight: 700; color: var(--ink); }
.brand .logo span { color: var(--green); }
.brand .sub { font-size: 9px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; color: var(--muted); margin-top: 3px; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { font-size: 14.5px; font-weight: 600; color: var(--ink2); transition: color .15s; }
.nav-links a:hover { color: var(--green); }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.nav-cta .btn { padding: 10px 20px; font-size: 14px; }
.hamburger { display: none; width: 42px; height: 42px; border: 1px solid var(--border); border-radius: 12px; background: var(--card); cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 4px; }
.hamburger span { width: 18px; height: 2px; background: var(--ink); border-radius: 2px; }

/* ═══ HERO ═══ */
.hero { padding: 72px 0 40px; }
.hero .wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero h1 { font-size: clamp(46px, 6vw, 76px); margin: 18px 0; }
.hero .lead { font-size: 19px; color: var(--ink2); line-height: 1.6; max-width: 520px; }
.hero .lead strong { color: var(--ink); }
.real-app-proof { position: relative; min-height: 610px; display: flex; align-items: center; justify-content: center; }
.real-app-proof figure { margin: 0; background: var(--card); border: 1px solid var(--border); border-radius: 28px; box-shadow: var(--shadow2); overflow: hidden; }
.real-app-proof img { display: block; width: 100%; height: auto; }
.real-app-main { width: min(100%, 365px); transform: translateX(34px); z-index: 2; }
.real-app-detail { position: absolute; width: min(72%, 270px); right: 0; bottom: 24px; transform: rotate(3deg); z-index: 3; }
.real-app-note { position: absolute; left: 6px; bottom: 4px; padding: 8px 12px; border-radius: 999px; background: var(--green-l); color: var(--green-d); font-size: 12px; font-weight: 800; }
.hero-reassure { display: flex; flex-wrap: wrap; gap: 20px; margin: 26px 0; }
.hero-reassure div { font-size: 14px; color: var(--ink2); font-weight: 600; }
.hero-reassure b { color: var(--ink); }

/* form */
.signup { max-width: 480px; }
.cf-turnstile { margin-bottom: 12px; }
.email-row { display: flex; gap: 10px; flex-wrap: wrap; }
.email-input {
  flex: 1; min-width: 220px; background: var(--card);
  border: 1.5px solid var(--border); border-radius: 14px;
  padding: 15px 18px; font-family: var(--sans); font-size: 15px; color: var(--ink);
  outline: none; transition: border-color .18s, box-shadow .18s;
}
.email-input::placeholder { color: #B7B1A6; }
.email-input:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(26,140,101,0.12); }
.email-btn { white-space: nowrap; }
.micro { margin-top: 12px; font-size: 13px; color: var(--muted); display: flex; flex-wrap: wrap; gap: 6px 16px; }
.hero-webapp { margin-top: 14px; font-size: 14.5px; color: var(--muted); }

/* Les trois temps du démarrage réel de l'app */
.start-points {
  display: grid; gap: 14px; max-width: 720px; margin: 34px auto 0;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}
.start-points div {
  background: var(--card); border: 1px solid var(--border); border-radius: var(--r);
  padding: 18px 20px; box-shadow: var(--shadow); font-weight: 700; color: var(--ink);
}
.start-points b { color: var(--green); font-family: var(--serif); margin-right: 6px; }
.start-points span { display: block; margin-top: 5px; font-size: 13.5px; font-weight: 600; color: var(--muted); }

/* Essai sans compte : l'action principale du hero, avant la capture d'email */
.hero-try { max-width: 480px; margin-bottom: 26px; }
.btn-try { font-size: 17px; padding: 17px 34px; }
.btn-method { margin-left: 8px; }
.hero-try .micro b { color: var(--ink); font-weight: 800; }
.signup-lead { margin-bottom: 10px; font-size: 14.5px; color: var(--ink2); font-weight: 600; }
.hidden-field { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }
.success-box { display: none; background: var(--green-l); border: 1.5px solid rgba(26,140,101,0.3); border-radius: 14px; padding: 16px 20px; max-width: 480px; }
.success-box strong { display: block; color: var(--ink); margin-bottom: 4px; }
.success-box span { font-size: 14px; color: var(--ink2); }

/* Preuve explicite des blocs d'une étape : la CTA hero arrive ici. */
.step-preview { background: var(--ivory2); }
.step-preview-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 72px; align-items: center; }
.step-preview-copy .section-lead { margin: 0; max-width: 540px; }
.step-preview-points { margin-top: 34px; display: grid; gap: 16px; }
.step-preview-points > div { display: grid; grid-template-columns: 34px 1fr; column-gap: 12px; align-items: baseline; }
.step-preview-points span { grid-row: span 2; color: var(--green); font-family: var(--mono); font-size: 12px; font-weight: 700; }
.step-preview-points strong { font-family: var(--sans); font-size: 16px; }
.step-preview-points p { color: var(--muted); font-size: 14px; line-height: 1.45; }
.step-preview-visual { width: min(100%, 560px); justify-self: end; }
.real-screen-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; align-items: end; gap: 12px; }
.real-screen { margin: 0; min-width: 0; background: var(--card); border: 1px solid var(--border); border-radius: 18px; box-shadow: var(--shadow); overflow: hidden; }
.real-screen-large { border-radius: 24px; box-shadow: var(--shadow2); }
.real-screen img { display: block; width: 100%; height: 285px; object-fit: cover; object-position: top center; }
.real-screen-large img { height: 500px; }
.real-screen:nth-child(2) img { object-position: top center; }
.real-screen:nth-child(3) img { object-position: top center; }
.real-screen figcaption { display: grid; gap: 2px; padding: 10px 12px 12px; }
.real-screen figcaption strong { font-size: 13px; color: var(--ink); }
.real-screen figcaption span { font-size: 10px; line-height: 1.3; color: var(--muted); }
.step-preview-image figcaption { padding: 14px 18px 16px; color: var(--muted); font-size: 12px; font-weight: 700; }

/* ═══ PHONE MOCKUP ═══ */
.mockup { position: relative; display: flex; justify-content: center; }
.phone {
  width: 300px; background: linear-gradient(160deg, #2a2620, #16130f);
  border-radius: 46px; padding: 9px;
  box-shadow: 0 0 0 2px rgba(28,26,22,0.85), var(--shadow2);
}
.screen {
  background: var(--ivory); border-radius: 38px; overflow: hidden;
  height: 560px; display: flex; flex-direction: column;
}
.m-status { display: flex; justify-content: space-between; align-items: center; padding: 12px 20px 0; font-size: 11px; font-weight: 800; color: rgba(28,26,22,0.8); }
.m-island { width: 84px; height: 24px; background: #000; border-radius: 20px; }
.m-top { display: flex; justify-content: space-between; align-items: center; padding: 12px 16px; border-bottom: 1px solid var(--border); }
.m-logo { font-family: var(--serif); font-size: 16px; font-weight: 700; }
.m-logo span { color: var(--green); }
.m-xp { font-size: 11px; font-weight: 800; padding: 4px 10px; border-radius: 999px; background: var(--ocre-l); color: #B5710A; }
/* En-tête de bloc — reproduit step_screen.dart : repère thème/étape en mono,
   emoji + nom du bloc, et 8 points dont le courant s'allonge en pilule. */
.m-blochdr { padding: 10px 16px 11px; border-bottom: 1px solid var(--border); box-shadow: 0 1px 8px rgba(28,26,22,0.04); }
.m-blocref { font-family: var(--mono); font-size: 8px; font-weight: 700; letter-spacing: 0.7px; color: var(--muted); }
.m-blocname { display: flex; align-items: center; gap: 6px; margin-top: 2px; font-family: var(--serif); font-size: 13px; font-weight: 800; color: var(--ink); }
.m-blocname .e { font-size: 13px; }
.m-dots { display: flex; justify-content: center; align-items: center; gap: 4px; margin-top: 9px; }
.m-dots i { width: 6px; height: 6px; border-radius: 999px; border: 1.5px solid var(--border); transition: width .3s ease, background .3s ease, border-color .3s ease; }
.m-dots i.done { background: var(--green); border-color: var(--green); }
.m-dots i.now { width: 19px; background: var(--green); border-color: var(--green); }
.m-body { flex: 1; padding: 0 14px; overflow: hidden; }
.m-screen { display: none; }
.m-screen.on { display: block; }
.m-card { background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 12px; box-shadow: 0 3px 10px rgba(28,26,22,0.04); }

/* ── Écrans de la maquette — calqués sur les blocs réels de l'app ──
   Références : step_screen.dart (dialogue, mots-clés, structure, quiz). */

/* Bloc Dialogue : barre d'écoute, rappel, tours de parole nommés.
   Les traductions restent masquées derrière « Afficher », comme dans l'app. */
.m-listenbar { display: flex; align-items: center; justify-content: space-between; gap: 8px;
  background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 8px 9px; }
.m-listenlbl { font-size: 9.5px; font-weight: 800; color: var(--ocre); }
.m-listenbtn { font-size: 9.5px; font-weight: 800; color: #fff; background: var(--blue);
  border-radius: 999px; padding: 6px 11px; white-space: nowrap; }
.m-hint { margin-top: 8px; background: var(--blue-l); border-radius: 12px; padding: 9px 10px;
  font-size: 9px; font-weight: 700; color: var(--blue); line-height: 1.35; }
.m-turn { margin-top: 9px; border-radius: 14px; padding: 9px 11px; }
.m-turn.a { background: var(--blue-l); }
.m-turn.b { background: var(--green-l); margin-left: 22px; }
.m-turn .who { font-size: 9px; font-weight: 800; margin-bottom: 3px; }
.m-turn.a .who { color: var(--blue); }
.m-turn.b .who { color: var(--green-d); }
.m-turn .snk { font-size: 11.5px; font-weight: 800; color: var(--ink); }
.m-turn .acts { display: flex; align-items: center; gap: 10px; margin-top: 7px;
  padding-top: 6px; border-top: 1px solid rgba(28,26,22,0.07); }
.m-turn .ic { font-size: 10px; }
.m-turn .show { font-size: 9px; font-weight: 800; }
.m-turn.a .show { color: var(--blue); }
.m-turn.b .show { color: var(--green-d); }

/* Bloc Mots-clés : une carte plein écran par mot */
.m-thin { height: 3px; background: var(--ivory2); border-radius: 99px; overflow: hidden; }
.m-thin i { display: block; height: 100%; background: var(--green); border-radius: 99px; }
.m-thin.two { display: flex; align-items: center; gap: 8px; height: auto; background: none; overflow: visible; }
.m-thin.two i { height: 3px; background: var(--green); flex: 0 0 auto; }
.m-thin.two::before { content: ""; position: absolute; }
.m-thin.two .num { font-family: var(--mono); font-size: 9px; font-weight: 700; color: var(--muted); margin-left: auto; }
.m-count { text-align: center; font-size: 9.5px; font-weight: 800; color: var(--ink2); margin: 9px 0 12px; }
.m-wordcard { text-align: center; }
.m-wordcard .pic { width: 54px; height: 54px; margin: 0 auto; border-radius: 50%;
  background: var(--green-l); display: flex; align-items: center; justify-content: center; font-size: 24px; }
.m-wordcard .word { font-family: var(--serif); font-style: italic; font-size: 19px; font-weight: 700;
  color: var(--blue); margin-top: 12px; }
.m-wordcard .phon { font-size: 9.5px; color: var(--muted); margin-top: 4px; }
.m-wordcard .rule { width: 26px; height: 2px; background: var(--ocre); border-radius: 99px; margin: 10px auto; }
.m-wordcard .sense { display: flex; align-items: center; gap: 7px; text-align: left;
  background: var(--card); border: 1px solid var(--border); border-radius: 14px;
  padding: 9px 10px; font-size: 9px; color: var(--ink2); line-height: 1.35; }
.m-wordcard .sense .dot { flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%;
  background: var(--ocre-l); display: flex; align-items: center; justify-content: center; font-size: 10px; }
.m-wordcard .keep { display: inline-block; margin-top: 11px; font-size: 9.5px; font-weight: 800;
  color: var(--green-d); border: 1.5px solid var(--green); border-radius: 999px; padding: 6px 14px; }

/* Bloc La structure : fiche de référence, notions numérotées */
.m-sheethdr { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 10px; }
.m-sheethdr .t { font-size: 10.5px; font-weight: 800; color: var(--ink); }
.m-sheethdr .badge { font-size: 8px; font-weight: 800; color: var(--green-d);
  background: var(--green-l); border-radius: 999px; padding: 4px 8px; white-space: nowrap; }
.m-notion { display: flex; align-items: center; gap: 9px; background: var(--card);
  border: 1px solid var(--border); border-left: 3px solid var(--green); border-radius: 12px;
  padding: 9px 10px; margin-bottom: 7px; }
.m-notion .n { flex-shrink: 0; width: 19px; height: 19px; border-radius: 50%; background: var(--green-l);
  color: var(--green-d); font-size: 9px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.m-notion .l { flex: 1; font-size: 9.5px; font-weight: 700; color: var(--ink); line-height: 1.3; }
.m-notion .c { color: var(--muted); font-size: 12px; }

/* Bloc Quiz immersif : encart situation + options étiquetées */
.m-situation { background: var(--ocre-l); border-radius: 12px; padding: 8px 10px; margin: 8px 0 9px; }
.m-situation .lbl { font-family: var(--mono); font-size: 7.5px; font-weight: 700; letter-spacing: .7px; color: var(--ocre); }
.m-situation .txt { font-size: 9.5px; font-style: italic; font-weight: 700; color: var(--ink2); margin-top: 3px; }
.m-question { font-size: 11.5px; font-weight: 800; color: var(--ink); margin-bottom: 8px; }
.m-opt { display: flex; align-items: center; gap: 9px; background: var(--card);
  border: 1px solid var(--border); border-radius: 12px; padding: 7px 10px; margin-bottom: 5px;
  font-size: 10px; color: var(--ink); }
.m-opt .k { flex-shrink: 0; width: 18px; height: 18px; border-radius: 6px; background: var(--ivory2);
  font-size: 8.5px; font-weight: 800; color: var(--muted); display: flex; align-items: center; justify-content: center; }

/* CTA permanent en bas de l'écran d'étape */
.m-cta { margin: 8px 14px 0; text-align: center; background: var(--green); color: #fff;
  font-weight: 800; font-size: 11px; border-radius: 14px; padding: 11px;
  transition: background .25s ease, color .25s ease; }
.m-cta.off { background: var(--ivory2); color: var(--muted); }

.m-bottom { display: flex; justify-content: space-around; padding: 10px 8px 6px; background: var(--card); border-top: 1px solid var(--border); }
.m-nav { display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 4px 10px; border-radius: 12px; }
.m-nav.active { background: var(--green-l); }
.m-nav .i { font-size: 17px; }
.m-nav .t { font-size: 8px; font-weight: 800; color: var(--muted); }
.m-nav.active .t { color: var(--green); }
.m-home { width: 100px; height: 4px; background: rgba(28,26,22,0.18); border-radius: 99px; margin: 6px auto 8px; }
.mock-badge { position: absolute; z-index: 3; background: var(--card); border-radius: 14px; padding: 8px 13px; font-size: 12px; font-weight: 800; color: var(--ink); box-shadow: var(--shadow2); white-space: nowrap; }
.mock-badge.one { top: 14%; left: -26px; }
.mock-badge.two { bottom: 20%; right: -22px; }
.mock-badge .s { display: block; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; color: var(--muted); }
.mock-badge strong { color: var(--green); }

/* ═══ PROBLEM ═══ */
.problem { background: var(--ivory2); }
.cards-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 52px; }
.pcard { background: var(--card); border: 1px solid var(--border); border-radius: var(--r2); padding: 30px; box-shadow: var(--shadow); }
.pcard .ic { font-size: 30px; }
.pcard h3 { font-family: var(--sans); font-size: 18px; font-weight: 800; margin: 14px 0 8px; }
.pcard p { font-size: 15px; color: var(--muted); line-height: 1.6; }
.problem-punch { text-align: center; margin-top: 44px; font-family: var(--serif); font-size: clamp(22px,3vw,30px); color: var(--ink); }
.problem-punch em { color: var(--green); }

/* ═══ HUMAN STORY VISUALS ═══ */
.human-story { padding: 34px 0; background: var(--ivory); }
.human-story-family { background: var(--ivory2); }
.human-story-grid { display:grid; grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr); gap:48px; align-items:center; }
.human-story-grid-reverse { grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr); }
.human-story-copy { padding:18px 0; }
.human-story-copy h2 { margin:14px 0; font-size:clamp(30px,4vw,48px); line-height:1.08; }
.human-story-copy h2 em { color:var(--green); }
.human-story-copy p { max-width:440px; color:var(--muted); font-size:17px; line-height:1.7; }
.human-story-media { margin:0; overflow:hidden; border-radius:28px; box-shadow:var(--shadow2); background:var(--card); }
.human-story-media picture { display:block; }
.human-story-media img { display:block; width:100%; aspect-ratio:1.78; object-fit:cover; }

/* ═══ METHOD ═══ */
.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 52px; }
.step { background: var(--card); border: 1px solid var(--border); border-radius: var(--r2); padding: 26px 22px; box-shadow: var(--shadow); }
.step .n { width: 34px; height: 34px; border-radius: 50%; background: var(--green-l); color: var(--green-d); font-weight: 900; display: flex; align-items: center; justify-content: center; font-size: 15px; }
.step .ic { font-size: 26px; margin-top: 12px; }
.step h3 { font-family: var(--sans); font-size: 17px; font-weight: 800; margin: 10px 0 8px; }
.step p { font-size: 14px; color: var(--muted); line-height: 1.55; }
.step .tag { display: inline-block; margin-top: 12px; font-size: 11px; font-weight: 800; color: var(--green-d); background: var(--green-l); padding: 4px 10px; border-radius: 999px; }
.method-note { text-align: center; margin-top: 28px; font-size: 14px; color: var(--muted); }

/* ═══ REVISION callout ═══ */
.revision { background: var(--green-d); color: #fff; }
.revision .wrap { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 64px; align-items: center; }
.revision h2 { color: #fff; font-size: clamp(28px,3.6vw,40px); }
.revision em { color: #FFE08A; }
.revision p { max-width: 560px; color: rgba(255,255,255,0.82); font-size: 17px; line-height: 1.7; margin-top: 14px; }
.review-phone { width: min(100%, 286px); justify-self: center; overflow: hidden; border: 7px solid rgba(255,255,255,.18); border-radius: 32px; background: var(--ivory); color: var(--ink); box-shadow: 0 24px 60px rgba(0,0,0,.22); }
.review-status { display:flex; justify-content:space-between; padding: 10px 17px 7px; font: 700 9px/1 'DM Mono',monospace; color: var(--ink2); background: var(--ivory); }
.review-nav { display:flex; justify-content:space-between; align-items:center; padding: 13px 16px; border-bottom:1px solid var(--border); background:var(--card); }
.review-wordmark { font:800 17px/1 'Nunito',sans-serif; color:var(--ink); }
.review-wordmark span { color:var(--green); }
.review-xp { padding:6px 9px; border:1px solid #F1D39E; border-radius:999px; background:#FFF3DD; color:#B67613; font:800 10px/1 'Nunito',sans-serif; }
.review-content { padding: 18px 17px 20px; }
.review-eyebrow { color:var(--green-d); font:700 8px/1.2 'DM Mono',monospace; letter-spacing:1px; }
.review-title { margin-top:9px; font:700 27px/1.04 'Fraunces',serif; letter-spacing:-.6px; }
.review-copy { margin-top:9px; color:var(--muted); font:400 11px/1.45 'Nunito',sans-serif; }
.review-today { margin-top:18px; padding:15px; border-radius:17px; background:var(--green-d); color:#fff; box-shadow:0 8px 20px rgba(22,110,77,.18); }
.review-today-head { display:flex; justify-content:space-between; align-items:flex-start; }
.review-today small { display:block; color:#A8DDC9; font:700 8px/1.2 'DM Mono',monospace; letter-spacing:.7px; }
.review-today strong { display:block; margin-top:8px; font:700 18px/1 'Fraunces',serif; }
.review-due-label { display:block; margin-top:4px; color:#fff; font:700 10px/1 'Nunito',sans-serif; }
.review-icon { display:grid; place-items:center; width:31px; height:31px; border:1px solid rgba(255,255,255,.15); border-radius:50%; color:#fff; font-size:23px; }
.review-rule { height:1px; margin:17px 0 11px; background:rgba(255,255,255,.16); }
.review-today p { margin:0; color:rgba(255,255,255,.78); font:400 10px/1.45 'Nunito',sans-serif; }
.review-memory-title { margin-top:20px; font:800 18px/1 'Nunito',sans-serif; }
.review-memory-copy { margin-top:5px; color:var(--muted); font:400 10px/1.3 'Nunito',sans-serif; }
.review-memory { margin-top:10px; overflow:hidden; border:1px solid var(--border); border-radius:14px; background:var(--card); }
.review-memory > div { display:flex; align-items:center; gap:8px; padding:10px; }
.review-memory > div + div { border-top:1px solid var(--border); }
.review-memory-icon { display:grid; place-items:center; width:27px; height:27px; border-radius:9px; font-size:13px; }
.review-memory-icon.terra { background:var(--terra-l); color:var(--terra); }
.review-memory-icon.ocre { background:var(--ocre-l); color:var(--ocre); }
.review-memory-icon.green { background:var(--green-l); color:var(--green); }
.review-memory b, .review-memory small { display:block; }
.review-memory b { font:700 10px/1.2 'Nunito',sans-serif; }
.review-memory small { margin-top:2px; color:var(--muted); font:400 8px/1.2 'Nunito',sans-serif; }
.review-memory > div > strong { margin-left:auto; font:700 17px/1 'Fraunces',serif; color:var(--ink2); }
.review-dock { padding:11px 14px 13px; border-top:1px solid var(--border); background:var(--card); text-align:center; color:var(--muted); font:700 11px/1 'Nunito',sans-serif; }
.review-sequence { grid-column: 1 / -1; width: min(100%, 900px); justify-self: center; display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap:18px; margin-top:8px; }
.review-mini { min-height:250px; padding:18px 16px 16px; border:1px solid rgba(255,255,255,.16); border-radius:22px; background:var(--ivory); color:var(--ink); box-shadow:var(--shadow2); }
.mini-top { display:flex; justify-content:space-between; gap:8px; color:var(--green-d); font:700 8px/1.2 'DM Mono',monospace; letter-spacing:.8px; }
.mini-top b { color:var(--muted); }
.review-mini h3 { margin:24px 0 18px; font:800 17px/1.15 'Nunito',sans-serif; }
.mini-word, .mini-prompt { min-height:48px; display:grid; place-items:center; margin-bottom:17px; text-align:center; font:700 19px/1.15 'Fraunces',serif; }
.mini-option, .mini-input { margin-top:7px; padding:10px 11px; border:1px solid var(--border); border-radius:11px; background:var(--card); color:var(--ink2); font:700 11px/1.2 'Nunito',sans-serif; }
.mini-option.selected { border-color:var(--green); background:var(--green-l); color:var(--green-d); }
.mini-input { color:var(--muted); font-weight:400; }
.mini-button { margin-top:16px; padding:11px 10px; border-radius:999px; background:var(--green); color:#fff; text-align:center; font:800 11px/1 'Nunito',sans-serif; }
.mini-trophy { display:grid; place-items:center; width:48px; height:48px; margin:26px auto 14px; border-radius:50%; background:var(--green-l); color:var(--green); font:800 25px/1 'Nunito',sans-serif; }
.victory { text-align:center; }
.victory h3 { margin:0 auto 10px; max-width:190px; }
.victory p { min-height:36px; margin:0; color:var(--muted); font:400 11px/1.45 'Nunito',sans-serif; }

/* ═══ PARCOURS ═══ */
.levels { display: grid; grid-template-columns: repeat(6,1fr); gap: 12px; margin-top: 48px; }
.parcours-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 48px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.parcours-proof > div { padding: 30px 28px; border-right: 1px solid var(--border); }
.parcours-proof > div:last-child { border-right: 0; }
.parcours-proof strong { display: block; margin-top: 14px; font-family: var(--serif); font-size: 23px; line-height: 1.15; }
.parcours-proof p { margin-top: 10px; color: var(--muted); font-size: 15px; line-height: 1.55; }
.lvl { text-align: center; background: var(--card); border: 1px solid var(--border); border-radius: var(--r); padding: 18px 8px; }
.lvl .ic { font-size: 24px; }
.lvl .b { font-family: var(--serif); font-size: 20px; font-weight: 700; color: var(--ink); margin-top: 6px; }
.lvl .nm { font-size: 12px; color: var(--muted); margin-top: 2px; }
.lvl .st { font-size: 10px; font-weight: 800; margin-top: 8px; padding: 3px 8px; border-radius: 999px; display: inline-block; }
.lvl .st.now { background: var(--green-l); color: var(--green-d); }
.lvl .st.soon { background: var(--ivory2); color: var(--muted); }
.parcours-note { text-align: center; margin-top: 22px; font-size: 13px; color: var(--muted); }

/* ═══ FOUNDER / PROOF ═══ */
.founder .wrap { display: flex; gap: 44px; align-items: center; flex-wrap: wrap; }
.founder .avatar { width: 108px; height: 108px; border-radius: 50%; background: linear-gradient(135deg, var(--green), var(--green-d)); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 40px; font-weight: 700; flex-shrink: 0; box-shadow: var(--shadow); }
.founder .txt { flex: 1; min-width: 280px; }
.founder h2 { font-size: 30px; margin: 10px 0 14px; }
.founder p { font-size: 15px; color: var(--muted); line-height: 1.8; }
.founder blockquote { border-left: 3px solid var(--green); padding-left: 16px; margin: 18px 0; font-family: var(--serif); font-style: italic; font-size: 17px; color: var(--ink); line-height: 1.6; }
.reviews { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 52px; }
.review { background: var(--card); border: 1px solid var(--border); border-radius: var(--r2); padding: 24px; box-shadow: var(--shadow); }
.review .stars { color: var(--ocre); letter-spacing: 2px; font-size: 13px; }
.review q { display: block; font-size: 15px; color: var(--ink2); line-height: 1.6; margin: 12px 0; font-style: normal; }
.review .who { display: flex; align-items: center; gap: 10px; }
.review .who .a { width: 34px; height: 34px; border-radius: 50%; background: var(--green-l); color: var(--green-d); display: flex; align-items: center; justify-content: center; font-weight: 800; }
.review .who .nm { font-size: 14px; font-weight: 800; }
.review .who .rl { font-size: 12px; color: var(--muted); }
.crosssell { text-align: center; margin-top: 56px; padding: 36px; background: var(--ivory2); border-radius: var(--r2); }
.crosssell h3 { font-size: 26px; margin: 8px 0; }
.crosssell p { color: var(--muted); max-width: 500px; margin: 0 auto 22px; }
.crosssell .row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ═══ PRICING ═══ */
.pricing { background: var(--ivory2); }
.billing { display: inline-flex; background: var(--card); border: 1px solid var(--border); border-radius: 999px; padding: 5px; margin: 28px auto 0; }
.billing button { border: none; background: transparent; font-family: var(--sans); font-weight: 800; font-size: 14px; color: var(--muted); padding: 9px 20px; border-radius: 999px; cursor: pointer; }
.billing button.on { background: var(--green); color: #fff; }
.billing .save { font-size: 11px; background: var(--ocre-l); color: #B5710A; padding: 2px 8px; border-radius: 999px; margin-left: 6px; }
.plans { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 780px; margin: 40px auto 0; }
.plan { background: var(--card); border: 1px solid var(--border); border-radius: var(--r2); padding: 32px; box-shadow: var(--shadow); }
.plan.prem { background: var(--green-d); color: #fff; border-color: var(--green-d); position: relative; }
.plan .pname { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: var(--muted); }
.plan.prem .pname { color: #FFE08A; }
.plan .price { font-family: var(--serif); font-size: 46px; font-weight: 700; margin: 10px 0 2px; }
.plan .price sub { font-size: 15px; font-weight: 400; color: var(--muted); }
.plan.prem .price sub { color: rgba(255,255,255,0.7); }
.plan .pinfo { font-size: 13px; color: var(--muted); margin-bottom: 20px; }
.plan.prem .pinfo { color: rgba(255,255,255,0.75); }
.plan ul { list-style: none; margin: 0 0 22px; display: flex; flex-direction: column; gap: 11px; }
.plan li { font-size: 14.5px; display: flex; gap: 9px; align-items: flex-start; line-height: 1.4; }
.plan li .ck { color: var(--green); font-weight: 900; }
.plan.prem li .ck { color: #7EE0B4; }
.plan li .cx { color: #C9C3B8; font-weight: 900; }
.plan.prem li { color: rgba(255,255,255,0.92); }
.plan .btn { width: 100%; }
.badge-prem { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--ocre); color: #fff; font-size: 11px; font-weight: 800; padding: 5px 14px; border-radius: 999px; }
.guarantee { text-align: center; font-size: 12px; margin-top: 12px; color: rgba(255,255,255,0.7); }
.price-note { text-align: center; font-size: 12px; color: var(--muted); margin-top: 24px; }

/* ═══ FAQ ═══ */
.faq-list { max-width: 760px; margin: 48px auto 0; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; font-family: var(--sans); font-size: 17px; font-weight: 700; color: var(--ink); padding: 22px 0; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-q .ic { color: var(--green); font-size: 22px; transition: transform .2s; flex-shrink: 0; }
.faq-item.open .faq-q .ic { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-item.open .faq-a { max-height: 340px; }
.faq-a p { padding: 0 0 22px; color: var(--muted); font-size: 15px; line-height: 1.7; }

/* ═══ FINAL CTA ═══ */
.final { text-align: center; }
.contact-section { background: var(--ivory2); }
.contact-wrap { display:grid; grid-template-columns: .85fr 1.15fr; gap:72px; align-items:center; }
.contact-wrap .section-lead { margin:0; text-align:left; }
.contact-note { display:flex; align-items:center; gap:12px; margin-top:28px; padding-top:20px; border-top:1px solid var(--border); }
.contact-note > span { display:grid; place-items:center; width:36px; height:36px; border-radius:50%; background:var(--green-l); color:var(--green); }
.contact-note strong, .contact-note small { display:block; }
.contact-note strong { font-size:14px; }
.contact-note small { margin-top:2px; color:var(--muted); font-size:12px; }
.contact-form { display:grid; gap:16px; padding:32px; border:1px solid rgba(26,140,101,.16); border-radius:28px; background:var(--card); box-shadow:0 20px 55px rgba(28,26,22,.1); }
.contact-fields-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.contact-form label { display:grid; gap:6px; color:var(--ink2); font-size:13px; font-weight:800; }
.contact-form input, .contact-form select, .contact-form textarea { width:100%; border:1px solid transparent; border-radius:12px; padding:13px 14px; background:var(--ivory2); color:var(--ink); font:400 15px/1.4 var(--sans); outline:none; }
.contact-form textarea { resize:vertical; min-height:120px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color:var(--green); box-shadow:0 0 0 3px rgba(26,140,101,.12); }
.contact-form .btn { border:0; cursor:pointer; }
.contact-status { min-height:20px; margin:0; color:var(--green-d); font-size:14px; font-weight:800; }
.contact-status.error { color:var(--rust); }
.contact-trap { position:absolute; left:-9999px; opacity:0; pointer-events:none; }
.final h2 { font-size: clamp(32px,4.5vw,52px); margin-bottom: 16px; }
.final .lead { max-width: 560px; margin: 0 auto 28px; color: var(--muted); font-size: 18px; }
.final .signup { margin: 0 auto; }
.final .micro { justify-content: center; }

/* ═══ FOOTER ═══ */
footer { background: var(--ink); color: rgba(250,247,242,0.7); padding: 56px 0 32px; }
footer .wrap { display: flex; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
footer .logo { font-family: var(--serif); font-size: 22px; color: #fff; }
footer .logo span { color: var(--green); }
footer .fsub { font-size: 13px; margin-top: 8px; max-width: 280px; line-height: 1.6; }
footer .fcol h4 { font-family: var(--sans); font-size: 12px; text-transform: uppercase; letter-spacing: 1px; color: rgba(250,247,242,0.5); margin-bottom: 12px; }
footer .fcol a { display: block; font-size: 14px; margin-bottom: 8px; color: rgba(250,247,242,0.75); cursor: pointer; }
footer .fcol a:hover { color: #fff; }
footer .copy { max-width: 1120px; margin: 40px auto 0; padding: 20px 24px 0; border-top: 1px solid rgba(250,247,242,0.12); font-size: 12.5px; color: rgba(250,247,242,0.5); }

/* ═══ MOBILE MENU ═══ */
.mobile-menu { position: fixed; top: 0; right: 0; bottom: 0; width: 82%; max-width: 340px; background: var(--ivory); z-index: 1000; transform: translateX(100%); transition: transform .3s ease; padding: 28px 24px; display: flex; flex-direction: column; gap: 4px; }
.mobile-menu.open { transform: none; }
.mobile-menu .close { align-self: flex-end; width: 40px; height: 40px; border: none; background: var(--ivory2); border-radius: 12px; font-size: 18px; cursor: pointer; }
.mobile-menu .logo { font-family: var(--serif); font-size: 22px; margin: 10px 0 20px; }
.mobile-menu .logo span { color: var(--green); }
.mobile-menu a { padding: 14px 0; font-size: 17px; font-weight: 700; border-bottom: 1px solid var(--border); }
.mobile-menu .mcta { margin-top: 20px; text-align: center; }
.mobile-overlay { position: fixed; inset: 0; background: rgba(28,26,22,0.4); z-index: 999; opacity: 0; pointer-events: none; transition: opacity .3s; }
.mobile-overlay.open { opacity: 1; pointer-events: auto; }

/* ═══ LEGAL MODAL ═══ */
.legal-overlay { display: none; position: fixed; inset: 0; z-index: 1100; background: rgba(28,26,22,0.55); backdrop-filter: blur(6px); align-items: flex-end; justify-content: center; }
.legal-overlay.open { display: flex; }
.legal-modal { background: var(--ivory); border-radius: 24px 24px 0 0; width: 100%; max-width: 720px; max-height: 88vh; overflow: hidden; }
.legal-head { display: flex; justify-content: space-between; align-items: center; padding: 20px 26px; border-bottom: 1px solid var(--border); position: sticky; top: 0; background: var(--ivory); }
.legal-head h3 { font-size: 20px; }
.legal-close { width: 36px; height: 36px; border: none; background: var(--ivory2); border-radius: 50%; font-size: 17px; cursor: pointer; }
.legal-body { padding: 24px 26px 40px; overflow-y: auto; max-height: calc(88vh - 74px); font-size: 14px; line-height: 1.75; color: var(--muted); }
.legal-body h2 { font-family: var(--serif); font-size: 18px; color: var(--ink); margin: 20px 0 8px; }
.legal-body h3 { font-size: 14px; color: var(--ink); margin: 14px 0 6px; }
.legal-body p { margin-bottom: 10px; }
.legal-body a { color: var(--green); }

/* ═══ RESPONSIVE ═══ */
@media (max-width: 900px) {
  .hero .wrap { grid-template-columns: 1fr; }
  .real-app-proof { margin-top: 20px; min-height: 560px; }
  .revision .wrap { grid-template-columns: 1fr; text-align: center; }
  .review-sequence { grid-template-columns: 1fr; max-width: 330px; width: 100%; justify-self: center; text-align: left; }
  .cards-3, .steps-grid, .reviews { grid-template-columns: 1fr; }
  .levels { grid-template-columns: repeat(3,1fr); }
  .plans { grid-template-columns: 1fr; }
  .step-preview-grid { grid-template-columns: 1fr; gap: 36px; }
  .step-preview-visual { justify-self: center; }
  .contact-wrap { grid-template-columns: 1fr; gap:32px; }
  .nav-links { display: none; }
  .nav-cta .btn { display: none; }
  .hamburger { display: flex; }
}
@media (max-width: 520px) {
  .section { padding: 68px 0; }
  .levels { grid-template-columns: repeat(2,1fr); }
  .footer-cols { flex-direction: column; }
  .btn-method { margin: 12px 0 0; }
  .real-app-proof { min-height: 470px; }
  .real-app-main { width: 78%; transform: translateX(-8px); }
  .real-app-detail { width: 58%; right: -2px; bottom: 12px; }
  .real-app-note { left: 0; font-size: 10px; }
  .parcours-proof { grid-template-columns: 1fr; }
  .parcours-proof > div { border-right: 0; border-bottom: 1px solid var(--border); padding: 24px 0; }
  .parcours-proof > div:last-child { border-bottom: 0; }
  .human-story { padding:18px 0; }
  .human-story-grid, .human-story-grid-reverse { grid-template-columns:1fr; gap:22px; }
  .human-story-grid-reverse .human-story-media { order:0; }
  .human-story-copy { padding:0; }
  .human-story-copy h2 { font-size:32px; }
  .human-story-copy p { font-size:15px; }
  .real-screen-grid { grid-template-columns: 1fr 1fr; }
  .real-screen-large { grid-column: 1 / -1; }
  .real-screen img, .real-screen-large img { height: 320px; }
  .contact-form { padding:20px; }
  .contact-fields-row { grid-template-columns:1fr; gap:14px; }
}
