/* =========================================================================
   DocetVita — Landing page
   Feuille de styles principale
   -------------------------------------------------------------------------
   PALETTE : toutes les couleurs sont centralisées dans :root ci-dessous.
   Pour adapter le site à votre charte exacte (logo), modifiez uniquement
   ces variables — tout le site se met à jour automatiquement.
   ========================================================================= */

/* ----------  Polices auto-hébergées (conformité RGPD)  ---------- */
@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces-variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: "Hanken Grotesk";
  src: url("../fonts/hanken-grotesk-variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

/* ----------  Design tokens  ---------- */
:root {
  /* Couleurs — issues de la charte DocetVita (à confirmer depuis le logo) */
  --bg:            #FAF8F3;
  --bg-2:          #F2EEE4;
  --surface:       #FFFFFF;
  --ink:           #15302C;
  --ink-2:         #3D524E;
  --muted:         #6B7C77;
  --primary:       #0E5A52;
  --primary-strong:#0A453E;
  --primary-soft:  #E2EEEA;
  --primary-tint:  #F0F6F4;
  --accent:        #C08A3E;
  --accent-strong: #A8742E;
  --accent-soft:   #F4E8D3;
  --danger:        #B25B43;
  --danger-soft:   #F6E7E1;
  --line:          #E7E2D6;
  --line-strong:   #D8D1C2;

  /* Typo */
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body:    "Hanken Grotesk", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;

  /* Échelle */
  --container: 1140px;
  --gutter: clamp(1.25rem, 5vw, 2.5rem);
  --section-y: clamp(4rem, 9vw, 7.5rem);

  --r-sm: 10px;
  --r:    16px;
  --r-lg: 24px;
  --r-xl: 32px;
  --pill: 999px;

  --shadow-sm: 0 1px 2px rgba(21,48,44,.05), 0 2px 8px rgba(21,48,44,.04);
  --shadow:    0 4px 14px rgba(21,48,44,.07), 0 12px 32px rgba(21,48,44,.06);
  --shadow-lg: 0 10px 28px rgba(14,90,82,.10), 0 28px 60px rgba(21,48,44,.10);

  --ease: cubic-bezier(.22,.61,.36,1);
  --header-h: 72px;
}

/* ----------  Reset / base  ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 16px);
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  font-weight: 420;
  font-size: 1.0625rem;
  line-height: 1.62;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
img { height: auto; }

a { color: inherit; text-decoration: none; }

button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }

:focus-visible {
  outline: 3px solid var(--primary);
  outline-offset: 3px;
  border-radius: 4px;
}

::selection { background: var(--primary); color: #fff; }

/* ----------  Typographie  ---------- */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 540;
  line-height: 1.08;
  letter-spacing: -0.012em;
  color: var(--ink);
  font-optical-sizing: auto;
}
.h1 {
  font-size: clamp(2.5rem, 5.4vw, 4.1rem);
  font-variation-settings: "opsz" 144;
  letter-spacing: -0.02em;
}
.h2 {
  font-size: clamp(1.95rem, 3.7vw, 3rem);
  font-variation-settings: "opsz" 110;
}
.h3 {
  font-size: clamp(1.15rem, 1.7vw, 1.4rem);
  font-weight: 560;
  line-height: 1.2;
  letter-spacing: -0.006em;
}

/* ----------  Layout helpers  ---------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.section { padding-block: var(--section-y); }
.section--tint { background: var(--bg-2); }
.section--surface { background: var(--surface); }

.section-head { max-width: 46rem; margin-bottom: clamp(2rem, 4vw, 3.25rem); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head .lead {
  margin-top: 1rem;
  font-size: 1.125rem;
  color: var(--ink-2);
}

/* Eyebrow / suréligne */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-family: var(--font-body);
  font-size: .78rem;
  font-weight: 680;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 1rem;
}
.eyebrow::before {
  content: "";
  width: 1.6rem;
  height: 2px;
  background: var(--accent);
  border-radius: 2px;
}
.section-head--center .eyebrow::before { display: none; }

/* ----------  Boutons  ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .92rem 1.5rem;
  border-radius: var(--pill);
  font-family: var(--font-body);
  font-weight: 640;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.003em;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
  white-space: nowrap;
}
.btn svg { width: 1.1em; height: 1.1em; }
.btn--primary {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 6px 18px rgba(14,90,82,.22);
}
.btn--primary:hover { background: var(--primary-strong); transform: translateY(-2px); box-shadow: 0 10px 26px rgba(14,90,82,.28); }
.btn--ghost {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--line-strong);
}
.btn--ghost:hover { border-color: var(--primary); color: var(--primary); transform: translateY(-2px); }
.btn--light {
  background: #fff;
  color: var(--primary-strong);
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
}
.btn--light:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(0,0,0,.18); }
.btn--sm { padding: .7rem 1.15rem; font-size: .92rem; }
.btn--block { width: 100%; }
.btn--call {
  background: var(--primary-soft);
  color: var(--primary-strong);
  border: 1.5px solid transparent;
}
.btn--call:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(14,90,82,.22);
}
.btn--call svg { width: 1.05em; height: 1.05em; }

/* Chip / badge */
.chip {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .42rem .85rem;
  border-radius: var(--pill);
  background: var(--primary-soft);
  color: var(--primary-strong);
  font-size: .85rem;
  font-weight: 580;
}
.chip svg { width: 1rem; height: 1rem; }

