/* =========================================================
   GEO — Generative Engine Optimization
   Prez Kaizen Agency · 04 juin 2026
   Direction : éditorial post-search, bleu Kairos profond,
   typographie expressive (Fraunces italic display).
   ========================================================= */

:root {
  /* Palette — bleu Kairos approfondi pour la dramaturgie */
  --geo-night:     #0A1F3D;
  --geo-deep:      #134479;
  --geo-blue:      #3D8FD1;
  --geo-blue-soft: #6FB5E8;
  --geo-cream:     #F5F0E1;
  --geo-offwhite:  #D6D6DD;
  --geo-muted:     #8FA3C4;
  --geo-rule:      rgba(245, 240, 225, 0.15);
  --geo-burn:      #E85D4F;
  --geo-gold:      #D4A85C;

  /* Échelles typographiques fluides — calées sur viewport */
  --geo-display-mega: clamp(8rem, 22vw, 18rem);
  --geo-display-xl:   clamp(4rem,  9vw,  9rem);
  --geo-display-lg:   clamp(2.5rem, 5vw, 4.5rem);
  --geo-body-lg:      clamp(1.1rem, 1.5vw, 1.5rem);
  --geo-meta:         clamp(0.7rem, 0.85vw, 0.85rem);
}

/* ============================================================
   Reset
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  background: #000;
  font-family: 'Geist', 'Inter', system-ui, sans-serif;
  font-feature-settings: 'ss01', 'cv11', 'ss02';
  color: var(--geo-cream);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ============================================================
   Deck + slides
   ============================================================ */

.deck {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
}

.slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: var(--geo-night);
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  transition: opacity 0.5s ease;
  z-index: 1;
}

.slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}

/* Grain SVG overlay — donne la texture "rapport imprimé" */
.slide::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.45;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.4 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

/* Gradient radial subtil — profondeur */
.slide::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse at 25% 35%, rgba(61, 143, 209, 0.18), transparent 55%),
    radial-gradient(ellipse at 80% 80%, rgba(19, 68, 121, 0.45), transparent 60%);
}

/* ============================================================
   Méta-barre commune
   ============================================================ */

.meta-bar {
  position: absolute;
  top: 2.4rem;
  left: 2.8rem;
  right: 2.8rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: var(--geo-meta);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--geo-muted);
  z-index: 10;
}

.meta-left::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 1px;
  background: var(--geo-blue);
  margin-right: 0.8rem;
  vertical-align: middle;
}

/* Footer URL */
.cover-url {
  position: absolute;
  bottom: 1.6rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--geo-muted);
  z-index: 10;
}

.cover-url::after {
  content: '';
  display: block;
  width: 36px;
  height: 1px;
  background: var(--geo-blue);
  margin: 0.5rem auto 0;
}

/* =========================================================
   SLIDE 1 — Page de garde
   ========================================================= */

.slide-cover {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  padding: 7rem 6rem 5rem;
  z-index: 2;
}

.cover-body {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
  max-width: 78%;
  z-index: 3;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.78rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--geo-blue-soft);
  width: fit-content;
}

.kicker-dot {
  width: 8px;
  height: 8px;
  background: var(--geo-blue);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(61, 143, 209, 0.2), 0 0 18px var(--geo-blue);
  animation: pulse 2.4s ease-in-out infinite;
}

.cover-title {
  display: flex;
  align-items: flex-end;
  gap: 2.5rem;
  margin: 0;
  font-weight: 400;
  line-height: 0.85;
  color: var(--geo-cream);
}

.cover-title-display {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: var(--geo-display-mega);
  font-variation-settings: "opsz" 144;
  letter-spacing: -0.04em;
  line-height: 0.78;
  background: linear-gradient(180deg, var(--geo-cream) 0%, var(--geo-cream) 55%, rgba(245, 240, 225, 0.55) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.cover-title-expand {
  font-family: 'Geist', sans-serif;
  font-weight: 500;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--geo-cream);
  padding-bottom: 1.2rem;
  border-left: 1px solid var(--geo-rule);
  padding-left: 2rem;
}

.cover-subtitle {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(1.4rem, 1.9vw, 1.9rem);
  line-height: 1.35;
  color: var(--geo-offwhite);
  max-width: 32ch;
  margin: 0;
}

.cover-subtitle em {
  font-style: italic;
  color: var(--geo-blue-soft);
  font-weight: 400;
}

.cover-footer {
  position: absolute;
  left: 6rem;
  right: 6rem;
  bottom: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 5;
}

.signature {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--geo-rule);
  min-width: 280px;
}

.sig-name {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 1.45rem;
  color: var(--geo-cream);
}

.sig-role {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--geo-muted);
}

.cover-footer .cover-url {
  position: static;
  transform: none;
}

.cover-footer .cover-url::after { display: none; }

.cover-decor {
  position: absolute;
  bottom: -180px;
  right: -180px;
  width: 480px;
  height: 480px;
  border: 1px solid var(--geo-blue);
  border-radius: 50%;
  opacity: 0.4;
  z-index: 1;
}

.cover-decor::before {
  content: '';
  position: absolute;
  inset: 60px;
  border: 1px solid var(--geo-gold);
  border-radius: 50%;
  opacity: 0.4;
}

/* =========================================================
   SLIDE 2 — Chiffre choc 69 %
   ========================================================= */

.stat-slide-root {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 6rem 4rem 5.5rem;   /* safe area bas pour footer URL */
  z-index: 2;
}

.stat-body {
  text-align: center;
  z-index: 5;
  max-width: 60ch;
  padding: 0 4rem;
}

.stat-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.75rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--geo-blue-soft);
  margin-bottom: 2.2rem;
}

.stat-eyebrow::before,
.stat-eyebrow::after {
  content: '';
  display: inline-block;
  width: 36px;
  height: 1px;
  background: var(--geo-blue);
  margin: 0 1rem;
  vertical-align: middle;
}

.stat-figure {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 1.4rem;
}

.stat-number {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(8rem, 22vw, 17rem);
  font-variation-settings: "opsz" 144;
  letter-spacing: -0.06em;
  line-height: 0.85;
  background: linear-gradient(180deg, var(--geo-cream) 0%, var(--geo-blue-soft) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.stat-unit {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: clamp(2.6rem, 6.5vw, 5.5rem);
  color: var(--geo-cream);
  margin-top: 0.8rem;
}

.stat-rule {
  width: 80px;
  height: 1px;
  background: var(--geo-blue);
  margin: 0 auto 1.4rem;
  transform-origin: center;
}

.stat-caption {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(1.2rem, 1.7vw, 1.7rem);
  line-height: 1.4;
  color: var(--geo-offwhite);
  margin: 0 0 2rem;
}

.stat-caption em {
  font-style: italic;
  color: var(--geo-cream);
  text-decoration: underline;
  text-decoration-color: var(--geo-blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

.stat-sources {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  padding: 0.7rem 1.4rem;
  border: 1px solid var(--geo-rule);
  border-radius: 999px;
}

.stat-source-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--geo-muted);
}

.stat-source-list {
  font-family: 'Geist', sans-serif;
  font-size: 0.85rem;
  color: var(--geo-offwhite);
  letter-spacing: 0.02em;
}

.stat-vertical-tag {
  position: absolute;
  right: 2.2rem;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: var(--geo-muted);
  white-space: nowrap;
}

.stat-vertical-tag::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 1px;
  background: var(--geo-blue);
  margin-right: 1.2rem;
  vertical-align: middle;
}

/* =========================================================
   SLIDE 3 — Cover chapitre 03 Brighton
   ========================================================= */

.chapter-root {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 6rem 6rem 6rem;   /* safe area bas pour footer URL */
  z-index: 2;
  gap: 4rem;
}

.chapter-body {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
  z-index: 5;
}

.chapter-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.78rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--geo-blue-soft);
  width: fit-content;
}

.chapter-title {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: var(--geo-cream);
  margin: 0;
}

.chapter-title em {
  font-style: italic;
  color: var(--geo-blue-soft);
  font-weight: 300;
}

.chapter-lede {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(1.1rem, 1.4vw, 1.4rem);
  line-height: 1.55;
  color: var(--geo-offwhite);
  max-width: 36ch;
  margin: 0;
  padding-top: 1.4rem;
  border-top: 1px solid var(--geo-rule);
}

.chapter-meta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  padding-top: 1.6rem;
  border-top: 1px solid var(--geo-rule);
  max-width: 480px;
}

.chapter-meta-grid .meta-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.65rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--geo-muted);
  margin-bottom: 0.5rem;
}

.chapter-meta-grid .meta-value {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 2.6rem;
  line-height: 1;
  color: var(--geo-cream);
}

.chapter-meta-grid .meta-value-text {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 1.05rem;
  line-height: 1.25;
  color: var(--geo-cream);
}

.chapter-number {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 200;
  font-size: clamp(11rem, 24vw, 22rem);
  line-height: 0.85;
  letter-spacing: -0.06em;
  z-index: 3;
}

.chapter-num-digit {
  display: inline-block;
  background: linear-gradient(180deg, var(--geo-cream) 0%, rgba(245, 240, 225, 0.25) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.chapter-num-digit:nth-child(2) {
  background: linear-gradient(180deg, var(--geo-blue-soft) 0%, var(--geo-blue) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.chapter-decor-grid {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  height: 80%;
  z-index: 1;
  background-image:
    linear-gradient(rgba(61, 143, 209, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(61, 143, 209, 0.08) 1px, transparent 1px);
  background-size: 60px 60px;
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
}

/* Partie 02 — Enjeux SEO + GEO : diagonales de transition */
.chapter-decor-transition {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  height: 80%;
  z-index: 1;
  background-image: repeating-linear-gradient(
    -45deg,
    rgba(61, 143, 209, 0.14) 0,
    rgba(61, 143, 209, 0.14) 1px,
    transparent 1px,
    transparent 26px
  );
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
}

/* Partie 03 — Brighton 2026 : ondes concentriques (echo / sonar) */
.chapter-decor-waves {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  height: 80%;
  z-index: 1;
  background-image:
    radial-gradient(circle at 60% 50%, transparent 0, transparent 39px, rgba(61, 143, 209, 0.20) 40px, rgba(61, 143, 209, 0.20) 41px, transparent 42px),
    radial-gradient(circle at 60% 50%, transparent 0, transparent 79px, rgba(61, 143, 209, 0.16) 80px, rgba(61, 143, 209, 0.16) 81px, transparent 82px),
    radial-gradient(circle at 60% 50%, transparent 0, transparent 119px, rgba(61, 143, 209, 0.13) 120px, rgba(61, 143, 209, 0.13) 121px, transparent 122px),
    radial-gradient(circle at 60% 50%, transparent 0, transparent 159px, rgba(61, 143, 209, 0.10) 160px, rgba(61, 143, 209, 0.10) 161px, transparent 162px),
    radial-gradient(circle at 60% 50%, transparent 0, transparent 199px, rgba(61, 143, 209, 0.08) 200px, rgba(61, 143, 209, 0.08) 201px, transparent 202px),
    radial-gradient(circle at 60% 50%, transparent 0, transparent 239px, rgba(61, 143, 209, 0.06) 240px, rgba(61, 143, 209, 0.06) 241px, transparent 242px),
    radial-gradient(circle at 60% 50%, transparent 0, transparent 279px, rgba(61, 143, 209, 0.05) 280px, rgba(61, 143, 209, 0.05) 281px, transparent 282px);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
}

/* Partie 04 — Daily Assistant : beams verticaux (scanner) */
.chapter-decor-beams {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  height: 80%;
  z-index: 1;
  background-image: repeating-linear-gradient(
    90deg,
    rgba(61, 143, 209, 0.16) 0,
    rgba(61, 143, 209, 0.16) 1px,
    transparent 1px,
    transparent 7px,
    rgba(61, 143, 209, 0.08) 7px,
    rgba(61, 143, 209, 0.08) 8px,
    transparent 8px,
    transparent 18px,
    rgba(245, 240, 225, 0.07) 18px,
    rgba(245, 240, 225, 0.07) 19px,
    transparent 19px,
    transparent 40px
  );
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, black 22%, black 78%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, black 22%, black 78%, transparent 100%);
}

/* Partie 05 — Cas miroir Kairos Platform : symetrie verticale (axe central + barres miroir) */
.chapter-decor-mirror {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  height: 80%;
  z-index: 1;
  background-image:
    linear-gradient(90deg, transparent 49.4%, rgba(245, 240, 225, 0.30) 49.7%, rgba(245, 240, 225, 0.30) 50.3%, transparent 50.6%),
    repeating-linear-gradient(90deg, rgba(61, 143, 209, 0.12) 0, rgba(61, 143, 209, 0.12) 1px, transparent 1px, transparent 44px);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 78%);
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 78%);
}

/* =========================================================
   LAYOUT — QUOTE (citation grande)
   ========================================================= */

.quote-root {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6.5rem 8rem 6rem;
  gap: 3.5rem;
  z-index: 2;
}

.quote-body {
  position: relative;
  text-align: center;
  z-index: 5;
  max-width: 80%;
}

.quote-marks {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 200;
  font-size: clamp(7rem, 14vw, 12rem);
  color: var(--geo-blue);
  opacity: 0.22;
  line-height: 0.6;
  pointer-events: none;
  z-index: -1;
}

.quote-text {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.28;
  color: var(--geo-cream);
  letter-spacing: -0.01em;
  max-width: 28ch;
  margin: 0 auto;
}

.quote-attr {
  margin-top: 2.4rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.78rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--geo-blue-soft);
}

.quote-translation {
  margin-top: 1.6rem;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1rem, 1.3vw, 1.3rem);
  color: var(--geo-offwhite);
  opacity: 0.7;
  max-width: 34ch;
  margin-left: auto;
  margin-right: auto;
}

