/* latin-ext */
/* latin */
/* latin-ext */
/* latin */
/* cyrillic-ext */
/* cyrillic */
/* greek-ext */
/* greek */
/* vietnamese */
/* latin-ext */
/* latin */
/* cyrillic-ext */
/* cyrillic */
/* greek-ext */
/* greek */
/* vietnamese */
/* latin-ext */
/* latin */
/* cyrillic-ext */
/* cyrillic */
/* greek-ext */
/* greek */
/* vietnamese */
/* latin-ext */
/* latin */
/* vietnamese */
/* latin-ext */
/* latin */
/* vietnamese */
/* latin-ext */
/* latin */
/* ============================================================
   IAQIN — Landing Page v2
   Design system: nature · humain · technologie
   ============================================================ */

/* ---- Tokens ---- */
:root {
  --bg-light: #F5F0E8;
  --bg-alt:   #EDEAE0;
  --bg-warm:  #EFE7D7;       /* warmest clear, near the bottom */
  --bg-dark:  #0A1428;
  --footer:   #071020;

  --ink:      #162016;
  --ink-75:   rgba(22,32,22,0.75);
  --ink-65:   rgba(22,32,22,0.65);
  --ink-60:   rgba(22,32,22,0.60);
  --ink-45:   rgba(22,32,22,0.45);
  --ink-10:   rgba(22,32,22,0.10);
  --ink-06:   rgba(22,32,22,0.06);

  --green:    #7A9E6A;
  --amber:    #C8A86B;

  --serif: "DM Serif Display", Georgia, serif;
  --sans:  "Inter", system-ui, sans-serif;
  --mono:  "Space Mono", ui-monospace, monospace;

  --flow: #c3cedb;        /* cold blue-white snow tone bridging hero → video */
  --maxw: 1280px;
  --pad-x: clamp(28px, 6vw, 92px);
  --pad-y: clamp(40px, 6vw, 88px);

  --r-card: 20px;
  --r-pill: 50px;

  --glass-bg: rgba(255,255,255,0.11);
  --glass-border: rgba(255,255,255,0.28);

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

/* Ancrage (#systeme, #offres…) : compenser la nav fixe SANS doubler le grand
   padding-top des sections. Le titre vise ~84px du haut sur tous les écrans.
   ponytail: source de vérité ici ; écrase via !important le scrollPaddingTop
   posé en dur par app.js:62 (fichier protégé, non modifié). */
html { scroll-padding-top: calc(55px - var(--pad-y)) !important; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  background: var(--bg-light);
  color: var(--ink);
  font-size: 14px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }

/* ---- Shared type ---- */
.tag {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-45);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.tag::before {
  content: "";
  width: 22px;
  height: 1px;
  background: var(--ink-45);
  display: inline-block;
}

h1, h2 { font-family: var(--serif); font-weight: 400; }
h1 { font-size: clamp(52px, 6.2vw, 88px); line-height: 1.04; letter-spacing: -0.01em; }
h2 {
  font-size: clamp(38px, 4.4vw, 62px);
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: var(--ink);
  text-wrap: balance;
}
h2 em, h1 em { font-style: italic; }

.lead {
  font-size: clamp(15px, 1.3vw, 17px);
  line-height: 1.75;
  color: var(--ink-65);
  max-width: 52ch;
  text-wrap: pretty;
}
p { text-wrap: pretty; }

.section {
  position: relative;
  padding: var(--pad-y) var(--pad-x);
}
.wrap { max-width: var(--maxw); margin-inline: auto; }

.bg-light { background: var(--bg-light); }
.bg-alt   { background: var(--bg-alt); }
.bg-warm  { background: var(--bg-warm); } #systeme { background: #0B1C30; color: #F5F0E8; position: relative; overflow: hidden; } #systeme::after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 160px; pointer-events: none; z-index: 0; background: linear-gradient(180deg, rgba(10,24,40,0) 0%, rgba(10,24,40,1) 100%); } #systeme::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 50% at 95% 5%, rgba(184,212,184,0.06), transparent 65%), radial-gradient(40% 30% at 5% 90%, rgba(200,168,107,0.06), transparent 65%); pointer-events: none; z-index: 0; } #systeme .wrap { position: relative; z-index: 1; } #systeme .tag { color: rgba(245,240,232,0.50); } #systeme .tag::before { background: rgba(245,240,232,0.50); } #systeme h2 { color: #F5F0E8; } #systeme h2 em { font-style: italic; color: rgba(184,212,184,0.95); text-shadow: 0 0 8px rgba(184,212,184,0.60), 0 0 20px rgba(184,212,184,0.30), 0 0 40px rgba(184,212,184,0.12); } #systeme .lead { color: rgba(245,240,232,0.65); } #systeme .capsule-title { color: #F5F0E8; font-family: var(--serif); font-size: 22px; line-height: 1.1; } #systeme .capsule-num { font-family: var(--mono); font-size: 13px; letter-spacing: 0.12em; color: var(--amber); } #systeme .capsule-sub { color: rgba(184,212,184,0.55); font-size: 10.5px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; } #systeme .capsule-desc { color: rgba(245,240,232,0.65); font-size: 12.5px; line-height: 1.65; } #systeme .capsule-visual { border: 1px solid rgba(255,255,255,0.10); } #systeme .capsule-visual::after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 40%; background: linear-gradient(180deg, rgba(11,28,48,0) 0%, rgba(11,28,48,0.55) 70%, rgba(11,28,48,0.85) 100%); pointer-events: none; z-index: 1; border-radius: 0 0 18px 18px; } #systeme .capsule:hover .capsule-visual { border-color: rgba(184,212,184,0.35); box-shadow: 0 0 14px rgba(184,212,184,0.15), 0 30px 50px rgba(0,0,0,0.40); transition: all 0.4s ease; } .capsule-more { display: flex; flex-direction: column; align-items: flex-start; margin-top: 10px; } .capsule-toggle { background: none; border: none; cursor: pointer; padding: 6px 0; display: flex; align-items: center; opacity: 0.65; transition: opacity .3s ease; } .capsule-toggle:hover { opacity: 1; } .toggle-arrow { transition: transform .4s cubic-bezier(0.22,1,0.36,1); } .capsule-toggle[aria-expanded="true"] .toggle-arrow { transform: rotate(180deg); } .capsule-detail { overflow: hidden; max-height: 0; opacity: 0; transition: max-height .45s cubic-bezier(0.22,1,0.36,1), opacity .35s ease; } .capsule-detail.open { max-height: 200px; opacity: 1; } .capsule-detail-text { font-size: 12px; line-height: 1.75; color: rgba(245,240,232,0.50); padding-top: 10px; font-style: italic; } #diagnostic { background: #0A1428; color: #F5F0E8; position: relative; } #diagnostic .tag { color: rgba(245,240,232,0.50); } #diagnostic .tag::before { background: rgba(245,240,232,0.50); } #diagnostic h2 { color: #F5F0E8; } #diagnostic h2 em { font-style: italic; color: rgba(184,212,184,0.95); text-shadow: 0 0 8px rgba(184,212,184,0.60), 0 0 20px rgba(184,212,184,0.30), 0 0 40px rgba(184,212,184,0.12); } #diagnostic .lead { color: rgba(245,240,232,0.70); } #diagnostic .badge { background: rgba(255,255,255,0.08); backdrop-filter: blur(16px) saturate(150%); -webkit-backdrop-filter: blur(16px) saturate(150%); border: 1px solid rgba(255,255,255,0.18); color: rgba(245,240,232,0.85); font-family: var(--mono); font-weight: 500; } #diagnostic .badge .dot { background: rgba(184,212,184,0.90); box-shadow: 0 0 8px rgba(184,212,184,0.70); } #diagnostic .final-proofs span { background: rgba(255,255,255,0.08); backdrop-filter: blur(12px) saturate(140%); -webkit-backdrop-filter: blur(12px) saturate(140%); border: 1px solid rgba(255,255,255,0.15); color: rgba(245,240,232,0.80); font-family: var(--sans); font-weight: 500; transition: border-color .3s ease, background .3s ease, color .3s ease; } #diagnostic .final-proofs span:hover { border-color: rgba(184,212,184,0.35); background: rgba(255,255,255,0.12); color: #F5F0E8; }
/* ---- Buttons ---- */
.btn {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.04em;
  border-radius: var(--r-pill);
  padding: 15px 26px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  border: 1px solid transparent;
  text-decoration: none;
  transition: transform .5s var(--ease), background .35s var(--ease),
              color .35s var(--ease), border-color .35s var(--ease),
              box-shadow .5s var(--ease);
  white-space: nowrap;
}
.btn .arr { transition: transform .5s var(--ease); }
.btn:hover .arr { transform: translateX(4px); }

.btn-primary {
  background: var(--ink);
  color: var(--bg-light);
  box-shadow: 0 12px 30px -14px rgba(22,32,22,0.55);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 20px 40px -16px rgba(22,32,22,0.6); }


.btn-light {
  background: #FFFFFF;
  color: #0A1428;
  font-weight: 600;
  box-shadow: 0 4px 20px rgba(5,12,25,0.25);
}
.btn-light:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(5,12,25,0.3); }
/* Effet néon 3 — CTA primaire du hero */
.hero-cta .btn-light {
  border: 1px solid rgba(184,212,184,0.60);
  background: rgba(255,255,255,0.95);
  color: #0A1428;
  border-radius: 50px;
  box-shadow: 0 0 12px rgba(184,212,184,0.35), 0 0 24px rgba(184,212,184,0.15);
}
.hero-cta .btn-light:hover {
  transform: translateY(-2px);
  border-color: rgba(184,212,184,0.80);
  box-shadow: 0 0 16px rgba(184,212,184,0.45), 0 0 30px rgba(184,212,184,0.2);
}