/* =========================================================================
   HEADER
   ========================================================================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: color-mix(in srgb, var(--bg) 86%, transparent);
  -webkit-backdrop-filter: saturate(140%) blur(12px);
  backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s var(--ease), box-shadow .3s var(--ease), background .3s var(--ease);
}
.site-header.is-scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 6px 24px rgba(21,48,44,.05);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  height: var(--header-h);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  flex-shrink: 0;
}
.brand-mark { width: 34px; height: 34px; flex-shrink: 0; }
.brand-word {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: -0.018em;
  color: var(--ink);
  font-optical-sizing: auto;
}
.brand-word b { color: var(--primary); font-weight: 600; }
.brand-logo { height: 42px; width: auto; display: block; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  padding: 0;
}
.nav-links a {
  font-size: .98rem;
  font-weight: 520;
  color: var(--ink-2);
  position: relative;
  transition: color .2s var(--ease);
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -6px;
  width: 0; height: 2px;
  background: var(--accent);
  border-radius: 2px;
  transition: width .25s var(--ease);
}
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { width: 100%; }

.nav-actions { display: flex; align-items: center; gap: .75rem; }

.nav-toggle {
  display: none;
  width: 44px; height: 44px;
  border-radius: var(--r-sm);
  align-items: center;
  justify-content: center;
}
.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  display: block;
  width: 22px; height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform .3s var(--ease), opacity .2s var(--ease);
}
.nav-toggle span { position: relative; }
.nav-toggle span::before { position: absolute; top: -7px; left: 0; }
.nav-toggle span::after  { position: absolute; top: 7px;  left: 0; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after  { transform: translateY(-7px) rotate(-45deg); }

/* ----------  Menus déroulants  ---------- */
.nav-item { position: relative; display: flex; align-items: center; }
.nav-trigger {
  display: inline-flex;
  align-items: center;
  gap: .28rem;
  font-family: inherit;
  font-size: .98rem;
  font-weight: 520;
  color: var(--ink-2);
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: color .2s var(--ease);
}
.nav-item:hover .nav-trigger,
.nav-item.is-open .nav-trigger { color: var(--ink); }
.nav-caret {
  width: 15px; height: 15px;
  opacity: .65;
  transition: transform .25s var(--ease);
}
.nav-item:hover .nav-caret,
.nav-item.is-open .nav-caret { transform: rotate(180deg); opacity: 1; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  min-width: 250px;
  margin-top: 14px;
  padding: .5rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 2px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s var(--ease), transform .2s var(--ease), visibility .2s;
  z-index: 120;
}
/* pont invisible : garde le survol actif entre le bouton et le panneau */
.dropdown-menu::before {
  content: "";
  position: absolute;
  top: -14px; left: 0; right: 0; height: 14px;
}
.nav-item:hover .dropdown-menu,
.nav-item.is-open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.dropdown-menu a {
  display: block;
  padding: .6rem .85rem;
  border-radius: var(--r-sm);
  font-size: .95rem;
  font-weight: 500;
  color: var(--ink-2);
  white-space: nowrap;
  transition: background .18s var(--ease), color .18s var(--ease);
}
.dropdown-menu a::after { display: none; }
.dropdown-menu a:hover { background: var(--primary-tint); color: var(--primary-strong); }

/* =========================================================================
   HERO
   ========================================================================= */
.hero { padding-top: clamp(2.5rem, 5vw, 4.5rem); padding-bottom: var(--section-y); position: relative; }
.hero::before {
  /* halo doux derrière le hero */
  content: "";
  position: absolute;
  top: -10%; right: -8%;
  width: 46rem; height: 46rem;
  background: radial-gradient(circle at center, var(--primary-tint), transparent 62%);
  z-index: -1;
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.hero-copy { max-width: 34rem; }
.hero-copy .h1 { margin-top: .35rem; }
.hero-copy .h1 .accent-line { display: block; color: var(--primary); }
.hero-sub {
  margin-top: 1.4rem;
  font-size: 1.18rem;
  line-height: 1.55;
  color: var(--ink-2);
}
.hero-meta { margin-top: 1.25rem; }
.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-top: 1.9rem;
}
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem 1.5rem;
  margin-top: 2.1rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  list-style: none;
  padding-left: 0;
}
.hero-trust li {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .92rem;
  font-weight: 520;
  color: var(--ink-2);
}
.hero-trust svg { width: 1.15rem; height: 1.15rem; color: var(--primary); flex-shrink: 0; }

/* Portrait / signature visuelle */
.hero-figure {
  position: relative;
  justify-self: center;
  width: 100%;
  max-width: 27rem;
}
.hero-figure .panel {
  position: absolute;
  inset: 1.6rem -1.4rem -1.6rem 1.6rem;
  background: var(--primary);
  border-radius: var(--r-xl);
  z-index: 0;
}
.hero-figure .panel::after {
  /* coin d'accent fin (motif "cadre de mise au point") */
  content: "";
  position: absolute;
  right: 1.4rem; bottom: 1.4rem;
  width: 2.6rem; height: 2.6rem;
  border-right: 2.5px solid var(--accent);
  border-bottom: 2.5px solid var(--accent);
  border-bottom-right-radius: 10px;
}
.portrait-frame {
  position: relative;
  z-index: 1;
  border-radius: var(--r-xl);
  overflow: hidden;
  background: var(--bg-2);
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4 / 5;
}
.portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.portrait-frame img.is-placeholder { object-fit: cover; }

