/* ─────────────────────────────────────────────────────────────
   Ocior AI — Closer IA Vendeurs · Landing
   Tokens : teal #157A8A · off-white #F7F4ED · sable #C9A87C · anthracite #1F2937
   ───────────────────────────────────────────────────────────── */

:root {
  --bg: #F7F4ED;
  --bg-alt: #EFEADF;
  --bg-tint: #FBF8F1;
  --ink: #1F2937;
  --ink-soft: #4B5563;
  --ink-faint: #9CA3AF;
  --rule: #E6DFCF;
  --rule-dark: #D6CDB7;
  --white: #FFFFFF;

  --teal: #157A8A;
  --teal-dark: #0E5C68;
  --teal-soft: #E5F0F2;
  --teal-mid: #A6CCD2;

  --sand: #C9A87C;
  --sand-dark: #A08756;
  --sand-soft: #F2E8D4;
  --sand-mid: #E1CBA0;

  --f-sans: "Inter", system-ui, -apple-system, sans-serif;
  --f-hand: "Caveat", "Patrick Hand", cursive;
  --f-mono: "JetBrains Mono", ui-monospace, monospace;

  --shadow-1: 0 1px 2px rgba(31, 41, 55, 0.06);
  --shadow-2: 0 6px 16px -4px rgba(31, 41, 55, 0.08), 0 2px 6px -1px rgba(31, 41, 55, 0.04);
  --shadow-3: 0 18px 40px -12px rgba(20, 40, 55, 0.18), 0 8px 16px -8px rgba(31, 41, 55, 0.08);
  --shadow-teal: 0 18px 40px -12px rgba(21, 122, 138, 0.32);
}