.btn-glass {
  background: rgba(255,255,255,0.14);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  border: 1px solid rgba(255,255,255,0.35);
  color: #fff;
}
.btn-glass:hover { background: rgba(255,255,255,0.24); transform: translateY(-2px); }

/* ============================================================
   01 · NAV
   ============================================================ */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 32px;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  border-bottom: 0.5px solid rgba(255,255,255,0.10);
  transition: none;
}
.nav-logo { height: 26px; width: auto; filter: brightness(0) invert(1); opacity: 0.92; }
.nav-burger { display: none; }   /* hamburger : visible seulement en mobile (≤860px) */
.nav-cta-li { display: none; }   /* CTA dans le menu déroulant : mobile uniquement */
.nav-logo-link { display: inline-flex; align-items: center; text-decoration: none; cursor: pointer; }
.nav-links { display: flex; gap: 8px; list-style: none; }
.nav-links a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.88);
  text-decoration: none;
  position: relative;
  padding: 7px 18px;
  border-radius: 50px;
  white-space: nowrap;
  background: rgba(255,255,255,0.10);
  border: 0.5px solid rgba(255,255,255,0.22);
  backdrop-filter: blur(10px) saturate(140%);
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  transition: color .35s ease, background .35s ease, border-color .35s ease;
}
.nav-links a:hover { color: #fff; background: rgba(255,255,255,0.18); border-color: rgba(184,212,184,0.50); box-shadow: 0 0 8px rgba(184,212,184,0.25); }
.nav-right { display: flex; align-items: center; gap: 22px; }
/* Effet néon 1 — CTA Révélation IAQIN, permanent */
#navCta {
  border: 1px solid rgba(184,212,184,0.55);
  box-shadow: 0 0 10px rgba(184,212,184,0.30), 0 0 20px rgba(184,212,184,0.12);
}
#navCta:hover {
  border-color: rgba(184,212,184,0.75);
  box-shadow: 0 0 14px rgba(184,212,184,0.40), 0 0 28px rgba(184,212,184,0.18);
}

/* ============================================================
   02 · HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: linear-gradient(180deg, #aebfce 0%, #b6c4d3 55%, #0A1428 100%);
}
.hero-img {
  position: absolute; top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center center;
  transform: none;
  transform-origin: center center;
  z-index: 0; will-change: transform;
}
/* Fondu bas du hero vers le fond sombre de la section suivante */
.hero::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 340px; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(10,20,40,0) 0%, rgba(10,20,40,0.30) 40%, rgba(10,20,40,0.70) 70%, rgba(10,20,40,0.95) 100%);
}
/* Overlay gauche — garantit la lisibilité du bloc texte */
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(105deg, rgba(5,12,25,0.70) 0%, rgba(5,12,25,0.40) 40%, rgba(5,12,25,0.0) 58%);
  pointer-events: none;
}
/* Overlay bas — ancre le bandeau d'encarts dans l'image */
.hero-overlay-bottom {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(5,12,25,0.0) 58%, rgba(8,20,45,0.72) 100%);
  pointer-events: none;
}

/* NIVEAU 2–4 : bloc texte ancré en haut-gauche, bien proportionné */
.hero-inner {
  position: absolute;
  left: 5%;
  top: 12%;
  max-width: 520px;
  z-index: 3;
  margin: 0;
  padding: 0;
  transform: none;
}
.hero h1 em { font-style: italic; color: #fff; }
.hero-pills {
  display: flex; flex-wrap: wrap; align-items: center; gap: 12px;
  margin-bottom: clamp(22px, 3.4vh, 34px);
}

.hero-timer {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.92);
  font-weight: 500;
  display: flex; width: fit-content;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.12);
  border: 0.5px solid rgba(255,255,255,0.25);
  border-radius: 50px;
  padding: 7px 16px;
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
}
.hero-timer .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 0 0 rgba(200,168,107,0.7);
  animation: pulse 2.4s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(200,168,107,0.6); }
  70% { box-shadow: 0 0 0 9px rgba(200,168,107,0); }
  100% { box-shadow: 0 0 0 0 rgba(200,168,107,0); }
}