.name-card {
  position: absolute;
  z-index: 2;
  left: -0.9rem;
  bottom: 1.6rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: .8rem 1.05rem;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  gap: .7rem;
  max-width: 15rem;
}
.name-card .dot {
  width: 2.4rem; height: 2.4rem; flex-shrink: 0;
  border-radius: var(--pill);
  background: var(--primary-soft);
  color: var(--primary-strong);
  display: grid; place-items: center;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
}
.name-card .who { line-height: 1.2; }
.name-card .who strong { display: block; font-size: .98rem; color: var(--ink); }
.name-card .who span { font-size: .8rem; color: var(--muted); }

/* =========================================================================
   PROBLÈMES
   ========================================================================= */
.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.pain-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 1.4rem 1.4rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: .9rem;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.pain-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--line-strong); }
.pain-ico {
  width: 2.6rem; height: 2.6rem;
  border-radius: var(--r-sm);
  background: var(--danger-soft);
  color: var(--danger);
  display: grid; place-items: center;
}
.pain-ico svg { width: 1.35rem; height: 1.35rem; }
.pain-card h3 { font-size: 1.1rem; }

.stat-band {
  margin-top: 1.6rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  flex-wrap: wrap;
  background: var(--primary);
  color: #fff;
  border-radius: var(--r-lg);
  padding: 1.7rem 2rem;
}
.stat-band .figure {
  font-family: var(--font-display);
  font-weight: 580;
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  line-height: 1;
  font-variation-settings: "opsz" 144;
  color: #fff;
}
.stat-band .figure b { color: var(--accent-soft); font-weight: 580; }
.stat-band p { color: rgba(255,255,255,.86); max-width: 34rem; font-size: 1.05rem; }

/* =========================================================================
   SOLUTION
   ========================================================================= */
.solution-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(1.5rem, 3vw, 2.6rem);
  box-shadow: var(--shadow-sm);
}
.check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .65rem 2.2rem;
  list-style: none;
  padding: 0;
}
.check-grid li {
  display: flex;
  align-items: center;
  gap: .85rem;
  padding: .85rem 0;
  border-bottom: 1px solid var(--line);
  font-weight: 520;
  font-size: 1.06rem;
}
.check-grid li:last-child,
.check-grid li:nth-last-child(2):nth-child(odd) { border-bottom: none; }
.check-ico {
  width: 1.7rem; height: 1.7rem; flex-shrink: 0;
  border-radius: var(--pill);
  background: var(--primary-soft);
  color: var(--primary);
  display: grid; place-items: center;
}
.check-ico svg { width: 1rem; height: 1rem; }

/* =========================================================================
   AVANTAGES (4 cartes)
   ========================================================================= */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.1rem;
}
.feature-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 1.7rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--line-strong); }
.feature-ico {
  width: 3.1rem; height: 3.1rem;
  border-radius: var(--r);
  background: var(--primary-soft);
  color: var(--primary);
  display: grid; place-items: center;
}
.feature-ico svg { width: 1.55rem; height: 1.55rem; }
.feature-card h3 { font-size: 1.18rem; }
.feature-card p { color: var(--ink-2); font-size: .98rem; }

/* =========================================================================
   QUI SUIS-JE
   ========================================================================= */
.about-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.about-figure {
  position: relative;
  max-width: 24rem;
  justify-self: center;
  width: 100%;
}
.about-figure .portrait-frame { aspect-ratio: 4 / 5; box-shadow: var(--shadow); }
.about-figure .tag {
  position: absolute;
  right: -0.6rem; top: 1.4rem;
  background: var(--accent);
  color: #fff;
  font-weight: 620;
  font-size: .85rem;
  padding: .5rem .9rem;
  border-radius: var(--pill);
  box-shadow: var(--shadow);
}
.about-copy h2 { margin-bottom: .4rem; }
.about-role {
  font-family: var(--font-body);
  font-weight: 600;
  color: var(--primary);
  font-size: 1.05rem;
  margin-bottom: 1.2rem;
}
.about-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: .85rem; margin-bottom: 1.6rem; }
.about-list li { display: flex; gap: .8rem; color: var(--ink-2); font-size: 1.05rem; line-height: 1.45; }
.about-list svg { width: 1.3rem; height: 1.3rem; color: var(--primary); flex-shrink: 0; margin-top: .15rem; }
.about-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  margin-bottom: 1.8rem;
  list-style: none;
  padding: 1.3rem 0 0;
  border-top: 1px solid var(--line);
}
.about-stats li .num {
  display: block;
  font-family: var(--font-display);
  font-weight: 580;
  font-size: 1.8rem;
  line-height: 1;
  color: var(--ink);
  font-variation-settings: "opsz" 120;
}
.about-stats li .lab { font-size: .85rem; color: var(--muted); margin-top: .3rem; }

/* =========================================================================
   AVANTAGE DIFFÉRENCIANT (bandeau teal)
   ========================================================================= */
