/* =========================================================
   BOUSSOLE IA — Premium consulting landing page (v9.0)
   Marque-fille de Mississippi Conseil — Direction "Cousine Mississippi"
   Palette : bleu nuit + rouge corail (signature Mississippi partagée),
   Fraunces italique gardé comme voix éditoriale propre à Boussole IA.
   ========================================================= */

:root {
  /* === Bleu nuit Mississippi (fond zones sombres + titres) === */
  --navy-900: #171730;        /* bleu nuit très profond — fond dominant des zones sombres */
  --navy-800: #1E2133;        /* bleu nuit titres */
  --navy-700: #23263A;        /* bleu nuit clair pour cards sombres */
  --navy-600: #3A3E58;        /* bleu nuit accent */
  --burgundy: #4A2032;        /* bordeaux violacé — dégradés héro Mississippi */
  --ink: #1E2133;             /* bleu nuit anthracite — titres */
  --slate-700: #5B5E66;       /* gris anthracite bleuté Mississippi — texte courant */
  --slate-500: #6F7282;
  --slate-400: #9A9DAB;
  --line: #E5E5E8;            /* filets sur fond blanc */
  --line-soft: #EFEFF2;
  /* === Blanc chaud (légère signature Boussole vs blanc pur Mississippi) === */
  --paper: #FCFCFA;           /* blanc chaud — fond principal */
  --paper-2: #F5F5F3;         /* gris très clair pour alternance */
  --white: #FFFFFF;           /* blanc pur — cards */
  /* === Rouge corail Mississippi — signature partagée === */
  --accent: #F23A3A;          /* rouge corail Mississippi — accent principal signature */
  --accent-deep: #D22525;     /* rouge corail profond — hover, soulignés */
  --accent-soft: #FCE0E0;     /* rouge corail très pâle — backgrounds doux */
  /* === CTA — rouge corail Mississippi === */
  --cta: #F23A3A;              /* rouge corail plein — CTA primaires */
  --cta-deep: #D22525;         /* rouge corail profond — hover CTA */
  --success: #2D7A5F;
  --radius-sm: 6px;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(23,23,48,.04), 0 2px 6px rgba(23,23,48,.04);
  --shadow: 0 8px 30px rgba(23,23,48,.06), 0 2px 6px rgba(23,23,48,.04);
  --shadow-lg: 0 30px 60px -20px rgba(23,23,48,.18), 0 8px 24px rgba(23,23,48,.06);
  /* === Typographie (v5.0) === */
  --display: 'Sora', 'Inter', system-ui, -apple-system, sans-serif;  /* titres modernes géométriques */
  --serif: 'Fraunces', Georgia, serif;                               /* réservé aux emphases italiques éditoriales */
  --sans: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --max: 1200px;
  --max-narrow: 820px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

/* ---------- Focus visible (accessibilité premium) ---------- */
:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 4px;
}
.btn:focus-visible {
  outline-offset: 4px;
}
.contact-form input:focus-visible,
.contact-form textarea:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 1px;
}
::selection {
  background: var(--accent);
  color: var(--navy-900);
}
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color .2s ease; }
button { font-family: inherit; cursor: pointer; }
ul { padding: 0; margin: 0; list-style: none; }

/* ---------- Typography (v5.0 — Sora display + Fraunces italic ponctuel) ---------- */
h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -0.025em;        /* interlettrage négatif moderne */
  color: var(--ink);
  line-height: 1.12;
  margin: 0 0 .6em;
}
h1 { font-size: clamp(2.4rem, 5vw, 4.4rem); font-weight: 600; letter-spacing: -0.035em; }
h2 { font-size: clamp(1.9rem, 3.4vw, 2.9rem); font-weight: 500; letter-spacing: -0.03em; }
h3 { font-size: 1.35rem; font-weight: 500; }
h4 { font-size: 0.78rem; font-family: var(--sans); font-weight: 600; text-transform: uppercase; letter-spacing: .14em; color: var(--slate-500); }
p  { margin: 0 0 1em; color: var(--slate-700); }
strong { color: var(--ink); font-weight: 600; }
em {
  font-family: var(--serif);       /* Fraunces italique réservé aux emphases éditoriales */
  font-style: italic;
  font-weight: 400;
  color: var(--ink);
}

.hl {
  background: linear-gradient(transparent 65%, var(--accent-soft) 65%);
  padding: 0 .08em;
}

/* ============================================================
   RYTHME ÉDITORIAL (Option A — v6.4)
   Composants réutilisables : pull quotes, ornements.
   Aucune image : la typographie et les filets portent le rythme.
   ============================================================ */

/* ---------- Pull quote (citation extraite, en marge ou pleine largeur) ---------- */
.pull-quote {
  position: relative;
  margin: 56px 0;
  padding: 14px 0 14px 32px;
  font-family: var(--serif);
  font-size: clamp(1.32rem, 2.1vw, 1.7rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.35;
  color: var(--ink);
  font-variation-settings: 'opsz' 36;
  max-width: 560px;
}
.pull-quote::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: var(--accent);
}
.pull-quote-mark {
  font-family: var(--serif);
  font-size: 1.4em;
  line-height: 0;
  color: var(--accent);
  margin-right: 4px;
  vertical-align: -0.15em;
}
.pull-quote-author {
  display: block;
  margin-top: 14px;
  font-family: var(--sans);
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--slate-500);
}
.pull-quote-author::before {
  content: '— ';
  color: var(--accent);
}

/* Variante "claire" pour les fonds sombres (contact) */
.pull-quote-light {
  color: var(--paper);
}
.pull-quote-light::before { background: var(--accent); }
.pull-quote-light .pull-quote-author { color: var(--slate-400); }
/* Em italique Fraunces dans pull-quote sur fond sombre : terracotta lisible (correction v7.3) */
.pull-quote-light em { color: var(--accent); }

/* ---------- Filet décoratif sous un titre (signature éditoriale) ---------- */
.title-rule {
  display: inline-block;
  width: 56px;
  height: 2px;
  background: var(--accent);
  margin-bottom: 22px;
  vertical-align: middle;
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .pull-quote {
    margin: 40px 0;
    padding-left: 24px;
    font-size: 1.18rem;
  }
}

/* ---------- Citation éditoriale Fraunces italique (v6.0) ---------- */
.serif-quote {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--ink);
}

/* ---------- Layout ---------- */
.container {
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
  padding: 0 28px;
}
.container-narrow { max-width: var(--max-narrow); }

.section { padding: 130px 0; position: relative; background: var(--paper); }
/* v7.6 — Système de transition unifié : filet horizontal entre toutes les sections considérées claires.
   Les sections à fond foncé (.contact) redéfinissent leur own background et ajoutent un cap terracotta. */
.section + .section { border-top: 1px solid var(--line-soft); }
.section-head { max-width: 760px; margin: 0 auto 72px; text-align: center; }
.section-head-left { margin-left: 0; text-align: left; }

/* ----- Eyebrow v6.0 : motif A2 (3 micro-traces + 1 trait long terracotta) ----- */
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 22px;
  font-family: var(--display);
}
.section-eyebrow::before {
  content: '';
  width: 28px;
  height: 1.5px;
  background: var(--accent);
  flex-shrink: 0;
}
.section-eyebrow-light { color: var(--accent); }
.section-eyebrow-light::before { background: var(--accent); }

.section-title {
  margin-bottom: 24px;
  font-size: clamp(2.2rem, 3.8vw, 3.2rem);
  letter-spacing: -0.035em;
  line-height: 1.08;
  font-weight: 500;
}
.section-title-sm { font-size: clamp(1.7rem, 2.6vw, 2.1rem); }
.section-title-light { color: var(--white); }
.section-title em {                  /* Italique éditorial Fraunces dans les titres */
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--accent);
}
.section-title-light em { color: var(--accent); }
.section-lead {
  font-size: 1.12rem;
  color: var(--slate-700);
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.6;
}
.section-head-left .section-lead { margin: 0; }