.hero-label {
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,255,255,0.92);
  display: flex; width: fit-content; align-items: center; gap: 12px;
  white-space: nowrap;
  background: rgba(255,255,255,0.12);
  border: 0.5px solid rgba(255,255,255,0.25);
  border-radius: 50px;
  padding: 7px 16px;
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
}

.hero h1 {
  color: #fff; max-width: 480px;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.1;
  text-shadow: 0 2px 30px rgba(5,12,25,0.4);
}
.hero h1 em { color: #fff; }

.hero-sub {
  font-family: var(--serif);
  font-style: normal;
  font-size: 20px;
  color: #fff;
  margin-top: 12px;
}
.hero-body {
  color: rgba(255,255,255,0.82);
  font-size: 13px;
  line-height: 1.8;
  max-width: 460px;
  margin-top: 12px;
  text-shadow: 0 1px 16px rgba(5,12,25,0.45);
}
.hero-cta { display: flex; flex-direction: row; flex-wrap: nowrap; gap: 12px; align-items: center; margin-top: 36px; }

/* ============================================================
   TRANSITION · LES 3 ENCARTS (section sombre sous le hero)
   ============================================================ */
.proof-section {
  background: #0A1428;
  padding: 96px 48px 60px;
  margin-top: -60px;
  position: relative;
  z-index: 2;
}
.proof-section::after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 120px; pointer-events: none; z-index: 0; background: linear-gradient(180deg, rgba(10,20,40,0) 0%, rgba(10,20,40,1) 100%); }
.proof-section .proof-grid { position: relative; z-index: 1; }
.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
}
.proof-col {
  position: relative;
  z-index: 1;
  background: rgba(255,255,255,0.06);
  border: 0.5px solid rgba(255,255,255,0.15);
  border-radius: 20px;
  padding: 28px 32px;
  backdrop-filter: blur(12px) saturate(150%);
  -webkit-backdrop-filter: blur(12px) saturate(150%);
  text-align: center;
  display: flex; flex-direction: column; align-items: center;
  transition: transform .55s var(--ease), box-shadow .55s var(--ease), background .4s var(--ease), border-color .4s var(--ease);
}
.proof-col:hover {
  transform: translateY(-5px);
  background: rgba(255,255,255,0.09);
  border-color: rgba(184,212,184,0.40);
  box-shadow: 0 0 16px rgba(184,212,184,0.18), 0 20px 50px rgba(0,0,0,0.3);
}
.proof-when {
  font-family: var(--sans); font-weight: 600; font-size: 10px; letter-spacing: 0.14em;
  text-transform: uppercase; color: rgba(255,255,255,0.50);
  margin-bottom: 8px;
}
.proof-num {
  font-family: var(--serif); font-size: 56px;
  color: #fff; line-height: 1; text-align: center;
}
.proof-num.glow { color: #FFFFFF; font-family: var(--serif); text-shadow: 0 0 24px rgba(184,212,184,0.60), 0 0 48px rgba(184,212,184,0.25); } .proof-col:nth-child(3) { border-color: rgba(184,212,184,0.45); box-shadow: 0 0 0 1px rgba(184,212,184,0.15), 0 0 18px rgba(184,212,184,0.22), 0 0 36px rgba(184,212,184,0.10), inset 0 0 20px rgba(184,212,184,0.04); animation: neon-pulse 3s ease-in-out infinite; } @keyframes neon-pulse { 0%,100% { box-shadow: 0 0 0 1px rgba(184,212,184,0.15), 0 0 18px rgba(184,212,184,0.22), 0 0 36px rgba(184,212,184,0.10), inset 0 0 20px rgba(184,212,184,0.04); } 50% { box-shadow: 0 0 0 1px rgba(184,212,184,0.18), 0 0 24px rgba(184,212,184,0.32), 0 0 48px rgba(184,212,184,0.16), inset 0 0 20px rgba(184,212,184,0.05); } } .video-card .video-play { position: relative; overflow: visible; border: 1.5px solid rgba(184,212,184,0.55); background: rgba(184,212,184,0.08); box-shadow: 0 0 0 8px rgba(184,212,184,0.06), 0 0 20px rgba(184,212,184,0.28), 0 0 40px rgba(184,212,184,0.12); animation: play-neon 2.8s ease-in-out infinite; } @keyframes play-neon { 0%,100% { box-shadow: 0 0 0 8px rgba(184,212,184,0.06), 0 0 20px rgba(184,212,184,0.28), 0 0 40px rgba(184,212,184,0.12); } 50% { box-shadow: 0 0 0 14px rgba(184,212,184,0.04), 0 0 28px rgba(184,212,184,0.40), 0 0 56px rgba(184,212,184,0.18); } } .video-play::before { content: ''; position: absolute; inset: -14px; border-radius: 50%; border: 1px solid rgba(184,212,184,0.18); pointer-events: none; animation: ring-expand 2.8s ease-out infinite; } .video-play::after { content: ''; position: absolute; inset: -28px; border-radius: 50%; border: 1px solid rgba(184,212,184,0.08); pointer-events: none; animation: ring-expand 2.8s ease-out infinite; animation-delay: 0.7s; } @keyframes ring-expand { 0% { opacity: 0.8; transform: scale(0.88); } 100% { opacity: 0; transform: scale(1.18); } }
.proof-rule {
  width: 100%; height: 0; border-top: 0.5px solid rgba(255,255,255,0.15);
  margin: 12px 0;
}
.proof-text {
  font-family: var(--sans); font-weight: 400;
  font-size: 12px; line-height: 1.7;
  color: rgba(255,255,255,0.70); text-align: center;
}
.proof-cap {
  font-family: var(--sans); font-weight: 700; font-style: normal;
  font-size: 11px; letter-spacing: 0.01em;
  color: rgba(255,255,255,0.65); text-align: center;
  margin-top: 12px;
}

/* ============================================================
   03 · VIDEO
   ============================================================ */
.video-section {
  background: linear-gradient(180deg, #0A1428 0%, #081525 50%, #0A1830 100%);
  position: relative;
}
.video-section::after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 160px; pointer-events: none; z-index: 0; background: linear-gradient(180deg, rgba(10,24,48,0) 0%, rgba(11,28,52,1) 100%); }
.video-section .wrap { position: relative; z-index: 1; }
.video-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(155deg, #243524 0%, #18271a 60%, #1f3320 100%);
  aspect-ratio: 21 / 9;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 30px 80px -40px rgba(22,32,22,0.5);
  cursor: pointer;
}
.video-card::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(70% 120% at 50% 120%, rgba(122,158,106,0.28), transparent 60%);
  pointer-events: none;
}
.video-inner {
  position: relative; z-index: 2; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 20px;
}
.video-play {
  width: 78px; height: 78px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--glass-bg);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  border: 0.5px solid var(--glass-border);
  transition: transform .5s var(--ease), background .4s var(--ease);
}
.video-card:hover .video-play { transform: scale(1.08); background: rgba(255,255,255,0.2); }
.video-play svg { margin-left: 4px; }
.video-meta .vlabel {
  font-size: 11px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.55); margin-bottom: 7px;
}
.video-meta .vtitle {
  font-family: var(--serif); font-size: clamp(20px,2vw,26px); color: #fff;
}

