/* ==========================================================================
   Equicoaching — Booster Héritage
   Palette historique Booster : vert #90AF0B, blanc, noir.
   Même structure éditoriale que le Carnet.
   ========================================================================== */

/* -------- Design tokens -------- */
:root {
  /* Papier & encre — palette propre, alignée Booster vert + noir */
  --eqb-paper: #F2EFE5;              /* sable lin chaud — papier de carnet, dialogue avec photos & Cormorant */
  --eqb-paper-alt: #E5EAD2;          /* sauge franche — famille du #85B033 désaturée, ancre le vert Booster */
  --eqb-paper-card: #FFFFFF;         /* cartes en blanc pur pour pop sur le paper */
  --eqb-ink: #0E0E0C;                /* noir profond pour fonds sombres */
  --eqb-ink-soft: #2A2A28;

  /* Texte — contrastes AA garantis sur blanc */
  --eqb-text: #111111;               /* presque noir, 18.9:1 sur blanc */
  --eqb-text-2: #1F1F1F;             /* 16:1 — corps de texte */
  --eqb-text-muted: #555555;         /* 7.4:1 sur blanc */
  --eqb-text-on-dark: #FFFFFF;
  --eqb-text-on-accent: #FFFFFF;

  /* Brand — vert Booster historique + déclinaisons AA */
  --eqb-brand: #5A6E08;              /* 5.8:1 sur blanc — vert assombri pour texte */
  --eqb-brand-bright: #85B033;       /* Vert Booster officiel (logo) — header, accents décoratifs */
  --eqb-brand-dark: #4A5D06;
  --eqb-accent: #5A6E08;             /* CTA — blanc dessus 5.8:1 */
  --eqb-accent-hover: #4A5D06;
  --eqb-accent-soft: #E0EBB3;        /* vert pâle pour fonds sombres */
  --eqb-gold: #5A6E08;               /* alias */
  --eqb-gold-soft: #B9CF5C;          /* 7:1 sur noir — pour texte sur bg dark */

  /* Bordures */
  --eqb-border: #E0E0E0;
  --eqb-border-strong: #777777;

  /* Saisons — déclinaisons mono + vert */
  --eqb-hiver: #111111;              /* noir — hiver nocturne */
  --eqb-printemps: #5A6E08;          /* vert Booster foncé */
  --eqb-ete: #4A5D06;                /* vert plus profond */
  --eqb-automne: #2F3A04;            /* vert olive presque noir */

  /* Typographie */
  --eqb-font-display: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --eqb-font-body: "Crimson Pro", Georgia, "Times New Roman", serif;
  --eqb-font-hand: "Caveat", "Homemade Apple", cursive;
  --eqb-font-mono: "Special Elite", "Courier Prime", "Courier New", monospace;

  /* Sizing */
  --eqb-container: 1200px;
  --eqb-narrow: 780px;
  --eqb-radius-sm: 4px;
  --eqb-radius: 6px;
  --eqb-radius-lg: 10px;
  --eqb-header-h: 88px;

  /* Ombres douces (craie / encre diluée) */
  --eqb-shadow-sm: 0 1px 2px rgba(0,0,0,.06), 0 2px 12px rgba(0,0,0,.08);
  --eqb-shadow: 0 8px 28px rgba(0,0,0,.10);
  --eqb-shadow-lg: 0 24px 60px rgba(0,0,0,.18);

  /* Motion */
  --eqb-ease: cubic-bezier(.2, .7, .2, 1);
}

/* -------- Fond off-white + halos vert Booster subtils -------- */
body {
  background-color: var(--eqb-paper);
  background-image:
    radial-gradient(ellipse 60vw 40vh at 15% 10%, rgba(133,176,51,.10), transparent 60%),
    radial-gradient(ellipse 50vw 40vh at 85% 80%, rgba(133,176,51,.08), transparent 55%);
  background-attachment: scroll, scroll;
}