.edge {
  background: var(--primary);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.edge::before {
  content: "";
  position: absolute;
  bottom: -30%; left: -10%;
  width: 40rem; height: 40rem;
  background: radial-gradient(circle, rgba(255,255,255,.06), transparent 60%);
  pointer-events: none;
}
.edge .eyebrow { color: var(--accent-soft); }
.edge .eyebrow::before { background: var(--accent-soft); }
.edge h2 { color: #fff; }
.edge .section-head .lead { color: rgba(255,255,255,.82); }
.edge-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.1rem;
}
.edge-card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--r-lg);
  padding: 1.6rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: .9rem;
  transition: transform .3s var(--ease), background .3s var(--ease);
}
.edge-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.12); }
.edge-ico {
  width: 3rem; height: 3rem;
  border-radius: var(--r);
  background: rgba(255,255,255,.14);
  color: var(--accent-soft);
  display: grid; place-items: center;
}
.edge-ico svg { width: 1.5rem; height: 1.5rem; }
.edge-card h3 { color: #fff; font-size: 1.12rem; }
.edge-card p { color: rgba(255,255,255,.78); font-size: .95rem; }

/* =========================================================================
   FONCTIONNEMENT (3 étapes)
   ========================================================================= */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3rem;
  counter-reset: step;
  position: relative;
}
.step {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 2rem 1.6rem 1.7rem;
  position: relative;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.step:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.step .num {
  font-family: var(--font-display);
  font-weight: 560;
  font-size: 1rem;
  color: var(--accent-strong);
  letter-spacing: .04em;
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  margin-bottom: 1rem;
}
.step .num::before {
  content: counter(step, decimal-leading-zero);
  counter-increment: step;
  width: 2.6rem; height: 2.6rem;
  border-radius: var(--pill);
  background: var(--primary-soft);
  color: var(--primary-strong);
  display: grid; place-items: center;
  font-size: 1.05rem;
}
.step h3 { font-size: 1.22rem; margin-bottom: .5rem; }
.step p { color: var(--ink-2); font-size: .98rem; margin-bottom: 1rem; }
.step .price {
  display: inline-flex;
  align-items: baseline;
  gap: .3rem;
  font-family: var(--font-display);
  font-weight: 560;
  color: var(--ink);
  font-size: 1.15rem;
}
.step .price small { font-family: var(--font-body); font-weight: 520; font-size: .82rem; color: var(--muted); }
.step .price--soft { color: var(--primary); }
.step .price .price-was { font-size: .92rem; }

/* --- Ancien tarif barré (valeur de référence) --- */
.price-was {
  font-family: var(--font-body);
  font-weight: 540;
  color: var(--muted);
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
  white-space: nowrap;
}

/* --- Numéro de téléphone : jamais coupé sur deux lignes --- */
.tel-nb {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

/* =========================================================================
   TARIFS
   ========================================================================= */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
  align-items: stretch;
}
.price-card {
  min-width: 0;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 1.8rem 1.5rem;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.price-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--line-strong); }
.price-card.is-featured {
  border-color: var(--primary);
  box-shadow: var(--shadow-lg);
  background: linear-gradient(180deg, var(--primary-tint), var(--surface) 40%);
}
.price-flag {
  position: absolute;
  top: -0.85rem; left: 50%;
  transform: translateX(-50%);
  background: var(--primary);
  color: #fff;
  font-size: .76rem;
  font-weight: 680;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .35rem .85rem;
  border-radius: var(--pill);
  white-space: nowrap;
}
.price-name { font-size: 1.18rem; margin-bottom: .25rem; overflow-wrap: break-word; }
.price-desc { color: var(--muted); font-size: .92rem; min-height: 2.4em; margin-bottom: 1.2rem; overflow-wrap: break-word; }
.price-amount {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: .28rem;
  margin-bottom: 1.3rem;
  font-family: var(--font-display);
}
.price-amount .price-was {
  flex: 0 0 100%;
  font-size: 1.05rem;
  line-height: 1.2;
  margin-bottom: .1rem;
}
.price-amount .val { font-weight: 580; font-size: 2.5rem; line-height: 1; color: var(--ink); font-variation-settings: "opsz" 144; }
.price-amount .per { font-family: var(--font-body); font-weight: 520; font-size: .92rem; color: var(--muted); }
.price-feats { list-style: none; padding: 0; display: flex; flex-direction: column; gap: .65rem; margin-bottom: 1.6rem; }
.price-feats li { display: flex; align-items: flex-start; gap: .6rem; font-size: .95rem; color: var(--ink-2); }
.price-feats svg { width: 1.05rem; height: 1.05rem; color: var(--primary); flex-shrink: 0; margin-top: .25rem; }
.price-note {
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  background: var(--accent-soft);
  color: var(--accent-strong);
  border-radius: var(--r-sm);
  padding: .6rem .75rem;
  font-size: .85rem;
  font-weight: 540;
  margin-bottom: 1.3rem;
}
.price-note svg { width: 1rem; height: 1rem; flex-shrink: 0; margin-top: .15rem; }
.price-card .btn {
  margin-top: auto;
  white-space: normal;
  text-align: center;
  line-height: 1.25;
  padding-inline: 1rem;
  font-size: .95rem;
  text-wrap: balance;
}
.pricing-foot {
  text-align: center;
  margin-top: 1.6rem;
  color: var(--muted);
  font-size: .92rem;
}

/* =========================================================================
   ALIGNEMENT DES CARTES (tarifs + étapes)
   Chaque carte partage les lignes de la grille parente : titres, montants
   et boutons tombent donc exactement sur la même ligne d'une carte à l'autre.
   ========================================================================= */