.quote-punchline {
  margin-top: 2.6rem;
  padding-top: 2rem;
  border-top: 1px solid var(--geo-rule);
  font-family: 'Geist', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(1rem, 1.3vw, 1.3rem);
  color: var(--geo-blue-soft);
  max-width: 40ch;
  margin-left: auto;
  margin-right: auto;
}

/* Variante : prelude au-dessus de la citation (slide Mueller) */
.quote-prelude {
  position: relative;
  text-align: center;
  z-index: 6;
  max-width: 80%;
}

.quote-prelude-kicker {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
  color: var(--geo-blue-soft);
  margin-bottom: 0.5rem;
}

.quote-prelude-meta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--geo-muted);
}

/* =========================================================
   LAYOUT — LIST-3 (3 colonnes ou 3 lignes)
   ========================================================= */

.list-root {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 6.5rem 5rem 6rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.6rem;
}

.list-header {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  line-height: 1.05;
  color: var(--geo-cream);
  letter-spacing: -0.02em;
  max-width: 32ch;
}

.list-header em {
  font-style: italic;
  color: var(--geo-blue-soft);
}

.list-rule {
  width: 100%;
  height: 1px;
  background: var(--geo-rule);
}

.list-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8rem;
  align-items: start;
}

.list-items--rows {
  grid-template-columns: 1fr;
  gap: 1.6rem;
}

.list-items--four {
  grid-template-columns: repeat(4, 1fr);
  gap: 2.2rem;
}

.list-item {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.list-item-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.32em;
  color: var(--geo-blue);
  margin-bottom: 0.3rem;
}

.list-item-title {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.25rem, 1.55vw, 1.55rem);
  color: var(--geo-blue-soft);
  line-height: 1.15;
}

.list-item-body {
  font-family: 'Geist', sans-serif;
  font-weight: 400;
  font-size: clamp(0.92rem, 1.05vw, 1.05rem);
  line-height: 1.5;
  color: var(--geo-offwhite);
}

.list-item-body em {
  font-style: italic;
  color: var(--geo-cream);
}

.list-item--row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 2.4rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--geo-rule);
  align-items: baseline;
}

.list-footer {
  margin-top: 1.2rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--geo-muted);
}

/* =========================================================
   LAYOUT — COMPARE-2 (Hier / Aujourd'hui)
   ========================================================= */

.compare2-root {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 6.5rem 5rem 6rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
}

.compare2-header {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  line-height: 1.05;
  color: var(--geo-cream);
  letter-spacing: -0.02em;
  text-align: center;
  max-width: 24ch;
  margin: 0 auto;
}

.compare2-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 3rem;
  align-items: center;
}

.compare2-block {
  text-align: center;
  padding: 1.4rem 0;
}

.compare2-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.78rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--geo-muted);
  margin-bottom: 1rem;
}

.compare2-value {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.6rem, 2.6vw, 2.6rem);
  line-height: 1.15;
  color: var(--geo-cream);
}

.compare2-arrow {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 2.5rem;
  color: var(--geo-blue);
  opacity: 0.7;
}

.compare2-footer {
  text-align: center;
  padding-top: 1.5rem;
  border-top: 1px solid var(--geo-rule);
}

.compare2-footer-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.78rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--geo-blue-soft);
  margin-right: 1.2rem;
}

.compare2-footer-value {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: clamp(1.3rem, 2vw, 2rem);
  color: var(--geo-cream);
}

/* =========================================================
   LAYOUT — PIVOT-LINE (phrase forte centrée)
   ========================================================= */

.pivot-root {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 6rem 10rem 5.5rem;
  z-index: 2;
}

.pivot-text {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(2.1rem, 3.5vw, 3.5rem);
  line-height: 1.3;
  color: var(--geo-cream);
  text-align: center;
  letter-spacing: -0.015em;
  max-width: 26ch;
  margin: 0;
}

.pivot-text em {
  font-style: italic;
  color: var(--geo-blue-soft);
}

.pivot-text strong {
  font-weight: 400;
  font-style: normal;
  color: var(--geo-cream);
  font-family: 'Geist', sans-serif;
}

.pivot-rule {
  width: 60px;
  height: 1px;
  background: var(--geo-blue);
  margin: 2rem auto;
}

.pivot-sub {
  font-family: 'Geist', sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 1.3vw, 1.3rem);
  color: var(--geo-offwhite);
  text-align: center;
  max-width: 40ch;
  margin: 1.5rem auto 0;
  line-height: 1.5;
  opacity: 0.85;
}

/* =========================================================
   LAYOUT — STAT-TRIPLE (3 chiffres alignés)
   ========================================================= */

.triple-root {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 6.5rem 4rem 6rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.2rem;
}

.triple-header {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  color: var(--geo-cream);
  text-align: center;
  letter-spacing: -0.02em;
  max-width: 24ch;
  margin: 0 auto;
}

.triple-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  align-items: start;
}

.triple-cell {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 0 0.8rem;
}

.triple-cell + .triple-cell {
  border-left: 1px solid var(--geo-rule);
}

.triple-number {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 200;
  font-size: clamp(3.5rem, 7vw, 6rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
  background: linear-gradient(180deg, var(--geo-cream) 0%, var(--geo-blue-soft) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.triple-label {
  font-family: 'Geist', sans-serif;
  font-size: clamp(0.85rem, 1vw, 1rem);
  color: var(--geo-offwhite);
  line-height: 1.4;
  margin-top: 0.4rem;
}

.triple-label em {
  font-style: italic;
  color: var(--geo-cream);
}

.triple-sources {
  margin-top: 1.4rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  color: var(--geo-muted);
  text-align: center;
}

/* =========================================================
   LAYOUT — NARRATIVE-MIXED (titre + sous-blocs)
   ========================================================= */

.narrative-root {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 6.5rem 5rem 6rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}

.narrative-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.78rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--geo-blue-soft);
}

.narrative-title {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  line-height: 1.1;
  color: var(--geo-cream);
  letter-spacing: -0.02em;
  max-width: 30ch;
  margin: 0;
}

.narrative-title em {
  color: var(--geo-blue-soft);
}

.narrative-blocks {
  display: grid;
  gap: 1.4rem;
  margin-top: 0.6rem;
}

.narrative-block {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 2rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--geo-rule);
  align-items: baseline;
}

.narrative-block-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.76rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--geo-blue-soft);
}

.narrative-block-body {
  font-family: 'Geist', sans-serif;
  font-size: clamp(0.95rem, 1.1vw, 1.1rem);
  line-height: 1.45;
  color: var(--geo-offwhite);
}

.narrative-block-body em {
  font-style: italic;
  color: var(--geo-cream);
}

.narrative-block-body strong {
  font-weight: 500;
  color: var(--geo-cream);
}

/* =========================================================
   LAYOUT — ENGINES (chiffre asymétrique + liste + footer)
   ========================================================= */

.engines-root {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 6.5rem 5rem 6rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.4rem;
}

.engines-header {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  line-height: 1.05;
  color: var(--geo-cream);
  letter-spacing: -0.02em;
  max-width: 32ch;
}

.engines-header em { color: var(--geo-blue-soft); }

.engines-main {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 4rem;
  align-items: center;
  padding-top: 1.2rem;
  border-top: 1px solid var(--geo-rule);
}

.engines-hero-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.78rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--geo-blue-soft);
  margin-bottom: 0.6rem;
}

.engines-hero-number {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 200;
  font-size: clamp(5rem, 9vw, 8rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
  background: linear-gradient(180deg, var(--geo-cream), var(--geo-blue-soft));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.engines-hero-caption {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.05rem, 1.3vw, 1.3rem);
  color: var(--geo-offwhite);
  margin-top: 0.8rem;
  line-height: 1.4;
  max-width: 28ch;
}

.engines-side-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--geo-muted);
  margin-bottom: 1rem;
}

.engines-side-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.engines-side-list-item {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.3rem, 1.7vw, 1.7rem);
  color: var(--geo-offwhite);
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--geo-rule);
}

.engines-side-list-item:first-child {
  border-top: 1px solid var(--geo-rule);
}

.engines-footer {
  padding-top: 1.4rem;
  border-top: 1px solid var(--geo-rule);
  font-family: 'Geist', sans-serif;
  font-size: clamp(0.95rem, 1.1vw, 1.1rem);
  color: var(--geo-offwhite);
  text-align: center;
  font-style: italic;
}

.engines-footer em {
  color: var(--geo-blue-soft);
  font-style: italic;
}

/* =========================================================
   STAT-TRIPLE — variantes (cluster, % style)
   ========================================================= */

.triple-unit {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: 0.5em;
  color: var(--geo-cream);
  margin-left: 0.15em;
  letter-spacing: -0.02em;
}

.triple-cell--cluster {
  justify-content: center;
}

.triple-cluster-list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 0.4rem;
}

.triple-cluster-list span {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  color: var(--geo-offwhite);
  line-height: 1;
}

/* Cellule formule (ex: r = 0,720) — préfixe mono + valeur Fraunces */
.triple-formula {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.5rem;
}

.triple-formula-prefix {
  font-family: 'JetBrains Mono', monospace;
  font-weight: 300;
  font-size: clamp(1.6rem, 2.6vw, 2.4rem);
  color: var(--geo-blue);
  letter-spacing: -0.01em;
}

.triple-formula-value {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 200;
  font-size: clamp(3.5rem, 7vw, 6rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
  background: linear-gradient(180deg, var(--geo-cream) 0%, var(--geo-blue-soft) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* List footer pivot — phrase forte sous une list-3 */
.list-footer-pivot {
  margin-top: 0.8rem;
  padding-top: 1.6rem;
  border-top: 1px solid var(--geo-rule);
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  color: var(--geo-cream);
  text-align: center;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

.list-footer-pivot em {
  color: var(--geo-blue-soft);
  font-style: italic;
}

/* =========================================================
   LAYOUT — FRAMEWORK SINGLE SLIDE (slides 22-24)
   1 slide = 1 framework : principe + dataviz simulée + lecture
   ========================================================= */

.fw-root {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 4rem 4rem 4rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  overflow: hidden;
}

.fw-header {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.fw-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--geo-blue-soft);
}

.fw-speaker {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.fw-speaker-name {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  color: var(--geo-cream);
}

.fw-speaker-org {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--geo-muted);
}

.fw-title {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.5rem, 2.2vw, 2.1rem);
  line-height: 1.05;
  color: var(--geo-cream);
  letter-spacing: -0.02em;
  margin: 0.2rem 0 0;
}

.fw-title em { color: var(--geo-blue-soft); }

.fw-body {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 1.8rem;
  align-items: center;
  flex-grow: 1;
  min-height: 0;
}

.fw-principle {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.fw-section-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.62rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--geo-blue);
}

.fw-principle-body {
  font-family: 'Geist', sans-serif;
  font-size: clamp(0.85rem, 0.95vw, 0.95rem);
  line-height: 1.55;
  color: var(--geo-offwhite);
}

.fw-principle-body em {
  font-style: italic;
  color: var(--geo-cream);
}

.fw-dataviz {
  padding: 1rem 1.2rem 1.1rem;
  background: rgba(245, 240, 225, 0.025);
  border: 1px solid var(--geo-rule);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  min-height: 0;
}

.fw-dataviz-title {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.62rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--geo-blue);
}

.fw-reading {
  font-family: 'Geist', sans-serif;
  font-size: 0.75rem;
  line-height: 1.45;
  color: var(--geo-offwhite);
  font-style: italic;
  padding-top: 0.7rem;
  border-top: 1px solid var(--geo-rule);
}

.fw-reading em {
  font-style: italic;
  color: var(--geo-cream);
}

.fw-reading strong {
  color: var(--geo-blue-soft);
  font-weight: 500;
}

/* --- Dataviz : barres comparatives (Bazon) --- */
.dataviz-bars-group + .dataviz-bars-group {
  padding-top: 0.7rem;
  margin-top: 0.4rem;
  border-top: 1px solid var(--geo-rule);
}