/* -------- Reset & base -------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
body {
  margin: 0;
  font-family: var(--eqb-font-body);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.65;
  color: var(--eqb-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}
html { overflow-x: clip; }
img { max-width: 100%; height: auto; display: block; }
svg { display: inline-block; vertical-align: middle; }
a { color: var(--eqb-brand); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, [tabindex]:focus-visible {
  outline: 3px solid var(--eqb-accent);
  outline-offset: 3px;
  border-radius: 4px;
}
button { font: inherit; }
hr { border: 0; border-top: 1px solid var(--eqb-border); }
::selection { background: var(--eqb-gold-soft); color: var(--eqb-ink); }

/* -------- Utilities -------- */
.eqb-sr-only {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.eqb-container { max-width: var(--eqb-container); margin: 0 auto; padding: 0 32px; }
.eqb-section { padding: clamp(80px, 10vw, 140px) 0; position: relative; }
.eqb-section__narrow {
  max-width: var(--eqb-narrow);
  margin-inline: auto;
  text-align: center;
}
.eqb-section__head {
  text-align: center; max-width: 820px; margin: 0 auto clamp(48px, 6vw, 80px);
}
.eqb-section__head > * { margin: 0 auto; }
.eqb-section__head .eqb-eyebrow { margin-bottom: 20px; }
.eqb-section__head .eqb-h2 { margin-bottom: 20px; }
.eqb-section__subtitle {
  font-family: var(--eqb-font-body); font-style: italic;
  font-size: 1.125rem; color: var(--eqb-text-2); line-height: 1.7;
  max-width: 680px; margin: 0 auto;
}
.eqb-text-center { text-align: center; }

.eqb-skip-link {
  position: absolute; top: 0; left: 8px;
  background: var(--eqb-ink); color: var(--eqb-text-on-dark);
  padding: 10px 16px; z-index: 100; border-radius: 0 0 8px 8px;
  font-family: var(--eqb-font-mono); font-size: .875rem;
  /* Masqué visuellement par défaut (sans laisser dépasser un liseré), mais lisible par les lecteurs d'écran */
  width: 1px; height: 1px; padding: 0; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}
.eqb-skip-link:focus,
.eqb-skip-link:focus-visible {
  /* Réapparaît uniquement quand on le cible (Tab) */
  width: auto; height: auto; padding: 10px 16px; overflow: visible;
  clip: auto; clip-path: none;
}

/* Séparation entre sections assurée par l'alternance de fond (paper ↔ paper-alt) */

/* -------- Typography -------- */
.eqb-eyebrow {
  font-family: var(--eqb-font-mono); font-size: .75rem; font-weight: 400;
  letter-spacing: .22em; text-transform: uppercase; color: var(--eqb-brand);
  display: inline-flex; align-items: center; gap: 12px; margin: 0 0 28px;
}
.eqb-eyebrow--light { color: #FFFFFF; }
.eqb-eyebrow::before, .eqb-eyebrow::after {
  content: ""; display: inline-block; width: 36px; height: 1px;
  background: currentColor; opacity: .5;
}
.eqb-eyebrow__dot { display: none; }

/* Ornement éditorial avant le label (identité par section) */
.eqb-eyebrow__ornament {
  display: inline-flex; align-items: center;
  color: currentColor;
  margin-right: 2px;
}
.eqb-eyebrow__ornament svg { width: 18px; height: 18px; }

.eqb-h1, .eqb-h2, .eqb-h3 {
  font-family: var(--eqb-font-display); font-weight: 500; line-height: 1.1;
  color: var(--eqb-text); margin: 0 0 1rem;
  letter-spacing: -.005em;
}
.eqb-h1 { font-size: clamp(2.5rem, 6vw, 4.25rem); font-style: italic; }
.eqb-h2 {
  font-size: clamp(2rem, 4.5vw, 3.5rem); font-style: italic; font-weight: 400;
  line-height: 1.1;
}
.eqb-h2--italic { font-style: italic; }
.eqb-h3 { font-size: clamp(1.375rem, 2.2vw, 1.75rem); font-weight: 500; }

.eqb-prose { font-family: var(--eqb-font-body); font-size: 1.0625rem; font-weight: 500; }
.eqb-prose p { margin: 0 0 1.35em; color: var(--eqb-text-2); line-height: 1.8; font-weight: 500; }
.eqb-prose p:last-child { margin-bottom: 0; }
.eqb-prose a { color: var(--eqb-accent); text-decoration: underline; text-underline-offset: 4px; }

/* Dropcap : première lettre du premier paragraphe en chapitre d'ouverture */
.eqb-prose--dropcap > p:first-child::first-letter {
  font-family: var(--eqb-font-display); font-weight: 500; font-style: italic;
  float: left; font-size: 4.5em; line-height: .88; margin: .05em .14em -.05em 0;
  color: var(--eqb-brand); padding: 4px 0 0;
}

/* -------- Buttons -------- */
.eqb-btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 10px; padding: 14px 28px; border-radius: 100px;
  font-family: var(--eqb-font-mono); font-weight: 400; font-size: .8125rem;
  letter-spacing: .1em; text-transform: uppercase; line-height: 1.2;
  text-decoration: none; border: 1px solid transparent; cursor: pointer;
  transition: transform .2s var(--eqb-ease), background .2s var(--eqb-ease),
              border-color .2s var(--eqb-ease), box-shadow .2s var(--eqb-ease),
              color .2s var(--eqb-ease);
  white-space: nowrap;
}
.eqb-btn--large { padding: 18px 34px; font-size: .875rem; }
.eqb-btn--block { width: 100%; }

.eqb-btn--primary { background: var(--eqb-accent); color: var(--eqb-text-on-accent); }
.eqb-btn--primary:hover { background: var(--eqb-accent-hover); transform: translateY(-2px); box-shadow: var(--eqb-shadow); }

.eqb-btn--ink { background: var(--eqb-ink); color: var(--eqb-text-on-dark); }
.eqb-btn--ink:hover { background: #000000; transform: translateY(-2px); }

.eqb-btn--dark { background: var(--eqb-ink); color: var(--eqb-text-on-dark); }
.eqb-btn--dark:hover { background: #000000; transform: translateY(-2px); }

.eqb-btn--ghost {
  background: transparent; color: var(--eqb-text-on-dark);
  border-color: rgba(255,255,255,.45);
}
.eqb-btn--ghost:hover { background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.85); }

.eqb-btn svg { width: 16px; height: 16px; transition: transform .28s var(--eqb-ease); }
/* Flèche qui glisse à droite au hover si présente en dernier enfant */
.eqb-btn:hover > svg:last-child { transform: translateX(5px); }

/* Pulse discret sur le CTA du menu */
.eqb-nav__cta { position: relative; overflow: visible; }
.eqb-nav__cta::after {
  content: ""; position: absolute; inset: -3px; border-radius: 100px;
  border: 2px solid var(--eqb-accent);
  animation: eqb-pulse-ring 2.4s ease-out infinite;
  pointer-events: none;
}
@keyframes eqb-pulse-ring {
  0%   { transform: scale(1);    opacity: .7; }
  70%  { transform: scale(1.18); opacity: 0; }
  100% { transform: scale(1.18); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .eqb-nav__cta::after { animation: none; opacity: 0; }
}

/* -------- Float CTA (bas droite, visible après hero) -------- */
.eqb-float-cta {
  position: fixed; bottom: 24px; right: 24px; z-index: 45;
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--eqb-accent); color: var(--eqb-text-on-accent);
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 30px rgba(144, 175, 11, .35), 0 4px 12px rgba(0,0,0,.2);
  opacity: 0; visibility: hidden; transform: scale(.85) translateY(12px);
  transition: opacity .35s var(--eqb-ease), visibility .35s, transform .35s var(--eqb-ease),
              background .2s;
  text-decoration: none;
  isolation: isolate;
}
.eqb-float-cta.is-visible {
  opacity: 1; visibility: visible; transform: scale(1) translateY(0);
}
.eqb-float-cta.is-dimmed { opacity: .25; pointer-events: none; }
.eqb-float-cta:hover { background: var(--eqb-brand); transform: scale(1.08); }
.eqb-float-cta:focus-visible {
  outline: 3px solid var(--eqb-accent); outline-offset: 4px;
}
.eqb-float-cta__icon { width: 26px; height: 26px; }
.eqb-float-cta__ring {
  position: absolute; inset: 0; border-radius: 50%;
  background: var(--eqb-accent);
  animation: eqb-pulse-float 2.4s ease-out infinite;
  pointer-events: none; z-index: -1;
}
@keyframes eqb-pulse-float {
  0%   { transform: scale(1);    opacity: .55; }
  70%  { transform: scale(1.65); opacity: 0; }
  100% { transform: scale(1.65); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .eqb-float-cta__ring { animation: none; opacity: 0; }
}
@media (max-width: 520px) {
  .eqb-float-cta { bottom: 16px; right: 16px; width: 56px; height: 56px; }
  .eqb-float-cta__icon { width: 22px; height: 22px; }
}

/* -------- Header / Wordmark -------- */
.eqb-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--eqb-brand-bright);
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}
.eqb-header .eqb-nav__link {
  color: #000000; font-size: 1.0625rem; font-weight: 600;
}
.eqb-header .eqb-nav__link-num {
  color: #000000; opacity: .75; font-size: .75rem;
}
.eqb-header .eqb-nav__link:hover .eqb-nav__link-label { border-bottom-color: #000000; }
.eqb-header .eqb-nav-toggle { color: #000000; border-color: rgba(0,0,0,.4); }
.eqb-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  min-height: var(--eqb-header-h); gap: 24px;
}
.eqb-wordmark {
  display: inline-flex; flex-direction: column; align-items: flex-start;
  text-decoration: none; color: var(--eqb-text);
  gap: 2px; line-height: 1;
}
.eqb-wordmark__cursive {
  font-family: var(--eqb-font-hand); font-weight: 600;
  font-size: 2.25rem; color: var(--eqb-brand);
  letter-spacing: -.01em; transform: rotate(-2deg); transform-origin: left;
}
.eqb-wordmark__mono {
  font-family: var(--eqb-font-mono); font-size: .6875rem;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--eqb-text-muted);
}
.eqb-wordmark--footer .eqb-wordmark__cursive { font-size: 3rem; }

/* Logo image (PNG transparent) — remplace le wordmark si site_logo défini */
.eqb-logo--image {
  display: inline-flex; align-items: center; justify-content: flex-start;
  text-decoration: none;
}
.eqb-logo--image .eqb-logo__img {
  height: 64px; width: auto; max-width: 240px; display: block;
}
.eqb-logo--image.eqb-logo--footer .eqb-logo__img {
  height: 96px; max-width: 320px;
}
@media (max-width: 520px) {
  .eqb-logo--image .eqb-logo__img { height: 52px; max-width: 200px; }
}

/* La nav occupe tout l'espace après le logo ; les liens sont centrés, le CTA reste à droite */
.eqb-nav { display: flex; align-items: center; gap: 22px; flex: 1 1 auto; }
.eqb-nav__list {
  list-style: none; margin: 0; padding: 0;
  display: flex; gap: 22px; align-items: center;
  flex: 1 1 auto; justify-content: center;
}
.eqb-nav__cta { flex: 0 0 auto; }
.eqb-nav__link {
  text-decoration: none; color: var(--eqb-text); font-size: .9375rem; font-weight: 500;
  position: relative; padding: 4px 0;
  display: inline-flex; align-items: baseline; gap: 6px;
  font-family: var(--eqb-font-body);
  white-space: nowrap;
}
.eqb-nav__link-num {
  font-family: var(--eqb-font-mono); font-size: .625rem; font-weight: 400;
  color: var(--eqb-text-muted); letter-spacing: .1em;
}
.eqb-nav__link-label {
  border-bottom: 1px solid transparent; transition: border-color .25s;
}
.eqb-nav__link:hover .eqb-nav__link-label { border-bottom-color: var(--eqb-brand); }
.eqb-nav__cta { padding: 10px 22px; font-size: .6875rem; }

.eqb-nav-toggle {
  display: none; background: transparent; border: 1px solid var(--eqb-border-strong);
  width: 44px; height: 44px; border-radius: 4px;
  align-items: center; justify-content: center; cursor: pointer; padding: 0;
  color: var(--eqb-text);
}
.eqb-nav-toggle__icon--close { display: none; }
.eqb-nav-toggle[aria-expanded="true"] .eqb-nav-toggle__icon--open { display: none; }
.eqb-nav-toggle[aria-expanded="true"] .eqb-nav-toggle__icon--close { display: inline-block; }

/* -------- Hero -------- */
.eqb-hero {
  position: relative; color: var(--eqb-text-on-dark);
  min-height: min(100vh, 880px);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; isolation: isolate;
  padding: 120px 0 140px;
}
.eqb-hero__media {
  position: absolute; inset: 0; z-index: -1;
  background: var(--eqb-ink);
}
.eqb-hero__image, .eqb-hero__video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; filter: contrast(102%);
}
.eqb-hero__overlay {
  position: absolute; inset: 0;
  background:
    /* Halo vert Booster en haut-centre, discret */
    radial-gradient(ellipse 80% 55% at 50% 20%, rgba(144, 175, 11, .10) 0%, transparent 70%),
    /* Vignette latérale : sombre sur les côtés, transparent au centre */
    radial-gradient(ellipse 70% 130% at 50% 50%, transparent 25%, rgba(0, 0, 0, .50) 65%, rgba(0, 0, 0, .82) 100%),
    /* Gradient haut : assombrit le haut pour l'eyebrow */
    linear-gradient(180deg, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .35) 25%, transparent 50%),
    /* Gradient bas : assombrit le bas pour le subtitle, le bouton et le scroll-cue */
    linear-gradient(0deg, rgba(0, 0, 0, .80) 0%, rgba(0, 0, 0, .40) 30%, transparent 55%),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.14 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.eqb-hero__inner {
  max-width: 1000px; width: 100%; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 32px;
}
.eqb-hero__inner > * { min-width: 0; max-width: 100%; }
.eqb-hero__title {
  font-family: var(--eqb-font-display); font-style: italic; font-weight: 400;
  font-size: clamp(2.5rem, 6vw, 5rem); line-height: 1.1;
  letter-spacing: -.015em; color: var(--eqb-text-on-dark);
  max-width: 22ch; margin: 0;
  text-shadow:
    0 0 12px rgba(0,0,0,.65),
    0 0 24px rgba(0,0,0,.5),
    0 2px 4px rgba(0,0,0,.55);
}
.eqb-hero__title em, .eqb-hero__title i {
  font-family: var(--eqb-font-hand); font-style: normal; font-weight: 500;
  color: var(--eqb-gold-soft); font-size: 1.1em; display: inline-block;
  transform: rotate(-2deg);
  text-shadow:
    0 0 12px rgba(0,0,0,.7),
    0 0 24px rgba(0,0,0,.55),
    0 2px 4px rgba(0,0,0,.6);
}
.eqb-hero__subtitle {
  font-family: var(--eqb-font-body); font-style: italic;
  font-size: clamp(1rem, 1.4vw, 1.25rem); line-height: 1.7;
  color: var(--eqb-text-on-dark);
  max-width: 58ch; margin: 0;
  text-shadow:
    0 0 8px rgba(0,0,0,.75),
    0 0 16px rgba(0,0,0,.55),
    0 1px 3px rgba(0,0,0,.7);
}
.eqb-hero__ctas {
  list-style: none; margin: 8px 0 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 16px; justify-content: center;
}
.eqb-hero .eqb-eyebrow--light {
  text-shadow:
    0 0 8px rgba(0,0,0,.8),
    0 0 16px rgba(0,0,0,.6),
    0 1px 3px rgba(0,0,0,.75);
}
.eqb-hero__scroll {
  margin-top: 48px; display: inline-flex; flex-direction: column; align-items: center; gap: 10px;
  color: var(--eqb-text-on-dark); text-decoration: none;
  font-family: var(--eqb-font-mono); font-size: .6875rem; letter-spacing: .2em;
  text-transform: uppercase; opacity: .95;
  text-shadow:
    0 0 8px rgba(0,0,0,.8),
    0 0 16px rgba(0,0,0,.6),
    0 1px 3px rgba(0,0,0,.75);
}
.eqb-hero__scroll:hover { opacity: 1; }
.eqb-hero__scroll-line {
  width: 1px; height: 40px; background: rgba(255,255,255,.5);
  animation: eqb-scroll 2.4s ease-in-out infinite;
}
@keyframes eqb-scroll {
  0% { transform: scaleY(0); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
  51% { transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* -------- Pourquoi -------- */
.eqb-section--why { background: transparent; }
.eqb-chips {
  list-style: none; margin: 36px auto; padding: 0;
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; max-width: 820px;
}
.eqb-chip {
  padding: 8px 18px; border-radius: 100px;
  background: transparent; color: var(--eqb-text-2);
  font-family: var(--eqb-font-body); font-style: italic;
  font-size: 1rem; font-weight: 400;
  border: 1px solid var(--eqb-border);
}

/* -------- Marc-Henri -------- */
.eqb-section--who {
  background: var(--eqb-ink);
  color: var(--eqb-text-on-dark);
  background-image:
    radial-gradient(ellipse 60vw 50vh at 30% 20%, rgba(133,176,51,.08), transparent 65%),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1' numOctaves='3'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.10 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.eqb-section--who,
.eqb-section--who .eqb-h2,
.eqb-section--who .eqb-prose,
.eqb-section--who .eqb-prose p,
.eqb-section--who .eqb-prose li,
.eqb-section--who .eqb-prose strong,
.eqb-section--who .eqb-prose em,
.eqb-section--who .eqb-who__content,
.eqb-section--who .eqb-who__content p { color: #FFFFFF; }
.eqb-section--who .eqb-eyebrow { color: var(--eqb-gold-soft); }
.eqb-section--who .eqb-eyebrow::before, .eqb-section--who .eqb-eyebrow::after { background: var(--eqb-gold-soft); }
.eqb-section--who .eqb-prose a { color: var(--eqb-gold-soft); text-decoration-color: rgba(185,207,92,.5); }
.eqb-who__grid {
  display: grid; grid-template-columns: minmax(320px, 440px) 1fr;
  gap: clamp(48px, 7vw, 96px); align-items: center;
}

/* Portrait = polaroid légèrement incliné */
.eqb-who__media { position: relative; }
.eqb-who__media::before {
  content: ""; position: absolute; inset: -16px -16px -60px -16px;
  background: #FFFFFF; border-radius: 2px;
  box-shadow: var(--eqb-shadow-lg);
  transform: rotate(-2.5deg);
  z-index: 0;
}
.eqb-who__media::after {
  content: "« un miroir vivant »";
  position: absolute; left: 50%; bottom: -36px; transform: translateX(-50%) rotate(-2.5deg);
  font-family: var(--eqb-font-hand); font-weight: 600;
  color: var(--eqb-ink-soft); font-size: 1.375rem;
  white-space: nowrap;
}
.eqb-who__portrait {
  width: 100%; position: relative; z-index: 1;
  aspect-ratio: 4/5; object-fit: cover;
  transform: rotate(-2.5deg); transform-origin: center;
  filter: sepia(8%) saturate(95%);
}

.eqb-who__content h2 { margin-bottom: 28px; }
.eqb-who__content .eqb-prose { max-width: 60ch; }

.eqb-stats {
  list-style: none; margin: 40px 0 0; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 12px;
  border-top: 1px dashed var(--eqb-border-strong);
  border-bottom: 1px dashed var(--eqb-border-strong);
  padding: 28px 0;
}
.eqb-stats__item {
  background: transparent; padding: 4px 12px;
  display: flex; flex-direction: column; gap: 2px; align-items: flex-start;
  border-left: 1px solid var(--eqb-border);
}
.eqb-stats__item:first-child { border-left: 0; padding-left: 0; }
.eqb-stats__number {
  font-family: var(--eqb-font-display); font-style: italic; font-weight: 500;
  font-size: 2.25rem; color: var(--eqb-brand); line-height: 1;
}
.eqb-stats__label {
  font-family: var(--eqb-font-mono); font-size: .6875rem;
  letter-spacing: .15em; text-transform: uppercase;
  color: var(--eqb-text-muted); line-height: 1.3;
}
/* Stats sur fond sombre (section Marc-Henri) */
.eqb-section--who .eqb-stats { border-color: rgba(255,255,255,.25); }
.eqb-section--who .eqb-stats__item { border-left-color: rgba(255,255,255,.18); }
.eqb-section--who .eqb-stats__number { color: var(--eqb-gold-soft); }
.eqb-section--who .eqb-stats__label { color: #FFFFFF; }

/* Lien "aside" vers booster.re — note de marge éditoriale */
.eqb-who__aside {
  margin: 24px 0 0;
  padding: 14px 18px;
  border-left: 2px solid var(--eqb-brand);
  background: rgba(144, 175, 11, .08);
  display: flex; align-items: flex-start; gap: 10px;
  font-family: var(--eqb-font-body); font-style: italic;
  font-size: 1rem; color: var(--eqb-text-2); line-height: 1.5;
}
.eqb-who__aside-label {
  font-family: var(--eqb-font-display); font-style: italic;
  color: var(--eqb-brand); font-size: 1.25rem; line-height: 1;
  flex-shrink: 0;
}
.eqb-who__aside a {
  color: var(--eqb-brand); font-weight: 600; text-decoration: underline;
  text-underline-offset: 3px; text-decoration-thickness: 1px;
}
.eqb-who__aside a:hover { color: var(--eqb-accent); }

/* Aside sur fond sombre (section Marc-Henri en noir) */
.eqb-section--who .eqb-who__aside {
  border-left-color: var(--eqb-gold-soft);
  background: rgba(133, 176, 51, .14);
  color: #FFFFFF;
}
.eqb-section--who .eqb-who__aside-label { color: var(--eqb-gold-soft); }
.eqb-section--who .eqb-who__aside a { color: var(--eqb-gold-soft); }
.eqb-section--who .eqb-who__aside a:hover { color: #FFFFFF; }

/* -------- Piliers -------- */
.eqb-section--pillars { background: transparent; }
.eqb-pillars {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 48px;
}
.eqb-pillar {
  background: transparent; padding: 0;
  border: 0; border-radius: 0;
  display: flex; flex-direction: column; gap: 18px; align-items: center;
  text-align: center;
}
.eqb-pillar__icon {
  width: 68px; height: 68px; border-radius: 50%;
  background: transparent; color: var(--eqb-brand);
  display: inline-flex; align-items: center; justify-content: center;
  border: 1.5px solid var(--eqb-brand);
  transition: background .25s var(--eqb-ease), color .25s var(--eqb-ease), transform .25s var(--eqb-ease);
}
.eqb-pillar__icon svg { width: 30px; height: 30px; }
.eqb-pillar:hover .eqb-pillar__icon {
  background: var(--eqb-brand); color: var(--eqb-text-on-accent);
  transform: rotate(-3deg) scale(1.04);
}
.eqb-pillar__title {
  margin: 0; font-family: var(--eqb-font-display); font-style: italic;
  font-size: 1.625rem; font-weight: 500; color: var(--eqb-text);
}
.eqb-pillar__desc {
  margin: 0; color: var(--eqb-text-2); line-height: 1.75;
  font-family: var(--eqb-font-body); font-size: 1.0625rem;
}

/* -------- Modules (chapitres du carnet) -------- */
.eqb-section--modules {
  background: var(--eqb-paper-alt);
  background-image:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1' numOctaves='3'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.eqb-modules {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: clamp(48px, 8vw, 96px);
  counter-reset: eqb-chapter;
}
.eqb-module {
  --season-color: var(--eqb-hiver);
  counter-increment: eqb-chapter;
  background: transparent; border: 0; border-radius: 0; padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: clamp(32px, 5vw, 72px) clamp(48px, 7vw, 96px);
  align-items: start;
  position: relative;
}
.eqb-module--hiver     { --season-color: var(--eqb-hiver); }
.eqb-module--printemps { --season-color: var(--eqb-printemps); }
.eqb-module--ete       { --season-color: var(--eqb-ete); }
.eqb-module--automne   { --season-color: var(--eqb-automne); }

/* Aquarelle de saison en fond (optionnelle) — opacité réduite + voile sous le texte */
.eqb-module.has-bg { isolation: isolate; }
.eqb-module.has-bg::before {
  content: "";
  position: absolute;
  inset: -64px clamp(-120px, -8vw, -64px);
  background-image: var(--module-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .38;
  z-index: -2;
  mix-blend-mode: multiply;
  pointer-events: none;
  filter: blur(.5px);
  -webkit-mask-image: radial-gradient(ellipse 65% 70% at center,
    rgba(0,0,0,.95) 0%,
    rgba(0,0,0,.78) 28%,
    rgba(0,0,0,.45) 55%,
    rgba(0,0,0,.15) 80%,
    transparent 100%);
          mask-image: radial-gradient(ellipse 65% 70% at center,
    rgba(0,0,0,.95) 0%,
    rgba(0,0,0,.78) 28%,
    rgba(0,0,0,.45) 55%,
    rgba(0,0,0,.15) 80%,
    transparent 100%);
  transition: opacity .6s var(--eqb-ease);
}
/* Vignette papier qui mange les bords restants de l'image */
.eqb-module.has-bg::after {
  content: "";
  position: absolute;
  inset: -64px clamp(-120px, -8vw, -64px);
  z-index: -2;
  pointer-events: none;
  background: radial-gradient(ellipse 75% 80% at center,
    transparent 35%,
    var(--eqb-paper-alt) 88%,
    var(--eqb-paper-alt) 100%);
}
/* Voile papier translucide derrière le texte pour garantir la lisibilité (AA) */
.eqb-module.has-bg .eqb-module__body {
  position: relative;
}
.eqb-module.has-bg .eqb-module__body::before {
  content: "";
  position: absolute;
  inset: -16px -20px;
  z-index: -1;
  background: rgba(255, 255, 255, .88);
  border-radius: 6px;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(ellipse 100% 100% at center,
    rgba(0,0,0,.95) 0%,
    rgba(0,0,0,.85) 60%,
    rgba(0,0,0,.4) 90%,
    transparent 100%);
          mask-image: radial-gradient(ellipse 100% 100% at center,
    rgba(0,0,0,.95) 0%,
    rgba(0,0,0,.85) 60%,
    rgba(0,0,0,.4) 90%,
    transparent 100%);
}
.eqb-module.has-bg > * { position: relative; z-index: 1; }
@media (max-width: 720px) {
  .eqb-module.has-bg::before { opacity: .38; }
}

/* Odd (1, 3…) : texte à gauche, image à droite (pleine hauteur) */
.eqb-module__head  { grid-column: 1; grid-row: 1; }
.eqb-module__body  { grid-column: 1; grid-row: 2; }
.eqb-module__illus { grid-column: 2; grid-row: 1 / span 2; align-self: center; }

/* Even (2, 4…) : on inverse pour un zigzag */
.eqb-module:nth-child(even) .eqb-module__head,
.eqb-module:nth-child(even) .eqb-module__body  { grid-column: 2; }
.eqb-module:nth-child(even) .eqb-module__illus { grid-column: 1; }

.eqb-module__head {
  display: flex; flex-direction: row; align-items: center;
  gap: 10px; margin-bottom: 18px;
}
.eqb-module__head .eqb-module__badge { order: -1; }
.eqb-module__number {
  font-family: var(--eqb-font-mono); font-size: .8125rem; font-weight: 400;
  color: var(--eqb-text-muted); letter-spacing: .25em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 10px;
}
.eqb-module__number::before {
  content: "Module "; color: var(--eqb-text-muted);
}
.eqb-module__badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 0; background: transparent;
}
.eqb-module__badge-dot {
  width: 10px; height: 10px; border-radius: 50%; background: var(--season-color);
  display: inline-block;
}
.eqb-module__badge-icon {
  display: inline-flex; align-items: center; color: var(--season-color);
}
.eqb-module__badge-icon svg { width: 20px; height: 20px; }
.eqb-module__season {
  font-family: var(--eqb-font-hand); font-size: 1.625rem; font-weight: 700;
  color: var(--season-color); text-transform: none; letter-spacing: 0;
  transform: rotate(-2deg);
}

/* Illustration = polaroid tourné, avec tape en haut */
.eqb-module__illus {
  position: relative; padding: 12px 12px 48px;
  background: #FFFFFF; border-radius: 2px;
  box-shadow: var(--eqb-shadow-lg);
  transform: rotate(-1.5deg);
  aspect-ratio: 4/5;
}
.eqb-module:nth-child(even) .eqb-module__illus { transform: rotate(1.8deg); }
.eqb-module__illus::before {
  content: ""; position: absolute; top: -12px; left: 50%;
  transform: translateX(-50%) rotate(-3deg);
  width: 90px; height: 22px;
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(0, 0, 0, .12);
  box-shadow: 0 2px 6px rgba(28,25,18,.08);
}
.eqb-module__img {
  width: 100%; height: 100%; object-fit: cover;
  filter: sepia(10%) saturate(90%);
}

.eqb-module__body {
  display: flex; flex-direction: column; gap: 20px;
  padding: 8px;
}
.eqb-module__title {
  margin: 0; font-family: var(--eqb-font-display); font-style: italic; font-weight: 500;
  font-size: clamp(2.25rem, 4vw, 3.125rem); line-height: 1.1;
  color: var(--eqb-text);
}
.eqb-module__title::first-letter {
  color: var(--eqb-brand);
  font-size: 1.3em; line-height: 1;
}
.eqb-module__subtitle {
  margin: 0; font-family: var(--eqb-font-hand); font-weight: 600;
  color: var(--season-color); font-size: 1.875rem;
  font-style: normal; transform: rotate(-1deg); transform-origin: left;
  display: inline-block;
}
.eqb-module__desc {
  margin: 0; color: var(--eqb-text-2); line-height: 1.75;
  font-family: var(--eqb-font-body); font-size: 1.1875rem;
  font-weight: 500;
}
.eqb-module__bullets-title {
  margin: 12px 0 6px; font-family: var(--eqb-font-mono); font-size: .8125rem;
  font-weight: 400; letter-spacing: .18em;
  text-transform: uppercase; color: var(--eqb-brand);
}

.eqb-check-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.eqb-check-list li {
  display: flex; gap: 14px; align-items: flex-start; line-height: 1.55;
  font-family: var(--eqb-font-body); font-size: 1.0625rem;
  font-weight: 500; color: var(--eqb-text);
}
.eqb-check-list__icon { flex-shrink: 0; color: var(--eqb-accent); margin-top: 4px; }
.eqb-check-list--compact li { font-size: 1rem; }

/* Citation en marge, comme une annotation */
.eqb-module__quote {
  margin: 8px 0 0; padding: 0 0 0 20px;
  background: transparent; border-radius: 0;
  border-left: 2px solid var(--season-color);
}
.eqb-module__quote blockquote { margin: 0; }
.eqb-module__quote blockquote p {
  margin: 0; font-family: var(--eqb-font-hand); font-style: normal; font-weight: 600;
  font-size: 1.5rem; line-height: 1.45; color: var(--eqb-ink-soft);
}
.eqb-module__quote figcaption {
  margin-top: 10px; font-family: var(--eqb-font-mono); font-size: .8125rem;
  color: var(--eqb-text-muted); letter-spacing: .15em; text-transform: uppercase;
}
.eqb-module__more {
  margin-top: 6px;
}
.eqb-module__more summary {
  cursor: pointer; font-family: var(--eqb-font-mono); font-size: .8125rem;
  font-weight: 400; letter-spacing: .15em; text-transform: uppercase;
  color: var(--eqb-brand);
}
.eqb-module__more[open] summary { margin-bottom: 12px; }
.eqb-module__more summary:focus-visible { outline-offset: 4px; }

/* -------- Tarifs -------- */
.eqb-section--pricing { background: transparent; }
.eqb-plans {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 290px), 1fr));
  /* 6 rangées partagées : label, titre, prix, description, bullets (flex), CTA */
  grid-template-rows: auto auto auto auto 1fr auto;
  gap: 28px; align-items: stretch;
  max-width: 1120px; margin-inline: auto;
}
.eqb-plan {
  padding: 48px 40px; border-radius: 0;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 6;
  gap: 22px;
  position: relative;
}
/* Scotch polaroid en haut de chaque carte tarif */
.eqb-plan::before {
  content: ""; position: absolute; top: -14px; left: 50%;
  transform: translateX(-50%) rotate(-2.5deg);
  width: 110px; height: 24px;
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(0, 0, 0, .14);
  box-shadow: 0 2px 6px rgba(28, 25, 18, .10);
  z-index: 2;
}
.eqb-plan:nth-child(2)::before { transform: translateX(-50%) rotate(2.5deg); width: 100px; }
.eqb-plan:nth-child(3)::before { transform: translateX(-50%) rotate(-1.5deg); width: 120px; }
/* Légère rotation polaroid de la carte */
.eqb-plan:nth-child(odd)  { transform: rotate(-.4deg); }
.eqb-plan:nth-child(even) { transform: rotate(.5deg); }
/* Chaque zone se cale en haut de sa rangée (pas de stretch vertical disgracieux) */
.eqb-plan > * { align-self: start; }
.eqb-plan .eqb-check-list { align-self: start; }
.eqb-plan .eqb-btn { align-self: end; }
/* Fallback pour les navigateurs sans subgrid (rare en 2026) */
@supports not (grid-template-rows: subgrid) {
  .eqb-plan {
    display: flex; flex-direction: column; gap: 22px;
    grid-row: auto;
  }
}
.eqb-plan--basic {
  background: var(--eqb-paper-card); border: 1px solid var(--eqb-border);
  color: var(--eqb-text);
}
.eqb-plan--featured {
  background: var(--eqb-ink); color: var(--eqb-text-on-dark);
  box-shadow: var(--eqb-shadow-lg);
}
.eqb-plan__label {
  margin: 0; font-family: var(--eqb-font-mono); font-size: .6875rem; font-weight: 400;
  letter-spacing: .25em; text-transform: uppercase;
}
.eqb-plan--basic .eqb-plan__label { color: var(--eqb-text-muted); }
.eqb-plan--featured .eqb-plan__label {
  color: var(--eqb-gold-soft);
  display: inline-block; background: transparent; border: 1px solid var(--eqb-gold-soft);
  padding: 6px 14px; border-radius: 100px; align-self: flex-start;
}
.eqb-plan__title {
  margin: 0; font-family: var(--eqb-font-display); font-style: italic; font-weight: 500;
  font-size: 1.875rem; line-height: 1.15;
}
.eqb-plan--featured .eqb-plan__title { font-size: 2.125rem; }
.eqb-plan__price { margin: 0; display: flex; align-items: baseline; gap: 8px; }
.eqb-plan__price-main {
  font-family: var(--eqb-font-display); font-weight: 500;
  font-size: clamp(2.75rem, 6vw, 4.25rem); line-height: 1;
}
.eqb-plan--basic .eqb-plan__price-main { color: var(--eqb-brand); }
.eqb-plan--featured .eqb-plan__price-main { color: var(--eqb-gold-soft); }
.eqb-plan__price-note {
  font-family: var(--eqb-font-mono); font-size: .875rem; opacity: .7;
  letter-spacing: .1em;
}
.eqb-plan__desc {
  margin: 0; line-height: 1.65; opacity: .92;
  font-family: var(--eqb-font-body); font-size: 1rem;
}
.eqb-plan--featured .eqb-check-list__icon { color: #FFFFFF; }
.eqb-plan--featured .eqb-check-list li { color: var(--eqb-text-on-dark); }
.eqb-plans__note {
  margin: 48px auto 0; max-width: 680px;
  font-family: var(--eqb-font-body); font-style: italic;
  font-size: .9375rem; color: var(--eqb-text-muted); line-height: 1.7;
}

/* -------- Témoignages (pages du carnet collées) -------- */
.eqb-section--testi {
  background: var(--eqb-paper-alt);
  background-image:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1' numOctaves='3'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.eqb-testi {
  list-style: none; margin: 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  /* 4 rangées partagées entre les 3 cards : mark, quote, hr, person */
  grid-template-rows: auto auto auto auto;
  gap: 40px;
  align-items: start;
}
.eqb-testi__item {
  background: var(--eqb-paper-card); border: 1px solid var(--eqb-border);
  padding: 44px 40px 36px;
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 20px;
}
.eqb-testi__item:nth-child(1) { transform: rotate(-1deg); }
.eqb-testi__item:nth-child(2) { transform: rotate(.8deg); }
.eqb-testi__item:nth-child(3) { transform: rotate(-.5deg); }
.eqb-testi__item::before {
  content: ""; position: absolute; top: -14px; left: 50%;
  transform: translateX(-50%) rotate(-3deg);
  width: 100px; height: 22px;
  background: rgba(144, 175, 11, .12);
  border: 1px dashed rgba(90, 110, 8, .35);
}
/* Figure relaie les 4 rangées de son parent via nested subgrid */
.eqb-testi__item figure {
  margin: 0;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 20px;
}
.eqb-testi__item .eqb-testi__mark    { grid-row: 1; align-self: start; }
.eqb-testi__item .eqb-testi__quote   { grid-row: 2; align-self: start; }
.eqb-testi__item .eqb-testi__sep     { grid-row: 3; align-self: center; }
.eqb-testi__item .eqb-testi__person  { grid-row: 4; align-self: end; }

/* Responsive : une colonne sur mobile/tablette */
@media (max-width: 960px) {
  .eqb-testi {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .eqb-testi__item {
    display: flex; flex-direction: column; gap: 20px;
    grid-row: auto;
  }
  .eqb-testi__item figure { display: flex; flex-direction: column; gap: 20px; }
  .eqb-testi__item .eqb-testi__mark,
  .eqb-testi__item .eqb-testi__quote,
  .eqb-testi__item .eqb-testi__sep,
  .eqb-testi__item .eqb-testi__person { grid-row: auto; }
}

/* Fallback navigateurs sans subgrid */
@supports not (grid-template-rows: subgrid) {
  .eqb-testi { grid-template-rows: auto; }
  .eqb-testi__item {
    display: flex; flex-direction: column; gap: 20px;
    grid-row: auto;
  }
  .eqb-testi__item figure { display: flex; flex-direction: column; gap: 20px; }
}
.eqb-testi__mark {
  font-family: var(--eqb-font-display); font-style: italic; font-weight: 500;
  font-size: 5rem; line-height: .8; color: var(--eqb-accent); opacity: .55; display: block;
  margin-bottom: -12px;
}
.eqb-testi__quote { margin: 0; }
.eqb-testi__quote p {
  margin: 0; font-family: var(--eqb-font-display); font-style: italic; font-weight: 400;
  font-size: 1.125rem; line-height: 1.6; color: var(--eqb-text);
}
.eqb-testi__sep { width: 40px; height: 1px; background: var(--eqb-brand); border: 0; margin: 0; opacity: .6; }
.eqb-testi__person { display: flex; gap: 12px; align-items: center; }
.eqb-testi__avatar {
  width: 44px; height: 44px; border-radius: 50%; overflow: hidden;
  display: inline-block; flex-shrink: 0;
  border: 1px solid var(--eqb-border);
}
.eqb-testi__avatar--empty { background: var(--eqb-accent-soft); }
.eqb-testi__avatar--icon {
  background: var(--eqb-accent-soft);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--eqb-brand);
}
.eqb-testi__avatar--icon svg { width: 28px; height: 28px; }
.eqb-testi__avatar-img { width: 100%; height: 100%; object-fit: cover; }
.eqb-testi__info { display: flex; flex-direction: column; }
.eqb-testi__name {
  font-family: var(--eqb-font-hand); font-weight: 600;
  font-size: 1.25rem; color: var(--eqb-ink-soft);
}
.eqb-testi__context {
  font-family: var(--eqb-font-mono); font-size: .625rem;
  letter-spacing: .15em; text-transform: uppercase;
  color: var(--eqb-text-muted);
}

/* -------- CTA final / Calendly -------- */
.eqb-section--cta {
  background: var(--eqb-ink); color: var(--eqb-text-on-dark);
  background-image:
    /* halo vert Booster en haut-gauche */
    radial-gradient(ellipse 60vw 40vh at 20% 10%, rgba(144, 175, 11, .22), transparent 60%),
    /* halo vert clair en bas-droite */
    radial-gradient(ellipse 50vw 40vh at 80% 90%, rgba(185, 207, 92, .14), transparent 55%);
}
/* Variante avec photo de fond (champ ACF cta_bg_image) : même traitement que le Hero —
   vignette sombre sur les bords, centre plus clair, halo vert Booster. Texte crème lisible (AA). */
.eqb-section--cta.has-bg {
  background-color: var(--eqb-ink);
  background-image:
    /* Halo vert Booster en haut-centre, discret */
    radial-gradient(ellipse 80% 55% at 50% 18%, rgba(144, 175, 11, .12) 0%, transparent 70%),
    /* Vignette : sombre sur les bords, transparent au centre */
    radial-gradient(ellipse 72% 125% at 50% 48%, transparent 20%, rgba(0, 0, 0, .48) 62%, rgba(0, 0, 0, .82) 100%),
    /* Gradient haut : assombrit pour l'eyebrow + le titre */
    linear-gradient(180deg, rgba(0, 0, 0, .72) 0%, rgba(0, 0, 0, .32) 26%, transparent 52%),
    /* Gradient bas : assombrit pour le filet de sécurité */
    linear-gradient(0deg, rgba(0, 0, 0, .68) 0%, rgba(0, 0, 0, .28) 30%, transparent 55%),
    var(--eqb-cta-bg);
  background-size: auto, auto, auto, auto, cover;
  background-position: center;
  background-repeat: no-repeat;
}
.eqb-section--cta .eqb-h2 { color: var(--eqb-text-on-dark); }
.eqb-section--cta .eqb-section__subtitle { color: var(--eqb-text-on-dark); opacity: .80; }
.eqb-section--cta .eqb-eyebrow { color: var(--eqb-gold-soft); }
.eqb-section--cta .eqb-eyebrow::before, .eqb-section--cta .eqb-eyebrow::after { background: var(--eqb-gold-soft); }

/* Conteneur Calendly : carte papier élégante */
.eqb-calendly {
  max-width: 820px; margin: 0 auto;
  background: var(--eqb-paper);
  background-image:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.1' numOctaves='3'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  border-radius: 0;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  box-shadow:
    0 30px 80px rgba(0,0,0,.45),
    0 8px 22px rgba(0,0,0,.25);
}
.eqb-calendly::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 6px;
  background: linear-gradient(to right, var(--eqb-accent), var(--eqb-brand));
  z-index: 1;
}

/* Filet de sécurité : CTA livre blanc en fin de page (sous Calendly) */
.eqb-cta-safety {
  margin: 48px auto 0; max-width: 640px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,.18);
  display: flex; flex-direction: column; align-items: center; gap: 16px;
  text-align: center;
}
.eqb-cta-safety__intro {
  font-family: var(--eqb-font-body); font-style: italic;
  color: var(--eqb-text-on-dark); opacity: .85;
  font-size: 1rem; margin: 0;
}
.eqb-btn--on-dark {
  border-color: rgba(255,255,255,.55); color: var(--eqb-text-on-dark);
}
.eqb-btn--on-dark:hover {
  background: rgba(255,255,255,.12); border-color: var(--eqb-gold-soft);
  color: var(--eqb-gold-soft);
}

/* Bloc de réservation : étapes + CTA */
.eqb-booking {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0; align-items: stretch;
  min-height: 420px;
}
.eqb-booking__steps {
  display: flex; flex-direction: column; justify-content: center; gap: 32px;
  padding: 60px 48px;
  background: var(--eqb-paper-alt);
  position: relative;
}
.eqb-booking__steps::after {
  content: ""; position: absolute; right: 0; top: 12%; bottom: 12%;
  width: 1px; background: linear-gradient(to bottom, transparent, var(--eqb-border-strong), transparent);
}
.eqb-booking__step {
  display: flex; align-items: center; gap: 22px;
  font-family: var(--eqb-font-body); font-size: 1.0625rem; font-weight: 500;
  color: var(--eqb-text); line-height: 1.4;
}
.eqb-booking__num {
  width: 52px; height: 52px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--eqb-font-display); font-style: italic; font-weight: 500;
  font-size: 1.5rem;
  color: var(--eqb-brand);
  border: 1.5px solid var(--eqb-brand);
  flex-shrink: 0;
}

.eqb-booking__cta {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; gap: 16px;
  padding: 60px 48px;
}
.eqb-booking__eyebrow {
  margin: 0; font-family: var(--eqb-font-mono); font-size: .8125rem;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--eqb-brand);
}
.eqb-booking__subtitle {
  margin: 0; font-family: var(--eqb-font-display); font-style: italic;
  font-size: 2rem; font-weight: 500; color: var(--eqb-text);
  line-height: 1.15;
}
.eqb-booking__btn {
  margin-top: 12px;
  padding: 18px 32px; font-size: .9375rem;
}
.eqb-booking__hint {
  margin: 0; font-family: var(--eqb-font-body); font-style: italic;
  font-size: .9375rem; color: var(--eqb-text-2);
}

@media (max-width: 720px) {
  .eqb-booking { grid-template-columns: 1fr; }
  .eqb-booking__steps { padding: 40px 28px; gap: 22px; }
  .eqb-booking__steps::after { display: none; }
  .eqb-booking__cta { padding: 40px 28px; }
  .eqb-booking__subtitle { font-size: 1.625rem; }
}

/* ===== Override du spinner Calendly (popup widget) ===== */
.calendly-spinner { display: none !important; }
@media (prefers-reduced-motion: reduce) {
  .calendly-popup *, .calendly-overlay * {
    animation: none !important; transition: none !important;
  }
}

/* Loader custom statique injecté pendant le chargement Calendly */
.eqb-cal-loader {
  position: fixed; inset: 0; z-index: 999999;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 18px;
  pointer-events: none;
  font-family: var(--eqb-font-body); color: var(--eqb-text-on-dark);
}
.eqb-cal-loader__msg {
  margin: 0; font-family: var(--eqb-font-display); font-style: italic;
  font-weight: 500; font-size: 1.375rem;
  text-shadow: 0 2px 12px rgba(0,0,0,.4);
}
.eqb-cal-loader__dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--eqb-accent);
  box-shadow: 0 0 16px var(--eqb-accent);
}
.eqb-calendly__placeholder {
  padding: 100px 40px; text-align: center; width: 100%;
  display: flex; flex-direction: column; align-items: center; gap: 14px;
}
.eqb-calendly__placeholder-title {
  margin: 0; font-family: var(--eqb-font-display); font-style: italic;
  font-weight: 500; font-size: 1.625rem; color: var(--eqb-text);
}
.eqb-calendly__placeholder-hint {
  margin: 0; font-family: var(--eqb-font-body); font-style: italic;
  color: var(--eqb-text-muted); font-size: .9375rem;
}