@supports (grid-template-rows: subgrid) {

  /* --- Tarifs (4 colonnes / 2 colonnes) --- */
  @media (min-width: 641px) {
    .pricing-grid { grid-template-rows: auto auto auto 1fr auto; }
    .price-card {
      display: grid;
      grid-template-rows: subgrid;
      grid-row: span 5;
      row-gap: 0;
    }
    .price-card > .price-name  { grid-row: 1; }
    .price-card > .price-desc  { grid-row: 2; min-height: 0; }
    .price-card > .price-amount{ grid-row: 3; align-self: end; }
    .price-card > .price-feats { grid-row: 4; }
    .price-card > .price-note  { grid-row: 4; align-self: end; }
    .price-card > .btn         { grid-row: 5; align-self: stretch; margin-top: 0; }
  }

  /* --- Étapes de la méthode (3 colonnes) --- */
  @media (min-width: 961px) {
    .steps { grid-template-rows: auto auto 1fr auto; }
    .step {
      display: grid;
      grid-template-rows: subgrid;
      grid-row: span 4;
      row-gap: 0;
    }
    .step > .num   { grid-row: 1; justify-self: start; }
    .step > h3     { grid-row: 2; }
    .step > p      { grid-row: 3; margin-bottom: 1rem; }
    .step > .price { grid-row: 4; align-self: end; justify-self: start; }
  }
}

/* =========================================================================
   FAQ (accordéon)
   ========================================================================= */
.faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: .8rem;
  max-width: 52rem;
}
.faq-item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease);
}
.faq-item.is-open { border-color: var(--line-strong); box-shadow: var(--shadow-sm); }
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.4rem;
  text-align: left;
  font-family: var(--font-body);
  font-weight: 580;
  font-size: 1.08rem;
  color: var(--ink);
}
.faq-icon {
  position: relative;
  width: 1.4rem; height: 1.4rem;
  flex-shrink: 0;
}
.faq-icon::before, .faq-icon::after {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  background: var(--primary);
  border-radius: 2px;
  transition: transform .3s var(--ease);
}
.faq-icon::before { width: 1.05rem; height: 2px; transform: translate(-50%,-50%); }
.faq-icon::after  { width: 2px; height: 1.05rem; transform: translate(-50%,-50%); }
.faq-item.is-open .faq-icon::after { transform: translate(-50%,-50%) scaleY(0); }
.faq-a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .32s var(--ease);
}
.faq-a > div { overflow: hidden; }
.faq-item.is-open .faq-a { grid-template-rows: 1fr; }
.faq-a p {
  padding: 0 1.4rem 1.35rem;
  color: var(--ink-2);
  font-size: 1rem;
  max-width: 44rem;
}

/* =========================================================================
   CONTACT / RÉSERVATION
   ========================================================================= */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
.contact-copy h2 { margin-bottom: 1rem; max-width: 14ch; }
.contact-copy .lead { color: var(--ink-2); font-size: 1.12rem; margin-bottom: 1.8rem; }
.contact-points { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 1.1rem; }
.contact-points li { display: flex; gap: .85rem; align-items: flex-start; }
.contact-points .pi {
  width: 2.6rem; height: 2.6rem; flex-shrink: 0;
  border-radius: var(--r-sm);
  background: var(--primary-soft);
  color: var(--primary);
  display: grid; place-items: center;
}
.contact-points .pi svg { width: 1.3rem; height: 1.3rem; }
.contact-points strong { display: block; color: var(--ink); font-size: 1.02rem; }
.contact-points span, .contact-points a { color: var(--ink-2); font-size: .96rem; }
.contact-points a:hover { color: var(--primary); }