.dataviz-bars-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--geo-muted);
  margin-bottom: 0.45rem;
}

.dataviz-bars-label--accent {
  color: var(--geo-blue-soft);
}

.dataviz-bar {
  display: grid;
  grid-template-columns: 130px 1fr 50px;
  gap: 0.7rem;
  align-items: center;
  margin-bottom: 0.35rem;
}

.dataviz-bar-name {
  font-family: 'Geist', sans-serif;
  font-size: 0.78rem;
  color: var(--geo-offwhite);
}

.dataviz-bar-track {
  height: 8px;
  background: rgba(245, 240, 225, 0.06);
  border-radius: 999px;
  overflow: hidden;
}

.dataviz-bar-fill {
  height: 100%;
  border-radius: 999px;
  transform-origin: left;
}

.dataviz-bar-fill--accent {
  background: linear-gradient(90deg, var(--geo-blue), var(--geo-blue-soft));
}

.dataviz-bar-fill--muted {
  background: linear-gradient(90deg, rgba(143, 163, 196, 0.6), rgba(143, 163, 196, 0.3));
}

.dataviz-bar-value {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.72rem;
  color: var(--geo-cream);
  text-align: right;
}

.dataviz-bars-total {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px dashed var(--geo-rule);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.dataviz-bars-total-label {
  font-family: 'Geist', sans-serif;
  font-size: 0.78rem;
  color: var(--geo-offwhite);
}

.dataviz-bars-total-value {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
}

.dataviz-bars-total-value--muted   { color: var(--geo-muted); }
.dataviz-bars-total-value--accent  { color: var(--geo-blue-soft); }

/* --- Dataviz : funnel (Liddell) --- */
.dataviz-funnel {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.funnel-step {
  display: grid;
  grid-template-columns: 130px 1fr 70px 50px;
  gap: 0.7rem;
  align-items: center;
}

.funnel-step-name {
  font-family: 'Geist', sans-serif;
  font-size: 0.82rem;
  color: var(--geo-cream);
  font-weight: 500;
}

.funnel-step-track {
  height: 16px;
  background: rgba(245, 240, 225, 0.04);
  border-radius: 4px;
  overflow: hidden;
}

.funnel-step-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--geo-blue), var(--geo-blue-soft));
  border-radius: 4px;
  transform-origin: left;
}

.funnel-step-bar--soft {
  background: linear-gradient(90deg, rgba(61, 143, 209, 0.4), rgba(143, 163, 196, 0.3));
}

.funnel-step-value {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.78rem;
  color: var(--geo-cream);
  text-align: right;
}

.funnel-step-pct {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  color: var(--geo-muted);
  text-align: right;
}

/* --- Dataviz : timeline (Jahan) --- */
.dataviz-timeline {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.timeline-row {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.timeline-row-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--geo-muted);
}

.timeline-row-label--accent {
  color: var(--geo-blue);
}

.timeline-segments {
  display: flex;
  align-items: stretch;
  gap: 4px;
  height: 24px;
}

.timeline-segment {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.65rem;
  border-radius: 3px;
  padding: 0 0.5rem;
  white-space: nowrap;
  transform-origin: left;
}

.timeline-segment--slow {
  background: rgba(143, 163, 196, 0.18);
  border: 1px solid rgba(143, 163, 196, 0.3);
  color: var(--geo-muted);
}

.timeline-segment--fast {
  background: linear-gradient(90deg, var(--geo-blue), var(--geo-blue-soft));
  color: var(--geo-night);
  font-weight: 600;
}

.timeline-row-total {
  display: flex;
  justify-content: space-between;
  margin-top: 0.2rem;
}

.timeline-row-total-label {
  font-family: 'Geist', sans-serif;
  font-size: 0.78rem;
  color: var(--geo-offwhite);
  font-style: italic;
}

.timeline-row-total-value {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.1rem, 1.4vw, 1.4rem);
}

.timeline-row-total-value--muted  { color: var(--geo-muted); }
.timeline-row-total-value--accent { color: var(--geo-blue-soft); }

/* =========================================================
   DATAVIZ — Mock ChatGPT conversation (Bazon)
   ========================================================= */

.chat-mock {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.chat-row {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
}

.chat-avatar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.55rem;
  font-weight: 600;
  flex-shrink: 0;
  letter-spacing: 0.05em;
}

.chat-avatar--user {
  background: rgba(245, 240, 225, 0.1);
  color: var(--geo-cream);
  border: 1px solid var(--geo-rule);
}

.chat-avatar--ai {
  background: var(--geo-blue);
  color: var(--geo-night);
}

.chat-bubble {
  padding: 0.55rem 0.8rem;
  border-radius: 10px;
  font-family: 'Geist', sans-serif;
  font-size: 0.76rem;
  line-height: 1.45;
  flex: 1;
  position: relative;
}

.chat-bubble--user {
  background: rgba(245, 240, 225, 0.05);
  color: var(--geo-cream);
  font-style: italic;
}

.chat-bubble--ai {
  background: rgba(245, 240, 225, 0.04);
  color: var(--geo-offwhite);
  border: 1px solid rgba(143, 163, 196, 0.18);
}

.chat-bubble--cited {
  border-color: rgba(61, 143, 209, 0.5);
  background: rgba(61, 143, 209, 0.08);
}

.chat-bubble strong {
  color: var(--geo-cream);
  font-weight: 500;
}

.chat-cite {
  color: var(--geo-blue-soft);
  font-weight: 600;
  font-style: italic;
  background: linear-gradient(180deg, transparent 60%, rgba(61, 143, 209, 0.25) 60%);
  padding: 0 0.15em;
}

.chat-source {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.62rem;
  color: var(--geo-blue);
  text-decoration: none;
  margin-left: 0.25em;
  border: 1px solid rgba(61, 143, 209, 0.4);
  padding: 0.05rem 0.35rem;
  border-radius: 3px;
  background: rgba(61, 143, 209, 0.08);
}

.chat-stamp {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.58rem;
  margin-top: 0.4rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.chat-stamp--miss { color: var(--geo-burn); }
.chat-stamp--hit  { color: var(--geo-blue-soft); }

.chat-stamp-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.chat-stamp--miss .chat-stamp-dot { background: var(--geo-burn); }
.chat-stamp--hit  .chat-stamp-dot { background: var(--geo-blue-soft); box-shadow: 0 0 8px var(--geo-blue-soft); }

.chat-divider {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.58rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--geo-muted);
  margin: 0.15rem 0;
}

.chat-divider::before,
.chat-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--geo-rule);
}

.chat-divider--accent { color: var(--geo-blue); }
.chat-divider--accent::before,
.chat-divider--accent::after { background: rgba(61, 143, 209, 0.3); }

/* =========================================================
   DATAVIZ — Journey multi-plateformes (Liddell)
   ========================================================= */

.journey {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  align-items: stretch;
  position: relative;
}

.journey-step {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.7rem 0.7rem;
  border: 1px solid var(--geo-rule);
  border-radius: 8px;
  background: rgba(245, 240, 225, 0.025);
  position: relative;
  min-width: 0;
}

.journey-step:last-child {
  border-color: rgba(61, 143, 209, 0.5);
  background: rgba(61, 143, 209, 0.08);
}

.journey-step::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -0.55rem;
  width: 0.5rem;
  height: 1px;
  background: var(--geo-blue);
  z-index: 2;
}

.journey-step:last-child::after { display: none; }

.journey-platform {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.journey-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.journey-platform-name {
  font-family: 'Geist', sans-serif;
  font-weight: 600;
  font-size: 0.78rem;
  color: var(--geo-cream);
}

.journey-message {
  font-family: 'Geist', sans-serif;
  font-size: 0.7rem;
  color: var(--geo-offwhite);
  font-style: italic;
  line-height: 1.35;
  flex: 1;
}

.journey-message em {
  color: var(--geo-cream);
  font-style: italic;
  background: linear-gradient(180deg, transparent 60%, rgba(61, 143, 209, 0.25) 60%);
  padding: 0 0.15em;
}

.journey-stage {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--geo-blue);
  padding-top: 0.4rem;
  border-top: 1px solid var(--geo-rule);
}

.journey-step:last-child .journey-stage {
  color: var(--geo-blue-soft);
}

/* =========================================================
   DATAVIZ — Architecture cycle agent (Jahan)
   ========================================================= */

.cycle {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 0.5rem;
  align-items: center;
}

.cycle-node {
  padding: 0.7rem 0.6rem;
  border-radius: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  min-width: 0;
}

.cycle-node--source {
  border: 1px solid rgba(143, 163, 196, 0.3);
  background: rgba(143, 163, 196, 0.05);
}

.cycle-node--agent {
  border: 1px solid rgba(61, 143, 209, 0.4);
  background: rgba(61, 143, 209, 0.08);
}

.cycle-node--edge {
  border: 1px solid rgba(61, 143, 209, 0.4);
  background: rgba(61, 143, 209, 0.08);
}

.cycle-node--result {
  background: linear-gradient(135deg, var(--geo-blue) 0%, var(--geo-blue-soft) 100%);
  color: var(--geo-night);
}

.cycle-node-icon {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  color: var(--geo-muted);
  text-transform: uppercase;
}

.cycle-node--result .cycle-node-icon { color: rgba(10, 31, 61, 0.7); }

.cycle-node-name {
  font-family: 'Geist', sans-serif;
  font-weight: 600;
  font-size: 0.78rem;
  color: var(--geo-cream);
  line-height: 1.2;
}

.cycle-node--result .cycle-node-name { color: var(--geo-night); }

.cycle-node-desc {
  font-family: 'Geist', sans-serif;
  font-size: 0.62rem;
  color: var(--geo-muted);
  font-style: italic;
  line-height: 1.3;
}

.cycle-node--result .cycle-node-desc { color: rgba(10, 31, 61, 0.75); }

.cycle-flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  padding: 0 0.2rem;
}

.cycle-flow-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.55rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--geo-blue);
}

.cycle-flow-arrow {
  width: 100%;
  height: 1px;
  background: var(--geo-blue);
  position: relative;
}

.cycle-flow-arrow::after {
  content: '';
  position: absolute;
  right: -2px;
  top: -3px;
  border-left: 5px solid var(--geo-blue);
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.cycle-flow-time {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 0.85rem;
  color: var(--geo-cream);
}

.cycle-loopback {
  margin-top: 0.6rem;
  padding-top: 0.7rem;
  border-top: 1px dashed var(--geo-rule);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.cycle-loopback-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--geo-muted);
}

.cycle-loopback-value {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.2rem;
  color: var(--geo-blue-soft);
}

/* =========================================================
   DATAVIZ — Split-screen comparatif (Jahan v2)
   ancien monde vs nouveau monde côte à côte
   ========================================================= */

.split-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}

.split-col {
  padding: 0.7rem 0.8rem 0.8rem;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.split-col--legacy {
  border: 1px solid rgba(143, 163, 196, 0.25);
  background: rgba(143, 163, 196, 0.04);
}

.split-col--rtf {
  border: 1px solid rgba(61, 143, 209, 0.4);
  background: rgba(61, 143, 209, 0.07);
}

.split-col-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid var(--geo-rule);
}

.split-col-title {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--geo-muted);
}

.split-col--rtf .split-col-title { color: var(--geo-blue); }

.split-col-sub {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 0.75rem;
  color: var(--geo-offwhite);
}

.split-step {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem;
  align-items: baseline;
}

.split-step-actor {
  font-family: 'Geist', sans-serif;
  font-size: 0.72rem;
  color: var(--geo-cream);
  font-weight: 500;
  line-height: 1.25;
}

.split-step-actor em {
  font-style: italic;
  color: var(--geo-blue-soft);
}

.split-col--legacy .split-step-actor em {
  color: var(--geo-muted);
}

.split-step-detail {
  font-family: 'Geist', sans-serif;
  font-size: 0.62rem;
  color: var(--geo-muted);
  margin-top: 0.08rem;
  line-height: 1.3;
}

.split-step-time {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.68rem;
  color: var(--geo-cream);
  text-align: right;
  white-space: nowrap;
}

.split-arrow {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 0.85rem;
  color: var(--geo-muted);
  text-align: center;
  padding: 0;
  line-height: 1;
}

.split-col--rtf .split-arrow {
  color: var(--geo-blue);
}

.split-col-footer {
  margin-top: 0.3rem;
  padding-top: 0.5rem;
  border-top: 1px dashed var(--geo-rule);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.split-col-total-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--geo-muted);
}

.split-col-total-value {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
}

.split-col--legacy .split-col-total-value { color: var(--geo-muted); }
.split-col--rtf    .split-col-total-value { color: var(--geo-blue-soft); }