/* ============================================================
   04 · LA VÉRITÉ (dark, emotional)
   ============================================================ */
.truth { background: linear-gradient(180deg, #0A1830 0%, #0B1C35 45%, #0D1F3C 100%); color: #F5F0E8; position: relative; overflow: hidden; } .truth::after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 160px; pointer-events: none; z-index: 0; background: linear-gradient(180deg, rgba(11,28,48,0) 0%, rgba(11,28,48,1) 100%); }
.truth .wrap { position: relative; z-index: 1; }
.truth::before { content: ""; position: absolute; inset: 0; background: radial-gradient(55% 40% at 92% 8%, rgba(184,212,184,0.07), transparent 60%), radial-gradient(45% 35% at 5% 95%, rgba(200,168,107,0.08), transparent 60%); pointer-events: none; } .truth .tag { color: rgba(245,240,232,0.50); } .truth .tag::before { background: rgba(245,240,232,0.50); } .truth h2 { color: #F5F0E8; } .truth h2 em, .truth-big em { font-style: italic; color: rgba(184,212,184,0.95); text-shadow: 0 0 8px rgba(184,212,184,0.60), 0 0 20px rgba(184,212,184,0.30), 0 0 40px rgba(184,212,184,0.12); } .pain-cards { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 56px; position: relative; z-index: 2; } .pain-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 28px 20px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; transition: border-color .4s ease, background .4s ease, transform .5s ease, box-shadow .5s ease; } .pain-card:hover { background: rgba(255,255,255,0.07); border-color: rgba(184,212,184,0.25); transform: translateY(-5px); box-shadow: 0 0 18px rgba(184,212,184,0.08), 0 20px 40px rgba(0,0,0,0.25); } .pain-icon { width: 32px; height: 32px; flex-shrink: 0; margin: 0 auto; filter: drop-shadow(0 0 5px rgba(184,212,184,0.65)) drop-shadow(0 0 12px rgba(184,212,184,0.30)); } .pain-text { font-size: 13.5px; font-weight: 600; line-height: 1.7; color: rgba(245,240,232,0.90); text-align: center; } .truth-statement { margin-top: 80px; max-width: 760px; text-align: center; margin-inline: auto; position: relative; z-index: 2; } .truth-big { font-family: var(--serif); font-style: italic; font-size: clamp(22px, 2.6vw, 36px); line-height: 1.4; color: #F5F0E8; text-align: center; text-wrap: balance; }  .truth-close { margin-top: 40px; text-align: center; font-size: 13px; font-weight: 500; letter-spacing: 0.04em; color: rgba(184,212,184,0.75); text-shadow: 0 0 8px rgba(184,212,184,0.45), 0 0 18px rgba(184,212,184,0.20); max-width: 600px; margin-inline: auto; position: relative; z-index: 2; } @media (max-width: 1080px) { .pain-cards { grid-template-columns: repeat(3, 1fr); } } @media (max-width: 680px) { .pain-cards { grid-template-columns: 1fr 1fr; } .truth-statement { padding-left: 20px; } .truth-close { padding-left: 20px; } } @media (max-width: 440px) { .pain-cards { grid-template-columns: 1fr; } }

/* ============================================================
   05 · LE SYSTÈME (6 capsules)
   ============================================================ */
.capsules {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(14px, 1.4vw, 22px);
  margin-top: 64px;
}
#systeme .capsules::before { content: ""; position: absolute; top: var(--cap-line-top, 150px); left: 5%; right: 5%; height: 1px; background: linear-gradient(90deg, transparent 0%, rgba(184,212,184,0.12) 15%, rgba(184,212,184,0.18) 50%, rgba(184,212,184,0.12) 85%, transparent 100%); pointer-events: none; z-index: 0; }
.capsule {
  display: flex; flex-direction: column; gap: 16px;
}
.capsule-visual {
  position: relative;
  aspect-ratio: 3 / 5;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--ink-10);
  box-shadow: 0 18px 40px -28px rgba(22,32,22,0.4);
  transition: transform .6s var(--ease), box-shadow .6s var(--ease);
}
.capsule:hover .capsule-visual {
  transform: translateY(-8px);
  box-shadow: 0 30px 50px -30px rgba(22,32,22,0.5);
}
/* Effet néon 3 — capsules au survol */
.capsule:hover .capsule-visual {
  border-color: rgba(184,212,184,0.40);
  box-shadow: 0 0 16px rgba(184,212,184,0.20), 0 30px 50px -30px rgba(22,32,22,0.5);
  transition: all 0.4s ease;
}
.capsule-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }

.capsule-num {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em;
  color: var(--amber);
}
.capsule-title { font-family: var(--serif); font-size: 22px; line-height: 1.1; }
.capsule-sub {
  font-size: 10.5px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink-45);
}
.capsule-desc { font-size: 12.5px; line-height: 1.65; color: var(--ink-60); }

/* ============================================================
   06 · OFFRES
   ============================================================ */