.form-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(1.5rem, 3vw, 2.4rem);
  box-shadow: var(--shadow);
}
.field { margin-bottom: 1.05rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.05rem; }
.field label {
  display: block;
  font-size: .9rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: .4rem;
}
.field label .req { color: var(--accent-strong); }
.field input,
.field select,
.field textarea {
  width: 100%;
  font: inherit;
  font-size: 1rem;
  color: var(--ink);
  background: var(--bg);
  border: 1.5px solid var(--line-strong);
  border-radius: var(--r-sm);
  padding: .8rem .9rem;
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease);
}
.field textarea { resize: vertical; min-height: 6.5rem; }
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--primary);
  background: var(--surface);
  box-shadow: 0 0 0 4px var(--primary-tint);
}
.field input::placeholder, .field textarea::placeholder { color: #9aa6a2; }
.consent {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  font-size: .86rem;
  color: var(--muted);
  margin-bottom: 1.3rem;
  line-height: 1.45;
}
.consent input { width: 1.15rem; height: 1.15rem; margin-top: .15rem; flex-shrink: 0; accent-color: var(--primary); }
.consent a { color: var(--primary); text-decoration: underline; text-underline-offset: 2px; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; overflow: hidden; }
.form-status {
  margin-top: 1rem;
  font-size: .95rem;
  font-weight: 540;
  border-radius: var(--r-sm);
  padding: 0;
  line-height: 1.45;
}
.form-status.is-ok { padding: .85rem 1rem; background: var(--primary-soft); color: var(--primary-strong); }
.form-status.is-err { padding: .85rem 1rem; background: var(--danger-soft); color: var(--danger); }

/* =========================================================================
   FOOTER
   ========================================================================= */
.site-footer {
  background: var(--ink);
  color: rgba(255,255,255,.7);
  padding-block: clamp(3rem, 5vw, 4rem) 2rem;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  gap: 1.9rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.footer-brand .brand-word { color: #fff; }
.footer-logo { height: 58px; width: auto; display: block; }
.footer-brand .brand-word b { color: var(--accent-soft); }
.footer-brand p { margin-top: 1rem; max-width: 26rem; font-size: .96rem; color: rgba(255,255,255,.66); }
.footer-col h4 {
  font-family: var(--font-body);
  font-size: .82rem;
  font-weight: 680;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  margin-bottom: 1rem;
}
.footer-col ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: .65rem; }
.footer-col a, .footer-col span { color: rgba(255,255,255,.78); font-size: .96rem; }
.footer-col a:hover { color: #fff; }
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.6rem;
  font-size: .85rem;
  color: rgba(255,255,255,.5);
}
.footer-bottom a { color: rgba(255,255,255,.6); }
.footer-bottom a:hover { color: #fff; }

/* =========================================================================
   ANIMATIONS (reveal au scroll + entrée hero)
   ========================================================================= */
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .reveal.is-in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .07s; }
.reveal[data-d="2"] { transition-delay: .14s; }
.reveal[data-d="3"] { transition-delay: .21s; }
.reveal[data-d="4"] { transition-delay: .28s; }

/* =========================================================================
   RESPONSIVE
   ========================================================================= */
@media (max-width: 1080px) {
  .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .price-flag { font-size: .72rem; }
}

@media (max-width: 960px) {
  :root { --header-h: 64px; }

  .nav-links {
    position: fixed;
    inset: var(--header-h) 0 auto 0;
    max-height: calc(100vh - var(--header-h));
    max-height: calc(100dvh - var(--header-h));
    overflow-y: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--surface);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
    padding: .5rem var(--gutter) 1.2rem;
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: transform .3s var(--ease), opacity .3s var(--ease);
  }
  .nav-links.is-open { transform: none; opacity: 1; pointer-events: auto; }
  .nav-links li { border-bottom: 1px solid var(--line); }
  .nav-links li:last-child { border-bottom: none; }
  .nav-links a { display: block; padding: 1rem 0; font-size: 1.05rem; }
  .nav-links a::after { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav-actions .btn--ghost { display: none; }

  /* Menus déroulants → accordéon sur mobile */
  .nav-item { flex-direction: column; align-items: stretch; }
  .nav-trigger {
    width: 100%;
    justify-content: space-between;
    padding: 1rem 0;
    font-size: 1.05rem;
  }
  .nav-item.is-open > .nav-trigger { color: var(--primary); }
  .dropdown-menu {
    position: static;
    transform: none;
    min-width: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    gap: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: none;
    transition: none;
  }
  .dropdown-menu::before { display: none; }
  .nav-item.is-open .dropdown-menu { display: flex; transform: none; }
  .dropdown-menu a {
    padding: .68rem 0 .68rem 1rem;
    font-size: 1rem;
    color: var(--muted);
    white-space: normal;
  }
  .dropdown-menu a:hover { background: transparent; color: var(--primary); }

  .hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero-figure { order: -1; max-width: 22rem; }
  .hero-copy { max-width: 38rem; }

  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .edge-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .about-figure { order: -1; }
  .steps { grid-template-columns: 1fr; gap: 1rem; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  body { font-size: 1.02rem; }
  .pain-grid { grid-template-columns: 1fr; }
  .check-grid { grid-template-columns: 1fr; gap: 0; }
  .check-grid li:nth-last-child(2):nth-child(odd) { border-bottom: 1px solid var(--line); }
  .feature-grid { grid-template-columns: 1fr; }
  .edge-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .hero-cta { width: 100%; }
  .hero-cta .btn { flex: 1 1 auto; }
  .stat-band { padding: 1.4rem 1.4rem; }
  .footer-top { grid-template-columns: 1fr; }
  .name-card { left: 0; }
}

@media (max-width: 380px) {
  .name-card { display: none; }
}

/* ----------  Préférences de mouvement réduit  ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    transition-duration: .001ms !important;
    animation-iteration-count: 1 !important;
  }
  .js .reveal { opacity: 1; transform: none; }
}

/* =========================================================================
   PAGES LÉGALES  (mentions-legales.html · confidentialite.html)
   Mise en page « article » lisible, réutilisant l'en-tête et le pied de page
   du site. Toutes les couleurs proviennent des tokens :root ci-dessus.
   ========================================================================= */

/* En-tête de page légale */
.legal-hero {
  background: var(--bg-2);
  border-bottom: 1px solid var(--line);
  padding-block: clamp(2.4rem, 6vw, 4.25rem) clamp(1.8rem, 4vw, 2.75rem);
}
.legal-hero .container,
.legal-body .container { max-width: 52rem; }

.breadcrumb {
  display: inline-flex; align-items: center; flex-wrap: wrap; gap: .5rem;
  font-size: .88rem; color: var(--muted); margin-bottom: 1.25rem;
}
.breadcrumb a { color: var(--primary); }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span[aria-current] { color: var(--ink-2); }

.legal-hero h1 {
  font-size: clamp(2.05rem, 4.4vw, 3.05rem);
  font-variation-settings: "opsz" 120;
  letter-spacing: -0.018em;
}
.legal-meta { margin-top: 1rem; font-size: .92rem; color: var(--muted); }
.legal-lead {
  margin-top: 1.2rem; font-size: 1.1rem; line-height: 1.6;
  color: var(--ink-2); max-width: 44rem;
}

/* Corps de l'article */
.legal-body { padding-block: clamp(2.5rem, 6vw, 4.25rem); }
.legal-body h2 {
  font-size: clamp(1.38rem, 2.4vw, 1.8rem);
  font-variation-settings: "opsz" 90;
  margin-top: clamp(2.4rem, 5vw, 3.25rem);
  padding-top: clamp(1.6rem, 3vw, 2rem);
  border-top: 1px solid var(--line);
}
.legal-body h2:first-of-type { margin-top: 0; padding-top: 0; border-top: none; }
.legal-body h3 { font-size: 1.1rem; font-weight: 580; margin-top: 1.8rem; }
.legal-body p { margin-top: 1rem; color: var(--ink-2); }
.legal-body ul { margin-top: 1rem; padding-left: 1.2rem; color: var(--ink-2);
  display: flex; flex-direction: column; gap: .55rem; }
.legal-body li { padding-left: .25rem; }
.legal-body li::marker { color: var(--primary); }
.legal-body a {
  color: var(--primary); text-decoration: underline;
  text-underline-offset: 2px; text-decoration-thickness: 1px;
}
.legal-body a:hover { color: var(--primary-strong); }
.legal-body strong { color: var(--ink); font-weight: 600; }

/* Sommaire */
.legal-toc {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r); padding: 1.2rem 1.5rem;
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
}
.legal-toc .toc-title {
  margin: 0 0 .8rem; padding: 0; border: none;
  font-family: var(--font-body); font-size: .78rem; font-weight: 680;
  letter-spacing: .12em; text-transform: uppercase; color: var(--muted);
}
.legal-toc ol {
  margin: 0; padding-left: 1.2rem; columns: 2; column-gap: 2.2rem;
  font-size: .95rem;
}
.legal-toc li { margin-bottom: .45rem; break-inside: avoid; }
.legal-toc a { color: var(--ink-2); text-decoration: none; }
.legal-toc a:hover { color: var(--primary); text-decoration: underline; }

/* Bloc identification (clé / valeur) */
.legal-dl {
  margin-top: 1.25rem; border: 1px solid var(--line);
  border-radius: var(--r); overflow: hidden;
}
.legal-dl > div {
  display: grid; grid-template-columns: 13.5rem 1fr; gap: 1rem;
  padding: .85rem 1.3rem; border-bottom: 1px solid var(--line);
}
.legal-dl > div:last-child { border-bottom: none; }
.legal-dl dt { font-weight: 600; color: var(--ink); font-size: .95rem; }
.legal-dl dd { margin: 0; color: var(--ink-2); }
.legal-dl dd a { color: var(--primary); text-decoration: none; }
.legal-dl dd a:hover { text-decoration: underline; }

/* Encadré / note */
.legal-note {
  margin-top: 1.5rem; background: var(--primary-tint);
  border-left: 3px solid var(--primary); border-radius: var(--r-sm);
  padding: 1rem 1.25rem; font-size: .95rem; color: var(--ink-2);
}
.legal-note p { margin-top: .6rem; color: inherit; }
.legal-note p:first-child { margin-top: 0; }
.legal-note strong { color: var(--primary-strong); }

/* Repère discret pour les champs à compléter par l'éditeur */
.legal-fill {
  background: var(--accent-soft);
  border-bottom: 1px dashed var(--accent-strong);
  padding: 0 .28em; border-radius: 3px;
  font-style: normal; font-weight: 500; color: var(--accent-strong);
}

/* Pied d'article : navigation entre pages légales */
.legal-end {
  margin-top: clamp(2.5rem, 5vw, 3.5rem); padding-top: 1.6rem;
  border-top: 1px solid var(--line); display: flex; flex-wrap: wrap;
  gap: 1rem 2rem; justify-content: space-between; align-items: center;
  font-size: .92rem; color: var(--muted);
}
.legal-end a { color: var(--primary); text-decoration: none; font-weight: 500; }
.legal-end a:hover { text-decoration: underline; }

@media (max-width: 640px) {
  .legal-toc ol { columns: 1; }
  .legal-dl > div { grid-template-columns: 1fr; gap: .2rem; padding: .8rem 1.1rem; }
  .legal-dl dt { font-size: .88rem; }
}

/* =========================================================================
   PAGES DE CONTENU / SEO  (services, métiers, guides)
   Réutilisent l'en-tête, le pied de page et les tokens :root.
   ========================================================================= */

/* En-tête de page */
.page-hero {
  background: var(--bg-2);
  border-bottom: 1px solid var(--line);
  padding-block: clamp(2.6rem, 7vw, 5rem) clamp(2rem, 4vw, 3.25rem);
}
.page-hero .container { max-width: 60rem; }
.page-hero h1 {
  font-size: clamp(2.1rem, 4.8vw, 3.3rem);
  font-variation-settings: "opsz" 130; letter-spacing: -0.02em; max-width: 20ch;
}
.page-lead {
  margin-top: 1.25rem; font-size: 1.16rem; line-height: 1.6;
  color: var(--ink-2); max-width: 46rem;
}
.hero-actions { margin-top: 1.75rem; display: flex; flex-wrap: wrap; gap: .75rem; }

/* Corps */
.content { padding-block: clamp(2.5rem, 6vw, 4.5rem); }
.content .container { max-width: 52rem; }
.content > .container > h2:first-child,
.content > .container > .eyebrow:first-child { margin-top: 0; }
.content h2 {
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  font-variation-settings: "opsz" 90;
  margin-top: clamp(2.6rem, 5vw, 3.5rem);
}
.content h3 { font-size: 1.18rem; font-weight: 580; margin-top: 1.9rem; }
.content p { margin-top: 1rem; color: var(--ink-2); }
.content > .container > .eyebrow { margin-top: clamp(2.6rem, 5vw, 3.5rem); margin-bottom: .25rem; display: block; }
.content ul.plain { margin-top: 1rem; padding-left: 1.2rem; color: var(--ink-2);
  display: flex; flex-direction: column; gap: .55rem; }
.content ul.plain li::marker { color: var(--primary); }
.content a:not(.btn) {
  color: var(--primary); text-decoration: underline;
  text-underline-offset: 2px; text-decoration-thickness: 1px;
}
.content a:not(.btn):hover { color: var(--primary-strong); }
.content strong { color: var(--ink); font-weight: 600; }

/* Photo éditoriale (libre de droit) */
.content-figure {
  margin-top: 1.75rem;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  background: var(--bg-2);
}
.content-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

/* Cartes bénéfices / services */
.benefit-grid {
  list-style: none; padding: 0; margin-top: 1.75rem;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem;
}
.benefit-card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r); padding: 1.35rem 1.5rem;
}
.benefit-card h3 { margin: 0 0 .4rem; font-size: 1.06rem; }
.benefit-card p { margin: 0; font-size: .97rem; color: var(--ink-2); }