/* ----- Mini-numérotation tactique (utilitaire, style instrument) ----- */
.tactical-num {
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--accent);
  display: inline-block;
  margin-bottom: 8px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 500;
  font-size: .98rem;
  letter-spacing: .01em;
  border: 1px solid transparent;
  transition: all .25s ease;
  white-space: nowrap;
  cursor: pointer;
}
.btn-sm { padding: 10px 20px; font-size: .92rem; }
.btn-primary {
  /* Rouge corail Mississippi — signature CTA partagée */
  background: var(--cta);
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.btn-primary::before {
  /* Reflet blanc qui balaie le bouton au hover */
  content: '';
  position: absolute;
  top: 0;
  left: -120%;
  width: 80%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.4), transparent);
  transition: left .6s ease;
  pointer-events: none;
}
.btn-primary:hover {
  background: var(--cta-deep);
  color: #FFFFFF;
  transform: translateY(-1px);
  box-shadow: 0 14px 30px -12px rgba(242,58,58,.5);
}
.btn-primary:hover::before { left: 120%; }
.btn-primary i { position: relative; z-index: 1; }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
}
.btn-ghost:hover {
  border-color: var(--ink);
  background: var(--white);
}
.btn-block { width: 100%; justify-content: center; }

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(252,252,250,.85);
  backdrop-filter: saturate(140%) blur(18px);
  -webkit-backdrop-filter: saturate(140%) blur(18px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, background .25s ease;
}
.site-header.scrolled {
  border-color: var(--line);
  background: rgba(252,252,250,.96);
}
.nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 18px;
  padding-bottom: 18px;
}
/* Groupe brand + tag "by Mississippi" */
.brand-group {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--ink);
  position: relative;
}
/* Tag "by Mississippi" — discret, rappel de filiation */
.brand-affiliation {
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 400;
  color: var(--slate-500);
  letter-spacing: 0.005em;
  line-height: 1;
  white-space: nowrap;
  position: relative;
  top: -1px; /* alignement optique fin avec la baseline du wordmark */
}
.brand-affiliation-link {
  color: var(--slate-500);
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: color .2s ease, border-color .2s ease;
}
.brand-affiliation-link:hover {
  color: var(--accent);
  border-bottom-color: var(--accent);
}
/* Mobile : on cache "by Mississippi" en dessous d'un certain seuil pour éviter le retour à la ligne */
@media (max-width: 480px) {
  .brand-affiliation { display: none; }
}
/* ---------- Brand wordmark : "Boussole.IA" pur typographique (v6.5 — Option 01) ---------- */
/* Concept : aucun symbole. Sora 600 marine + point terracotta unique (point cardinal).
   Le geste tient entièrement dans le contraste du point couleur. */
.brand-name {
  font-family: var(--display);
  font-size: 1.32rem;
  font-weight: 600;
  letter-spacing: -0.028em;
  color: var(--ink);
  line-height: 1;
  display: inline-flex;
  align-items: baseline;
}
.brand-dot {
  color: var(--accent);
  font-weight: 700;
  display: inline-block;
  transition: transform .3s ease, color .3s ease;
}
.brand:hover .brand-dot {
  color: var(--accent-deep);
  transform: translateY(-1px);
}

/* Footer : wordmark légèrement plus présent + déclinaison crème sur fond marine */
.footer-brand .footer-name {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: -0.028em;
  color: var(--white);
  margin: 0 0 6px;
  line-height: 1;
}
.footer-brand .footer-name .brand-dot {
  color: var(--accent);
  font-weight: 700;
}

.main-nav {
  display: flex;
  gap: 32px;
  margin-left: auto;
  margin-right: 14px;
}
.main-nav a {
  font-size: .94rem;
  color: var(--slate-700);
  font-weight: 500;
  position: relative;
}
.main-nav a:hover { color: var(--navy-900); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border: none;
  padding: 6px;
}
.nav-toggle span {
  width: 22px; height: 2px;
  background: var(--navy-900);
  border-radius: 2px;
  transition: transform .25s ease;
}

/* ---------- Hero (v6.4 — fond plat, vide structurant, cap terracotta unique via le logo et la num. tactique) ---------- */
.hero {
  position: relative;
  padding: 190px 0 130px;
  overflow: hidden;
  background: var(--paper);
}

.hero-inner {
  position: relative;
  max-width: var(--max);
  /* v7.8 — Hero mono-colonne éditorial : entonnoir supprimé, focus sur titre + sous-titre */
  display: block;
}
.hero-content {
  /* Largeur maîtrisée pour préserver une mesure de lecture confortable */
  width: 100%;
  max-width: 880px;
}

/* Kicker éditorial qui remplace l'ancien pill "eyebrow" — plus sobre, plus cabinet */
.hero-kicker {
  font-family: var(--display);
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .04em;
  color: var(--ink);
  margin: 0 0 32px;
  line-height: 1.5;
  text-transform: none;
}
.hero-kicker-soft {
  color: var(--slate-500);
  font-weight: 400;
}

.hero-title {
  margin: 0 0 32px;
  /* Le titre porte le seul cap terracotta de la zone hero, via le <em> Fraunces italique */
  /* v7.8 — Échelle légèrement amplifiée maintenant que le hero est mono-colonne */
  font-size: clamp(2.4rem, 4.6vw, 3.6rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  max-width: 18ch;
}
.hero-title em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--accent);
  font-variation-settings: 'opsz' 144;
  /* Léger décalage typographique pour signaler la cassure éditoriale */
  letter-spacing: -0.015em;
}

.hero-sub {
  font-size: 1.22rem;
  max-width: 680px;
  color: var(--slate-700);
  margin: 0 0 40px;
  line-height: 1.65;
}
.hero-sub strong {
  color: var(--ink);
  font-weight: 600;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 32px;
}

.hero-reassurance {
  font-size: .92rem;
  color: var(--slate-500);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 600px;
  line-height: 1.55;
  margin: 0;
}
.reassurance-mark {
  color: var(--accent);
  font-weight: 400;
  flex-shrink: 0;
  line-height: 1.55;
}

/* ---------- Problem (classe legacy conservée pour cards internes) ---------- */
.problem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.problem-card {
  padding: 36px 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  transition: all .3s ease;
}
.problem-card:hover {
  background: var(--white);
  border-color: var(--navy-700);
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.problem-icon {
  width: 46px; height: 46px;
  border-radius: 12px;
  background: var(--navy-900);
  color: var(--accent);
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  font-size: 1.05rem;
}
.problem-card h3 { font-size: 1.15rem; margin-bottom: 10px; }
.problem-card p { font-size: .96rem; margin: 0; line-height: 1.6; }

.problem-quote {
  margin: 80px auto 0;
  max-width: 820px;
  text-align: center;
  padding: 0 20px;
}
.problem-quote blockquote {
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2.2vw, 1.65rem);
  font-style: italic;
  color: var(--navy-900);
  line-height: 1.4;
  margin: 0;
  position: relative;
  padding: 30px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

/* ---------- Comparison table ---------- */
/* v7.6 : .comparison hérite du fond .section unifié (paper) */
.comparison-table-wrap {
  margin-top: 30px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: var(--paper);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .98rem;
}
.comparison-table thead th {
  background: var(--paper-2);
  padding: 22px 18px;
  font-family: var(--sans);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--slate-700);
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: bottom;
}
.comparison-table thead th.th-empty {
  background: transparent;
}
.comparison-table thead th.th-highlight {
  background: var(--navy-900);
  color: var(--white);
  position: relative;
  padding-top: 30px;
  letter-spacing: .04em;
  text-transform: none;
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 500;
}
.th-highlight-tag {
  display: block;
  font-family: var(--sans);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 6px;
}
.comparison-table tbody th {
  text-align: left;
  padding: 20px 22px;
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 500;
  color: var(--navy-900);
  background: var(--paper-2);
  border-bottom: 1px solid var(--line);
  width: 22%;
}
.comparison-table tbody td {
  padding: 20px 18px;
  color: var(--slate-700);
  border-bottom: 1px solid var(--line);
  vertical-align: middle;
}
.comparison-table tbody tr:last-child th,
.comparison-table tbody tr:last-child td {
  border-bottom: none;
}
.comparison-table .td-highlight {
  background: rgba(23,23,48,.025);
  color: var(--navy-900);
  position: relative;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
}
.comparison-table .td-highlight strong { color: var(--navy-900); }
.comparison-table .td-highlight em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--accent);
  white-space: nowrap;
}
/* Cellule "non applicable" — tiret discret centré */
.comparison-table .td-empty {
  text-align: center;
  color: var(--line);
  font-size: 1.1rem;
  user-select: none;
}
.comparison-note {
  margin-top: 26px;
  font-size: .96rem;
  color: var(--slate-700);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.comparison-note i { color: var(--accent-deep); }

/* ---------- Anti-hype band (transition Hero → Problème) ---------- */
.anti-hype-band {
  background: var(--paper-2);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  padding: 28px 0;
}
.anti-hype-text {
  margin: 0;
  text-align: center;
  font-family: var(--sans);
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--slate-700);
  letter-spacing: .01em;
}
.anti-hype-text em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--slate-900);
}
.anti-hype-sep {
  display: inline-block;
  margin: 0 14px;
  color: var(--accent);
  font-weight: 500;
}
.anti-hype-text strong {
  color: var(--navy-900);
  font-weight: 600;
}
@media (max-width: 640px) {
  .anti-hype-text { font-size: .98rem; }
  .anti-hype-sep { display: block; margin: 8px auto; }
}