.split-verdict {
  margin-top: 0.25rem;
  font-family: 'Geist', sans-serif;
  font-style: italic;
  font-size: 0.68rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.split-col--legacy .split-verdict { color: var(--geo-burn); }
.split-col--rtf    .split-verdict { color: var(--geo-blue-soft); }

.split-verdict-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.split-col--legacy .split-verdict-dot { background: var(--geo-burn); }
.split-col--rtf    .split-verdict-dot { background: var(--geo-blue-soft); box-shadow: 0 0 8px var(--geo-blue-soft); }

/* Titre décodé pour Jahan */
.fw-title-decoded {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin: 0.2rem 0 0;
}

.fw-title-decoded-main {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.7rem, 2.4vw, 2.2rem);
  line-height: 1;
  color: var(--geo-cream);
  letter-spacing: -0.02em;
}

.fw-title-decoded-formula {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1rem, 1.3vw, 1.3rem);
  color: var(--geo-offwhite);
}

.fw-title-decoded-formula em {
  color: var(--geo-blue-soft);
  font-style: italic;
}

.fw-title-decoded-formula .role {
  font-family: 'JetBrains Mono', monospace;
  font-style: normal;
  font-size: 0.65em;
  color: var(--geo-muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-left: 0.3em;
}

/* Contexte ajouté sur slide Jahan */
.fw-context {
  padding: 0.5rem 0.7rem;
  background: rgba(232, 93, 79, 0.08);
  border-left: 2px solid var(--geo-burn);
  border-radius: 0 4px 4px 0;
  margin-top: 0.5rem;
}

.fw-context-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--geo-burn);
  margin-bottom: 0.25rem;
}

.fw-context-body {
  font-family: 'Geist', sans-serif;
  font-size: 0.72rem;
  line-height: 1.4;
  color: var(--geo-cream);
}

.fw-context-body em {
  font-style: italic;
  color: var(--geo-burn);
}

/* Animation des barres dataviz au reveal */
.slide.is-active .dataviz-bar-fill         { animation: barReveal 1.0s 0.7s both; }
.slide.is-active .funnel-step-bar          { animation: barReveal 1.0s 0.7s both; }
.slide.is-active .timeline-segment         { animation: barReveal 0.8s 0.7s both; }
.slide.is-active .chat-row                 { animation: fadeInUp 0.6s both; }
.slide.is-active .chat-row:nth-child(1)    { animation-delay: 0.5s; }
.slide.is-active .chat-divider:nth-of-type(1) { animation: fadeInUp 0.5s 0.7s both; }
.slide.is-active .chat-row:nth-child(3)    { animation-delay: 0.85s; }
.slide.is-active .chat-divider:nth-of-type(2) { animation: fadeInUp 0.5s 1.05s both; }
.slide.is-active .chat-row:nth-child(5)    { animation-delay: 1.20s; }
.slide.is-active .journey-step             { animation: fadeInUp 0.6s both; }
.slide.is-active .journey-step:nth-child(1) { animation-delay: 0.55s; }
.slide.is-active .journey-step:nth-child(2) { animation-delay: 0.70s; }
.slide.is-active .journey-step:nth-child(3) { animation-delay: 0.85s; }
.slide.is-active .journey-step:nth-child(4) { animation-delay: 1.00s; }
.slide.is-active .cycle-node               { animation: fadeInUp 0.6s both; }
.slide.is-active .cycle > *:nth-child(1)   { animation: fadeInUp 0.6s 0.55s both; }
.slide.is-active .cycle > *:nth-child(2)   { animation: fadeIn 0.5s 0.65s both; }
.slide.is-active .cycle > *:nth-child(3)   { animation: fadeInUp 0.6s 0.75s both; }
.slide.is-active .cycle > *:nth-child(4)   { animation: fadeIn 0.5s 0.85s both; }
.slide.is-active .cycle > *:nth-child(5)   { animation: fadeInUp 0.6s 0.95s both; }
.slide.is-active .cycle > *:nth-child(6)   { animation: fadeIn 0.5s 1.05s both; }
.slide.is-active .cycle > *:nth-child(7)   { animation: fadeInUp 0.6s 1.15s both; }

.slide.is-active .split-col--legacy        { animation: slideInRight 0.7s 0.55s both; }
.slide.is-active .split-col--rtf           { animation: slideInLeft 0.7s 0.55s both; }
.slide.is-active .fw-context               { animation: fadeInUp 0.7s 0.35s both; }
.slide.is-active .fw-title-decoded         { animation: fadeInUp 0.7s 0.25s both; }

.slide.is-active .llm-header               { animation: fadeInUp 0.7s 0.15s both; }
.slide.is-active .llm-quote                { animation: fadeInUp 0.7s 0.35s both; }
.slide.is-active .llm-grid > .llm-card:nth-child(1) { animation: fadeInUp 0.7s 0.55s both; }
.slide.is-active .llm-grid > .llm-card:nth-child(2) { animation: fadeInUp 0.7s 0.70s both; }
.slide.is-active .llm-grid > .llm-card:nth-child(3) { animation: fadeInUp 0.7s 0.85s both; }
.slide.is-active .llm-footer               { animation: fadeInUp 0.7s 1.05s both; }

.slide.is-active .twin-case                { animation: fadeInUp 0.7s 0.15s both; }
.slide.is-active .twin-grid > .twin-cell:nth-child(1) { animation: numberReveal 1s 0.45s both; }
.slide.is-active .twin-grid > .twin-cell:nth-child(2) { animation: numberReveal 1s 0.65s both; }
.slide.is-active .twin-duration            { animation: fadeInUp 0.6s 0.95s both; }
.slide.is-active .twin-lesson              { animation: fadeBlurClear 1s 1.15s both; }
.slide.is-active .twin-decode              { animation: fadeInUp 0.7s 1.40s both; }
.slide.is-active .twin-source              { animation: fadeInUp 0.6s 1.55s both; }

.slide.is-active .acro-header              { animation: fadeInUp 0.7s 0.15s both; }
.slide.is-active .acro-grid > .acro-card:nth-child(1) { animation: fadeInUp 0.7s 0.40s both; }
.slide.is-active .acro-grid > .acro-card:nth-child(2) { animation: fadeInUp 0.7s 0.55s both; }
.slide.is-active .acro-grid > .acro-card:nth-child(3) { animation: fadeInUp 0.7s 0.70s both; }

.slide.is-active .timeline3-eyebrow                            { animation: fadeInUp 0.7s 0.10s both; }
.slide.is-active .timeline3-title                              { animation: fadeInUp 0.7s 0.25s both; }
.slide.is-active .timeline3-grid > *:nth-child(1)              { animation: fadeInUp 0.7s 0.45s both; }
.slide.is-active .timeline3-grid > *:nth-child(2)              { animation: fadeIn 0.5s 0.65s both; }
.slide.is-active .timeline3-grid > *:nth-child(3)              { animation: fadeInUp 0.7s 0.65s both; }
.slide.is-active .timeline3-grid > *:nth-child(4)              { animation: fadeIn 0.5s 0.85s both; }
.slide.is-active .timeline3-grid > *:nth-child(5)              { animation: fadeInUp 0.7s 0.85s both; }
.slide.is-active .timeline3-footer                             { animation: fadeInUp 0.7s 1.05s both; }

.slide.is-active .aleyda-intro                                 { animation: fadeInUp 0.8s 0.15s both; }
.slide.is-active .aleyda-stack > .aleyda-layer:nth-child(1)    { animation: slideInLeft 0.7s 0.45s both; }
.slide.is-active .aleyda-stack > .aleyda-layer:nth-child(2)    { animation: slideInLeft 0.7s 0.65s both; }
.slide.is-active .aleyda-stack > .aleyda-layer:nth-child(3)    { animation: slideInLeft 0.7s 0.85s both; }

.slide.is-active .audit-header                                 { animation: fadeInUp 0.7s 0.15s both; }
.slide.is-active .audit-sidebar                                { animation: fadeInUp 0.7s 0.35s both; }
.slide.is-active .final-kicker                                { animation: fadeInUp 0.7s 0.10s both; }
.slide.is-active .final-merci                                 { animation: fadeBlurClear 1.1s 0.30s both; }
.slide.is-active .final-recap                                 { animation: fadeInUp 0.8s 0.60s both; }
.slide.is-active .final-right                                 { animation: slideInLeft 0.8s 0.45s both; }
.slide.is-active .final-socials                               { animation: fadeInUp 0.7s 0.95s both; }

.slide.is-active .caseaudit-header                            { animation: fadeInUp 0.7s 0.15s both; }
.slide.is-active .caseaudit-rows > .caseaudit-row:nth-child(1) { animation: slideInRight 0.6s 0.40s both; }
.slide.is-active .caseaudit-rows > .caseaudit-row:nth-child(2) { animation: slideInRight 0.6s 0.55s both; }
.slide.is-active .caseaudit-rows > .caseaudit-row:nth-child(3) { animation: slideInRight 0.6s 0.70s both; }
.slide.is-active .caseaudit-rows > .caseaudit-row:nth-child(4) { animation: slideInRight 0.6s 0.85s both; }
.slide.is-active .caseaudit-total                             { animation: fadeInUp 0.6s 1.05s both; }
.slide.is-active .caseaudit-insight                           { animation: fadeInUp 0.6s 1.25s both; }
.slide.is-active .caseaudit-bar-fill                          { animation: barReveal 0.9s 0.55s both; }

.slide.is-active .casescan-header                             { animation: fadeInUp 0.7s 0.15s both; }
.slide.is-active .casescan-stats > .casescan-stat:nth-child(1) { animation: numberReveal 0.8s 0.35s both; }
.slide.is-active .casescan-stats > .casescan-stat:nth-child(2) { animation: numberReveal 0.8s 0.50s both; }
.slide.is-active .casescan-stats > .casescan-stat:nth-child(3) { animation: numberReveal 0.8s 0.65s both; }
.slide.is-active .casescan-stats > .casescan-stat:nth-child(4) { animation: numberReveal 0.8s 0.80s both; }
.slide.is-active .casescan-screenshot                         { animation: fadeInUp 0.8s 0.95s both; }
.slide.is-active .casescan-sidebar                            { animation: fadeInUp 0.7s 1.15s both; }

.slide.is-active .scanner-header                              { animation: fadeInUp 0.7s 0.15s both; }
.slide.is-active .scanner-grid > .scanner-card:nth-child(1)   { animation: fadeInUp 0.7s 0.40s both; }
.slide.is-active .scanner-grid > .scanner-card:nth-child(2)   { animation: fadeInUp 0.7s 0.55s both; }
.slide.is-active .scanner-grid > .scanner-card:nth-child(3)   { animation: fadeInUp 0.7s 0.70s both; }

.slide.is-active .eq-header                                   { animation: fadeInUp 0.7s 0.15s both; }
.slide.is-active .eq-grid > *:nth-child(1)                    { animation: fadeInUp 0.7s 0.35s both; }
.slide.is-active .eq-grid > *:nth-child(2)                    { animation: fadeIn 0.5s 0.55s both; }
.slide.is-active .eq-grid > *:nth-child(3)                    { animation: fadeInUp 0.7s 0.55s both; }
.slide.is-active .eq-grid > *:nth-child(4)                    { animation: fadeIn 0.5s 0.75s both; }
.slide.is-active .eq-grid > *:nth-child(5)                    { animation: fadeInUp 0.7s 0.75s both; }
.slide.is-active .eq-footer                                   { animation: fadeBlurClear 1s 1.0s both; }

.slide.is-active .audit-questions > .audit-question:nth-child(1) { animation: slideInRight 0.7s 0.45s both; }
.slide.is-active .audit-questions > .audit-question:nth-child(2) { animation: slideInRight 0.7s 0.60s both; }
.slide.is-active .audit-questions > .audit-question:nth-child(3) { animation: slideInRight 0.7s 0.75s both; }
.slide.is-active .audit-questions > .audit-question:nth-child(4) { animation: slideInRight 0.7s 0.90s both; }
.slide.is-active .audit-total                                  { animation: fadeInUp 0.6s 1.10s both; }

/* =========================================================
   LAYOUT — LLM DIET (slide 26 Smeaton)
   3 cards par moteur IA avec mini-preview du type de contenu
   ========================================================= */

.llm-root {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 5.5rem 4.5rem 4.5rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  overflow: hidden;
}

.llm-header {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.llm-title {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  line-height: 1.05;
  color: var(--geo-cream);
  letter-spacing: -0.02em;
  margin: 0;
}

.llm-title em { color: var(--geo-blue-soft); }

.llm-quote {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 0.92rem;
  color: var(--geo-offwhite);
  padding-left: 0.9rem;
  border-left: 2px solid var(--geo-blue);
  line-height: 1.4;
  max-width: 60ch;
}

.llm-quote-attr {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--geo-muted);
  margin-top: 0.3rem;
}

.llm-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  flex: 1;
  min-height: 0;
  align-items: stretch;
}