/* Étapes numérotées */
.steps-list {
  list-style: none; counter-reset: step; padding: 0; margin-top: 1.75rem;
  display: flex; flex-direction: column; gap: 1.1rem;
}
.steps-list li {
  counter-increment: step; position: relative; padding-left: 3.4rem;
  color: var(--ink-2);
}
.steps-list li::before {
  content: counter(step); position: absolute; left: 0; top: -.1rem;
  width: 2.4rem; height: 2.4rem; border-radius: var(--pill);
  background: var(--primary-soft); color: var(--primary-strong);
  font-weight: 680; font-size: .98rem;
  display: flex; align-items: center; justify-content: center;
}
.steps-list li strong { display: block; margin-bottom: .15rem; color: var(--ink); }

/* Encadré / point clé (guides) */
.callout {
  margin-top: 1.75rem; background: var(--primary-tint);
  border-left: 3px solid var(--primary); border-radius: var(--r-sm);
  padding: 1.1rem 1.4rem;
}
.callout p { margin-top: .5rem; color: var(--ink-2); }
.callout p:first-child { margin-top: 0; }
.callout strong { color: var(--primary-strong); }

/* Bandeau d'appel à l'action */
.cta-band {
  background: var(--ink); color: #fff; border-radius: var(--r-lg);
  padding: clamp(2rem, 4vw, 3rem); margin-top: clamp(2.6rem, 5vw, 3.5rem);
  text-align: center;
}
.cta-band h2 { color: #fff; margin: 0; font-variation-settings: "opsz" 90; }
.cta-band p { color: rgba(255,255,255,.82); margin: .85rem auto 0; max-width: 42rem; }
.cta-band .btn { margin-top: 1.6rem; }

/* Liens internes / pages liées */
.related { margin-top: clamp(2.6rem, 5vw, 3.5rem); padding-top: 1.8rem; border-top: 1px solid var(--line); }
.related h2 { margin-top: 0; font-size: 1.2rem; }
.related-list {
  list-style: none; padding: 0; margin-top: 1.1rem;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem;
}
.related-list a {
  display: block; padding: 1rem 1.25rem; border: 1px solid var(--line);
  border-radius: var(--r); background: var(--surface); color: var(--ink);
  text-decoration: none; font-weight: 560;
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease), color .2s var(--ease);
}
.related-list a:hover { border-color: var(--line-strong); box-shadow: var(--shadow-sm); color: var(--primary); }

/* FAQ réutilisée depuis l'accueil */
.content .faq-grid { margin-top: 1.5rem; max-width: none; }

@media (max-width: 640px) {
  .benefit-grid, .related-list { grid-template-columns: 1fr; }
}

/* =========================================================================
   Téléphone — bouton d'appel dans l'en-tête & liens tel
   ========================================================================= */
.footer-phone { margin-top: .5rem; }
.footer-phone a { color: rgba(255,255,255,.85); font-weight: 600; }
.footer-phone a:hover { color: #fff; }

@media (max-width: 960px) {
  /* On garde le bouton « Appelez-moi » visible ; on masque « Contacter »
     (déjà accessible dans le menu) pour ne pas surcharger l'en-tête. */
  .nav-actions .btn--contact-cta { display: none; }
}
@media (max-width: 380px) {
  .nav-actions .btn--call { padding: .6rem .85rem; font-size: .86rem; }
}

.form-note {
  margin-top: .7rem;
  font-size: .82rem;
  color: var(--muted);
  line-height: 1.5;
}