.offers {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 1.8vw, 26px);
  margin-top: 60px;
  align-items: stretch;
}
.offer {
  background: rgba(255,255,255,0.6);
  border: 1px solid var(--ink-10);
  border-radius: var(--r-card);
  padding: clamp(28px, 2.6vw, 40px);
  display: flex; flex-direction: column; gap: 22px;
  transition: transform .6s var(--ease), box-shadow .6s var(--ease), background .4s var(--ease);
}
.offer:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -34px rgba(22,32,22,0.35); }
.offer.featured {
  background: var(--ink); color: var(--bg-light);
  border-color: var(--ink);
  box-shadow: 0 34px 70px -36px rgba(22,32,22,0.6);
}
.offer-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; }
.offer-dur {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em;
  color: var(--ink-45);
}
.offer.featured .offer-dur { color: rgba(245,240,232,0.6); }
.offer-badge {
  font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  background: rgba(184,212,184,0.12); border: 1px solid rgba(184,212,184,0.55); color: rgba(184,212,184,0.95);
  padding: 6px 14px; border-radius: 50px;
  box-shadow: 0 0 8px rgba(184,212,184,0.40), 0 0 20px rgba(184,212,184,0.18);
  text-shadow: 0 0 6px rgba(184,212,184,0.55);
}
.offer-name { font-family: var(--serif); font-size: clamp(23px, 2vw, 28px); line-height: 1.12; }
.offer-tag { font-size: 12.5px; color: var(--ink-60); margin-top: -10px; }
.offer.featured .offer-tag { color: rgba(245,240,232,0.7); }
.offer-list { list-style: none; display: flex; flex-direction: column; gap: 13px; }
.offer-list li {
  font-size: 13px; color: var(--ink-75); display: flex; gap: 11px; align-items: flex-start;
  padding-top: 13px; border-top: 1px solid var(--ink-10);
}
.offer.featured .offer-list li { color: rgba(245,240,232,0.82); border-top-color: rgba(245,240,232,0.14); }
.offer-list .ar { color: var(--green); flex-shrink: 0; }
.offer.featured .offer-list .ar { color: var(--amber); }
.offer-values {
  margin-top: auto; display: flex; flex-wrap: wrap; gap: 8px;
}
.offer-values span {
  font-size: 10.5px; letter-spacing: 0.04em;
  padding: 7px 13px; border-radius: 20px;
  background: var(--ink-06); color: var(--ink-65);
}
.offer.featured .offer-values span { background: rgba(245,240,232,0.1); color: rgba(245,240,232,0.82); }
.offers-cta { margin-top: 46px; display: flex; justify-content: center; } #offres { background: #0A1828; position: relative; } #offres::after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 160px; pointer-events: none; z-index: 0; background: linear-gradient(180deg, rgba(9,24,40,0) 0%, rgba(9,26,40,1) 100%); } #offres .wrap { position: relative; z-index: 1; } #offres .tag { color: rgba(245,240,232,0.55); } #offres .tag::before { background: rgba(245,240,232,0.55); } #offres h2 { color: #F5F0E8; } #offres h2 em { font-style: italic; color: rgba(184,212,184,0.95); text-shadow: 0 0 8px rgba(184,212,184,0.60), 0 0 20px rgba(184,212,184,0.30), 0 0 40px rgba(184,212,184,0.12); } #offres .lead { color: rgba(245,240,232,0.70); } #offres .offer { background: rgba(255,255,255,0.05); border: 1px solid rgba(184,212,184,0.18); color: #F5F0E8; } #offres .offer .offer-dur { color: rgba(245,240,232,0.50); } #offres .offer .offer-name { color: #F5F0E8; font-family: var(--serif); } #offres .offer-name { margin-bottom: 10px; } #offres .offer .offer-tag { margin-top: 0; padding-top: 6px; font-size: 13px; color: rgba(245,240,232,0.55); } #offres .offer.featured .offer-tag { color: rgba(245,240,232,0.65); } #offres .offer .offer-list li { color: rgba(245,240,232,0.78); border-top-color: rgba(255,255,255,0.08); } #offres .offer .offer-values span { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); color: rgba(245,240,232,0.70); } #offres .offer.featured { background: rgba(255,255,255,0.08); backdrop-filter: blur(20px) saturate(150%); -webkit-backdrop-filter: blur(20px) saturate(150%); border: 1px solid rgba(184,212,184,0.50); box-shadow: 0 0 0 1px rgba(184,212,184,0.15), 0 0 32px rgba(184,212,184,0.22), 0 0 64px rgba(184,212,184,0.08), 0 40px 80px rgba(0,0,0,0.35); color: #F5F0E8; } #offres .offer.featured .offer-dur { color: rgba(245,240,232,0.65); } #offres .offer.featured .offer-tag { color: rgba(245,240,232,0.75); } #offres .offer.featured .offer-list li { color: rgba(245,240,232,0.85); border-top-color: rgba(245,240,232,0.16); } #offres .offer.featured .offer-values span { background: rgba(184,212,184,0.15); color: rgba(245,240,232,0.85); } #offres .offer:not(.featured):hover { border-color: rgba(184,212,184,0.40); background: rgba(255,255,255,0.07); box-shadow: 0 0 0 1px rgba(184,212,184,0.10), 0 0 24px rgba(184,212,184,0.16), 0 30px 60px rgba(0,0,0,0.30); transform: translateY(-6px); } #offres .offer-promise { margin-bottom: 4px; min-height: 72px; display: flex; align-items: flex-start; } #offres .offer-list .ar { color: var(--amber); flex-shrink: 0; font-weight: 600; } #offres .offer-values { margin-top: 0; display: flex; flex-wrap: wrap; gap: 8px; } #offres .offer-values span { font-size: 10.5px; letter-spacing: 0.04em; padding: 6px 13px; border-radius: 20px; } #offres .offers-cta { margin-top: 56px; display: flex; flex-direction: column; align-items: center; gap: 16px; justify-content: center; } #offres .offers-cta-sub { font-size: 13px; font-weight: 500; color: rgba(184,212,184,0.85); letter-spacing: 0.03em; text-align: center; text-shadow: 0 0 8px rgba(184,212,184,0.50), 0 0 20px rgba(184,212,184,0.22); } #offres .offers-cta .btn-primary { background: #F5F0E8; color: #0F1E10; font-weight: 600; box-shadow: 0 12px 30px rgba(0,0,0,0.30); } #offres .offers-cta .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(0,0,0,0.38); }

/* ============================================================
   07 · PROCESS
   ============================================================ */