.llm-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 0.6rem;
  padding: 0.85rem 0.9rem 0.9rem;
  border: 1px solid var(--geo-rule);
  border-radius: 8px;
  background: rgba(245, 240, 225, 0.025);
  min-height: 0;
}

.llm-card-head {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.llm-card-name {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.25rem;
  color: var(--geo-cream);
  letter-spacing: -0.01em;
  line-height: 1;
}

.llm-card-diet {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--geo-blue);
}

/* Mini-preview : représentation visuelle concrète du contenu type */
.llm-preview {
  padding: 0.7rem 0.75rem;
  background: rgba(10, 31, 61, 0.55);
  border-radius: 5px;
  border: 1px solid rgba(245, 240, 225, 0.06);
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

/* === Variante ARTICLE pour ChatGPT — vrai texte mock === */
.llm-preview--article {
  gap: 0.35rem;
}

.llm-mock-h1 {
  font-family: 'Geist', sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  color: var(--geo-blue-soft);
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.llm-mock-intro {
  font-family: 'Geist', sans-serif;
  font-size: 0.62rem;
  color: var(--geo-offwhite);
  line-height: 1.35;
  font-style: italic;
}

.llm-mock-h2 {
  font-family: 'Geist', sans-serif;
  font-weight: 600;
  font-size: 0.62rem;
  color: var(--geo-cream);
  margin-top: 0.25rem;
}

.llm-mock-bullet {
  font-family: 'Geist', sans-serif;
  font-size: 0.58rem;
  color: var(--geo-offwhite);
  line-height: 1.4;
  padding-left: 0.7rem;
  position: relative;
}

.llm-mock-bullet::before {
  content: '▸';
  position: absolute;
  left: 0;
  color: var(--geo-blue);
}

/* === Variante SOCIAL pour Google AI Mode — vraies vignettes === */
.llm-preview--social {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
}

.llm-social-tile {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 0.45rem 0.5rem;
  background: rgba(245, 240, 225, 0.05);
  border-radius: 4px;
  border: 1px solid rgba(245, 240, 225, 0.1);
}

.llm-social-tile-head {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.llm-social-logo {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Geist', sans-serif;
  font-size: 0.55rem;
  font-weight: 700;
  flex-shrink: 0;
}

.llm-social-logo--reddit  { background: rgba(255, 69, 0, 0.9); color: white; }
.llm-social-logo--youtube { background: rgba(255, 0, 0, 0.9); color: white; font-size: 0.45rem; }

.llm-social-source {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.5rem;
  color: var(--geo-offwhite);
  letter-spacing: 0.06em;
}

.llm-social-title {
  font-family: 'Geist', sans-serif;
  font-weight: 600;
  font-size: 0.62rem;
  color: var(--geo-cream);
  line-height: 1.25;
  font-style: italic;
}

.llm-social-meta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.48rem;
  color: var(--geo-muted);
  letter-spacing: 0.05em;
}

.llm-social-meta-up {
  color: var(--geo-blue-soft);
  margin-right: 0.3rem;
}

/* === Variante CITATIONS pour Perplexity — vraie réponse mock === */
.llm-preview--cites {
  gap: 0.3rem;
}

.llm-perp-question {
  font-family: 'Geist', sans-serif;
  font-style: italic;
  font-size: 0.62rem;
  color: var(--geo-offwhite);
  line-height: 1.3;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid var(--geo-rule);
}

.llm-perp-answer {
  font-family: 'Geist', sans-serif;
  font-size: 0.6rem;
  color: var(--geo-cream);
  line-height: 1.4;
}

.llm-perp-item {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-family: 'Geist', sans-serif;
  font-size: 0.6rem;
  color: var(--geo-cream);
}

.llm-perp-item-name {
  flex: 1;
}

.llm-cite-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 14px;
  height: 13px;
  padding: 0 3px;
  background: rgba(61, 143, 209, 0.25);
  border: 1px solid var(--geo-blue);
  border-radius: 2px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.5rem;
  color: var(--geo-blue-soft);
  font-weight: 600;
  flex-shrink: 0;
}

.llm-card-desc {
  font-family: 'Geist', sans-serif;
  font-size: 0.72rem;
  color: var(--geo-offwhite);
  line-height: 1.4;
}

.llm-card-desc em {
  font-style: italic;
  color: var(--geo-cream);
}

.llm-footer {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--geo-muted);
  text-align: center;
  padding-top: 0.8rem;
  border-top: 1px solid var(--geo-rule);
}

/* =========================================================
   LAYOUT — STAT TWIN (slide 27 Emina)
   2 chiffres choc côte à côte + leçon + source
   ========================================================= */

.twin-root {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 4.5rem 4.5rem 4rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.2rem;
  overflow: hidden;
}

/* Encart contexte du cas en haut de slide */
.twin-case {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.4rem;
  align-items: center;
  padding: 0.9rem 1.2rem;
  background: rgba(61, 143, 209, 0.07);
  border-left: 2px solid var(--geo-blue);
  border-radius: 0 6px 6px 0;
}

.twin-case-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.6rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--geo-blue);
}

.twin-case-body {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1rem, 1.3vw, 1.3rem);
  line-height: 1.4;
  color: var(--geo-cream);
}

.twin-case-body strong {
  font-style: normal;
  font-weight: 600;
  color: var(--geo-blue-soft);
  font-family: 'Geist', sans-serif;
  background: linear-gradient(180deg, transparent 60%, rgba(61, 143, 209, 0.3) 60%);
  padding: 0 0.2em;
}

/* Décodage technique sous la citation */
.twin-decode {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 0.7rem 1rem;
  border: 1px solid var(--geo-rule);
  border-radius: 6px;
  background: rgba(245, 240, 225, 0.02);
}

.twin-decode-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.58rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--geo-muted);
  padding-top: 0.1rem;
}

.twin-decode-body {
  font-family: 'Geist', sans-serif;
  font-size: 0.75rem;
  line-height: 1.45;
  color: var(--geo-offwhite);
}

.twin-decode-body em {
  font-style: italic;
  color: var(--geo-cream);
}

.twin-decode-term {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  color: var(--geo-blue-soft);
  background: rgba(61, 143, 209, 0.12);
  padding: 0.05rem 0.35rem;
  border-radius: 3px;
}

.twin-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--geo-blue-soft);
  text-align: center;
}

.twin-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: 1rem 0;
  border-top: 1px solid var(--geo-rule);
  border-bottom: 1px solid var(--geo-rule);
}

.twin-cell {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.twin-cell + .twin-cell {
  border-left: 1px solid var(--geo-rule);
  padding-left: 1rem;
}

.twin-number {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 200;
  font-size: clamp(4rem, 8.5vw, 7.5rem);
  line-height: 0.9;
  letter-spacing: -0.05em;
  background: linear-gradient(180deg, var(--geo-cream) 0%, var(--geo-blue-soft) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.twin-label {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: clamp(1rem, 1.3vw, 1.3rem);
  color: var(--geo-offwhite);
  line-height: 1.3;
}

.twin-label em {
  font-style: italic;
  color: var(--geo-cream);
}

.twin-duration {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--geo-blue);
  text-align: center;
}

.twin-lesson {
  text-align: center;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.1rem, 1.5vw, 1.5rem);
  color: var(--geo-cream);
  line-height: 1.4;
  max-width: 38ch;
  margin: 0 auto;
}

.twin-lesson em { color: var(--geo-blue-soft); }

.twin-lesson-sub {
  font-family: 'Geist', sans-serif;
  font-size: 0.72rem;
  color: var(--geo-muted);
  font-style: italic;
  margin-top: 0.5rem;
  line-height: 1.4;
}

.twin-source {
  text-align: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--geo-muted);
  padding-top: 1rem;
  border-top: 1px solid var(--geo-rule);
}

/* =========================================================
   LAYOUT — ACRONYMS GRID (slide 28 PSVC / MAP / R.E.M.)
   3 cards acronymes "décodés" lettre par lettre
   ========================================================= */

.acro-root {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 5rem 4.5rem 4.5rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  overflow: hidden;
}

.acro-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.acro-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--geo-blue-soft);
}

.acro-title {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  line-height: 1.05;
  color: var(--geo-cream);
  letter-spacing: -0.02em;
  margin: 0;
}

.acro-title em { color: var(--geo-blue-soft); }

.acro-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  flex: 1;
  min-height: 0;
}

.acro-card {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding: 1rem 1.1rem 1.1rem;
  border: 1px solid var(--geo-rule);
  border-radius: 8px;
  background: rgba(245, 240, 225, 0.025);
}

.acro-card-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--geo-rule);
}

.acro-name {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.5rem;
  color: var(--geo-cream);
  letter-spacing: -0.01em;
}

.acro-speaker {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--geo-blue);
}

.acro-letters {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.acro-case-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--geo-blue);
  margin-bottom: 0.15rem;
}

.acro-case-label-name {
  font-family: 'Fraunces', serif;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
  color: var(--geo-cream);
  font-size: 1.1em;
}

.acro-letter-row {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 0.5rem;
  align-items: baseline;
}

.acro-letter {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.05rem;
  color: var(--geo-blue-soft);
  text-align: center;
}

.acro-row-content {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  line-height: 1.25;
}

.acro-word {
  font-family: 'Geist', sans-serif;
  font-size: 0.8rem;
  color: var(--geo-cream);
  font-weight: 600;
  line-height: 1.15;
}

.acro-sub {
  font-family: 'Geist', sans-serif;
  font-size: 0.66rem;
  color: var(--geo-muted);
  font-style: italic;
  line-height: 1.3;
}

.acro-sub code {
  font-family: 'JetBrains Mono', monospace;
  font-style: normal;
  font-size: 0.92em;
  color: var(--geo-blue-soft);
  background: rgba(61, 143, 209, 0.1);
  padding: 0.02rem 0.25rem;
  border-radius: 2px;
}

.acro-desc {
  margin-top: auto;
  padding-top: 0.7rem;
  border-top: 1px solid var(--geo-rule);
  font-family: 'Geist', sans-serif;
  font-size: 0.72rem;
  color: var(--geo-offwhite);
  font-style: italic;
  line-height: 1.4;
}

.acro-desc em {
  color: var(--geo-cream);
  font-style: italic;
}

.slide.is-active .funnel-step:nth-child(1) .funnel-step-bar { animation-delay: 0.6s; }
.slide.is-active .funnel-step:nth-child(2) .funnel-step-bar { animation-delay: 0.75s; }
.slide.is-active .funnel-step:nth-child(3) .funnel-step-bar { animation-delay: 0.9s; }
.slide.is-active .funnel-step:nth-child(4) .funnel-step-bar { animation-delay: 1.05s; }

@keyframes barReveal {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}

/* =========================================================
   LAYOUT — FINAL COORDONNÉES (slide 44)
   ========================================================= */

.final-root {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 5rem 6rem 4.5rem;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 4rem;
  align-items: center;
  overflow: hidden;
}

.final-left {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.final-kicker {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--geo-blue-soft);
}

.final-merci {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(4rem, 8vw, 7rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
  margin: 0;
  background: linear-gradient(180deg, var(--geo-cream) 0%, var(--geo-cream) 60%, rgba(245, 240, 225, 0.55) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.final-recap {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1rem, 1.3vw, 1.3rem);
  line-height: 1.5;
  color: var(--geo-offwhite);
  max-width: 38ch;
  padding-top: 1.2rem;
  border-top: 1px solid var(--geo-rule);
}

.final-recap em {
  color: var(--geo-blue-soft);
  font-style: italic;
}

.final-right {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.final-contact-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.68rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--geo-muted);
  margin-bottom: 0.4rem;
}

.final-name {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  line-height: 1.05;
  color: var(--geo-cream);
  letter-spacing: -0.01em;
}

.final-role {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--geo-blue-soft);
  margin-top: 0.3rem;
}

.final-coords {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--geo-rule);
}

.final-coord {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 0.7rem;
  align-items: center;
  padding: 0.4rem 0;
}

.final-coord-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background: rgba(61, 143, 209, 0.12);
  color: var(--geo-blue-soft);
  flex-shrink: 0;
}

.final-coord-icon svg {
  width: 13px;
  height: 13px;
}

.final-coord-value {
  font-family: 'Geist', sans-serif;
  font-size: 0.78rem;
  color: var(--geo-cream);
  text-decoration: none;
  white-space: nowrap;
}

.final-coord-value:hover {
  color: var(--geo-blue-soft);
}

.final-socials {
  display: flex;
  gap: 0.6rem;
  padding-top: 1rem;
  margin-top: 0.4rem;
  border-top: 1px solid var(--geo-rule);
}

.final-social-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.85rem;
  border: 1px solid var(--geo-rule);
  border-radius: 999px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--geo-offwhite);
  text-decoration: none;
  transition: all 0.2s ease;
}

.final-social-btn:hover {
  background: var(--geo-blue);
  color: var(--geo-night);
  border-color: var(--geo-blue);
}

.final-social-btn svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