* , *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  overflow-x: hidden;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--f-sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  overflow-x: hidden;
  max-width: 100vw;
}
img, svg, video { max-width: 100%; height: auto; }
h1, h2, h3, h4, p, ul, ol { margin: 0; }
ul, ol { padding-left: 1.2em; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button { font: inherit; cursor: pointer; }

/* ───── Layout ───── */
.section { padding: 56px 22px; }
.container { max-width: 1280px; margin: 0 auto; }
.section-alt { background: var(--bg-alt); }
.section-dark { background: var(--ink); color: var(--bg); }

.stack-sm { display: grid; gap: 14px; }
.stack-lg { display: grid; gap: 28px; }
.hero-copy-narrow { max-width: 820px; }
.mt-xs { margin-top: 4px; }
.mt-sm { margin-top: 8px; }
.mt-md { margin-top: 14px; }
.mt-lg { margin-top: 18px; }
.mb-md { margin-bottom: 14px; }

/* ───── Typography ───── */
.h1 { font-weight: 800; font-size: 32px; line-height: 1.05; letter-spacing: -0.025em; color: var(--ink); text-wrap: balance; }
.h2 { font-weight: 800; font-size: 26px; line-height: 1.1;  letter-spacing: -0.022em; color: var(--ink); text-wrap: balance; }
.h3 { font-weight: 700; font-size: 18px; line-height: 1.25; letter-spacing: -0.012em; color: var(--ink); }
.lead { font-size: 16px; line-height: 1.6; }
.dim { color: var(--ink-soft); }
.eyebrow { font-family: var(--f-hand); font-weight: 600; color: var(--teal); font-size: 24px; line-height: 1; display: block; margin-bottom: 4px; }
.eyebrow-sand { color: var(--sand-dark); }
.eyebrow-on-dark { color: var(--sand); }
.on-dark { color: var(--bg); }
.on-dark-soft { color: #D1CDB9; }
.teal { color: var(--teal); }
.teal-dark { color: var(--teal-dark); }
.sand { color: var(--sand); }
.white { color: #fff; }
.mono-label { font-family: var(--f-mono); font-size: 11px; color: var(--ink-faint); letter-spacing: 0.12em; font-weight: 700; text-transform: uppercase; }
.mono-label.sand { color: var(--sand); }

/* ───── Buttons ───── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--f-sans); font-weight: 600; letter-spacing: -0.005em;
  border-radius: 10px; cursor: pointer; text-decoration: none;
  border: 1px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-sm { padding: 8px 14px; font-size: 13px; }
.btn-md { padding: 12px 20px; font-size: 14px; }
.btn-lg { padding: 16px 26px; font-size: 15px; }
.btn-xl { padding: 18px 28px; font-size: 16px; white-space: normal; text-align: center; }
.btn-block { display: flex; width: 100%; white-space: normal; text-align: center; }
.btn-primary {
  background: var(--teal); color: #fff; border-color: var(--teal);
  box-shadow: 0 4px 12px -2px rgba(21, 122, 138, 0.35);
}
.btn-primary:hover { box-shadow: var(--shadow-teal); }
.btn-on-dark {
  background: var(--sand); color: var(--ink); border-color: var(--sand);
  box-shadow: 0 4px 12px -2px rgba(201, 168, 124, 0.4);
}

/* ───── Tags / Pills ───── */
.tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--f-sans); font-weight: 600; font-size: 12.5px;
  letter-spacing: -0.005em; padding: 6px 12px; border-radius: 999px;
  max-width: 100%; flex-wrap: wrap;
}
.tag-teal { background: var(--teal-soft); color: var(--teal-dark); }
.tag-sand { background: var(--sand-soft); color: var(--sand-dark); }
.tag-sand-pale { background: var(--sand-soft); color: var(--sand-dark); font-size: 11.5px; }
.tag-ink { background: #E5E7EB; color: var(--ink); font-size: 10.5px; letter-spacing: 0.08em; }
.tag-teal-pill { background: var(--teal-soft); color: var(--teal-dark); font-size: 10.5px; letter-spacing: 0.08em; }
/* Tag riche : multi-ligne, padding plus généreux, taille de bloc */
.tag-rich {
  align-items: flex-start;
  border-radius: 14px;
  padding: 12px 16px;
  font-weight: 500;
  font-size: 13.5px;
  line-height: 1.5;
  letter-spacing: -0.005em;
  max-width: 720px;
}
.tag-rich .dot { margin-top: 7px; flex: 0 0 6px; }
.tag-rich b { font-weight: 700; }
.dot { width: 6px; height: 6px; border-radius: 999px; background: var(--sand-dark); display: inline-block; }
.tag-teal .dot, .tag-teal-pill .dot { background: var(--teal); }

@keyframes hf-pulse { 0%, 100% { opacity: 1 } 50% { opacity: 0.55 } }
.pulse { animation: hf-pulse 2.4s ease-in-out infinite; }

/* ───── Cards ───── */
.card {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 16px;
  box-shadow: var(--shadow-1);
  padding: 22px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-2px); box-shadow: var(--shadow-3); }
.card-dark { background: var(--ink); color: var(--bg); border: none; box-shadow: var(--shadow-3); }
.card-dark:hover { transform: translateY(-2px); }

/* ───── Divider / lists ───── */
.divider { height: 1px; background: var(--rule); margin: 18px 0; }
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.check-list li { display: flex; gap: 10px; font-size: 13px; line-height: 1.5; }
.check { color: var(--teal); font-weight: 700; line-height: 1.5; flex: 0 0 auto; }

.check-list-lg { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.check-list-lg li { display: flex; gap: 12px; font-size: 14px; line-height: 1.5; }
.check-pill {
  flex: 0 0 22px; width: 22px; height: 22px; border-radius: 999px;
  background: var(--teal-soft); color: var(--teal);
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 13px;
}
.bullet-list { list-style: none; padding: 0; margin: 12px 0 0; display: grid; gap: 10px; font-size: 13.5px; }
.bullet-list li { display: flex; gap: 10px; line-height: 1.5; }
.bullet-teal { color: var(--teal); font-weight: 700; }

/* ───── Links ───── */
.hf-link {
  color: var(--teal); text-decoration: none;
  border-bottom: 1px solid var(--teal-mid);
  transition: border-color .15s ease;
}
.hf-link:hover { border-color: var(--teal); }

/* ───── NAV ───── */
.nav {
  position: sticky; top: 0; z-index: 40;
  background: rgba(247, 244, 237, 0.92);
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--rule);
}
.nav-inner {
  max-width: 1280px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 22px;
}
.logo { display: inline-flex; align-items: baseline; gap: 4px; text-decoration: none; color: var(--ink); }
.logo-name { font-weight: 800; font-size: 19px; letter-spacing: -0.02em; color: var(--ink); }
.logo-ai { font-weight: 700; font-size: 19px; letter-spacing: -0.02em; color: var(--teal); margin-left: 2px; }
.nav-links { display: none; }
.nav-cta { display: none; }
.nav-burger { background: transparent; border: none; padding: 4px; color: var(--ink); font-size: 22px; line-height: 1; }

/* ───── HERO ───── */
.hero-section { padding-top: 36px; padding-bottom: 36px; }
.hero-grid { display: grid; gap: 32px; align-items: start; }
.hero-copy { display: grid; gap: 18px; }
.hl-wrap { color: var(--teal); position: relative; }
.hl-underline { position: absolute; left: 0; right: 0; bottom: -8px; width: 100%; height: 10px; }
.hero-cta-row { display: flex; flex-direction: column; gap: 14px; align-items: stretch; margin-top: 4px; }
.hero-phone { font-size: 14px; color: var(--ink); border-bottom-color: var(--rule); display: none; }
.phone-strong { color: var(--teal); }
.hero-trust {
  display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin-top: 6px;
  font-size: 12.5px; color: var(--ink-soft);
}
.trust-pill { display: inline-flex; align-items: center; gap: 6px; }
.trust-dot { width: 6px; height: 6px; border-radius: 99px; background: var(--teal); display: inline-block; }
.trust-sep { width: 4px; height: 4px; border-radius: 99px; background: var(--ink-faint); display: inline-block; }

/* Hide desktop-inline calculator on mobile */
.hero-calc-desktop { display: none; }
.calc-section-mobile { padding-top: 0; padding-bottom: 24px; }

/* ───── CALCULATOR ───── */
.calc-card {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 18px;
  box-shadow: var(--shadow-3);
  padding: 22px;
  position: relative;
  overflow: hidden;
}
.calc-ribbon {
  position: absolute; top: 14px; right: 14px;
  background: var(--teal-soft); color: var(--teal-dark);
  font-family: var(--f-mono); font-size: 10.5px; font-weight: 700;
  padding: 5px 10px; border-radius: 999px; letter-spacing: 0.08em;
  display: inline-flex; align-items: center; gap: 6px;
}
.calc-ribbon-dot { background: var(--teal); }
.calc-card .h3 { font-size: 18px; }
.calc-sliders { display: grid; gap: 18px; margin-top: 18px; }
.calc-slider-head {
  display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px;
}
.calc-slider-label { font-size: 13.5px; font-weight: 600; color: var(--ink); }
.calc-slider-value { font-weight: 800; font-size: 16px; color: var(--teal); letter-spacing: -0.01em; font-variant-numeric: tabular-nums; }
.slider-track-wrap { position: relative; height: 22px; }
.slider-track {
  position: absolute; left: 0; right: 0; top: 8px; height: 6px;
  background: var(--rule); border-radius: 999px;
}
.slider-fill {
  position: absolute; left: 0; top: 8px; height: 6px; border-radius: 999px;
  background: linear-gradient(90deg, var(--teal-mid) 0%, var(--teal) 100%);
  transition: width .08s ease;
}
.hf-slider {
  position: absolute; inset: 0; width: 100%; height: 22px; margin: 0;
  -webkit-appearance: none; appearance: none; background: transparent;
}
.hf-slider::-webkit-slider-runnable-track { height: 6px; background: transparent; }
.hf-slider::-moz-range-track { height: 6px; background: transparent; }
.hf-slider::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 22px; height: 22px; border-radius: 999px;
  background: #fff; border: 2.5px solid var(--teal);
  box-shadow: 0 2px 6px rgba(21, 122, 138, 0.4);
  margin-top: -8px; cursor: grab;
  transition: transform .12s ease, box-shadow .12s ease;
}
.hf-slider::-moz-range-thumb {
  width: 22px; height: 22px; border-radius: 999px;
  background: #fff; border: 2.5px solid var(--teal);
  box-shadow: 0 2px 6px rgba(21, 122, 138, 0.4); cursor: grab;
}
.hf-slider:hover::-webkit-slider-thumb { transform: scale(1.1); box-shadow: 0 4px 10px rgba(21, 122, 138, 0.5); }
.hf-slider:active::-webkit-slider-thumb { cursor: grabbing; transform: scale(1.05); }
.hf-slider:focus { outline: none; }
.calc-footnote { font-family: var(--f-mono); font-size: 10.5px; color: var(--ink-faint); margin-top: 6px; }