/* ---------- Method timeline ---------- */
/* v7.6 : .method hérite du fond .section unifié (paper) */

.method-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 30px;
  position: relative;
}
.method-step {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 32px;
  position: relative;
}
.step-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.step-num {
  font-family: var(--serif);
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--navy-900);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 50%;
  width: 72px; height: 72px;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 2;
}
.method-step:hover .step-num {
  border-color: var(--accent);
  color: var(--accent-deep);
}
.step-line {
  flex: 1;
  width: 1px;
  background: var(--line);
  margin-top: 8px;
  position: relative;
  overflow: hidden;
}
.step-line::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-deep) 100%);
  transition: height 1.2s cubic-bezier(.2,.7,.2,1);
}
.method-step.is-visible .step-line::before { height: 100%; }
.step-line-end { display: none; }

/* Animated step number activation */
.method-step.is-visible .step-num {
  animation: stepPulse .8s ease both;
  border-color: var(--accent);
  color: var(--accent-deep);
}
@keyframes stepPulse {
  0%   { transform: scale(.85); opacity: 0; }
  60%  { transform: scale(1.05); opacity: 1; }
  100% { transform: scale(1); opacity: 1; }
}

.step-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 38px 42px;
  margin-bottom: 32px;
  transition: all .3s ease;
}
.step-card:hover {
  background: var(--white);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}
.step-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 14px;
}
.step-header h3 { font-size: 1.7rem; margin: 0; }
.step-tag {
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--accent-deep);
  background: var(--accent-soft);
  padding: 6px 14px;
  border-radius: 999px;
}
.step-pitch {
  font-size: 1.08rem;
  color: var(--slate-700);
  margin-bottom: 26px;
  line-height: 1.6;
}
.step-block { margin-top: 20px; }
.step-block h4 { margin-bottom: 12px; }
.step-block ul li {
  position: relative;
  padding: 6px 0 6px 22px;
  font-size: .98rem;
  color: var(--slate-700);
}
.step-block ul li::before {
  content: '';
  position: absolute;
  left: 0; top: 16px;
  width: 8px; height: 1px;
  background: var(--accent);
}
/* Livrable d'étape — bloc navy 900 unique qui fusionne :
   1. Le livrable concret (nom + description factuelle)
   2. Le bénéfice business (.step-deliverable-benefit, italique terracotta) */
.step-deliverable {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-top: 22px;
  padding: 20px 22px;
  background: var(--navy-900);
  color: var(--white);
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
}
.step-deliverable-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 10px;
  background: rgba(242,58,58,.10);
  border: 1px solid rgba(242,58,58,.22);
  color: var(--accent);
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  position: relative;
  z-index: 1;
}
.step-deliverable-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  position: relative;
  z-index: 1;
}
.step-deliverable-label {
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent);
}
.step-deliverable-text strong {
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--white);
  letter-spacing: -0.005em;
}
.step-deliverable-desc {
  font-size: .9rem;
  color: rgba(255,255,255,.7);
  line-height: 1.5;
  margin-top: 2px;
}
/* Bénéfice business — phrase italique terracotta, séparée par un filet discret.
   C'est le "pourquoi ça compte" qui répond au "ce qu'on livre" ci-dessus. */
.step-deliverable-benefit {
  position: relative;
  margin: 14px 0 0;
  padding-top: 12px;
  font-family: var(--serif);
  font-size: .95rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
  color: var(--accent);
  letter-spacing: -0.005em;
}
.step-deliverable-benefit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 1px;
  background: rgba(242,58,58,.45);
}
.step-deliverable-benefit em {
  font-style: italic;
  color: var(--white);
}

/* ====================================================================
   METHOD TEAM — L'équipe qui anime le sprint (2-3 profils complémentaires)
   ==================================================================== */
.method-team {
  margin-top: 56px;
  padding: 40px 40px 36px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
}
.method-team::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background: var(--accent);
}
.method-team-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
}
.method-team-eyebrow {
  display: inline-block;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 14px;
}
.method-team-title {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2.6vw, 2.1rem);
  font-weight: 400;
  line-height: 1.25;
  color: var(--navy-900);
  letter-spacing: -0.01em;
  margin: 0 0 16px;
}
.method-team-title em {
  font-style: italic;
  color: var(--accent-deep);
  font-weight: 400;
}
.method-team-lead {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--slate-700);
  margin: 0;
}
.method-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 32px;
}
.team-profile {
  position: relative;
  padding: 32px 26px 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.team-profile:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px -16px rgba(23, 23, 48, 0.18);
  border-color: rgba(242, 58, 58, 0.32);
}
.team-profile-num {
  position: absolute;
  top: 18px;
  right: 22px;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 1.4rem;
  color: var(--accent);
  font-variation-settings: 'opsz' 144;
  opacity: 0.7;
}
.team-profile-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(242, 58, 58, 0.08);
  color: var(--accent-deep);
  font-size: 1.15rem;
  margin-bottom: 20px;
}
.team-profile-role {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--navy-900);
  line-height: 1.3;
  margin: 0 0 6px;
  letter-spacing: -0.01em;
}
.team-profile-posture {
  font-size: .82rem;
  font-weight: 500;
  color: var(--accent-deep);
  letter-spacing: .03em;
  margin: 0 0 16px;
  font-style: italic;
}
.team-profile-body {
  font-size: .94rem;
  line-height: 1.6;
  color: var(--slate-700);
  margin: 0;
}
.team-profile-body strong {
  color: var(--navy-900);
  font-weight: 600;
}
.method-team-foot {
  font-size: .92rem;
  line-height: 1.55;
  color: var(--slate-700);
  text-align: center;
  padding: 18px 22px;
  background: rgba(242, 58, 58, 0.05);
  border-radius: var(--radius-md);
  margin: 0;
}
.method-team-foot i {
  color: var(--accent-deep);
  margin-right: 8px;
}
.method-team-foot strong {
  color: var(--navy-900);
  font-weight: 600;
}

/* Responsive */
@media (max-width: 900px) {
  .method-team-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
@media (max-width: 768px) {
  .method-team { padding: 32px 22px 28px; margin-top: 40px; }
  .method-team-head { margin-bottom: 28px; }
  .team-profile { padding: 28px 22px 24px; }
  .team-profile-num { top: 14px; right: 18px; font-size: 1.25rem; }
  .method-team-foot { font-size: .88rem; padding: 16px 18px; }
}

/* ====================================================================
   CONTEXT (fusion ex-Problem + ex-Profile)
   ==================================================================== */
/* v7.6 : .context hérite du fond .section unifié (paper). Filet de transition géré globalement. */
.context-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 8px;
}
.context-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 26px;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.context-card:hover {
  transform: translateY(-3px);
  border-color: var(--accent);
  box-shadow: var(--shadow);
}
.context-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--navy-900);
  color: var(--accent);
  display: grid; place-items: center;
  font-size: 1.05rem;
  margin-bottom: 18px;
}
.context-card h3 { font-size: 1.12rem; margin-bottom: 10px; }
.context-card p { font-size: .95rem; margin: 0; line-height: 1.6; color: var(--slate-700); }