.final-decor {
  position: absolute;
  top: -120px;
  right: -120px;
  width: 380px;
  height: 380px;
  border: 1px solid var(--geo-blue);
  border-radius: 50%;
  opacity: 0.35;
  z-index: 1;
}

.final-decor::before {
  content: '';
  position: absolute;
  inset: 50px;
  border: 1px solid var(--geo-gold);
  border-radius: 50%;
  opacity: 0.5;
}

/* =========================================================
   LAYOUT — CASE AUDIT RESULTS (slide 41 — vrais scores Kairos)
   ========================================================= */

.caseaudit-root {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 5rem 4.5rem 4.5rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.3rem;
  overflow: hidden;
}

.caseaudit-header {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.caseaudit-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--geo-blue-soft);
}

.caseaudit-title {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  line-height: 1.05;
  color: var(--geo-cream);
  letter-spacing: -0.02em;
  margin: 0;
}

.caseaudit-title em { color: var(--geo-blue-soft); }

.caseaudit-rows {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.caseaudit-row {
  display: grid;
  grid-template-columns: 90px 1fr 80px 60px;
  gap: 1rem;
  align-items: center;
  padding: 0.6rem 0.9rem;
  background: rgba(245, 240, 225, 0.03);
  border: 1px solid var(--geo-rule);
  border-radius: 5px;
}

.caseaudit-q-label {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.caseaudit-q-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  color: var(--geo-blue);
}

.caseaudit-q-text {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 0.95rem;
  color: var(--geo-cream);
  line-height: 1.15;
}

.caseaudit-bar {
  height: 10px;
  background: rgba(245, 240, 225, 0.05);
  border-radius: 999px;
  overflow: hidden;
}

.caseaudit-bar-fill {
  height: 100%;
  border-radius: 999px;
  transform-origin: left;
}

.caseaudit-bar-fill--good   { background: linear-gradient(90deg, var(--geo-blue), var(--geo-blue-soft)); }
.caseaudit-bar-fill--medium { background: linear-gradient(90deg, var(--geo-gold), rgba(212, 168, 92, 0.6)); }
.caseaudit-bar-fill--bad    { background: linear-gradient(90deg, var(--geo-burn), rgba(232, 93, 79, 0.5)); }

.caseaudit-score {
  text-align: right;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.78rem;
  color: var(--geo-cream);
}

.caseaudit-pct {
  text-align: right;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
}

.caseaudit-pct--good   { color: var(--geo-blue-soft); }
.caseaudit-pct--medium { color: var(--geo-gold); }
.caseaudit-pct--bad    { color: var(--geo-burn); }

.caseaudit-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 0.8rem;
  border-top: 1px dashed var(--geo-rule);
}

.caseaudit-total-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--geo-muted);
}

.caseaudit-total-score {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.6rem;
  color: var(--geo-cream);
}

.caseaudit-insight {
  padding: 0.8rem 1rem;
  background: rgba(61, 143, 209, 0.08);
  border-left: 2px solid var(--geo-blue);
  border-radius: 0 5px 5px 0;
  font-family: 'Geist', sans-serif;
  font-style: italic;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--geo-cream);
}

.caseaudit-insight em {
  color: var(--geo-blue-soft);
  font-style: italic;
}

.caseaudit-insight strong {
  font-weight: 600;
  color: var(--geo-blue-soft);
  font-style: normal;
}

/* =========================================================
   LAYOUT — CASE SCAN RESULTS (slide 42 — Scanner visibilité Kairos)
   ========================================================= */

.casescan-root {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 5rem 4rem 4.5rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.1rem;
  overflow: hidden;
}

.casescan-header {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.casescan-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.68rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--geo-blue-soft);
}

.casescan-title {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  line-height: 1.05;
  color: var(--geo-cream);
  letter-spacing: -0.02em;
  margin: 0;
}

.casescan-title em { color: var(--geo-blue-soft); }

.casescan-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
}

.casescan-stat {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.8rem 0.9rem 0.85rem;
  border-radius: 6px;
  background: rgba(245, 240, 225, 0.03);
  border: 1px solid var(--geo-rule);
}

.casescan-stat--hero {
  background: linear-gradient(135deg, rgba(61, 143, 209, 0.25), rgba(111, 181, 232, 0.12));
  border-color: rgba(61, 143, 209, 0.55);
}

.casescan-stat-num {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 1;
  color: var(--geo-cream);
  letter-spacing: -0.03em;
}

.casescan-stat--hero .casescan-stat-num {
  background: linear-gradient(180deg, var(--geo-cream), var(--geo-blue-soft));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.casescan-stat-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.58rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--geo-blue-soft);
}

.casescan-stat-sub {
  font-family: 'Geist', sans-serif;
  font-size: 0.65rem;
  color: var(--geo-muted);
  line-height: 1.3;
  margin-top: 0.1rem;
}

.casescan-body {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 1.2rem;
  align-items: stretch;
}

.casescan-screenshot {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(61, 143, 209, 0.3);
  border-radius: 6px;
  overflow: hidden;
  background: rgba(10, 31, 61, 0.5);
}

.casescan-screenshot-caption {
  padding: 0.4rem 0.7rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.55rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--geo-muted);
  background: rgba(10, 31, 61, 0.7);
  border-bottom: 1px solid var(--geo-rule);
}

.casescan-screenshot img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.casescan-sidebar {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.casescan-distribution {
  padding: 0.8rem 0.95rem;
  border: 1px solid var(--geo-rule);
  border-radius: 6px;
  background: rgba(245, 240, 225, 0.025);
}

.casescan-distrib-title {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--geo-blue);
  margin-bottom: 0.5rem;
}

.casescan-llm-row {
  display: grid;
  grid-template-columns: 70px 1fr 30px;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 0.3rem;
  font-family: 'Geist', sans-serif;
  font-size: 0.72rem;
}

.casescan-llm-name { color: var(--geo-cream); font-weight: 500; }

.casescan-llm-bar {
  height: 6px;
  background: rgba(245, 240, 225, 0.05);
  border-radius: 999px;
  overflow: hidden;
}

.casescan-llm-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--geo-blue), var(--geo-blue-soft));
  border-radius: 999px;
}

.casescan-llm-value {
  text-align: right;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  color: var(--geo-cream);
}

.casescan-insight {
  padding: 0.75rem 0.95rem;
  background: rgba(61, 143, 209, 0.08);
  border-left: 2px solid var(--geo-blue);
  border-radius: 0 5px 5px 0;
  font-family: 'Geist', sans-serif;
  font-style: italic;
  font-size: 0.72rem;
  line-height: 1.45;
  color: var(--geo-cream);
}

.casescan-insight em { color: var(--geo-blue-soft); font-style: italic; }
.casescan-insight strong { color: var(--geo-blue-soft); font-weight: 600; font-style: normal; }

/* =========================================================
   LAYOUT — SCANNER FEATURES (slide 35 Volet 2)
   ========================================================= */

.scanner-root {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 5rem 4.5rem 4.5rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.2rem;
  overflow: hidden;
}

.scanner-header {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.scanner-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--geo-blue-soft);
}

.scanner-title {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  line-height: 1.05;
  color: var(--geo-cream);
  letter-spacing: -0.02em;
  margin: 0;
}

.scanner-title em { color: var(--geo-blue-soft); }

.scanner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
  align-items: stretch;
}

.scanner-card {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding: 1rem 1rem 1.1rem;
  border: 1px solid var(--geo-rule);
  border-radius: 8px;
  background: rgba(245, 240, 225, 0.025);
}

.scanner-card-feature {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--geo-blue);
}

.scanner-card-title {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.2rem;
  color: var(--geo-cream);
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.scanner-card-visual {
  background: rgba(10, 31, 61, 0.45);
  border: 1px solid rgba(245, 240, 225, 0.06);
  border-radius: 5px;
  padding: 0.7rem 0.8rem;
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Visuel — panel de requêtes (card 1) */
.scanner-queries {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.scanner-query {
  font-family: 'Geist', sans-serif;
  font-style: italic;
  font-size: 0.7rem;
  color: var(--geo-offwhite);
  padding-left: 0.7rem;
  position: relative;
  line-height: 1.3;
}

.scanner-query::before {
  content: '›';
  position: absolute;
  left: 0;
  color: var(--geo-blue);
  font-style: normal;
}

/* Visuel — multi-moteurs (card 2) */
.scanner-engines {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.35rem;
}

.scanner-engine {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.5rem;
  background: rgba(245, 240, 225, 0.05);
  border-radius: 3px;
  border: 1px solid rgba(245, 240, 225, 0.08);
}

.scanner-engine-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.scanner-engine-dot--openai    { background: #10a37f; }
.scanner-engine-dot--anthropic { background: #d97757; }
.scanner-engine-dot--google    { background: #4285f4; }
.scanner-engine-dot--perplex   { background: #20808d; }

.scanner-engine-name {
  font-family: 'Geist', sans-serif;
  font-weight: 500;
  font-size: 0.68rem;
  color: var(--geo-cream);
}

/* Visuel — 3 statuts (card 3) */
.scanner-statuses {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.scanner-status {
  display: grid;
  grid-template-columns: 75px 1fr;
  gap: 0.5rem;
  align-items: center;
}

.scanner-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.15rem 0.5rem;
  border-radius: 3px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.scanner-status-pill--cited     { background: rgba(61, 143, 209, 0.25); color: var(--geo-blue-soft); border: 1px solid var(--geo-blue); }
.scanner-status-pill--mentioned { background: rgba(212, 168, 92, 0.18); color: var(--geo-gold); border: 1px solid var(--geo-gold); }
.scanner-status-pill--absent    { background: rgba(232, 93, 79, 0.15); color: var(--geo-burn); border: 1px solid var(--geo-burn); }

.scanner-status-desc {
  font-family: 'Geist', sans-serif;
  font-size: 0.65rem;
  color: var(--geo-muted);
  font-style: italic;
  line-height: 1.3;
}

.scanner-card-desc {
  font-family: 'Geist', sans-serif;
  font-size: 0.72rem;
  color: var(--geo-offwhite);
  line-height: 1.4;
  margin-top: auto;
  padding-top: 0.4rem;
  border-top: 1px solid var(--geo-rule);
}

.scanner-card-desc em {
  font-style: italic;
  color: var(--geo-cream);
}

/* =========================================================
   LAYOUT — EQUATION PIVOT (slide 36)
   audit seul + scanner seul = boucle complète
   ========================================================= */

.eq-root {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 5.5rem 4.5rem 5rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  overflow: hidden;
}

.eq-header {
  text-align: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--geo-blue-soft);
}

.eq-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 1.2rem;
  align-items: stretch;
}

.eq-term {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding: 1.3rem 1.2rem;
  border-radius: 8px;
}

.eq-term--partial {
  border: 1px solid rgba(143, 163, 196, 0.3);
  background: rgba(143, 163, 196, 0.04);
}

.eq-term--result {
  border: 1px solid rgba(61, 143, 209, 0.5);
  background: linear-gradient(135deg, rgba(61, 143, 209, 0.18), rgba(111, 181, 232, 0.12));
}

.eq-term-name {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.2rem;
  color: var(--geo-cream);
  line-height: 1.2;
}

.eq-term--result .eq-term-name { color: var(--geo-blue-soft); }

.eq-term-limit {
  font-family: 'Geist', sans-serif;
  font-size: 0.78rem;
  font-style: italic;
  color: var(--geo-offwhite);
  line-height: 1.4;
}

.eq-term-limit em { color: var(--geo-cream); font-style: italic; }

.eq-term--result .eq-term-limit { color: var(--geo-cream); }

.eq-op {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 200;
  font-size: 2.4rem;
  color: var(--geo-blue);
  opacity: 0.7;
}

.eq-footer {
  text-align: center;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
  line-height: 1.4;
  color: var(--geo-cream);
  max-width: 36ch;
  margin: 0 auto;
}

.eq-footer em { color: var(--geo-blue-soft); }

/* =========================================================
   LAYOUT — TIMELINE 3 (Hier / Aujourd'hui / Bientôt) — slide 30
   ========================================================= */

.timeline3-root {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 5.5rem 4.5rem 5rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.4rem;
  overflow: hidden;
}

.timeline3-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--geo-blue-soft);
}

.timeline3-title {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.7rem, 2.6vw, 2.4rem);
  line-height: 1.05;
  color: var(--geo-cream);
  letter-spacing: -0.02em;
  margin: 0;
}

.timeline3-title em { color: var(--geo-blue-soft); }

.timeline3-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 1rem;
  align-items: stretch;
  min-height: 0;
}

.timeline3-cell {
  padding: 1rem 1.1rem 1.1rem;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  min-width: 0;
}

.timeline3-divider {
  height: 1px;
  background: var(--geo-rule);
  margin: 0.2rem 0;
}

.timeline3-block {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.timeline3-block-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.55rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--geo-blue);
  opacity: 0.85;
}

.timeline3-cell--past .timeline3-block-label { color: var(--geo-muted); }
.timeline3-cell--future .timeline3-block-label { color: var(--geo-gold); }

.timeline3-block-value {
  font-family: 'Geist', sans-serif;
  font-size: 0.72rem;
  line-height: 1.4;
  color: var(--geo-offwhite);
}

.timeline3-block-value em {
  font-style: italic;
  color: var(--geo-cream);
}

.timeline3-block-value code {
  font-family: 'JetBrains Mono', monospace;
  font-style: normal;
  font-size: 0.92em;
  color: var(--geo-blue-soft);
  background: rgba(61, 143, 209, 0.08);
  padding: 0 0.2em;
  border-radius: 2px;
}

.timeline3-cell--past {
  border: 1px solid rgba(143, 163, 196, 0.25);
  background: rgba(143, 163, 196, 0.04);
}

.timeline3-cell--now {
  border: 1px solid rgba(61, 143, 209, 0.45);
  background: rgba(61, 143, 209, 0.1);
}

.timeline3-cell--future {
  border: 1px solid rgba(212, 168, 92, 0.4);
  background: rgba(212, 168, 92, 0.07);
}

.timeline3-era {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.timeline3-cell--past   .timeline3-era { color: var(--geo-muted); }
.timeline3-cell--now    .timeline3-era { color: var(--geo-blue); }
.timeline3-cell--future .timeline3-era { color: var(--geo-gold); }

.timeline3-role {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  color: var(--geo-cream);
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.timeline3-mission {
  font-family: 'Geist', sans-serif;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--geo-offwhite);
}

.timeline3-mission em {
  font-style: italic;
  color: var(--geo-cream);
}

.timeline3-attr {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--geo-muted);
  padding-top: 0.4rem;
  border-top: 1px solid var(--geo-rule);
}

.timeline3-arrow {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 2rem;
  color: var(--geo-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
}

.timeline3-footer {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--geo-muted);
  text-align: center;
  padding-top: 0.8rem;
  border-top: 1px solid var(--geo-rule);
}

.timeline3-footer em {
  color: var(--geo-cream);
  font-style: normal;
  font-family: 'Fraunces', serif;
  font-size: 1.05em;
  text-transform: none;
  letter-spacing: 0;
}

/* =========================================================
   LAYOUT — ALEYDA STACK 3 couches (slide 31)
   ========================================================= */

.aleyda-root {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 5rem 5rem 5rem;
  z-index: 2;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 2.5rem;
  align-items: center;
  overflow: hidden;
}

.aleyda-intro {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.aleyda-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--geo-blue-soft);
}