#process { position: relative; background: #0A1A28; color: #F5F0E8; } #process::after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 160px; pointer-events: none; z-index: 0; background: linear-gradient(180deg, rgba(10,26,40,0) 0%, rgba(9,24,40,1) 100%); } #process .wrap { position: relative; z-index: 1; } #process .tag { color: rgba(245,240,232,0.50); } #process .tag::before { background: rgba(245,240,232,0.50); } #process h2 { color: #F5F0E8; } #process .lead { color: rgba(245,240,232,0.65); } #process h2 em { font-style: italic; color: rgba(184,212,184,0.95); text-shadow: 0 0 8px rgba(184,212,184,0.55), 0 0 20px rgba(184,212,184,0.25); } .process-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 3vw, 48px); margin-top: 72px; padding-top: 48px; align-items: start; } .process-line { position: absolute; top: 24px; left: 16.667%; right: 16.667%; height: 1px; background: linear-gradient(90deg, transparent 0%, rgba(184,212,184,0.35) 15%, rgba(184,212,184,0.65) 50%, rgba(184,212,184,0.35) 85%, transparent 100%); pointer-events: none; z-index: 0; } .pc-node { position: absolute; top: 18px; width: 12px; height: 12px; border-radius: 50%; background: rgba(184,212,184,0.95); transform: translateX(-50%); z-index: 2; box-shadow: 0 0 0 5px rgba(184,212,184,0.15), 0 0 14px rgba(184,212,184,0.70), 0 0 28px rgba(184,212,184,0.35); animation: node-pulse 2.8s ease-in-out infinite; } @keyframes node-pulse { 0%,100% { box-shadow: 0 0 0 5px rgba(184,212,184,0.15), 0 0 14px rgba(184,212,184,0.70), 0 0 28px rgba(184,212,184,0.35); } 50% { box-shadow: 0 0 0 9px rgba(184,212,184,0.10), 0 0 22px rgba(184,212,184,0.90), 0 0 44px rgba(184,212,184,0.45); } } .process-step { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 20px; padding: clamp(28px, 3vw, 40px); background: rgba(255,255,255,0.07); backdrop-filter: blur(18px) saturate(150%); -webkit-backdrop-filter: blur(18px) saturate(150%); border: 1px solid rgba(184,212,184,0.22); box-shadow: 0 0 0 1px rgba(184,212,184,0.06), 0 0 16px rgba(184,212,184,0.08), 0 20px 40px rgba(0,0,0,0.25); border-radius: 20px; transition: transform .5s cubic-bezier(0.22,1,0.36,1), box-shadow .5s cubic-bezier(0.22,1,0.36,1), border-color .4s ease; } .process-step:hover { transform: translateY(-6px); border-color: rgba(184,212,184,0.48); box-shadow: 0 0 0 1px rgba(184,212,184,0.12), 0 0 24px rgba(184,212,184,0.18), 0 24px 50px rgba(0,0,0,0.30); } .ps-num { font-family: var(--mono); font-size: 13px; letter-spacing: 0.14em; color: var(--amber); line-height: 1; width: 36px; height: 36px; border-radius: 50%; background: rgba(200,168,107,0.12); border: 1px solid rgba(200,168,107,0.25); display: grid; place-items: center; } .ps-title { font-family: var(--serif); font-size: clamp(20px, 1.8vw, 26px); color: #F5F0E8; line-height: 1.15; margin: 0; } .ps-desc { font-size: 13.5px; line-height: 1.75; color: rgba(245,240,232,0.70); max-width: 38ch; margin: 0; } .ps-promise { display: inline-block; font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: 0.06em; color: rgba(184,212,184,0.85); text-shadow: 0 0 6px rgba(184,212,184,0.35), 0 0 14px rgba(184,212,184,0.15); padding-top: 12px; border-top: 1px solid rgba(22,32,22,0.08); width: 100%; } .process-cta { margin-top: 56px; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; } .process-cta-sub { font-family: var(--mono); font-size: 11px; letter-spacing: 0.10em; color: rgba(245,240,232,0.55); text-transform: uppercase; margin: 0; } #process .process-cta .btn-primary { background: #F5F0E8; color: #0F1E10; border: none; box-shadow: 0 8px 24px rgba(0,0,0,0.30); } #process .process-cta .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(0,0,0,0.40); } @media (max-width: 860px) { .process-grid { grid-template-columns: 1fr; gap: 16px; } .process-line { display: none; } .process-step { flex-direction: row; gap: 20px; align-items: flex-start; } .ps-num { flex-shrink: 0; } }

/* ============================================================
   08 · ALIGNEMENT
   ============================================================ */