.context-voices {
  margin-top: 48px;
  padding: 32px 40px;
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent);
  border-radius: var(--radius);
}
.context-voices-label {
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin: 0 0 18px;
}
.context-voices-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.context-voices-list li {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 400;
  color: var(--navy-900);
  line-height: 1.5;
  position: relative;
  padding-left: 6px;
}
.context-voices-list li > span[aria-hidden="true"] {
  font-family: var(--serif);
  font-size: 2rem;
  color: var(--accent);
  line-height: 0;
  margin-right: 4px;
  vertical-align: -8px;
}


/* ====================================================================
   PEDAGOGY — Comprendre nos livrables
   ==================================================================== */
/* v7.6 : .pedagogy hérite du fond .section unifié (paper) */
.pedagogy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.pedagogy-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.pedagogy-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: var(--accent);
}
/* Cap A2 : la 3e carte (niveau opérationnel) est le cap terracotta de la section */
.pedagogy-card-featured {
  border: 1px solid var(--accent);
  background: linear-gradient(180deg, var(--white) 0%, var(--accent-soft) 220%);
  box-shadow: 0 18px 40px -22px rgba(242, 58, 58, 0.25);
}
.pedagogy-card-featured::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 28px;
  right: 28px;
  height: 2px;
  background: var(--accent);
  border-radius: 1px;
}
.pedagogy-level {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.pedagogy-level-num {
  font-family: var(--serif);
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 500;
  color: var(--accent);
  line-height: 1;
}
.pedagogy-level-label {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--slate-500);
}
.pedagogy-title {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--navy-900);
  letter-spacing: -0.01em;
  margin-bottom: 14px;
  line-height: 1.25;
}
.pedagogy-desc {
  font-size: .95rem;
  line-height: 1.6;
  color: var(--slate-700);
  margin: 0 0 20px;
}
.pedagogy-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pedagogy-items li {
  position: relative;
  padding: 7px 0 7px 22px;
  font-size: .92rem;
  color: var(--ink);
  line-height: 1.45;
}
.pedagogy-items li i {
  position: absolute;
  left: 0;
  top: 13px;
  color: var(--accent);
  font-size: .72rem;
}

/* CTA secondaire : "Recevoir un exemple" — collé en bas de carte */
.pedagogy-cta {
  /* margin-top: auto pousse le bouton en bas du flex-container .pedagogy-card */
  margin-top: auto;
  margin-bottom: 0;
  /* Respiration garantie au-dessus via padding-top, qui ne casse pas le auto */
  padding: 11px 18px;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: 1px solid var(--accent);
  border-radius: 999px;
  color: var(--accent-deep);
  font-family: var(--display);
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: .01em;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}
/* Respiration au-dessus du bouton, après la liste */
.pedagogy-items {
  margin-bottom: 24px;
}
.pedagogy-cta i {
  font-size: .9rem;
}
.pedagogy-cta:hover,
.pedagogy-cta:focus-visible {
  background: var(--accent);
  color: var(--white);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px -8px rgba(242, 58, 58, .5);
  outline: none;
}
.pedagogy-cta:active {
  transform: translateY(0);
}
/* Sur la carte featured (niveau 03), inverser : bouton plein terracotta */
.pedagogy-card-featured .pedagogy-cta {
  background: var(--accent);
  color: var(--white);
  border-color: var(--accent);
}
.pedagogy-card-featured .pedagogy-cta:hover,
.pedagogy-card-featured .pedagogy-cta:focus-visible {
  background: var(--accent-deep);
  border-color: var(--accent-deep);
}

.pedagogy-footnote {
  text-align: center;
  font-size: .95rem;
  color: var(--slate-700);
  margin-top: 36px;
  margin-bottom: 0;
  font-style: italic;
}
.pedagogy-footnote strong { color: var(--navy-900); font-style: normal; }

/* ====================================================================
   PRICING — 3 paliers
   ==================================================================== */
/* v7.6 : .pricing en paper-2 (respiration rhétorique : c'est la section où le visiteur s'engage) */
.pricing { background: var(--paper-2); }
.pricing-headline {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.pricing-headline strong { color: var(--accent-deep); font-weight: 600; }

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}
/* Variante 2 colonnes : 2 offres équilibrées, plus respirées */
.pricing-grid-duo {
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 980px;
  margin: 0 auto;
}
.tier-name-mode {
  font-size: 0.62em;
  font-weight: 400;
  font-style: italic;
  color: var(--accent-deep);
  margin-left: 6px;
  letter-spacing: 0;
  vertical-align: 0.12em;
}
.tier-card-featured .tier-name-mode {
  color: var(--accent);
}

.tier-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 36px 30px 32px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform .3s ease, box-shadow .3s ease;
}
.tier-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

/* Palier recommandé — v7.4 : alignement parfait, hiérarchie portée par le badge + fond marine + bordure terracotta */
.tier-card-featured {
  background: var(--navy-900);
  color: var(--white);
  border: 1.5px solid var(--accent);
  box-shadow: 0 20px 50px -20px rgba(23,23,48,.45);
}
.tier-card-featured:hover {
  transform: translateY(-4px);
}
.tier-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent);
  color: var(--navy-900);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 100px;
  white-space: nowrap;
}

/* Head */
.tier-head {
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 22px;
}
.tier-card-featured .tier-head {
  border-bottom-color: rgba(255,255,255,.12);
}
.tier-eyebrow {
  display: block;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 10px;
}
.tier-card-featured .tier-eyebrow { color: var(--accent); }
.tier-name {
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 500;
  color: var(--navy-900);
  letter-spacing: -0.01em;
  margin: 0 0 10px;
  line-height: 1.15;
}
.tier-card-featured .tier-name { color: var(--white); }
.tier-pitch {
  font-size: .92rem;
  line-height: 1.5;
  color: var(--slate-700);
  margin: 0;
}
.tier-pitch strong {
  color: var(--navy-900);
  font-weight: 600;
}
.tier-card-featured .tier-pitch { color: rgba(255,255,255,.72); }
.tier-card-featured .tier-pitch strong { color: var(--white); font-weight: 600; }

/* Prix */
.tier-price {
  text-align: center;
  padding: 18px 0 22px;
  border-bottom: 1px dashed var(--line);
  margin-bottom: 22px;
}
.tier-card-featured .tier-price {
  border-bottom-color: rgba(255,255,255,.12);
}
.tier-price-value {
  display: block;
  font-family: var(--serif);
  font-size: 2.6rem;
  font-weight: 500;
  font-style: italic;
  color: var(--navy-900);
  line-height: 1;
  letter-spacing: -0.02em;
}
.tier-card-featured .tier-price-value { color: var(--accent); }
.tier-price-suffix {
  display: block;
  font-size: .82rem;
  letter-spacing: .04em;
  color: var(--slate-500);
  margin-top: 8px;
  font-style: italic;
}
.tier-card-featured .tier-price-suffix { color: rgba(255,255,255,.55); }

/* Livrables */
.tier-deliverables {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}
.tier-deliverables li {
  position: relative;
  padding: 9px 0 9px 24px;
  font-size: .95rem;
  line-height: 1.45;
  color: var(--ink);
}
.tier-deliverables li i {
  position: absolute;
  left: 0;
  top: 14px;
  color: var(--accent);
  font-size: .8rem;
}
.tier-deliverables li strong { font-weight: 600; color: var(--navy-900); }
.tier-card-featured .tier-deliverables li { color: rgba(255,255,255,.92); }
.tier-card-featured .tier-deliverables li strong { color: var(--white); }

/* Format */
.tier-format {
  list-style: none;
  margin: 0 0 26px;
  padding: 16px 0 0;
  border-top: 1px solid var(--line-soft);
}
.tier-card-featured .tier-format {
  border-top-color: rgba(255,255,255,.10);
}
.tier-format li {
  position: relative;
  padding: 6px 0 6px 22px;
  font-size: .88rem;
  line-height: 1.45;
  color: var(--slate-700);
}
.tier-format li i {
  position: absolute;
  left: 0;
  top: 14px;
  color: var(--accent);
  font-size: .5rem;
}
.tier-format li strong { color: var(--navy-900); font-weight: 600; }
.tier-card-featured .tier-format li { color: rgba(255,255,255,.7); }
.tier-card-featured .tier-format li strong { color: var(--white); }