.aleyda-title {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  line-height: 1.05;
  color: var(--geo-cream);
  letter-spacing: -0.02em;
  margin: 0;
}

.aleyda-title em { color: var(--geo-blue-soft); }

.aleyda-tagline {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 0.95rem;
  line-height: 1.45;
  color: var(--geo-offwhite);
  margin: 0;
}

.aleyda-attr {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--geo-muted);
  padding-top: 0.8rem;
  border-top: 1px solid var(--geo-rule);
}

.aleyda-attr em {
  font-style: italic;
  color: var(--geo-blue-soft);
  letter-spacing: 0;
  text-transform: none;
  font-family: 'Fraunces', serif;
  font-size: 1.1em;
}

.aleyda-stack {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.aleyda-layer {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 1rem;
  padding: 0.85rem 1.1rem;
  border-radius: 6px;
  align-items: center;
}

.aleyda-layer--01 {
  background: rgba(61, 143, 209, 0.06);
  border: 1px solid rgba(61, 143, 209, 0.2);
}

.aleyda-layer--02 {
  background: rgba(61, 143, 209, 0.12);
  border: 1px solid rgba(61, 143, 209, 0.35);
  margin-left: 1.5rem;
}

.aleyda-layer--03 {
  background: linear-gradient(135deg, rgba(61, 143, 209, 0.28), rgba(111, 181, 232, 0.2));
  border: 1px solid rgba(61, 143, 209, 0.55);
  margin-left: 3rem;
}

.aleyda-layer-num {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 200;
  font-size: 1.8rem;
  line-height: 1;
  color: var(--geo-blue);
  text-align: center;
}

.aleyda-layer--03 .aleyda-layer-num {
  color: var(--geo-cream);
}

.aleyda-layer-content {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.aleyda-layer-name {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.15rem;
  color: var(--geo-cream);
  letter-spacing: -0.01em;
  line-height: 1.1;
}

.aleyda-layer-q {
  font-family: 'Geist', sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  color: var(--geo-blue-soft);
  line-height: 1.3;
}

.aleyda-layer-metrics {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.58rem;
  color: var(--geo-muted);
  line-height: 1.35;
  margin-top: 0.1rem;
  letter-spacing: 0.04em;
}

/* =========================================================
   LAYOUT — AUDIT GRID 9 FAMILLES (slide 34)
   ========================================================= */

.audit-root {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 5rem 4.5rem 5rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  overflow: hidden;
}

.audit-header {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.audit-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--geo-blue-soft);
}

.audit-title {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.7rem, 2.6vw, 2.4rem);
  line-height: 1.05;
  color: var(--geo-cream);
  letter-spacing: -0.02em;
  margin: 0;
}

.audit-title em { color: var(--geo-blue-soft); }

.audit-questions {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.audit-question {
  display: grid;
  grid-template-columns: 44px 1fr 70px;
  gap: 0.9rem;
  align-items: center;
  padding: 0.75rem 1rem 0.85rem;
  border-radius: 6px;
  background: rgba(245, 240, 225, 0.025);
  border: 1px solid var(--geo-rule);
}

.audit-question:hover {
  background: rgba(61, 143, 209, 0.08);
  border-color: rgba(61, 143, 209, 0.3);
}

.audit-q-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(61, 143, 209, 0.5);
  background: rgba(61, 143, 209, 0.1);
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--geo-blue-soft);
}

.audit-q-content {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  min-width: 0;
}

.audit-q-question {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  color: var(--geo-cream);
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.audit-q-detail {
  display: flex;
  gap: 1.4rem;
  align-items: baseline;
  flex-wrap: wrap;
}

.audit-q-families {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.62rem;
  color: var(--geo-blue-soft);
  letter-spacing: 0.05em;
}

.audit-q-logic {
  font-family: 'Geist', sans-serif;
  font-size: 0.72rem;
  font-style: italic;
  color: var(--geo-muted);
  line-height: 1.35;
}

.audit-q-logic em {
  color: var(--geo-offwhite);
  font-style: italic;
}

.audit-q-score {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.15rem;
}

.audit-q-pts {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--geo-cream);
}

.audit-q-pts-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.55rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--geo-muted);
}

.audit-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 0.8rem;
  border-top: 1px dashed var(--geo-rule);
  margin-top: 0.4rem;
}

.audit-total-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--geo-muted);
}

.audit-total-label em {
  font-style: italic;
  color: var(--geo-blue-soft);
  font-family: 'Fraunces', serif;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.1em;
}

.audit-total-value {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.3rem;
  color: var(--geo-cream);
}

/* =========================================================
   LAYOUT — FRAMEWORKS (ancien — n'est plus utilisé,
   conservé pour ne pas casser d'éventuelles refs)
   ========================================================= */

.frameworks-root {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 5.5rem 4.5rem 5rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  justify-content: center;
}

.frameworks-title {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.7rem, 2.6vw, 2.4rem);
  line-height: 1.05;
  color: var(--geo-cream);
  letter-spacing: -0.02em;
  margin: 0;
}

.frameworks-title em { color: var(--geo-blue-soft); }

.frameworks-rows {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  margin-top: 0.4rem;
}

.framework-row {
  display: grid;
  grid-template-columns: 175px 1fr;
  gap: 1.8rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--geo-rule);
  align-items: start;
}

.framework-attribution {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.framework-author {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(0.95rem, 1.1vw, 1.1rem);
  color: var(--geo-cream);
  line-height: 1.15;
}

.framework-org {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--geo-muted);
}

.framework-content {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  min-width: 0;
}

/* --- Bazon : flow chips + résultat --- */
.framework-flow {
  display: flex;
  align-items: stretch;
  gap: 0.5rem;
  flex-wrap: nowrap;
}