section[data-screen-label="Alignement"] { background: #091828; color: #F5F0E8; position: relative; overflow: hidden; } section[data-screen-label="Alignement"]::after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 160px; pointer-events: none; z-index: 0; background: linear-gradient(180deg, rgba(9,24,40,0) 0%, rgba(10,20,40,1) 100%); } section[data-screen-label="Alignement"] .wrap { position: relative; z-index: 1; } section[data-screen-label="Alignement"] .tag { color: rgba(245,240,232,0.50); } section[data-screen-label="Alignement"] .tag::before { background: rgba(245,240,232,0.50); } section[data-screen-label="Alignement"] h2 { color: #F5F0E8; } section[data-screen-label="Alignement"] h2 em { font-style: italic; color: rgba(184,212,184,0.95); text-shadow: 0 0 8px rgba(184,212,184,0.60), 0 0 20px rgba(184,212,184,0.30), 0 0 40px rgba(184,212,184,0.12); } .tree-root { margin-top: 64px; display: flex; flex-direction: column; align-items: center; gap: 0; } .tree-question { background: rgba(255,255,255,0.05); backdrop-filter: blur(18px) saturate(150%); -webkit-backdrop-filter: blur(18px) saturate(150%); border: 1px solid rgba(184,212,184,0.22); border-radius: 20px; padding: 32px 40px; max-width: 680px; width: 100%; text-align: center; box-shadow: 0 0 0 1px rgba(184,212,184,0.08), 0 0 24px rgba(184,212,184,0.10), 0 20px 40px rgba(0,0,0,0.25); } .tree-q-text { font-family: var(--serif); font-size: clamp(17px, 1.6vw, 21px); color: #F5F0E8; margin-bottom: 24px; font-style: normal; } .tree-q-items { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; } .tree-q-item { font-size: 12px; font-weight: 500; letter-spacing: 0.03em; color: rgba(245,240,232,0.88); background: rgba(184,212,184,0.06); border: 1px solid rgba(184,212,184,0.40); border-radius: 12px; padding: 10px 18px; box-shadow: 0 0 0 1px rgba(184,212,184,0.08), 0 0 12px rgba(184,212,184,0.18), 0 0 24px rgba(184,212,184,0.08); transition: border-color .3s ease, box-shadow .3s ease; } .tree-q-item:hover { border-color: rgba(184,212,184,0.65); box-shadow: 0 0 0 1px rgba(184,212,184,0.12), 0 0 18px rgba(184,212,184,0.28), 0 0 36px rgba(184,212,184,0.12); } .tree-split { display: flex; flex-direction: column; align-items: center; width: 100%; max-width: 900px; position: relative; height: 80px; } .tree-split-line { width: 1px; height: 30px; background: linear-gradient(180deg, rgba(184,212,184,0.70), rgba(184,212,184,0.40)); box-shadow: 0 0 8px rgba(184,212,184,0.50); margin: 0 auto; } .tree-split-branches { display: flex; width: 60%; position: relative; height: 30px; } .tree-branch-line { position: absolute; top: 0; height: 30px; width: 50%; pointer-events: none; } .tree-branch-line.left { left: 0; border-left: 1px solid rgba(184,212,184,0.45); border-bottom: 1px solid rgba(184,212,184,0.45); border-bottom-left-radius: 14px; box-shadow: -2px 2px 8px -4px rgba(184,212,184,0.40); } .tree-branch-line.right { right: 0; border-right: 1px solid rgba(184,212,184,0.45); border-bottom: 1px solid rgba(184,212,184,0.45); border-bottom-right-radius: 14px; box-shadow: 2px 2px 8px -4px rgba(184,212,184,0.40); } .tree-paths { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; width: 100%; max-width: 960px; align-items: stretch; } .tree-path { border-radius: 20px; padding: clamp(28px, 3vw, 40px); display: flex; flex-direction: column; justify-content: space-between; gap: 24px; } .tree-path.yes-path { background: rgba(255,255,255,0.07); backdrop-filter: blur(18px) saturate(150%); -webkit-backdrop-filter: blur(18px) saturate(150%); border: 1px solid rgba(184,212,184,0.28); box-shadow: 0 0 0 1px rgba(184,212,184,0.08), 0 0 24px rgba(184,212,184,0.12), 0 24px 50px rgba(0,0,0,0.30); } .tree-path.no-path { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); } .tree-path-items { display: flex; flex-direction: column; gap: 12px; } .tree-path-item { display: flex; align-items: flex-start; gap: 12px; font-size: 13.5px; line-height: 1.65; color: rgba(245,240,232,0.80); padding-top: 12px; border-top: 1px solid rgba(255,255,255,0.08); } .tree-path-item:first-child { border-top: none; padding-top: 0; } .tree-path-item.no { color: rgba(245,240,232,0.55); font-size: 13px; } .tpi-mark { flex-shrink: 0; font-weight: 600; font-size: 14px; } .yes-path .tpi-mark { color: rgba(184,212,184,0.90); text-shadow: 0 0 6px rgba(184,212,184,0.45); } .no-path .tpi-mark { color: rgba(245,240,232,0.40); } .tree-path-conclusion { display: flex; flex-direction: column; gap: 16px; margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(184,212,184,0.15); } .tree-path-conclusion.no { border-top-color: rgba(255,255,255,0.08); } .tree-conclusion-text { font-family: var(--serif); font-style: normal; font-size: clamp(15px, 1.4vw, 18px); line-height: 1.5; color: #F5F0E8; } .tree-conclusion-text.no { color: rgba(245,240,232,0.65); font-size: clamp(13px, 1.2vw, 15px); font-style: normal; } .tree-cta-yes { background: #F5F0E8; color: #0F1E10; font-weight: 600; border: none; box-shadow: 0 8px 24px rgba(0,0,0,0.25); } .tree-cta-yes:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(0,0,0,0.35); } .tree-cta-no { background: rgba(255,255,255,0.08); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); color: rgba(245,240,232,0.80); border: 1px solid rgba(255,255,255,0.15); font-size: 12px; } .tree-cta-no:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.25); } @media (max-width: 860px) { .tree-paths { grid-template-columns: 1fr; } .tree-split-branches { width: 40%; } }

/* ============================================================
   09 · CTA + FORM
   ============================================================ */
.final-head { max-width: 760px; }
.badge {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 10.5px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  color: #5a4a22;
  background: rgba(200,168,107,0.22);
  border: 1px solid rgba(200,168,107,0.4);
  padding: 9px 16px; border-radius: 20px; margin-bottom: 26px;
}
.badge .dot { width:6px; height:6px; border-radius:50%; background: var(--amber); }
.final-proofs { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.final-proofs span {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.04em; color: var(--ink-65);
  padding: 8px 15px; border-radius: var(--r-pill); border: 1px solid var(--ink-10);
}

/* ============================================================
   10 · FOOTER
   ============================================================ */
.footer { background: var(--footer); color: rgba(245,240,232,0.65); padding: 56px var(--pad-x) 32px; text-align: center; }
.footer-quote {
  font-family: var(--serif); font-style: italic;
  font-size: clamp(20px, 2.2vw, 30px); line-height: 1.45;
  text-align: center; max-width: 560px; margin-inline: auto;
  color: rgba(184,212,184,0.92);
  text-shadow: 0 0 10px rgba(184,212,184,0.55), 0 0 24px rgba(184,212,184,0.28), 0 0 48px rgba(184,212,184,0.12);
  text-wrap: balance;
}
.footer-logo { height: 30px; margin: 32px auto 0; filter: brightness(0) invert(1); opacity: 0.45; }
.footer-links {
  display: flex; justify-content: center; gap: 28px; flex-wrap: wrap;
  margin-top: 24px; list-style: none;
}
.footer-links a {
  font-size: 12px; letter-spacing: 0.04em; color: rgba(245,240,232,0.45);
  text-decoration: none; transition: color .3s ease;
}
.footer-links a:hover { color: rgba(184,212,184,0.80); text-shadow: 0 0 8px rgba(184,212,184,0.35); }
.footer-base {
  margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.07);
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(245,240,232,0.25);
}

/* ============================================================
   Scroll reveal
   ============================================================ */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
.reveal.d4 { transition-delay: .32s; }
.reveal.d5 { transition-delay: .40s; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1080px) {
  .capsules { grid-template-columns: repeat(3, 1fr); row-gap: 40px; }
  .offers { grid-template-columns: 1fr; max-width: 460px; }
  .offer.featured { order: -1; }
  #offres .offer { background: rgba(13,26,14,0.62); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border-color: rgba(245,240,232,0.16); }
  #offres .offer.featured { background: rgba(20,38,22,0.66); }
  #offres .offer:not(.featured):hover { background: rgba(13,26,14,0.70); }
}
@media (max-width: 860px) {
  /* --- menu mobile (hamburger) --- */
  .nav-right #navCta { display: none; }               /* CTA de la barre → basculé dans le menu */
  .nav-logo { height: 42px !important; }               /* logo compact : rentre dans la nav */
  .nav-burger { display: flex; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; padding: 11px; background: none; border: 0; cursor: pointer; }
  .nav-burger span { display: block; height: 2px; width: 100%; background: var(--neige, #F5F0E8); border-radius: 2px; transition: transform .3s var(--ease, ease), opacity .2s; }
  .nav-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-links {
    position: fixed; top: 60px; left: 0; right: 0; z-index: 90;
    display: flex; flex-direction: column; gap: 0; margin: 0; padding: 6px 22px 14px; list-style: none;
    background: rgba(10,20,40,0.97); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255,255,255,0.08); box-shadow: 0 24px 50px -30px rgba(0,0,0,0.6);
    transform: translateY(-135%); transition: transform .32s var(--ease, ease);
  }
  .nav-links.open { transform: translateY(0); }
  .nav-links li { width: 100%; }
  .nav-links a { display: block; padding: 15px 4px; font-size: 16px; border-bottom: 1px solid rgba(255,255,255,0.06); }
  .nav-links li:last-child a { border-bottom: 0; }
  /* CTA mis en avant dans le menu */
  .nav-cta-li { display: block; margin-top: 8px; }
  .nav-cta-li a { text-align: center; border: 1px solid var(--sauge, #7A9E6A); border-radius: 10px; background: rgba(122,158,106,0.16); padding: 14px; }
  .proof-col { border-right: none; }
  .hero-inner { margin-top: 104px; }
}
@media (max-width: 560px) {
  .capsules { grid-template-columns: repeat(2, 1fr); }
  .video-card { aspect-ratio: 4 / 3; }
}


/* ponytail: small-phone responsive — the original CSS had no usable breakpoint
   below 560px, so several blocks (proof-grid stayed 3-col, tree-paths, the 48px
   section padding) forced the page wider than a phone and broke the layout.
   This collapses everything to one fluid column ≤600px. Desktop/tablet untouched. */
@media (max-width: 600px) {
  /* hero — keep text/CTA inside the viewport */
  .hero-inner { left: 5%; right: 5%; max-width: none; }
  .hero h1, .hero-sub, .hero-body { max-width: 100%; }
  .hero-label { white-space: normal; }
  .hero-cta { flex-wrap: wrap; }
  .hero-cta .btn { width: 100%; justify-content: center; }

  /* tame oversized horizontal padding */
  .section { padding-left: 22px; padding-right: 22px; }
  .proof-section { padding-left: 22px; padding-right: 22px; }

  /* collapse every multi-column block to a single fluid column */
  /* --- Autres sections en carousel horizontal (mobile) : réduit le scroll vertical --- */
  .proof-grid, .offers, .process-grid, .tree-paths {
    display: flex; grid-template-columns: none; flex-wrap: nowrap; align-items: stretch;
    gap: 14px; margin-top: 26px; overflow-x: auto; scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; scroll-padding-left: 22px; padding-bottom: 12px; scrollbar-width: none;
  }
  .proof-grid::-webkit-scrollbar, .offers::-webkit-scrollbar,
  .process-grid::-webkit-scrollbar, .tree-paths::-webkit-scrollbar { display: none; }
  .proof-col, .offer, .process-step, .tree-path { flex: 0 0 auto; scroll-snap-align: center; min-width: 0; }
  .proof-col    { width: 78%; }
  .offer        { width: 82%; }
  .process-step { width: 80%; margin-bottom: 0; }
  .tree-path    { width: 86%; }
  .tree-split   { display: none; }   /* connecteur en éventail : sans objet en slider */
  /* pain-cards : petites cartes → grille 2 colonnes (plus compact et lisible qu'un slider) */
  .pain-cards   { grid-template-columns: 1fr 1fr; gap: 12px; }

  /* --- capsules : slider horizontal (carousel) — coupe ~6 écrans de scroll vertical --- */
  .capsules {
    display: flex; grid-template-columns: none; gap: 14px; margin-top: 40px;
    overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
    scroll-padding-left: 22px; padding-bottom: 14px; scrollbar-width: none;
  }
  .capsules::-webkit-scrollbar { display: none; }        /* masque la barre (WebKit) */
  #systeme .capsules::before { display: none; }          /* ligne déco inutile en slider */
  #systeme .capsule { flex: 0 0 auto; width: min(56vw, 190px); gap: 10px; scroll-snap-align: center; min-width: 0; }  /* carte compacte : tient sur un écran ; aperçu suivante = "ça glisse" */
  .capsule-visual { aspect-ratio: 480 / 856; height: auto; } /* ratio réel de la photo → aucune coupe */

  /* --- lisibilité : textes clés remontés --- */
  .hero-body    { font-size: 15px; }
  .proof-text   { font-size: 14px; }
  #systeme .capsule-desc { font-size: 13.5px; }

  /* --- Compacité mobile : titres + marges de cartes resserrés (texte courant gardé ≥14px) --- */
  h2 { font-size: 30px; line-height: 1.18; }
  .proof-num { font-size: 46px; }
  .offer, .proof-col, .process-step { padding: 20px; }
  .pain-card { padding: 18px 16px; }

  /* --- Zones de tap ≥44px (confort tactile) --- */
  .capsule-toggle { min-width: 44px; min-height: 44px; padding: 12px; display: inline-flex; align-items: center; justify-content: center; }
  .footer-links a { padding: 14px 10px; }
  #editLead { padding: 8px 10px !important; }   /* "Corriger" (funnel) : zone tactile */

  /* (logo mobile 42px : géré dans le bloc @media 860px avec le menu hamburger) */
  /* process : connecteur horizontal masqué (le reste = carousel ci-dessus) */
  .process-line, .pc-node { display: none; }

  /* alignment tree: long-text CTAs were white-space:nowrap and forced the column
     wider than the phone — let buttons wrap and let flex/grid children shrink */
  .btn { white-space: normal; }
  .tree-paths > .tree-path { min-width: 0; }
  .tree-path-items, .tree-path-item, .tree-path-conclusion { min-width: 0; max-width: 100%; }
  .tree-cta-yes, .tree-cta-no { width: 100%; justify-content: center; text-align: center; }

  /* belt-and-braces: nothing may exceed the screen width */
  .proof-col, .capsule, .offer, .tree-path, .pain-card,
  .video-card, .hero-img, img { max-width: 100%; }
}


/* ============================================================
   Diagnostic — questionnaire Tally embarqué (remplace l'ancien formulaire teaser).
   min-height généreux : après la redirection Tally -> /rdv, le calendrier Cal
   s'affiche dans la même iframe et ne doit pas être rogné.
   ============================================================ */
.tally-shell {
  max-width: 820px;
  margin: 48px auto 0;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 28px;
  padding: clamp(20px, 3vw, 40px);
  box-shadow: 0 40px 90px -50px rgba(0,0,0,0.55);
}
.tally-shell iframe { width: 100%; border: 0; display: block; }

/* ---- Funnel diagnostic (mini-capture -> Tally -> Cal -> merci), dans l'encart .tally-shell ---- */
.mini-capture .mc-lead { color: rgba(245,240,232,.75); font-size: 1rem; line-height: 1.6; margin-bottom: 22px; }
.mc-fields { display: grid; gap: 16px; margin-bottom: 18px; }
.mc-field label { display: block; font-size: 13px; font-weight: 500; color: rgba(245,240,232,.7); margin-bottom: 7px; }
.mc-field input {
  width: 100%; height: 52px; padding: 0 16px; font: inherit; font-size: 16px; color: #F5F0E8;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.16); border-radius: 12px;
  outline: none; transition: border-color .15s, background .15s;
}
.mc-field input::placeholder { color: rgba(245,240,232,.4); }
.mc-field input:focus { border-color: #7A9E6A; background: rgba(255,255,255,.08); }
.mc-consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; color: rgba(245,240,232,.7); margin-bottom: 22px; cursor: pointer; }
.mc-consent input { margin-top: 3px; width: 16px; height: 16px; flex: none; accent-color: #7A9E6A; }
.mc-submit { width: 100%; justify-content: center; }
.mc-legal { margin-top: 16px; font-size: 12px; color: rgba(245,240,232,.5); line-height: 1.6; text-align: center; }
.mc-legal a { color: #7A9E6A; text-decoration: underline; }

#tallyFrame { width: 100%; height: 560px; border: 0; display: block; }
.cal-intro { font-family: var(--mono); font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; color: #7A9E6A; margin-bottom: 16px; text-align: center; }
#cal-embed { width: 100%; min-height: 600px; }

.diag-merci { text-align: center; padding: 24px 0; }
.diag-merci .merci-check { width: 60px; height: 60px; border-radius: 50%; margin: 0 auto 20px; display: grid; place-items: center; background: rgba(122,158,106,.14); border: 1px solid #7A9E6A; }
.diag-merci h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.5rem,3.5vw,2rem); color: #F5F0E8; margin-bottom: 14px; }
.diag-merci p { color: rgba(245,240,232,.7); line-height: 1.7; max-width: 44ch; margin: 0 auto; }
.diag-fallback { text-align: center; padding: 30px 0; color: rgba(245,240,232,.8); }
.diag-fallback a { color: #7A9E6A; text-decoration: underline; }
@media (max-width: 600px) {
  .tally-shell { margin-top: 28px; min-height: 620px; }
  .tally-shell iframe { min-height: 620px; }
}