/* CTA */
.tier-cta {
  margin-top: auto;
}
.tier-card-featured .tier-cta.btn-primary {
  background: var(--accent);
  color: var(--navy-900);
}
.tier-card-featured .tier-cta.btn-primary:hover {
  background: var(--accent-deep);
  color: var(--white);
}

/* Note globale sous le pricing */
.pricing-note-global {
  text-align: center;
  font-size: .9rem;
  color: var(--slate-700);
  margin-top: 36px;
  margin-bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.55;
}
.pricing-note-global i { color: var(--accent); margin-top: 3px; flex-shrink: 0; }

/* Bloc AFTER supprimé lors de l'unification vers .pathway (voir bas de fichier). */

/* ====================================================================
   RESPONSIVE — Mobile / Tablette
   ==================================================================== */
@media (max-width: 1024px) {
  .context-grid,
  .context-voices-list,
  .pedagogy-grid,
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .pricing-grid .tier-card-featured {
    transform: none;
    grid-column: 1 / -1;
  }
  .pricing-grid .tier-card-featured:hover { transform: translateY(-4px); }
}

@media (max-width: 768px) {
  .context-grid,
  .context-voices-list,
  .pedagogy-grid,
  .pricing-grid {
    grid-template-columns: 1fr !important;
  }
  .pricing-grid .tier-card-featured { grid-column: auto; }
  .tier-card-featured { transform: none; }
  .tier-card-featured:hover { transform: translateY(-4px); }
  .context-voices { padding: 24px 22px; }
}

@media (max-width: 480px) {
  .tier-price-value { font-size: 2.2rem; }
  .tier-name { font-size: 1.35rem; }
  .pedagogy-card, .tier-card { padding: 26px 22px; }
}

/* ---------- FAQ ---------- */
/* v7.6 : .faq hérite du fond .section unifié (paper) */
.faq-list { margin-top: 20px; }
.faq-item {
  border-bottom: 1px solid var(--line);
  padding: 0;
}
.faq-item summary {
  padding: 26px 0;
  font-family: var(--serif);
  font-size: 1.18rem;
  font-weight: 500;
  color: var(--navy-900);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  transition: color .2s ease;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-family: var(--sans);
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--accent-deep);
  transition: transform .25s ease;
  flex-shrink: 0;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item:hover summary { color: var(--accent-deep); }
.faq-content {
  padding: 0 0 26px;
  max-width: 720px;
}
.faq-content p {
  margin: 0;
  font-size: 1rem;
  color: var(--slate-700);
  line-height: 1.65;
}
.faq-content p + p {
  margin-top: 14px;
}
.faq-link {
  display: inline-block;
  margin-top: 6px;
  color: var(--accent-deep);
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid rgba(242, 58, 58, 0.32);
  transition: border-color .25s ease;
}
.faq-link:hover {
  border-bottom-color: var(--accent-deep);
}

/* ---------- Contact ---------- */
/* v7.6 — Section sombre finale : même grammaire que .manifesto (cap terracotta horizontal en haut) */
.contact {
  background: var(--navy-900);
  color: var(--white);
  position: relative;
  overflow: hidden;
  border-top: none; /* annule le filet line-soft */
}
.contact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 2px;
  background: var(--accent);
}
.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  position: relative;
}
.contact-left .section-title { color: var(--white); }
.contact-lead {
  font-size: 1.1rem;
  color: rgba(255,255,255,.75);
  margin-bottom: 0;
  line-height: 1.6;
}
.contact-lead strong {
  color: var(--white);
  font-weight: 600;
}
.contact-lead em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--accent);
}

/* Card englobante (tabs + panes) */
.contact-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(10px);
  overflow: hidden;
}
.contact-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: rgba(255,255,255,.03);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.contact-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 16px;
  background: transparent;
  border: none;
  color: rgba(255,255,255,.55);
  font-size: .92rem;
  font-weight: 500;
  font-family: inherit;
  letter-spacing: .01em;
  cursor: pointer;
  position: relative;
  transition: color .2s ease, background .2s ease;
}
.contact-tab i {
  font-size: 1rem;
  transition: color .2s ease;
}
.contact-tab:hover {
  color: rgba(255,255,255,.85);
  background: rgba(255,255,255,.03);
}
.contact-tab.is-active {
  color: var(--white);
  background: rgba(255,255,255,.05);
}
.contact-tab.is-active i { color: var(--accent); }
.contact-tab.is-active::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: var(--accent);
  border-radius: 2px 2px 0 0;
}
.contact-pane { display: none; padding: 38px 36px; }
.contact-pane.is-active { display: block; animation: paneIn .35s ease both; }
@keyframes paneIn {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.contact-form {
  /* Le form a perdu sa propre carte (assumée par .contact-card) */
  background: transparent;
  border: none;
  padding: 0;
}

/* Calendrier */
.calendar-wrap {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.calendar-header {
  text-align: left;
}
.calendar-icon {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(242,58,58,.10);
  border: 1px solid rgba(242,58,58,.22);
  color: var(--accent);
  font-size: 1.3rem;
  margin-bottom: 16px;
}
.calendar-header h3 {
  color: var(--white);
  font-size: 1.45rem;
  margin-bottom: 10px;
}
.calendar-header p {
  font-size: .96rem;
  color: rgba(255,255,255,.7);
  margin: 0;
  line-height: 1.6;
}
.calendar-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.calendar-features li {
  position: relative;
  padding: 4px 0 4px 26px;
  color: rgba(255,255,255,.85);
  font-size: .94rem;
}
.calendar-features li i {
  position: absolute;
  left: 0;
  top: 8px;
  color: var(--accent);
}
#calendar-link {
  background: var(--accent);
  color: var(--navy-900);
}
#calendar-link:hover {
  background: var(--white);
  color: var(--navy-900);
}
.calendar-note {
  font-size: .82rem;
  color: rgba(255,255,255,.45);
  text-align: center;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.calendar-note i { color: var(--accent); }
.form-row { margin-bottom: 18px; }
.form-row-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-row label {
  display: block;
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .04em;
  color: rgba(255,255,255,.65);
  margin-bottom: 8px;
  text-transform: uppercase;
}
.form-row input,
.form-row textarea {
  width: 100%;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  padding: 13px 16px;
  font-family: inherit;
  font-size: .98rem;
  color: var(--white);
  transition: all .2s ease;
}
.form-row input::placeholder,
.form-row textarea::placeholder { color: rgba(255,255,255,.35); }
.form-row input:focus,
.form-row textarea:focus {
  outline: none;
  border-color: var(--accent);
  background: rgba(255,255,255,.08);
}
.form-row textarea { resize: vertical; min-height: 100px; }
.contact-form .btn-primary {
  background: var(--accent);
  color: var(--navy-900);
  margin-top: 8px;
}
.contact-form .btn-primary:hover {
  background: var(--white);
  color: var(--navy-900);
}
.form-note {
  font-size: .82rem;
  color: rgba(255,255,255,.45);
  text-align: center;
  margin-top: 16px;
  margin-bottom: 0;
}
.form-success {
  margin-top: 20px;
  padding: 16px 20px;
  background: rgba(31,122,83,.18);
  border: 1px solid rgba(31,122,83,.4);
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #A8E6C7;
}
.form-success i { font-size: 1.2rem; }
.form-success p { margin: 0; color: rgba(255,255,255,.9); font-size: .95rem; }

/* ---------- Footer (v6.0 — grammaire A2 : filet terracotta asymétrique en haut) ---------- */
.site-footer {
  background: var(--navy-900);
  color: rgba(255,255,255,.65);
  padding: 56px 0 36px;
  border-top: 1px solid rgba(255,255,255,.08);
  position: relative;
}
/* Cap A2 : filet terracotta court qui démarre du bord gauche.
   v7.8 — Largeur 64px alignée sur la grammaire des sections claires. */
.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 2px;
  background: var(--accent);
}
/* Trace marine secondaire — même rythme A2 que les sections de contenu */
.site-footer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 72px;
  width: 8px;
  height: 2px;
  background: rgba(255,255,255,.35);
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
/* Taille footer définie plus haut dans la section Brand mark */
.footer-name {
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--white);
  margin: 0;
  letter-spacing: -0.01em;
}
.footer-tag {
  margin: 4px 0 0;
  font-size: .85rem;
  color: rgba(255,255,255,.55);
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 26px;
}
.footer-nav a {
  font-size: .92rem;
  color: rgba(255,255,255,.65);
}
.footer-nav a:hover { color: var(--accent); }
.footer-legal {
  text-align: right;
  font-size: .85rem;
  color: rgba(255,255,255,.45);
}
.footer-legal p { margin: 0 0 6px; color: rgba(255,255,255,.45); }
.footer-mentions a { color: rgba(255,255,255,.55); }
.footer-mentions a:hover { color: var(--accent); }