.flow-chip {
  flex: 1;
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(61, 143, 209, 0.3);
  border-radius: 6px;
  background: rgba(61, 143, 209, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.chip-title {
  font-family: 'Geist', sans-serif;
  font-weight: 500;
  font-size: 0.82rem;
  color: var(--geo-cream);
  line-height: 1.15;
}

.chip-sub {
  font-family: 'Geist', sans-serif;
  font-size: 0.68rem;
  color: var(--geo-muted);
  margin-top: 0.18rem;
  line-height: 1.25;
}

.flow-op {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.95rem;
  color: var(--geo-blue);
  font-weight: 300;
  align-self: center;
}

.flow-arrow {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 1.4rem;
  color: var(--geo-blue);
  align-self: center;
  margin: 0 0.1rem;
}

.flow-result {
  flex-shrink: 0;
  padding: 0.6rem 1rem;
  background: var(--geo-blue);
  color: var(--geo-night);
  border-radius: 6px;
  font-family: 'Geist', sans-serif;
  font-weight: 600;
  font-size: 0.82rem;
  display: flex;
  align-items: center;
}

/* --- Liddell : pipeline 4 étapes --- */
.framework-pipeline {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: nowrap;
}

.pipeline-step {
  flex: 1;
  text-align: center;
  padding: 0.55rem 0.5rem;
  border: 1px solid var(--geo-rule);
  border-radius: 999px;
  font-family: 'Geist', sans-serif;
  font-weight: 500;
  font-size: 0.78rem;
  color: var(--geo-cream);
  background: rgba(245, 240, 225, 0.03);
  white-space: nowrap;
}

.pipeline-step:first-child {
  border-color: rgba(61, 143, 209, 0.5);
  background: rgba(61, 143, 209, 0.08);
}

.pipeline-arrow {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 1.2rem;
  color: var(--geo-blue);
  flex-shrink: 0;
}

/* --- Jahan : équation visuelle --- */
.framework-equation-visual {
  display: flex;
  align-items: stretch;
  gap: 0.5rem;
  flex-wrap: nowrap;
}

.eq-input,
.eq-output {
  padding: 0.5rem 0.85rem;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.eq-input {
  flex: 1;
  border: 1px solid rgba(245, 240, 225, 0.18);
  background: rgba(245, 240, 225, 0.03);
}

.eq-output {
  flex: 1.3;
  background: linear-gradient(135deg, var(--geo-blue) 0%, var(--geo-blue-soft) 100%);
}

.eq-input-title {
  font-family: 'Geist', sans-serif;
  font-weight: 600;
  font-size: 0.82rem;
  color: var(--geo-cream);
  line-height: 1.15;
}

.eq-output-title {
  font-family: 'Geist', sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--geo-night);
  line-height: 1.1;
}

.eq-input-sub {
  font-family: 'Geist', sans-serif;
  font-size: 0.68rem;
  color: var(--geo-muted);
  margin-top: 0.18rem;
  line-height: 1.25;
}

.eq-output-sub {
  font-family: 'Geist', sans-serif;
  font-size: 0.68rem;
  color: rgba(10, 31, 61, 0.75);
  margin-top: 0.18rem;
  line-height: 1.25;
}

.eq-op {
  font-family: 'JetBrains Mono', monospace;
  font-size: 1.1rem;
  color: var(--geo-blue);
  font-weight: 300;
  align-self: center;
}

/* --- Exemple sous chaque framework --- */
.framework-example {
  font-family: 'Geist', sans-serif;
  font-size: 0.78rem;
  line-height: 1.4;
  color: var(--geo-offwhite);
}

.framework-example em {
  font-style: italic;
  color: var(--geo-cream);
}

.example-label {
  display: inline-block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--geo-blue);
  margin-right: 0.6rem;
  vertical-align: 0.05em;
}

/* =========================================================
   Animations spécifiques par layout
   ========================================================= */

.slide.is-active .quote-marks       { animation: quoteMarksReveal 1.2s 0.10s both; }
.slide.is-active .quote-text        { animation: fadeBlurClear 1.0s 0.35s both; }
.slide.is-active .quote-attr        { animation: fadeInUp 0.7s 0.95s both; }
.slide.is-active .quote-translation { animation: fadeInUp 0.7s 1.15s both; }
.slide.is-active .quote-punchline   { animation: fadeInUp 0.7s 1.35s both; }
.slide.is-active .quote-prelude     { animation: fadeInUp 0.7s 0.10s both; }

.slide.is-active .list-header       { animation: fadeInUp 0.8s 0.15s both; }
.slide.is-active .list-rule         { animation: ruleExpand 0.9s 0.45s both; transform-origin: left; }
.slide.is-active .list-items > .list-item:nth-child(1) { animation: fadeInUp 0.7s 0.55s both; }
.slide.is-active .list-items > .list-item:nth-child(2) { animation: fadeInUp 0.7s 0.75s both; }
.slide.is-active .list-items > .list-item:nth-child(3) { animation: fadeInUp 0.7s 0.95s both; }
.slide.is-active .list-items > .list-item:nth-child(4) { animation: fadeInUp 0.7s 1.15s both; }
.slide.is-active .list-footer      { animation: fadeInUp 0.7s 1.30s both; }

.slide.is-active .compare2-header  { animation: fadeInUp 0.8s 0.15s both; }
.slide.is-active .compare2-grid > *:nth-child(1) { animation: slideInRight 0.8s 0.45s both; }
.slide.is-active .compare2-grid > *:nth-child(2) { animation: fadeIn 0.7s 0.85s both; }
.slide.is-active .compare2-grid > *:nth-child(3) { animation: slideInLeft 0.8s 0.65s both; }
.slide.is-active .compare2-footer  { animation: fadeInUp 0.8s 1.05s both; }

.slide.is-active .pivot-text       { animation: fadeBlurClear 1.2s 0.25s both; }
.slide.is-active .pivot-rule       { animation: ruleExpand 0.9s 1.0s both; }
.slide.is-active .pivot-sub        { animation: fadeInUp 0.8s 1.2s both; }

.slide.is-active .triple-header    { animation: fadeInUp 0.8s 0.15s both; }
.slide.is-active .triple-grid > .triple-cell:nth-child(1) { animation: numberReveal 1s 0.40s both; }
.slide.is-active .triple-grid > .triple-cell:nth-child(2) { animation: numberReveal 1s 0.60s both; }
.slide.is-active .triple-grid > .triple-cell:nth-child(3) { animation: numberReveal 1s 0.80s both; }
.slide.is-active .triple-sources   { animation: fadeInUp 0.7s 1.10s both; }

.slide.is-active .narrative-eyebrow { animation: fadeInUp 0.7s 0.10s both; }
.slide.is-active .narrative-title   { animation: fadeInUp 0.9s 0.25s both; }
.slide.is-active .narrative-blocks > .narrative-block:nth-child(1) { animation: fadeInUp 0.7s 0.55s both; }
.slide.is-active .narrative-blocks > .narrative-block:nth-child(2) { animation: fadeInUp 0.7s 0.70s both; }
.slide.is-active .narrative-blocks > .narrative-block:nth-child(3) { animation: fadeInUp 0.7s 0.85s both; }
.slide.is-active .narrative-blocks > .narrative-block:nth-child(4) { animation: fadeInUp 0.7s 1.00s both; }

.slide.is-active .engines-header                              { animation: fadeInUp 0.8s 0.15s both; }
.slide.is-active .engines-main > div:nth-child(1) > *:nth-child(1) { animation: fadeInUp 0.7s 0.40s both; }
.slide.is-active .engines-main > div:nth-child(1) > *:nth-child(2) { animation: numberReveal 1s 0.55s both; }
.slide.is-active .engines-main > div:nth-child(1) > *:nth-child(3) { animation: fadeInUp 0.7s 0.85s both; }
.slide.is-active .engines-main > div:nth-child(2)             { animation: slideInLeft 0.9s 0.70s both; }
.slide.is-active .engines-footer                              { animation: fadeInUp 0.7s 1.20s both; }

.slide.is-active .list-footer-pivot                           { animation: fadeInUp 0.8s 1.20s both; }

.slide.is-active .frameworks-title                            { animation: fadeInUp 0.8s 0.20s both; }
.slide.is-active .frameworks-rows > .framework-row:nth-child(1) { animation: fadeInUp 0.7s 0.50s both; }
.slide.is-active .frameworks-rows > .framework-row:nth-child(2) { animation: fadeInUp 0.7s 0.75s both; }
.slide.is-active .frameworks-rows > .framework-row:nth-child(3) { animation: fadeInUp 0.7s 1.00s both; }

.slide.is-active .fw-header        { animation: fadeInUp 0.7s 0.10s both; }
.slide.is-active .fw-title         { animation: fadeInUp 0.7s 0.25s both; }
.slide.is-active .fw-principle     { animation: fadeInUp 0.7s 0.40s both; }
.slide.is-active .fw-dataviz       { animation: fadeInUp 0.8s 0.55s both; }
.slide.is-active .fw-reading       { animation: fadeInUp 0.7s 1.40s both; }

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes slideInRight {
  from { opacity: 0; transform: translateX(-30px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes slideInLeft {
  from { opacity: 0; transform: translateX(30px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes fadeBlurClear {
  from { opacity: 0; filter: blur(8px); transform: translateY(12px); }
  to   { opacity: 1; filter: blur(0); transform: translateY(0); }
}

@keyframes quoteMarksReveal {
  from { opacity: 0; transform: translateX(-50%) translateY(20px) scale(0.9); }
  to   { opacity: 0.22; transform: translateX(-50%) translateY(0) scale(1); }
}

/* =========================================================
   Nav du deck (bas droite, discret)
   ========================================================= */

.deck-nav {
  position: fixed;
  bottom: 1.4rem;
  right: 1.6rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.5rem 0.7rem;
  background: rgba(10, 31, 61, 0.7);
  border: 1px solid var(--geo-rule);
  border-radius: 999px;
  backdrop-filter: blur(12px);
  z-index: 100;
  opacity: 0.4;
  transition: opacity 0.25s ease;
}

.deck-nav:hover { opacity: 1; }

.deck-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: var(--geo-offwhite);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.deck-nav-btn:hover {
  background: var(--geo-blue);
  color: var(--geo-night);
}

.deck-progress {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  color: var(--geo-offwhite);
  min-width: 60px;
  justify-content: center;
}

.deck-sep { color: var(--geo-muted); }
.deck-current { color: var(--geo-cream); }
.deck-total   { color: var(--geo-muted); }

/* =========================================================
   Animations au reveal d'une slide active
   ========================================================= */

.slide.is-active .kicker,
.slide.is-active .chapter-eyebrow,
.slide.is-active .stat-eyebrow         { animation: fadeInUp 0.7s 0.10s both; }
.slide.is-active .cover-title          { animation: fadeInUp 0.9s 0.25s both; }
.slide.is-active .chapter-title        { animation: fadeInUp 0.9s 0.25s both; }
.slide.is-active .stat-figure          { animation: numberReveal 1.0s 0.20s both; }
.slide.is-active .cover-subtitle       { animation: fadeInUp 0.9s 0.45s both; }
.slide.is-active .chapter-lede         { animation: fadeInUp 0.9s 0.45s both; }
.slide.is-active .stat-rule            { animation: ruleExpand 0.8s 0.65s both; }
.slide.is-active .stat-caption         { animation: fadeInUp 0.7s 0.80s both; }
.slide.is-active .stat-sources         { animation: fadeInUp 0.7s 1.00s both; }
.slide.is-active .cover-footer         { animation: fadeInUp 0.9s 0.65s both; }
.slide.is-active .chapter-meta-grid    { animation: fadeInUp 0.9s 0.65s both; }
.slide.is-active .chapter-number .chapter-num-digit:nth-child(1) {
  animation: digitReveal 1s 0.35s both;
}
.slide.is-active .chapter-number .chapter-num-digit:nth-child(2) {
  animation: digitReveal 1s 0.55s both;
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes numberReveal {
  from { opacity: 0; transform: translateY(40px) scale(0.94); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes digitReveal {
  from { opacity: 0; transform: translateY(60px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes ruleExpand {
  from { transform: scaleX(0); opacity: 0; }
  to   { transform: scaleX(1); opacity: 1; }
}

@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(61, 143, 209, 0.2), 0 0 18px var(--geo-blue); }
  50%      { box-shadow: 0 0 0 6px rgba(61, 143, 209, 0.05), 0 0 32px var(--geo-blue); }
}


/* =========================================================
   SLIDE 35 — Données structurées (didactique)
   Layout : header + 2 colonnes (humain | machine) + 3 takeaways
   ========================================================= */

.ds-root {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 5.2rem 4.6rem 4.4rem;
  z-index: 3;
  display: flex;
  flex-direction: column;
}

.ds-header {
  text-align: center;
  margin-bottom: 1.8rem;
  flex-shrink: 0;
}

.ds-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--geo-blue);
  margin-bottom: 0.9rem;
}

.ds-eyebrow em {
  font-style: italic;
  color: var(--geo-cream);
  font-weight: 500;
}

.ds-title {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(1.6rem, 2.3vw, 2.3rem);
  line-height: 1.15;
  color: var(--geo-cream);
  letter-spacing: -0.01em;
  margin-bottom: 0.7rem;
}

.ds-title em {
  font-style: italic;
  color: var(--geo-blue-soft);
}

.ds-subtitle {
  font-size: 0.95rem;
  color: var(--geo-muted);
  letter-spacing: 0.02em;
}

.ds-subtitle em {
  font-style: italic;
  color: var(--geo-offwhite);
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.85rem;
}

/* Split 2 colonnes */
.ds-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
  margin-bottom: 1.6rem;
  flex: 1;
  min-height: 0;
}

.ds-pane {
  background: rgba(19, 68, 121, 0.35);
  border: 1px solid var(--geo-rule);
  border-radius: 10px;
  padding: 1.4rem 1.5rem 1.2rem;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.ds-pane--machine {
  background: rgba(10, 31, 61, 0.6);
  border-color: rgba(61, 143, 209, 0.25);
}

.ds-pane-label {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--geo-muted);
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--geo-rule);
}

.ds-pane-label em {
  font-style: normal;
  color: var(--geo-cream);
  font-weight: 500;
}

.ds-pane-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  height: 1.5rem;
  padding: 0 0.45rem;
  background: var(--geo-blue);
  color: var(--geo-night);
  border-radius: 3px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

/* Mockup côté humain */
.ds-mockup {
  background: var(--geo-cream);
  color: #1a2a3a;
  border-radius: 8px;
  padding: 1.1rem 1.2rem;
  font-family: 'Geist', sans-serif;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.ds-mockup-url {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.65rem;
  color: #6b7a90;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  letter-spacing: 0.02em;
}

.ds-mockup-title {
  font-family: 'Fraunces', serif;
  font-weight: 500;
  font-size: 1.3rem;
  color: #0a1f3d;
  line-height: 1.15;
}

.ds-mockup-sub {
  font-size: 0.85rem;
  color: #4a5a70;
  line-height: 1.35;
}

.ds-mockup-rating {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  font-size: 0.78rem;
  margin-top: 0.15rem;
}

.ds-mockup-stars {
  color: #d4a85c;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
}

.ds-mockup-rating-val {
  color: #0a1f3d;
  font-weight: 600;
}

.ds-mockup-rating-count {
  color: #8595a8;
  font-size: 0.72rem;
}

.ds-mockup-price {
  font-size: 1.05rem;
  color: #0a1f3d;
  margin-top: 0.3rem;
}

.ds-mockup-price em {
  font-style: normal;
  font-weight: 600;
  color: #134479;
}

.ds-mockup-cta {
  align-self: flex-start;
  background: #3d8fd1;
  color: #fff;
  padding: 0.55rem 1.1rem;
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-top: 0.4rem;
}

/* JSON-LD côté machine */
.ds-jsonld {
  background: #061425;
  border: 1px solid rgba(61, 143, 209, 0.18);
  border-radius: 8px;
  padding: 0.85rem 1rem;
  font-family: 'JetBrains Mono', monospace;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.ds-jsonld-tag {
  color: #6FB5E8;
  font-size: 0.7rem;
  letter-spacing: 0.02em;
  opacity: 0.7;
}

.ds-jsonld-body {
  margin: 0.3rem 0;
  padding: 0;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.68rem;
  line-height: 1.45;
  color: var(--geo-offwhite);
  white-space: pre;
  overflow: hidden;
  flex: 1;
}

/* Caption sous chaque pane */
.ds-pane-caption {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--geo-rule);
  font-size: 0.78rem;
  line-height: 1.4;
  color: var(--geo-offwhite);
}

.ds-pane-caption em {
  font-style: italic;
  color: var(--geo-blue-soft);
}

.ds-pane-caption code {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  background: rgba(61, 143, 209, 0.15);
  color: var(--geo-blue-soft);
  padding: 0.05rem 0.35rem;
  border-radius: 3px;
}

/* Takeaway — 3 bullets bas */
.ds-takeaway {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--geo-rule);
  flex-shrink: 0;
}

.ds-takeaway-bullet {
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
}

.ds-takeaway-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--geo-blue);
  letter-spacing: 0.08em;
  flex-shrink: 0;
}

.ds-takeaway-text {
  font-size: 0.82rem;
  line-height: 1.35;
  color: var(--geo-offwhite);
}

.ds-takeaway-text em {
  font-style: italic;
  color: var(--geo-cream);
}