/* -------- Lead magnet -------- */
.eqb-section--lead { padding: 100px 0 140px; background: transparent; }
.eqb-lead__grid {
  display: grid; grid-template-columns: 1.2fr .8fr; gap: 72px; align-items: center;
}
.eqb-lead__subtitle {
  font-family: var(--eqb-font-body); font-style: italic;
  font-size: 1.1875rem; color: var(--eqb-text-2); line-height: 1.6;
}
.eqb-lead__bullets-title {
  font-family: var(--eqb-font-mono); font-size: .75rem; letter-spacing: .2em;
  text-transform: uppercase; color: var(--eqb-brand);
  margin: 28px 0 14px;
}
.eqb-lead__cover {
  width: 100%; border-radius: 2px; box-shadow: var(--eqb-shadow-lg);
  transform: rotate(-2deg);
}

/* -------- Form -------- */
.eqb-form { margin-top: 36px; display: flex; flex-direction: column; gap: 20px; }
.eqb-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.eqb-form__field { display: flex; flex-direction: column; gap: 6px; }
.eqb-form__field--checkbox {
  grid-column: 1 / -1; flex-direction: row; align-items: flex-start; gap: 10px;
}
.eqb-form__label {
  font-family: var(--eqb-font-mono); font-size: .75rem; font-weight: 400;
  letter-spacing: .12em; text-transform: uppercase; color: var(--eqb-text);
}
.eqb-form__label--inline {
  font-family: var(--eqb-font-body); text-transform: none; letter-spacing: 0;
  font-size: .875rem; color: var(--eqb-text-2); line-height: 1.5;
}
.eqb-form__input {
  width: 100%; padding: 12px 16px; border: 1px solid var(--eqb-border-strong);
  border-radius: 2px; font-size: 1rem; font-family: var(--eqb-font-body);
  background: var(--eqb-paper-card); color: var(--eqb-text);
  transition: border-color .2s, box-shadow .2s;
}
.eqb-form__input:focus-visible {
  border-color: var(--eqb-accent); outline-color: var(--eqb-accent);
}
.eqb-form__input[aria-invalid="true"] { border-color: #B42318; background: #FEF0EF; }
.eqb-form__errors {
  background: #FEF0EF; border: 1px solid #B42318; border-left: 4px solid #B42318;
  padding: 18px 22px; border-radius: 2px; color: #7A170F;
}
.eqb-form__errors-title {
  margin: 0 0 8px; font-family: var(--eqb-font-display); font-style: italic;
  font-weight: 500; font-size: 1.0625rem;
}
.eqb-form__errors-list {
  list-style: disc; padding-left: 20px; margin: 0;
  display: flex; flex-direction: column; gap: 4px;
  font-family: var(--eqb-font-body);
}
.eqb-form__errors-list a { color: #7A170F; text-decoration: underline; text-underline-offset: 3px; }
.eqb-form__errors-list a:hover { color: #B42318; }
.eqb-form__submit { align-self: flex-start; }
.eqb-form__success {
  background: rgba(144,175,11,.12); border: 1px solid var(--eqb-gold);
  border-left: 4px solid var(--eqb-gold);
  padding: 18px 22px; border-radius: 2px; color: var(--eqb-text);
  font-family: var(--eqb-font-body); font-style: italic;
}

/* -------- Footer (signature finale) -------- */
.eqb-footer {
  background: var(--eqb-brand-bright);
  border-top: 0;
  padding: 60px 0 40px;
  position: relative;
  color: #000000;
}

.eqb-footer__signature-block {
  text-align: center; margin-bottom: 60px;
  color: #000000;
}
.eqb-footer__divider { width: 240px; max-width: 80%; height: auto; display: block; margin: 0 auto 20px; }
.eqb-footer__signature {
  font-family: var(--eqb-font-hand); font-weight: 700;
  font-size: 3.25rem; margin: 0;
  color: #000000; line-height: 1;
  transform: rotate(-3deg); display: inline-block;
}

.eqb-footer__grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px; margin-bottom: 48px;
  padding-top: 40px; border-top: 1px dashed rgba(0,0,0,.35);
}
.eqb-footer__tagline {
  margin: 16px 0 0; font-family: var(--eqb-font-display); font-style: italic;
  font-size: 1.125rem; color: #000000; line-height: 1.5;
  max-width: 30ch;
}
.eqb-footer__title {
  margin: 0 0 16px; font-family: var(--eqb-font-mono); font-size: .6875rem;
  font-weight: 400; letter-spacing: .25em; text-transform: uppercase;
  color: #000000;
}
.eqb-footer__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.eqb-footer__list a {
  color: #000000; text-decoration: none; font-size: .9375rem;
  font-family: var(--eqb-font-body); border-bottom: 1px solid transparent;
}
.eqb-footer__list a:hover { color: #000000; border-bottom-color: #000000; }
.eqb-footer__list address { font-style: normal; font-family: var(--eqb-font-body); line-height: 1.6; color: #000000; }
.eqb-footer__socials { list-style: none; margin: 0; padding: 0; display: flex; gap: 12px; }
.eqb-footer__socials a {
  width: 44px; height: 44px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: transparent; color: #000000;
  border: 1px solid rgba(0,0,0,.4);
  transition: background .2s, color .2s, border-color .2s;
}
.eqb-footer__socials a:hover {
  background: #000000; color: var(--eqb-brand-bright);
  border-color: #000000;
}
.eqb-social__icon { width: 20px; height: 20px; }

.eqb-footer__sep { margin: 0 0 24px; border-top: 1px dashed rgba(0,0,0,.25); }
.eqb-footer__bottom {
  display: flex; justify-content: space-between; align-items: center;
  gap: 24px; flex-wrap: wrap;
}
.eqb-footer__copyright, .eqb-footer__legal {
  margin: 0; font-family: var(--eqb-font-mono); font-size: .6875rem;
  letter-spacing: .1em; color: rgba(0,0,0,.75);
}
.eqb-footer__legal { list-style: none; padding: 0; display: flex; gap: 18px; flex-wrap: wrap; }
.eqb-footer__legal a { color: inherit; text-decoration: none; }
.eqb-footer__legal a:hover { color: #000000; }

/* -------- Responsive -------- */
@media (max-width: 960px) {
  .eqb-container { padding: 0 24px; }
  .eqb-nav-toggle { display: inline-flex; }
  .eqb-nav {
    position: absolute; top: var(--eqb-header-h); left: 0; right: 0;
    background: var(--eqb-paper);
    padding: 24px; flex-direction: column; align-items: stretch; gap: 20px;
    border-bottom: 1px solid var(--eqb-border);
    transform: translateY(-10px); opacity: 0; pointer-events: none;
    transition: transform .25s, opacity .25s;
  }
  .eqb-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .eqb-nav__list { flex-direction: column; gap: 16px; align-items: flex-start; }
  .eqb-nav__cta { align-self: stretch; justify-content: center; }

  .eqb-module {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .eqb-module__head  { grid-column: 1; grid-row: 1; }
  .eqb-module__illus { grid-column: 1; grid-row: 2; align-self: center; max-width: 420px; margin-inline: auto; }
  .eqb-module__body  { grid-column: 1; grid-row: 3; }
  .eqb-module:nth-child(even) .eqb-module__head,
  .eqb-module:nth-child(even) .eqb-module__body,
  .eqb-module:nth-child(even) .eqb-module__illus { grid-column: 1; }

  .eqb-who__grid, .eqb-lead__grid { grid-template-columns: 1fr; }
  .eqb-footer__grid { grid-template-columns: 1fr 1fr; }
  .eqb-form__grid { grid-template-columns: 1fr; }
  .eqb-testi__item:nth-child(n) { transform: none; }

  /* Les cartes tarifs repassent en stack simple : pas de subgrid inter-colonnes */
  .eqb-plans {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .eqb-plan {
    display: flex; flex-direction: column; gap: 20px;
    grid-row: auto;
  }

  /* Bg aquarelle : on resserre l'extension horizontale pour éviter l'overflow */
  .eqb-module.has-bg::before,
  .eqb-module.has-bg::after {
    inset: -32px -12px;
  }
}
@media (max-width: 520px) {
  body { font-size: 16px; }
  .eqb-container { padding: 0 20px; }
  .eqb-section { padding: 64px 0; position: relative; }

  /* Typographie hero et titres : on réduit pour éviter les débordements */
  .eqb-hero { padding: 80px 0 100px; min-height: auto; }
  .eqb-hero__title {
    font-size: clamp(1.625rem, 7.5vw, 2.25rem);
    width: 100%;
    max-width: 100%;
    min-width: 0;
    line-height: 1.18;
    overflow-wrap: break-word;
    text-wrap: balance;
  }
  .eqb-hero__subtitle { font-size: .95rem; line-height: 1.55; }
  .eqb-hero__inner { gap: 20px; }
  .eqb-hero__scroll { margin-top: 24px; }

  .eqb-h2 { font-size: clamp(1.5rem, 7vw, 2.25rem); line-height: 1.2; }
  .eqb-h1 { font-size: clamp(1.75rem, 8vw, 2.5rem); }

  /* Eyebrow : raccourcir les tirets pour qu'ils ne débordent pas */
  .eqb-eyebrow { gap: 8px; flex-wrap: wrap; justify-content: center; font-size: .625rem; letter-spacing: .18em; }
  .eqb-eyebrow::before, .eqb-eyebrow::after { width: 20px; }

  /* Wordmark plus compact */
  .eqb-wordmark__cursive { font-size: 1.75rem; }
  .eqb-wordmark__mono { font-size: .5625rem; }

  /* Sections emblématiques */
  .eqb-plan { padding: 32px 22px; }
  .eqb-plan__title { font-size: 1.5rem; }
  .eqb-plan--featured .eqb-plan__title { font-size: 1.625rem; }
  .eqb-plan__price-main { font-size: 3rem; }

  .eqb-module { padding: 0; }
  .eqb-module__title { font-size: 1.75rem; }

  /* Piliers : pile verticale avec icônes toujours visibles */
  .eqb-pillars { gap: 40px; }

  /* Chips : plus petites */
  .eqb-chip { padding: 8px 14px; font-size: .875rem; }

  .eqb-footer__grid { grid-template-columns: 1fr; gap: 32px; }
  .eqb-footer__bottom { flex-direction: column; align-items: flex-start; }
  .eqb-footer__signature { font-size: 2.5rem; }

  .eqb-hero__ctas { flex-direction: column; width: 100%; }
  .eqb-hero__ctas > li { width: 100%; min-width: 0; }
  .eqb-hero__ctas .eqb-btn,
  .eqb-btn--block,
  .eqb-btn--large {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    white-space: normal;
    text-align: center;
    padding: 14px 20px;
    font-size: .75rem;
    letter-spacing: .08em;
    line-height: 1.35;
  }
  .eqb-who__media::after { font-size: 1.125rem; }

  /* Portrait polaroid : proteger des rotations trop prononcées qui débordent */
  .eqb-who__portrait { transform: rotate(-1.5deg); }
  .eqb-module__illus { transform: rotate(-1deg); }
  .eqb-module:nth-child(even) .eqb-module__illus { transform: rotate(1.2deg); }

  /* Polaroid plus compact */
  .eqb-who__grid { gap: 32px; }

  /* Tarifs bullets icon spacing */
  .eqb-check-list li { font-size: .9375rem; gap: 10px; }

  /* Le séparateur horseshoe devient plus petit pour ne pas dominer sur mobile */
  .eqb-section + .eqb-section::before { width: 32px; height: 22px; }

  /* Témoignages : rotations à zero */
  .eqb-testi__item { padding: 32px 24px; }

  /* Bg aquarelle : masque plus serré + opacité réduite pour ne pas alourdir */
  .eqb-module.has-bg::before {
    inset: -24px -8px;
    opacity: .35;
  }
  .eqb-module.has-bg::after { inset: -24px -8px; }
}

/* -------- FAQ -------- */
.eqb-section--faq {
  background: var(--eqb-paper);
  background-image:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1' numOctaves='3'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.eqb-faq__intro {
  text-align: center;
  font-style: italic;
  color: var(--eqb-text-muted);
  max-width: 640px;
  margin: -8px auto 40px;
}
.eqb-faq {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 820px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.eqb-faq__item {
  position: relative;
  background: var(--eqb-paper-card);
  border: 1px solid var(--eqb-border);
  border-left: 4px solid var(--eqb-brand-bright);
  border-radius: 0;
  transition: box-shadow .2s var(--eqb-ease), border-color .2s var(--eqb-ease);
}
/* Un long ruban de scotch centré en haut de chaque item FAQ */
.eqb-faq__item::before {
  content: ""; position: absolute; top: -10px; left: 50%;
  width: 220px; height: 20px;
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(0, 0, 0, .12);
  box-shadow: 0 2px 5px rgba(28, 25, 18, .08);
  z-index: 2;
  pointer-events: none;
  transform: translateX(-50%) rotate(-1deg);
}
.eqb-faq__item:hover {
  box-shadow: var(--eqb-shadow-sm);
  border-left-color: var(--eqb-brand);
}
.eqb-faq__details { padding: 0; }
.eqb-faq__details[open] {
  background: linear-gradient(180deg, rgba(133, 176, 51, .04), transparent 60%);
}
.eqb-faq__question {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 22px 28px;
  font-family: var(--eqb-font-display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.0625rem, 1.4vw, 1.3rem);
  line-height: 1.35;
  color: var(--eqb-text);
  transition: color .2s var(--eqb-ease);
}
.eqb-faq__question::-webkit-details-marker { display: none; }
.eqb-faq__question::marker { content: ""; }
.eqb-faq__question:hover { color: var(--eqb-brand); }
.eqb-faq__question:focus-visible {
  outline: 2px solid var(--eqb-brand);
  outline-offset: -2px;
  border-radius: var(--eqb-radius);
}
.eqb-faq__q-text { flex: 1; }
.eqb-faq__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border: 1.5px solid var(--eqb-brand);
  border-radius: 50%;
  position: relative;
  margin-top: 4px;
  transition: transform .25s var(--eqb-ease), background .25s var(--eqb-ease), border-color .25s var(--eqb-ease);
}
.eqb-faq__icon::before,
.eqb-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--eqb-brand);
  transition: transform .25s var(--eqb-ease), background .25s var(--eqb-ease);
}
.eqb-faq__icon::before {
  width: 12px;
  height: 1.5px;
  transform: translate(-50%, -50%);
}
.eqb-faq__icon::after {
  width: 1.5px;
  height: 12px;
  transform: translate(-50%, -50%);
}
.eqb-faq__details[open] .eqb-faq__icon {
  background: var(--eqb-brand-bright);
  border-color: var(--eqb-brand-bright);
}
.eqb-faq__details[open] .eqb-faq__icon::before {
  background: #FFFFFF;
}
.eqb-faq__details[open] .eqb-faq__icon::after {
  transform: translate(-50%, -50%) scaleY(0);
}
.eqb-faq__answer {
  padding: 4px 28px 24px 28px;
  color: var(--eqb-text-2);
  font-family: var(--eqb-font-body);
  font-size: 1rem;
  line-height: 1.7;
}
.eqb-faq__answer p { margin: 0 0 12px; }
.eqb-faq__answer p:last-child { margin-bottom: 0; }
.eqb-faq__answer strong { color: var(--eqb-text); font-weight: 600; }
.eqb-faq__answer em { color: var(--eqb-text-muted); font-style: italic; }

@media (max-width: 600px) {
  .eqb-faq__question { padding: 18px 18px; gap: 14px; font-size: 1.0625rem; }
  .eqb-faq__answer { padding: 0 18px 20px; }
  .eqb-faq__icon { width: 26px; height: 26px; margin-top: 2px; }
}

/* -------- Offre V5bis : mention CTA hero -------- */
.eqb-hero__cta-note {
  margin: 18px 0 0; font-family: var(--eqb-font-mono);
  font-size: .8125rem; letter-spacing: .07em;
  color: rgba(255, 255, 255, .82);
}

/* -------- Pourquoi : grille de thématiques -------- */
.eqb-themes {
  list-style: none; margin: 48px auto 0; padding: 0; max-width: 980px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px;
}
.eqb-theme {
  background: var(--eqb-paper-card); border: 1px solid var(--eqb-border);
  border-top: 3px solid var(--eqb-brand-bright);
  padding: 26px 26px 28px;
  display: flex; flex-direction: column; gap: 10px;
  transition: box-shadow .2s var(--eqb-ease), transform .2s var(--eqb-ease);
}
.eqb-theme:hover { box-shadow: var(--eqb-shadow-sm); transform: translateY(-2px); }
.eqb-theme__title {
  margin: 0; font-family: var(--eqb-font-display); font-style: italic; font-weight: 500;
  font-size: 1.25rem; line-height: 1.2; color: var(--eqb-text);
}
.eqb-theme__desc {
  margin: 0; font-family: var(--eqb-font-body); font-size: .9875rem;
  line-height: 1.6; color: var(--eqb-text-2);
}

/* -------- Marc-Henri : citation client -------- */
.eqb-who__quote {
  margin: 28px 0 0; padding: 20px 24px;
  border-left: 3px solid var(--eqb-gold-soft);
  background: rgba(255, 255, 255, .05);
}
.eqb-who__quote blockquote { margin: 0; }
.eqb-who__quote blockquote p {
  margin: 0; font-family: var(--eqb-font-display); font-style: italic;
  font-size: 1.25rem; line-height: 1.45; color: #FFFFFF;
}
.eqb-who__quote figcaption {
  margin-top: 10px; font-family: var(--eqb-font-mono);
  font-size: .75rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--eqb-gold-soft);
}

/* -------- Modules : "vous repartez avec" + encart sur mesure -------- */
.eqb-module__outcome {
  margin: 4px 0 0; padding: 14px 18px;
  background: rgba(133, 176, 51, .10);
  border-left: 3px solid var(--eqb-brand);
  display: flex; flex-direction: column; gap: 4px;
  font-family: var(--eqb-font-body); font-size: 1rem;
  color: var(--eqb-text); line-height: 1.55;
}
.eqb-module__outcome-label {
  font-family: var(--eqb-font-mono); font-size: .6875rem;
  letter-spacing: .15em; text-transform: uppercase; color: var(--eqb-brand);
}
.eqb-modules__custom {
  margin: 56px auto 0; max-width: 720px; text-align: center;
  padding: 32px 36px; background: var(--eqb-paper-card);
  border: 1px dashed var(--eqb-border-strong);
}
.eqb-modules__custom-title {
  margin: 0 0 10px; font-family: var(--eqb-font-display); font-style: italic;
  font-weight: 500; font-size: 1.5rem; color: var(--eqb-text);
}
.eqb-modules__custom-text {
  margin: 0; font-family: var(--eqb-font-body); font-size: 1.0625rem;
  line-height: 1.7; color: var(--eqb-text-2);
}
.eqb-modules__disclaimer {
  margin: 28px auto 0; max-width: 680px;
  font-family: var(--eqb-font-body); font-style: italic;
  font-size: .875rem; color: var(--eqb-text-muted); line-height: 1.6;
}

/* -------- Voyage en 3 étapes (fond sombre, rythme alterné) -------- */
.eqb-section--journey {
  background: var(--eqb-ink);
  color: var(--eqb-text-on-dark);
  background-image:
    radial-gradient(ellipse 55vw 45vh at 75% 15%, rgba(133, 176, 51, .08), transparent 60%),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1' numOctaves='3'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.10 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.eqb-section--journey .eqb-h2 { color: #FFFFFF; }
.eqb-section--journey .eqb-section__subtitle { color: var(--eqb-text-on-dark); opacity: .82; }
.eqb-section--journey .eqb-eyebrow { color: var(--eqb-gold-soft); }
.eqb-section--journey .eqb-eyebrow::before,
.eqb-section--journey .eqb-eyebrow::after { background: var(--eqb-gold-soft); }
.eqb-journey {
  list-style: none; margin: 56px auto 0; padding: 0; max-width: 760px;
}
.eqb-journey__step {
  display: grid; grid-template-columns: auto 1fr; gap: 28px;
  padding: 0 0 44px; position: relative;
}
.eqb-journey__step:last-child { padding-bottom: 0; }
.eqb-journey__step:not(:last-child)::before {
  content: ""; position: absolute; left: 27px; top: 64px; bottom: 0;
  width: 2px; background: linear-gradient(to bottom, var(--eqb-gold-soft), transparent);
}
.eqb-journey__num {
  width: 56px; height: 56px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1.5px solid var(--eqb-gold-soft);
  font-family: var(--eqb-font-display); font-style: italic; font-weight: 500;
  font-size: 1.5rem; color: var(--eqb-gold-soft);
  background: rgba(255, 255, 255, .04); position: relative; z-index: 1;
}
.eqb-journey__body { padding-top: 4px; }
.eqb-journey__name {
  margin: 0; font-family: var(--eqb-font-display); font-style: italic; font-weight: 500;
  font-size: 1.625rem; color: #FFFFFF; line-height: 1.15;
}
.eqb-journey__duration {
  margin: 6px 0 0; font-family: var(--eqb-font-mono); font-size: .75rem;
  letter-spacing: .12em; text-transform: uppercase; color: var(--eqb-gold-soft);
}
.eqb-journey__desc { margin: 12px 0 0; color: var(--eqb-text-on-dark); opacity: .85; line-height: 1.7; }
.eqb-journey__body .eqb-check-list { margin-top: 16px; }
.eqb-section--journey .eqb-check-list li { color: var(--eqb-text-on-dark); }
.eqb-section--journey .eqb-check-list__icon { color: var(--eqb-gold-soft); }

/* -------- CTA : mention créneaux -------- */
.eqb-calendly__slots {
  margin: 24px auto 0; text-align: center;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--eqb-font-mono); font-size: .8125rem;
  letter-spacing: .08em; color: var(--eqb-gold-soft);
}
.eqb-calendly__slots-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--eqb-brand-bright);
  box-shadow: 0 0 0 0 rgba(133, 176, 51, .5);
  animation: eqb-slots-pulse 2s infinite;
}
@keyframes eqb-slots-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(133, 176, 51, .5); }
  70%  { box-shadow: 0 0 0 8px rgba(133, 176, 51, 0); }
  100% { box-shadow: 0 0 0 0 rgba(133, 176, 51, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .eqb-calendly__slots-dot { animation: none; }
}

@media (max-width: 600px) {
  .eqb-journey__step { gap: 18px; }
  .eqb-journey__num { width: 46px; height: 46px; font-size: 1.25rem; }
  .eqb-journey__step:not(:last-child)::before { left: 22px; top: 54px; }
  .eqb-journey__name { font-size: 1.375rem; }
  .eqb-modules__custom { padding: 26px 22px; }
}

/* -------- Vidéo de présentation -------- */
.eqb-section--video {
  background: var(--eqb-paper-alt);
  background-image:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1' numOctaves='3'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.eqb-video { max-width: 940px; margin: 52px auto 0; }
/* Cadre "diapositive" : monture blanche + scotch + légère inclinaison (comme les photos du site) */
.eqb-video__slide {
  position: relative; margin: 0;
  background: #FFFFFF;
  padding: 14px 14px 40px;
  box-shadow: var(--eqb-shadow-lg);
  transform: rotate(0.4deg);
}
.eqb-video__slide::before {
  content: ""; position: absolute; top: -14px; left: 50%;
  transform: translateX(-50%) rotate(1deg);
  width: 200px; height: 26px;
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(0, 0, 0, .12);
  box-shadow: 0 2px 6px rgba(28, 25, 18, .10);
  z-index: 3; pointer-events: none;
}
.eqb-video__frame {
  position: relative; aspect-ratio: 16 / 9;
  background: var(--eqb-ink);
  border-radius: 0; overflow: hidden;
  isolation: isolate;
}
.eqb-video__media {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  background: var(--eqb-ink);
}
.eqb-video__play {
  position: absolute; inset: 0; margin: 0; padding: 0;
  display: flex; align-items: center; justify-content: center;
  width: 100%; height: 100%; border: 0; cursor: pointer;
  background: rgba(14, 14, 12, .28);
  transition: background .25s var(--eqb-ease);
}
.eqb-video__play:hover { background: rgba(14, 14, 12, .42); }
.eqb-video__play:focus-visible { outline: 3px solid var(--eqb-gold-soft); outline-offset: -3px; }
.eqb-video__play-icon {
  width: 84px; height: 84px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--eqb-brand-bright); color: #FFFFFF;
  box-shadow: 0 8px 28px rgba(0, 0, 0, .4);
  padding-left: 4px; /* centrage optique du triangle */
  transition: transform .25s var(--eqb-ease), background .25s var(--eqb-ease);
}
.eqb-video__play:hover .eqb-video__play-icon { transform: scale(1.08); background: var(--eqb-brand); }
.eqb-video.is-playing .eqb-video__play { display: none; }
@media (prefers-reduced-motion: reduce) {
  .eqb-video__play:hover .eqb-video__play-icon { transform: none; }
}
@media (max-width: 600px) {
  .eqb-video { margin-top: 32px; }
  .eqb-video__slide { padding: 10px 10px 28px; transform: rotate(0.3deg); }
  .eqb-video__slide::before { width: 130px; height: 20px; top: -10px; }
  .eqb-video__play-icon { width: 64px; height: 64px; }
  .eqb-video__play-icon svg { width: 26px; height: 26px; }
}

/* -------- Reveal -------- */
.eqb-reveal { opacity: 0; transform: translateY(20px); transition: opacity .8s, transform .8s; }
.eqb-reveal.is-visible { opacity: 1; transform: translateY(0); }