/* ====================================================================
   SECTION TRANSITIONS — Système unifié v7.8
   ====================================================================
   Deux grammaires cohérentes pour assurer un rythme typographique régulier :

   • SECTIONS CLAIRES : filet horizontal fin (line-soft) + cap tactique
     asymétrique haut-gauche (terracotta 64px + trace marine 8px)
     → context, comparison, method, pedagogy, benefits, origin, pricing, after, faq

   • SECTIONS SOMBRES : pas de filet, cap terracotta centré 56px
     → manifesto, contact (définis dans leurs blocs respectifs)
   ==================================================================== */

.section.context,
.section.comparison,
.section.method,
.section.pathway,
.section.pedagogy,
.section.method-team-section,
.section.pricing,
.section.faq {
  position: relative;
}

/* Cap tactique terracotta (rayon principal) */
.section.context::before,
.section.comparison::before,
.section.method::before,
.section.pathway::before,
.section.pedagogy::before,
.section.method-team-section::before,
.section.pricing::before,
.section.faq::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 2px;
  background: var(--accent);
  z-index: 3;
}

/* Trace marine secondaire (asymétrie A2 : 2 marques visibles, 2 vides) */
.section.context::after,
.section.comparison::after,
.section.method::after,
.section.pathway::after,
.section.pedagogy::after,
.section.method-team-section::after,
.section.pricing::after,
.section.faq::after {
  content: '';
  position: absolute;
  top: 0;
  left: 72px;
  width: 8px;
  height: 2px;
  background: var(--ink);
  opacity: 0.4;
  z-index: 3;
}

/* ---------- Animations v6.0 (rythme A2 — entrées asymétriques) ---------- */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  /* Easing éditorial : démarrage rapide, finale lente (comme un trait de plume) */
  transition: opacity .85s cubic-bezier(.22,.7,.2,1), transform .85s cubic-bezier(.22,.7,.2,1);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Reveal asymétrique : entrée légèrement décalée vers la gauche (grammaire A2) */
.reveal-asym-left {
  opacity: 0;
  transform: translate(-18px, 18px);
  transition: opacity .85s cubic-bezier(.22,.7,.2,1), transform .85s cubic-bezier(.22,.7,.2,1);
}
.reveal-asym-left.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}
.reveal-asym-right {
  opacity: 0;
  transform: translate(18px, 18px);
  transition: opacity .85s cubic-bezier(.22,.7,.2,1), transform .85s cubic-bezier(.22,.7,.2,1);
}
.reveal-asym-right.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

/* Reveal "instrument" : entrée par dilatation horizontale (pour les filets, traits, marques A2) */
.reveal-mark {
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: opacity .6s ease, transform .9s cubic-bezier(.22,.7,.2,1);
}
.reveal-mark.is-visible {
  opacity: 1;
  transform: scaleX(1);
}

/* Respect des préférences utilisateur */
@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal-asym-left,
  .reveal-asym-right,
  .reveal-mark {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .comparison-table-wrap { overflow-x: auto; }
  .comparison-table { min-width: 720px; }
  /* Hero v7.8 — déjà mono-colonne, on assouplit juste la largeur */
  .hero-content { max-width: none; }
  .pricing-card { grid-template-columns: 1fr; }
  .contact-wrap { grid-template-columns: 1fr; gap: 50px; }
  .footer-inner { grid-template-columns: 1fr; gap: 24px; text-align: left; }
  .footer-legal { text-align: left; }
}

@media (max-width: 768px) {
  body { font-size: 16px; }
  .section { padding: 80px 0; }
  .section-head { margin-bottom: 44px; }
  .hero { padding: 150px 0 90px; }
  .hero-kicker { font-size: .78rem; margin-bottom: 24px; }
  .hero-sub { font-size: 1.08rem; margin-bottom: 32px; }
  .main-nav { display: none; }
  .main-nav.is-open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--white);
    padding: 24px 28px;
    border-bottom: 1px solid var(--line);
    gap: 18px;
    box-shadow: var(--shadow);
  }
  .nav-toggle { display: flex; }
  .site-header .btn { display: none; }
  .problem-grid { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefits-grid-trio .benefit {
    border-left: none;
    border-top: 1px solid var(--line-soft);
    padding-left: 0;
    padding-top: 24px;
  }
  .benefits-grid-trio .benefit:first-child {
    border-top: none;
    padding-top: 0;
  }
  .method-step { grid-template-columns: 60px 1fr; gap: 16px; }
  .step-num { width: 52px; height: 52px; font-size: 1.3rem; }
  .step-card { padding: 28px 24px; }
  .step-header h3 { font-size: 1.4rem; }
  .pricing-left, .pricing-right { padding: 36px 28px; }
  .form-row-split { grid-template-columns: 1fr; }
  .contact-pane { padding: 28px 22px; }
  .contact-tab { padding: 14px 10px; font-size: .82rem; }
  .contact-tab span { display: none; }
  .contact-tab i { font-size: 1.1rem; }
  /* Sur très petit : on remet le label */
  @media (min-width: 380px) {
    .contact-tab span { display: inline; }
  }
  .manifesto { padding: 90px 0; }
  .manifesto-title { margin-bottom: 50px; }
  .manifesto-statement { padding-left: 0; padding-top: 60px; }
  .manifesto-num { top: 28px; }
  .comparison-note { flex-direction: column; gap: 6px; padding: 0 16px; }
  /* Step deliverable mobile */
  .step-deliverable { padding: 16px 18px; gap: 14px; }
  .step-deliverable-icon { width: 38px; height: 38px; font-size: 1rem; }
  .step-deliverable-text strong { font-size: 1rem; }
}

@media (max-width: 480px) {
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-cta .btn { justify-content: center; }
  .btn { padding: 13px 22px; }
}

/* ====================================================================
   MODALE — Demande d'exemple de livrable
   Overlay sombre + carte centrée, partagée entre niveau 2 et niveau 3.
   ==================================================================== */
.livrable-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.livrable-modal.is-open {
  display: flex;
  animation: livrable-fade-in .25s ease-out both;
}
@keyframes livrable-fade-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.livrable-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 31, 61, 0.62);
  backdrop-filter: blur(4px);
  cursor: pointer;
}
.livrable-modal-card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 44px 42px 36px;
  box-shadow: 0 32px 80px -20px rgba(10, 31, 61, 0.4);
  animation: livrable-slide-up .35s cubic-bezier(.16, .84, .44, 1) both;
  max-height: calc(100vh - 48px);
  overflow-y: auto;
}
@keyframes livrable-slide-up {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.livrable-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: none;
  background: var(--paper-2);
  border-radius: 50%;
  color: var(--slate-700);
  cursor: pointer;
  display: grid;
  place-items: center;
  font-size: 1rem;
  transition: background .2s ease, color .2s ease;
}
.livrable-modal-close:hover,
.livrable-modal-close:focus-visible {
  background: var(--accent);
  color: var(--white);
  outline: none;
}