.calc-result {
  margin-top: 22px;
  background: var(--ink); color: var(--bg);
  border-radius: 14px; padding: 22px;
  position: relative; overflow: hidden;
}
.calc-result::before {
  content: ""; position: absolute; inset: 0; opacity: 0.16; pointer-events: none;
  background: radial-gradient(circle at 80% 0%, var(--sand) 0%, transparent 50%);
}
.calc-result-eyebrow {
  font-family: var(--f-mono); font-size: 11.5px; color: var(--sand);
  letter-spacing: 0.15em; font-weight: 700; position: relative;
}
.calc-result-amount {
  font-weight: 800; font-size: 44px; line-height: 1.02;
  color: #fff; margin-top: 10px; letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums; white-space: nowrap; position: relative;
}
.calc-result-per { font-weight: 500; font-size: 14px; color: var(--sand); margin-top: 4px; position: relative; }
.calc-result-year { font-size: 11.5px; color: #8A8A8A; margin-top: 14px; line-height: 1.5; position: relative; font-weight: 400; }
.calc-result-year b { color: #B5B5B5; font-weight: 600; }
.calc-note {
  font-family: var(--f-mono); font-size: 10.5px;
  color: var(--ink-faint); margin-top: 12px; line-height: 1.5;
}
.calc-cta { margin-top: 18px; }

/* ───── PROBLEME ───── */
.grid-2 { display: grid; grid-template-columns: 1fr; gap: 14px; }
.pain-card {}
.pain-head { display: flex; gap: 12px; align-items: center; margin-bottom: 14px; flex-wrap: wrap; }
.pain-icon {
  width: 40px; height: 40px; border-radius: 10px; background: var(--teal-soft);
  display: inline-flex; align-items: center; justify-content: center; flex: 0 0 40px;
}

.timeline-card { padding: 22px; }
.timeline-grid { display: grid; gap: 22px; align-items: start; }
.timeline { position: relative; padding-left: 22px; }
.timeline-rail {
  position: absolute; left: 9px; top: 8px; bottom: 8px; width: 2px;
  background: var(--rule);
}
.timeline-item {
  position: relative; padding-bottom: 16px;
  display: flex; gap: 14px; align-items: flex-start;
}
.timeline-item:last-child { padding-bottom: 0; }
.timeline-dot {
  position: absolute; left: -22px; top: 4px;
  width: 16px; height: 16px; border-radius: 99px;
  background: #fff; border: 2px solid var(--teal);
  box-shadow: 0 0 0 4px var(--teal-soft);
}
.timeline-dot-hl { background: var(--sand); border-color: var(--sand-dark); box-shadow: 0 0 0 4px var(--sand-soft); }
.timeline-time {
  flex: 0 0 56px; font-family: var(--f-mono); font-size: 11px; font-weight: 700;
  color: var(--teal-dark); letter-spacing: 0.05em; padding-top: 1px;
}
.timeline-time-hl { color: var(--sand-dark); }
.timeline-text { font-size: 13.5px; color: var(--ink-soft); line-height: 1.5; }
.timeline-text-hl { color: var(--ink); font-weight: 600; }

/* ───── SOLUTION ───── */
.row-between {
  display: flex; flex-direction: column; gap: 20px;
  justify-content: space-between; align-items: flex-start; flex-wrap: wrap;
}
.grid-3 { display: grid; grid-template-columns: 1fr; gap: 16px; }
.step-wrap { position: relative; }
.step-arrow { display: none; }
.step-card {}
.step-head { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 8px; }
.step-num { font-weight: 800; font-size: 32px; color: var(--teal); line-height: 1; letter-spacing: -0.03em; }

/* ───── GARANTIE (dark) ───── */
.dark-stat {
  border: 1px solid rgba(247, 244, 237, 0.18);
  border-radius: 16px; padding: 22px;
  background: rgba(247, 244, 237, 0.04);
}
.dark-stat-num { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.num-xxl { font-weight: 800; font-size: 44px; color: var(--sand); line-height: 1; letter-spacing: -0.035em; white-space: nowrap; }
.num-unit { font-weight: 600; font-size: 20px; color: var(--bg); letter-spacing: -0.01em; }
.num-sub {
  font-family: var(--f-mono); font-size: 11.5px; letter-spacing: 0.12em;
  color: var(--sand); font-weight: 700; text-transform: uppercase;
  margin-top: 12px;
}

.prelaunch {
  margin-top: 6px;
  background: rgba(201, 168, 124, 0.18);
  border: 1px solid rgba(201, 168, 124, 0.55);
  border-radius: 14px;
  padding: 22px;
  display: grid; gap: 14px; align-items: center;
}
.prelaunch-icon {
  width: 52px; height: 52px; border-radius: 16px;
  background: var(--sand); color: var(--ink);
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 22px; letter-spacing: -0.02em;
  flex: 0 0 52px;
}
.prelaunch-eyebrow {
  font-family: var(--f-mono); font-size: 11px; color: var(--sand);
  letter-spacing: 0.15em; font-weight: 700; margin-bottom: 6px;
}
.prelaunch-text { color: var(--bg); font-size: 15px; line-height: 1.5; }
.prelaunch-text b { color: #fff; }
.prelaunch-italic { color: #D1CDB9; font-size: 13px; margin-top: 8px; font-style: italic; line-height: 1.5; }

/* ───── POURQUOI NOUS ───── */
.grid-2-align { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: center; }
.diff-list { display: grid; gap: 14px; margin-top: 22px; }
.diff-item { display: flex; gap: 14px; align-items: flex-start; }
.diff-icon {
  flex: 0 0 44px; width: 44px; height: 44px; border-radius: 12px;
  background: var(--teal-soft);
  display: inline-flex; align-items: center; justify-content: center; font-size: 20px;
}
.paca-map {
  position: relative; border-radius: 16px; overflow: hidden;
  background: var(--bg-tint); border: 1px solid var(--rule);
  padding: 14px; aspect-ratio: 5 / 4;
}
.paca-badge {
  position: absolute; top: 14px; right: 14px;
  background: var(--white); border: 1px solid var(--rule);
  padding: 8px 12px; border-radius: 10px;
  font-family: var(--f-mono); font-size: 10.5px; color: var(--ink-soft);
  box-shadow: var(--shadow-1);
}
.paca-badge-title { font-weight: 700; color: var(--ink); letter-spacing: 0.08em; }
.paca-badge-sub { margin-top: 2px; }

/* Comparatif */
.compare-grid {
  display: grid; grid-template-columns: 1fr;
  border: 1px solid var(--rule); border-radius: 16px; overflow: hidden; background: var(--white);
}
.compare-col {
  padding: 22px; background: var(--white);
  border-bottom: 1px solid var(--rule);
  position: relative;
}
.compare-col:last-child { border-bottom: none; }
.compare-win { background: var(--teal-soft); }
.compare-divider { height: 1px; background: var(--rule); margin: 16px 0; opacity: 0.5; }
.compare-divider-win { background: var(--teal-mid); }
.compare-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.compare-list li { display: flex; gap: 10px; font-size: 13.5px; color: var(--ink-soft); line-height: 1.5; }
.compare-list-win li { color: var(--ink); }
.bullet-dim { color: var(--ink-faint); font-weight: 700; }
.bullet-win { color: var(--teal); font-weight: 700; }

/* ───── OFFRE ───── */
.offer-grid { display: grid; grid-template-columns: 1fr; gap: 18px; align-items: stretch; }
.price-card { position: relative; overflow: hidden; padding: 24px; }
.price-ribbon {
  position: absolute; top: 0; right: 0; padding: 6px 18px;
  background: var(--sand); color: var(--ink);
  font-family: var(--f-mono); font-size: 11px; font-weight: 700; letter-spacing: 0.1em;
  border-bottom-left-radius: 12px;
}
.price-title { font-size: 22px; }
.price-row { display: flex; align-items: baseline; gap: 14px; margin-top: 22px; flex-wrap: wrap; }
.price-main { font-weight: 800; font-size: 44px; color: var(--teal); line-height: 1; letter-spacing: -0.035em; }
.price-strike { font-weight: 600; font-size: 20px; color: var(--ink-faint); text-decoration: line-through; }
.price-suffix { font-family: var(--f-mono); font-size: 12px; color: var(--ink-soft); }
.price-mo { font-size: 15px; color: var(--ink-soft); margin-top: 8px; }
.price-foot { text-align: center; font-family: var(--f-mono); font-size: 11px; color: var(--ink-faint); margin-top: 10px; }

/* Bloc Vos garanties — visuellement compact, mis en avant */
.guarantees-block {
  background: var(--teal-soft);
  border: 1px solid var(--teal-mid);
  border-radius: 12px;
  padding: 16px 18px;
  margin-top: 22px;
}
.guarantees-head {
  font-family: var(--f-sans); font-weight: 700; font-size: 14px;
  color: var(--teal-dark); letter-spacing: -0.005em;
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 10px;
}
.guarantees-list {
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: 6px;
}
.guarantees-list li {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 13.5px; line-height: 1.45; color: var(--ink);
}
.g-check { color: var(--teal); font-weight: 700; flex: 0 0 auto; }

/* Encart de clarification de périmètre — informatif, pas vendeur */
.scope-block {
  background: var(--bg-alt);
  border: 1px solid var(--rule);
  border-radius: 12px;
  padding: 14px 16px;
  margin-top: 14px;
}
.scope-head {
  font-family: var(--f-sans); font-weight: 600; font-size: 13.5px;
  color: var(--ink); letter-spacing: -0.005em;
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 8px;
}
.scope-icon { font-size: 14px; line-height: 1; }
.scope-body {
  font-family: var(--f-sans); font-size: 12.5px; line-height: 1.55;
  color: var(--ink-soft); margin: 0 0 8px;
}
.scope-body:last-child { margin-bottom: 0; }
@media (min-width: 768px) {
  .scope-block { padding: 16px 20px; }
  .scope-head { font-size: 14px; }
  .scope-body { font-size: 13.5px; }
}

/* Manifeste — encart respiration en bas de Pourquoi nous */
.manifesto {
  background: var(--bg-tint);
  border: 1px solid var(--rule);
  border-radius: 18px;
  padding: 48px 28px;
  text-align: center;
  margin: 28px 0;
  max-width: 760px;
  margin-left: auto; margin-right: auto;
}
.manifesto-line {
  font-family: var(--f-sans);
  font-size: 17px; line-height: 1.5;
  color: var(--ink); font-weight: 500;
  margin: 0 0 14px;
  letter-spacing: -0.008em;
}
.manifesto-line:last-of-type { margin-bottom: 0; }
.manifesto-pivot {
  margin-top: 22px; margin-bottom: 24px;
  color: var(--ink); font-weight: 600;
}
.manifesto-sig {
  font-family: var(--f-hand);
  font-size: 32px; line-height: 1;
  color: var(--teal);
  font-style: italic;
  margin: 18px 0 0;
}
@media (min-width: 768px) {
  .guarantees-block { padding: 18px 22px; }
  .guarantees-head { font-size: 15px; }
  .guarantees-list li { font-size: 14.5px; }
  .manifesto { padding: 72px 56px; margin: 36px auto; }
  .manifesto-line { font-size: 20px; line-height: 1.55; margin-bottom: 18px; }
  .manifesto-pivot { margin-top: 28px; margin-bottom: 30px; font-size: 22px; }
  .manifesto-sig { font-size: 42px; margin-top: 22px; }
}

.offer-side { display: grid; gap: 14px; align-content: start; }
.places-card { padding: 22px; }
.places-row { display: flex; gap: 8px; margin-top: 14px; }
.place-cell {
  flex: 1; aspect-ratio: 1 / 1;
  border: 1.5px solid var(--sand); border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 28px; color: var(--sand);
}
.criteria-card { padding: 20px; }

/* ───── FAQ ───── */
.faq-grid { display: grid; grid-template-columns: 1fr; gap: 22px; align-items: start; }
.faq-list {
  display: grid; gap: 0; border: 1px solid var(--rule); border-radius: 16px;
  overflow: hidden; background: var(--white);
}
.faq-item {
  border-top: 1px solid var(--rule);
  padding: 20px 22px;
}
.faq-item:first-child { border-top: none; }
.faq-item summary {
  list-style: none; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 18px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-icon {
  flex: 0 0 28px; width: 28px; height: 28px; border-radius: 999px;
  background: var(--teal-soft); color: var(--teal);
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 18px;
  transition: transform .2s ease;
}
.faq-item[open] .faq-icon { transform: rotate(45deg); }
.faq-answer { margin-top: 12px; max-width: 720px; }

/* ───── CTA FINAL ───── */
.final-cta {
  background: var(--teal);
  border-radius: 18px;
  padding: 32px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: ""; position: absolute; inset: 0; opacity: 0.18; pointer-events: none;
  background-image:
    radial-gradient(circle at 0% 100%, var(--sand) 0%, transparent 50%),
    radial-gradient(circle at 100% 0%, #fff 0%, transparent 40%);
}
.final-cta-grid {
  position: relative;
  display: grid; grid-template-columns: 1fr; gap: 24px; align-items: center;
}
.final-lead { color: #E2EFF2; margin-top: 14px; }
.final-cta-actions { display: grid; gap: 14px; }
.btn-phone-dark {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: rgba(255, 255, 255, 0.08); color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.4); border-radius: 10px;
  padding: 14px 20px;
  font-weight: 600; font-size: 15px; text-decoration: none;
  transition: background .15s ease, transform .15s ease;
}
.btn-phone-dark:hover { background: rgba(255, 255, 255, 0.15); transform: translateY(-1px); }
.final-foot { text-align: center; font-family: var(--f-mono); font-size: 11px; color: #E2EFF2; margin-top: 4px; }

/* ───── FOOTER ───── */
.footer {
  background: var(--ink); color: var(--bg);
  padding: 44px 22px 110px;
}
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 28px; max-width: 1280px; margin: 0 auto; }
.footer-logo { display: flex; align-items: baseline; gap: 4px; }
.footer-name { font-size: 24px; color: #fff; }
.footer-ai { font-size: 24px; color: var(--sand); }
.footer-blurb { font-size: 14px; line-height: 1.6; margin-top: 14px; color: #D1CDB9; max-width: 320px; }
.footer-head {
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.15em;
  color: var(--sand); margin-bottom: 14px; font-weight: 700;
}
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; font-size: 14px; }
.footer-links a { color: var(--bg); text-decoration: none; }
.footer-links a:hover { color: var(--sand); }
.footer-bottom {
  border-top: 1px solid rgba(247, 244, 237, 0.15);
  padding-top: 22px; margin-top: 28px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px;
  font-family: var(--f-mono); font-size: 11px; color: #A39E8A;
}

/* ───── STICKY MOBILE CTA ───── */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0;
  background: rgba(247, 244, 237, 0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid var(--rule);
  padding: 12px 16px;
  display: flex; gap: 10px; align-items: center;
  z-index: 50;
}
.sticky-phone {
  flex: 0 0 44px; width: 44px; height: 44px; border-radius: 12px;
  background: var(--white); border: 1.5px solid var(--rule);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 20px; text-decoration: none;
}

/* ─────────────────────────────────────────────────────────────
   DESKTOP (≥ 768px)
   ───────────────────────────────────────────────────────────── */
@media (min-width: 768px) {
  .section { padding: 96px 80px; }

  .h1 { font-size: 54px; line-height: 1.05; }
  .h2 { font-size: 42px; }
  .h3 { font-size: 21px; }
  .lead { font-size: 18px; }

  .nav-inner { padding: 18px 56px; }
  .nav-links {
    display: flex; gap: 28px;
    font-size: 14px; color: var(--ink-soft); font-weight: 500;
  }
  .nav-links a { text-decoration: none; color: inherit; }
  .nav-links a:hover { color: var(--teal); }
  .nav-cta { display: inline-flex; }
  .nav-burger { display: none; }
  .logo-name, .logo-ai { font-size: 22px; }

  .hero-section { padding-top: 72px; padding-bottom: 72px; }
  .hero-grid {
    grid-template-columns: 1.05fr 0.95fr; gap: 56px;
  }
  .hero-copy { gap: 24px; padding-top: 16px; }
  .hero-cta-row { flex-direction: row; align-items: center; }
  .hero-phone { display: inline; }
  .hero-trust { gap: 18px; }
  .hero-calc-desktop { display: block; }
  .calc-section-mobile { display: none; }

  .calc-card { padding: 28px; }
  .calc-card .h3 { font-size: 21px; }
  .calc-sliders { gap: 20px; margin-top: 22px; }
  .calc-slider-value { font-size: 18px; }
  .calc-result { padding: 28px; }
  .calc-result-amount { font-size: 56px; }
  .calc-result-per { font-size: 16px; }
  .calc-result-year { font-size: 12.5px; }
  .calc-cta { display: none; }

  .grid-2 { grid-template-columns: 1fr 1fr; gap: 20px; }
  .grid-3 { grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .grid-2-align { grid-template-columns: 1fr 1fr; gap: 56px; }
  .pourquoi-grid {}

  .timeline-card { padding: 36px; }
  .timeline-grid { grid-template-columns: 0.9fr 1.1fr; gap: 40px; }
  .timeline-text { font-size: 14.5px; }

  .row-between { flex-direction: row; align-items: flex-end; }
  .step-card { padding: 26px; }
  .step-num { font-size: 38px; }
  .step-arrow {
    display: block;
    position: absolute; right: -16px; top: 32px;
    color: var(--teal-mid); font-size: 26px; font-weight: 300; z-index: 1;
  }
  .step-wrap:last-child .step-arrow { display: none; }

  .dark-stat { padding: 28px; }
  .num-xxl { font-size: 64px; }
  .num-unit { font-size: 26px; }
  .num-sub { font-size: 12.5px; }

  .prelaunch {
    grid-template-columns: auto 1fr; gap: 22px; padding: 28px; margin-top: 14px;
  }
  .prelaunch-icon { width: 64px; height: 64px; flex: 0 0 64px; font-size: 26px; }
  .prelaunch-text { font-size: 17px; }
  .prelaunch-italic { font-size: 14px; }

  .compare-grid { grid-template-columns: repeat(3, 1fr); }
  .compare-col { padding: 28px; border-bottom: none; border-right: 1px solid var(--rule); }
  .compare-col:last-child { border-right: none; }

  .offer-grid { grid-template-columns: 1.4fr 1fr; gap: 28px; }
  .price-card { padding: 36px; }
  .price-title { font-size: 26px; }
  .price-main { font-size: 60px; }
  .price-strike { font-size: 24px; }
  .price-mo { font-size: 17px; }
  .places-card { padding: 26px; }
  .place-cell { font-size: 36px; }
  .criteria-card { padding: 22px; }

  .faq-grid { grid-template-columns: 0.7fr 1.3fr; gap: 56px; }
  .faq-item { padding: 24px 28px; }

  .final-cta { padding: 64px; border-radius: 28px; }
  .final-cta-grid { grid-template-columns: 1.4fr 1fr; gap: 40px; }
  .btn-phone-dark { padding: 16px 26px; font-size: 16px; }

  .footer { padding: 64px 80px 36px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
  .footer-name, .footer-ai { font-size: 28px; }

  .sticky-cta { display: none; }
}

/* Very small screens — keep things tight */
@media (max-width: 380px) {
  .calc-result-amount { font-size: 38px; }
  .h1 { font-size: 28px; }
  .h2 { font-size: 24px; }
}

/* ─────────────────────────────────────────────────────────────
   LEGAL PAGES (mentions-legales / cgv / confidentialite)
   ───────────────────────────────────────────────────────────── */
.legal-page { padding: 48px 22px 64px; }
.legal-container { max-width: 760px; margin: 0 auto; }
.legal-back {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--f-mono); font-size: 12px; color: var(--ink-soft);
  text-decoration: none; letter-spacing: 0.04em;
  margin-bottom: 32px;
}
.legal-back:hover { color: var(--teal); }
.legal-title {
  font-weight: 800; font-size: 32px; line-height: 1.1;
  letter-spacing: -0.025em; color: var(--ink);
  margin: 0 0 8px;
}
.legal-updated {
  font-family: var(--f-mono); font-size: 12px;
  color: var(--ink-faint); letter-spacing: 0.04em;
  margin-bottom: 40px;
}
.legal-content { font-size: 15px; line-height: 1.7; color: var(--ink); }
.legal-content h2 {
  font-weight: 700; font-size: 19px; line-height: 1.3;
  letter-spacing: -0.012em; color: var(--ink);
  margin: 36px 0 12px;
  padding-top: 24px; border-top: 1px solid var(--rule);
}
.legal-content h2:first-of-type { border-top: none; padding-top: 0; margin-top: 0; }
.legal-content p { margin: 0 0 14px; color: var(--ink-soft); }
.legal-content p.intro { color: var(--ink); }
.legal-content ul { padding-left: 1.2em; margin: 0 0 14px; color: var(--ink-soft); }
.legal-content ul li { margin-bottom: 8px; }
.legal-content .identity-block {
  background: var(--bg-tint);
  border: 1px solid var(--rule);
  border-radius: 10px;
  padding: 16px 20px;
  margin: 8px 0 20px;
  font-family: var(--f-mono); font-size: 13px;
  line-height: 1.7; color: var(--ink);
}
.legal-content .identity-block .label { color: var(--ink-faint); }
.legal-content a.hf-link { font-weight: 500; }

@media (min-width: 768px) {
  .legal-page { padding: 72px 80px 96px; }
  .legal-title { font-size: 44px; }
  .legal-content { font-size: 16px; }
  .legal-content h2 { font-size: 22px; margin: 44px 0 14px; padding-top: 28px; }
}