/* Eyebrow + titre + lead */
.livrable-modal-eyebrow {
  display: inline-block;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.livrable-modal-title {
  font-family: var(--display);
  font-size: clamp(1.4rem, 2.4vw, 1.7rem);
  font-weight: 600;
  color: var(--navy-900);
  line-height: 1.2;
  letter-spacing: -0.015em;
  margin: 0 0 14px;
}
.livrable-modal-title em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--accent);
}
.livrable-modal-lead {
  font-size: .98rem;
  line-height: 1.55;
  color: var(--slate-700);
  margin: 0 0 28px;
}
.livrable-modal-lead strong {
  color: var(--navy-900);
  font-weight: 600;
}

/* Formulaire */
.livrable-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.livrable-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.livrable-field label {
  font-family: var(--display);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--navy-900);
  text-transform: uppercase;
}
.livrable-field input {
  font-family: var(--sans);
  font-size: 1rem;
  padding: 12px 16px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.livrable-field input::placeholder {
  color: var(--slate-500);
  opacity: .6;
}
.livrable-field input:focus {
  outline: none;
  border-color: var(--accent);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(242, 58, 58, .12);
}
.livrable-field input:invalid:not(:placeholder-shown) {
  border-color: #c0392b;
}

.livrable-form-error {
  margin: 0;
  padding: 10px 14px;
  background: rgba(192, 57, 43, .08);
  border-left: 3px solid #c0392b;
  border-radius: var(--radius);
  color: #c0392b;
  font-size: .88rem;
  line-height: 1.4;
}

.livrable-form-submit {
  margin-top: 6px;
  width: 100%;
  justify-content: center;
}
.livrable-form-submit:disabled {
  opacity: .6;
  cursor: not-allowed;
}
.livrable-form-submit.is-loading .livrable-submit-label::after {
  content: '...';
  display: inline-block;
  width: 1.2em;
  text-align: left;
  animation: livrable-dots 1.2s steps(4, end) infinite;
}
@keyframes livrable-dots {
  0%   { content: '.'; }
  33%  { content: '..'; }
  66%  { content: '...'; }
  100% { content: '.'; }
}

.livrable-form-legal {
  margin: 4px 0 0;
  font-size: .82rem;
  color: var(--slate-500);
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.livrable-form-legal i {
  font-size: .78rem;
  margin-top: 3px;
  color: var(--slate-500);
  flex-shrink: 0;
}

/* Vue succès */
.livrable-modal-view-success {
  text-align: center;
  padding: 8px 0;
}
.livrable-success-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--white);
  display: grid;
  place-items: center;
  font-size: 1.6rem;
  animation: livrable-success-pop .4s cubic-bezier(.34, 1.56, .64, 1) both;
}
@keyframes livrable-success-pop {
  from { opacity: 0; transform: scale(.4); }
  to   { opacity: 1; transform: scale(1); }
}
.livrable-modal-view-success .livrable-modal-lead {
  margin-bottom: 20px;
}
.livrable-success-note {
  font-size: .92rem;
  color: var(--slate-700);
  line-height: 1.55;
  margin: 0 0 28px;
  padding: 16px 18px;
  background: var(--paper-2);
  border-radius: var(--radius);
}
.livrable-success-note a {
  color: var(--accent-deep);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--accent);
}
.livrable-success-note a:hover {
  color: var(--navy-900);
}
.livrable-success-close {
  width: 100%;
  justify-content: center;
}

/* Bloquer le scroll de fond quand modale ouverte */
body.livrable-modal-open {
  overflow: hidden;
}

/* Responsive */
@media (max-width: 540px) {
  .livrable-modal {
    padding: 16px;
  }
  .livrable-modal-card {
    padding: 36px 26px 26px;
    max-height: calc(100vh - 32px);
  }
  .livrable-modal-title {
    font-size: 1.3rem;
  }
}

/* ====================================================================
   PRE-SPRINT — Étape 00 amont, dans la section Méthode
   Encart éditorial signalant la phase offerte de 30 min avec le sponsor,
   consacrée à la compréhension du secteur et à l'adaptation sur mesure.
   ==================================================================== */
.pre-sprint {
  position: relative;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 32px;
  max-width: 940px;
  margin: 0 auto 56px;
  padding: 32px 36px 34px;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 4px solid var(--accent);
  border-radius: var(--radius-lg);
  box-shadow: 0 12px 32px -22px rgba(10, 31, 61, 0.14);
}
/* Repère 00 + trait horizontal (style instrument, cohérent avec le hero) */
.pre-sprint-mark {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 4px;
}
.pre-sprint-num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 2rem;
  font-weight: 500;
  color: var(--accent);
  line-height: 1;
  letter-spacing: -0.02em;
}
.pre-sprint-axis {
  width: 34px;
  height: 1px;
  background: var(--ink);
  opacity: .3;
}
.pre-sprint-body {
  min-width: 0;
}
.pre-sprint-head {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.pre-sprint-eyebrow {
  font-family: var(--display);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--slate-500);
}
.pre-sprint-badge {
  display: inline-block;
  padding: 5px 12px;
  background: var(--accent);
  color: var(--white);
  border-radius: 999px;
  font-family: var(--display);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.pre-sprint-title {
  font-family: var(--display);
  font-size: clamp(1.35rem, 2vw, 1.55rem);
  font-weight: 500;
  color: var(--navy-900);
  margin: 0 0 14px;
  letter-spacing: -0.01em;
  line-height: 1.25;
}
.pre-sprint-title em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--accent);
}
.pre-sprint-lead {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--slate-700);
  margin: 0 0 14px;
}
.pre-sprint-lead strong {
  color: var(--navy-900);
  font-weight: 600;
}
.pre-sprint-lead em {
  font-family: var(--serif);
  font-style: italic;
  color: var(--accent);
}
.pre-sprint-list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}
.pre-sprint-list li {
  position: relative;
  padding: 6px 0 6px 22px;
  font-size: .96rem;
  line-height: 1.55;
  color: var(--ink);
}
.pre-sprint-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 12px;
  height: 1px;
  background: var(--accent);
}
.pre-sprint-list li strong {
  color: var(--navy-900);
  font-weight: 600;
}
.pre-sprint-footer {
  font-size: .95rem;
  line-height: 1.55;
  color: var(--slate-700);
  margin: 0;
  padding-top: 14px;
  border-top: 1px dashed var(--line);
}
.pre-sprint-footer em {
  font-family: var(--serif);
  font-style: italic;
  color: var(--accent);
}

@media (max-width: 768px) {
  .pre-sprint {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 22px 24px;
    margin-bottom: 44px;
  }
  .pre-sprint-mark {
    padding-top: 0;
  }
  .pre-sprint-num {
    font-size: 1.6rem;
  }
}

/* ====================================================================
   PEDAGOGY ALL-CTA — Bouton agrégateur "Recevoir les 3 exemples"
   Positionné entre la grille des 3 cards et le bandeau stats
   ==================================================================== */
.pedagogy-all-cta {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}
.pedagogy-all-cta-line {
  font-family: var(--sans);
  font-size: 1rem;
  color: var(--slate-700);
  margin: 0;
  line-height: 1.4;
}
.pedagogy-all-cta-line em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  color: var(--ink);
  font-size: 1.08em;
}

/* ====================================================================
   PEDAGOGY STATS — Bandeau chiffres factuels sous les 3 cartes
   ==================================================================== */
.pedagogy-stats {
  margin-top: 56px;
  padding: 44px 40px 40px;
  background: var(--navy-900);
  color: var(--white);
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
}
/* Cap tactique terracotta en haut (signature) */
.pedagogy-stats::before {
  content: '';
  position: absolute;
  top: 0;
  left: 40px;
  width: 64px;
  height: 3px;
  background: var(--accent);
  border-radius: 0 0 2px 2px;
}
.pedagogy-stats-head {
  text-align: center;
  margin-bottom: 32px;
}
.pedagogy-stats-eyebrow {
  display: inline-block;
  font-family: var(--display);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}
.pedagogy-stats-title {
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.2vw, 1.7rem);
  font-weight: 500;
  color: var(--white);
  letter-spacing: -0.015em;
  margin: 0;
  line-height: 1.25;
}
.pedagogy-stats-title em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--accent);
}
.pedagogy-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 28px;
}
.pedagogy-stat {
  text-align: center;
  padding: 20px 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
.pedagogy-stat:first-child {
  border-left: none;
}
.pedagogy-stat-value {
  display: block;
  font-family: var(--serif);
  font-size: clamp(2.8rem, 5vw, 3.6rem);
  font-weight: 500;
  color: var(--accent);
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}
.pedagogy-stat-sep {
  font-size: 0.55em;
  font-style: italic;
  color: rgba(255, 255, 255, 0.45);
  padding: 0 4px;
  vertical-align: 0.15em;
}
.pedagogy-stat-label {
  display: block;
  font-family: var(--sans);
  font-size: .92rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
.pedagogy-stats-footer {
  margin: 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: .9rem;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.pedagogy-stats-footer i {
  color: var(--accent);
}
.pedagogy-stats-footer em {
  font-family: var(--serif);
  font-style: italic;
  color: var(--accent);
}
.pedagogy-stats-link {
  color: var(--white);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--accent);
  transition: color .2s ease;
}
.pedagogy-stats-link:hover {
  color: var(--accent);
}

@media (max-width: 900px) {
  .pedagogy-stats {
    padding: 36px 28px 32px;
  }
  .pedagogy-stats-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .pedagogy-stat {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 24px 0;
  }
  .pedagogy-stat:first-child {
    border-top: none;
    padding-top: 0;
  }
}

/* ====================================================================
   PATHWAY — Section unifiée "Parcours complet + Choix de voie"
   Schéma horizontal interactif : 4 étapes → 2 branches cliquables (A/B)
   avec panneaux de détail qui s'affichent en dessous du schéma.
   ==================================================================== */

/* ---------- SCHÉMA ---------- */
.pathway-diagram {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1.15fr;
  gap: 10px;
  align-items: stretch;
  margin: 8px 0 44px;
}

/* Étape standard (00, 01, 02) */
.pathway-step {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 26px 20px 22px;
  text-align: center;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pathway-step:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
  border-color: var(--accent);
}
/* Étape amont (00) : bordure gauche terracotta pour signaler l'amont */
.pathway-step-pre {
  border-left: 3px solid var(--accent);
}
.pathway-step-icon {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: var(--navy-900);
  color: var(--accent);
  display: grid;
  place-items: center;
  font-size: 1rem;
  margin-bottom: 12px;
}
.pathway-step-title {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--navy-900);
  margin: 0 0 8px;
  letter-spacing: -0.005em;
  line-height: 1.2;
  /* Override h3 global */
  text-transform: none;
  font-variant: normal;
}
.pathway-step-desc {
  font-size: .84rem;
  line-height: 1.45;
  color: var(--slate-700);
  margin: 0;
}

/* Flèches entre étapes */
.pathway-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  font-size: 1rem;
  padding: 0 2px;
}

/* ---------- BRANCHEMENT 03 : les 2 boutons A / B ---------- */
.pathway-branches {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 16px 16px;
  background: var(--paper-2);
  border: 1px dashed rgba(242, 58, 58, 0.35);
  border-radius: var(--radius-lg);
}
.pathway-branches-label {
  position: absolute;
  top: -12px;
  left: 16px;
  padding: 3px 12px;
  background: var(--paper);
  color: var(--slate-700);
  font-family: var(--display);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  border: 1px solid rgba(242, 58, 58, 0.28);
  border-radius: 999px;
}

/* Bouton branche — cliquable */
.pathway-branch {
  position: relative;
  display: grid;
  grid-template-columns: 32px 32px 1fr;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
  text-align: left;
  font-family: var(--sans);
  transition: all .2s ease;
}
.pathway-branch:hover {
  border-color: var(--accent);
  transform: translateX(2px);
}
.pathway-branch:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.pathway-branch.is-active {
  background: var(--navy-900);
  border-color: var(--navy-900);
  box-shadow: 0 8px 20px -10px rgba(10, 31, 61, 0.5);
}
.pathway-branch.is-active:hover {
  transform: translateX(0);
}
.pathway-branch-letter {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--accent);
  line-height: 1;
  text-align: center;
}
.pathway-branch.is-active .pathway-branch-letter {
  color: var(--accent);
}
.pathway-branch-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(242, 58, 58, 0.1);
  color: var(--accent);
  display: grid;
  place-items: center;
  font-size: .85rem;
}
.pathway-branch.is-active .pathway-branch-icon {
  background: var(--accent);
  color: var(--white);
}
.pathway-branch-title {
  font-family: var(--display);
  font-size: .92rem;
  font-weight: 600;
  color: var(--navy-900);
  line-height: 1.2;
}
.pathway-branch.is-active .pathway-branch-title {
  color: var(--white);
}
.pathway-branch-hint {
  grid-column: 1 / -1;
  font-size: .7rem;
  color: var(--slate-500);
  letter-spacing: .04em;
  padding-top: 2px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.pathway-branch-hint::before {
  content: '↓';
  color: var(--accent);
}
.pathway-branch.is-active .pathway-branch-hint {
  color: rgba(255, 255, 255, 0.5);
}
.pathway-branch.is-active .pathway-branch-hint::before {
  content: '●';
  color: var(--accent);
}

/* ---------- PANNEAUX DE DÉTAIL ---------- */
.pathway-panels {
  position: relative;
  margin: 0 auto 40px;
}

.pathway-panel {
  display: none;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 3px solid var(--accent);
  border-radius: var(--radius-lg);
  padding: 36px 40px 32px;
  animation: pathway-panel-in .4s cubic-bezier(.16, .84, .44, 1) both;
}
.pathway-panel.is-active {
  display: block;
}
@keyframes pathway-panel-in {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

.pathway-panel-head {
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.pathway-panel-tag {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.pathway-panel-letter {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.9rem;
  font-weight: 500;
  color: var(--accent);
  line-height: 1;
}
.pathway-panel-eyebrow {
  font-family: var(--display);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--slate-700);
  padding-left: 12px;
  border-left: 1px solid var(--line);
}
.pathway-panel-title {
  font-family: var(--display);
  font-size: clamp(1.4rem, 2.4vw, 1.8rem);
  font-weight: 500;
  color: var(--navy-900);
  letter-spacing: -0.015em;
  margin: 0 0 14px;
  line-height: 1.2;
}
.pathway-panel-title em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--accent);
}
.pathway-panel-lead {
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--slate-700);
  margin: 0;
}
.pathway-panel-lead strong {
  color: var(--navy-900);
  font-weight: 600;
}

/* Corps 2 colonnes : "Ce que ça implique" + "Pour qui" */
.pathway-panel-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 28px;
}
.pathway-panel-h4 {
  font-family: var(--display);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 16px;
}
.pathway-panel-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pathway-panel-list li {
  position: relative;
  padding: 7px 0 7px 26px;
  font-size: .96rem;
  line-height: 1.5;
  color: var(--ink);
}
.pathway-panel-list li i {
  position: absolute;
  left: 0;
  top: 13px;
  color: var(--accent);
  font-size: .78rem;
}
.pathway-panel-target {
  font-size: .96rem;
  line-height: 1.6;
  color: var(--slate-700);
  margin: 0;
}
.pathway-panel-target strong {
  color: var(--navy-900);
  font-weight: 600;
}
.pathway-panel-target em {
  font-family: var(--serif);
  font-style: italic;
  color: var(--accent);
}

/* Footer avec CTA */
.pathway-panel-footer {
  padding-top: 24px;
  border-top: 1px dashed var(--line);
  display: flex;
  justify-content: flex-start;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1024px) {
  .pathway-diagram {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .pathway-arrow {
    transform: rotate(90deg);
    padding: 4px 0;
  }
  .pathway-step {
    padding: 22px 20px 20px;
  }
  .pathway-branches {
    padding: 22px 18px 18px;
  }
  .pathway-branches-label {
    top: -13px;
  }
}

@media (max-width: 768px) {
  .pathway-panel {
    padding: 28px 24px 24px;
  }
  .pathway-panel-body {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .pathway-panel-head {
    margin-bottom: 22px;
    padding-bottom: 20px;
  }
  .pathway-panel-letter {
    font-size: 1.6rem;
  }
}
