/* ============================================================
   CLARENTIS LITE — Design System
   Palette : Graphite / Off White / Stone / Taupe / Bleu Nuit / Vert Sauge
   Typo : Playfair Display (titres) + Inter (textes)
   ============================================================ */

:root {
  /* Couleurs — alignées sur l'identité (logo Clarentis Lite, bleu nuit) */
  --graphite: #0E1B28;        /* bleu nuit profond (base sombre, repris du logo) */
  --off-white: #F8F7F4;
  --stone: #A7AEB6;           /* gris-bleu froid */
  --taupe: #D4D7DB;           /* gris-bleu clair */
  --bleu-nuit: #24425C;       /* navy d'accent */
  --vert-sauge: #6E8294;      /* bleu acier (accent du logo « LITE ») */
  --ele-blue: #5E83A8;        /* bleu acier feutré (accent navbar, harmonisé) */

  /* Dérivés (teintes du bleu nuit) */
  --graphite-90: rgba(14, 27, 40, 0.90);
  --graphite-70: rgba(14, 27, 40, 0.70);
  --graphite-55: rgba(14, 27, 40, 0.55);
  --graphite-08: rgba(14, 27, 40, 0.08);
  --graphite-04: rgba(14, 27, 40, 0.04);
  --line: rgba(14, 27, 40, 0.12);
  --line-soft: rgba(14, 27, 40, 0.07);

  /* Typo */
  --font-title: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  /* Rayons & ombres */
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 22px;
  --radius-xl: 28px;
  --shadow-sm: 0 1px 2px rgba(14, 27, 40, 0.05), 0 2px 8px rgba(14, 27, 40, 0.05);
  --shadow: 0 4px 16px rgba(14, 27, 40, 0.07), 0 12px 40px rgba(14, 27, 40, 0.06);
  --shadow-lg: 0 8px 28px rgba(14, 27, 40, 0.10), 0 24px 70px rgba(14, 27, 40, 0.09);

  /* Layout */
  --container: 1180px;
  --container-narrow: 820px;
  --header-h: 96px;

  /* Animations */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-soft: cubic-bezier(0.4, 0, 0.2, 1);
  --t-fast: 0.25s;
  --t: 0.45s;
  --t-slow: 0.8s;
}

/* ============================================================
   RESET
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
section[id], [id] { scroll-margin-top: 92px; }

body {
  font-family: var(--font-body);
  background: var(--off-white);
  color: var(--graphite);
  line-height: 1.65;
  font-size: 17px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }
::selection { background: var(--bleu-nuit); color: var(--off-white); }

/* ============================================================
   TYPOGRAPHIE
   ============================================================ */
h1, h2 { font-family: var(--font-title); font-weight: 500; line-height: 1.12; letter-spacing: -0.01em; color: var(--graphite); }
h3, h4 { font-family: var(--font-body); font-weight: 600; line-height: 1.28; letter-spacing: -0.005em; color: var(--graphite); }
.h-display { font-size: clamp(2.6rem, 6vw, 4.6rem); line-height: 1.05; letter-spacing: -0.02em; font-weight: 500; }
h1 { font-size: clamp(2.3rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.8rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.6rem); }
p { color: var(--graphite-70); }
.lead { font-size: clamp(1.1rem, 1.6vw, 1.3rem); line-height: 1.6; color: var(--graphite-70); font-weight: 400; }

em, .accent-serif { font-family: var(--font-title); font-style: italic; color: var(--bleu-nuit); }

/* ============================================================
   LAYOUT
   ============================================================ */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 28px; }
.container--narrow { max-width: var(--container-narrow); }
.section { padding: clamp(72px, 11vw, 140px) 0; }
.section--tight { padding: clamp(56px, 8vw, 96px) 0; }
.section--graphite { background: var(--graphite); color: var(--off-white); }
.section--graphite h1, .section--graphite h2, .section--graphite h3 { color: var(--off-white); }
.section--graphite p { color: rgba(248, 247, 244, 0.66); }
.section--graphite em { color: var(--vert-sauge); }
.bg-soft { background: linear-gradient(180deg, var(--off-white) 0%, #F2F0EB 100%); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.74rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--bleu-nuit);
}
.eyebrow::before { content: ""; width: 22px; height: 1px; background: var(--vert-sauge); display: inline-block; }
.section--graphite .eyebrow { color: var(--vert-sauge); }
.section--graphite .eyebrow::before { background: var(--vert-sauge); }

.section-head { max-width: 680px; margin-bottom: clamp(40px, 6vw, 68px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head .eyebrow { margin-bottom: 20px; }
.section-head h2 { margin-bottom: 18px; }

/* ============================================================
   BOUTONS
   ============================================================ */
.btn {
  position: relative;
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-size: 0.95rem; font-weight: 500; letter-spacing: -0.01em;
  padding: 15px 28px; border-radius: 4px;
  white-space: nowrap; cursor: pointer; overflow: hidden;
  /* Effet propre et identique sur TOUS les boutons :
     la couleur opposée glisse de la gauche vers la droite. Le fond est en arrière-plan,
     donc le texte reste toujours net (il change simplement de couleur). */
  background-color: var(--btn-base, transparent);
  background-image: linear-gradient(var(--btn-fill, var(--graphite)), var(--btn-fill, var(--graphite)));
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0% 100%;
  transition: background-size 0.35s var(--ease), color 0.3s var(--ease), border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.btn:hover, .btn:focus-visible { background-size: 100% 100%; box-shadow: var(--shadow); }
.btn svg { width: 17px; height: 17px; transition: transform 0.3s var(--ease); }
.btn:hover svg, .btn:focus-visible svg { transform: translateX(3px); }

/* Foncé → se remplit en clair (couleur opposée), texte qui passe en foncé */
.btn-primary { background-color: var(--graphite); color: var(--off-white); --btn-fill: var(--off-white); box-shadow: inset 0 1px 0 rgba(255,255,255,0.14), 0 6px 18px rgba(14,27,40,0.16); }
.btn-primary:hover, .btn-primary:focus-visible { color: var(--graphite); box-shadow: inset 0 1px 0 rgba(255,255,255,0.10), 0 12px 30px rgba(14,27,40,0.24); }
/* Bordé clair → se remplit en foncé, texte qui passe en clair */
.btn-secondary { background-color: transparent; color: var(--graphite); border: 1px solid var(--graphite); --btn-fill: var(--graphite); }
.btn-secondary:hover, .btn-secondary:focus-visible { color: var(--off-white); }
/* Clair → se remplit en foncé, texte qui passe en clair */
.btn-light { background-color: var(--off-white); color: var(--graphite); --btn-fill: var(--graphite); }
.btn-light:hover, .btn-light:focus-visible { color: var(--off-white); }
.btn-ghost { padding-inline: 4px; background-image: none; overflow: visible; }
.btn-lg { padding: 17px 34px; font-size: 1rem; }
.btn-block { width: 100%; }

/* ============================================================
   BADGE
   ============================================================ */
.badge {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 0.78rem; font-weight: 500; letter-spacing: 0.01em;
  padding: 6px 14px; border-radius: 100px;
  background: var(--graphite-04); color: var(--graphite-70);
  border: 1px solid var(--line-soft);
}
.badge--sage { background: rgba(110, 130, 148, 0.14); color: #45586b; border-color: rgba(110, 130, 148, 0.2); }
.badge--nuit { background: rgba(45, 65, 86, 0.10); color: var(--bleu-nuit); border-color: rgba(45, 65, 86, 0.16); }
.badge-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--vert-sauge); box-shadow: 0 0 0 3px rgba(110,130,148,0.2); }

/* ============================================================
   HEADER / NAV
   ============================================================ */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 2px; width: 0%;
  background: linear-gradient(90deg, var(--ele-blue), var(--vert-sauge));
  z-index: 1100; transition: width 0.1s linear;
}

/* Header = conteneur de la pill flottante */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  display: flex; justify-content: center;
  padding: 18px 20px 0;
  pointer-events: none;
  transition: padding 0.45s var(--ease);
}
.site-header.scrolled { padding-top: 10px; }

/* La pill en verre sombre premium */
.nav-shell {
  pointer-events: auto;
  position: relative; width: 100%; max-width: 1140px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(22,29,42,0.70), rgba(12,17,27,0.64));
  backdrop-filter: saturate(160%) blur(22px);
  -webkit-backdrop-filter: saturate(160%) blur(22px);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.07),
    0 18px 50px rgba(5,10,20,0.34),
    0 6px 18px rgba(5,10,20,0.22);
  transition: max-width 0.5s var(--ease), background 0.45s var(--ease), box-shadow 0.45s var(--ease), border-radius 0.45s var(--ease);
}
/* reflet lumineux le long de la bordure */
.nav-shell::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px;
  background: linear-gradient(180deg, rgba(255,255,255,0.22), rgba(255,255,255,0) 45%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  pointer-events: none;
}
/* halo bleu électrique très subtil */
.nav-shell::after {
  content: ""; position: absolute; top: -60%; left: 50%; transform: translateX(-50%);
  width: 55%; height: 150%; border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(94,131,168,0.16), transparent 62%);
  opacity: 0.7; pointer-events: none;
}
.site-header.scrolled .nav-shell {
  max-width: 1000px;
  background: linear-gradient(180deg, rgba(16,22,33,0.86), rgba(9,14,23,0.82));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 14px 40px rgba(5,10,20,0.46);
}

.nav { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 11px 12px 11px 18px; transition: padding 0.45s var(--ease); }
.site-header.scrolled .nav { padding-block: 8px; }

/* Brand — clair sur verre sombre */
.brand { display: flex; align-items: center; gap: 11px; font-family: var(--font-title); font-size: 1.16rem; font-weight: 600; letter-spacing: -0.01em; color: var(--off-white); }
.brand-mark {
  width: 36px; height: 36px; border-radius: 10px; overflow: hidden;
  display: grid; place-items: center; padding: 6px;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.10);
  transition: transform var(--t-fast) var(--ease), box-shadow var(--t-fast) var(--ease);
}
.brand:hover .brand-mark { transform: translateY(-1px) scale(1.05); box-shadow: 0 0 18px rgba(94,131,168,0.45); }
.brand-mark img { display: block; width: 100%; height: 100%; object-fit: contain; }
.brand small { font-family: var(--font-body); font-size: 0.56rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(248,247,244,0.45); display: block; margin-top: -2px; }

/* Liens centrés + indicateur coulissant */
.nav-links { position: absolute; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 2px; height: 40px; }
.nav-links a {
  position: relative; z-index: 1;
  display: inline-flex; align-items: center; height: 100%;
  font-size: 0.85rem; font-weight: 450; color: rgba(248,247,244,0.6);
  padding: 0 15px; border-radius: 11px; white-space: nowrap;
  transition: color 0.3s var(--ease);
}
.nav-links a:hover, .nav-links a.active { color: var(--off-white); }
.nav-indicator {
  position: absolute; left: 0; top: 50%; margin-top: -18px; height: 36px; width: 0;
  border-radius: 11px; z-index: 0; opacity: 0; pointer-events: none;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: inset 0 0 0 1px rgba(94,131,168,0.14), 0 0 20px rgba(94,131,168,0.28);
  transform: translateX(0);
  transition: transform 0.42s var(--ease), width 0.42s var(--ease), opacity 0.3s var(--ease);
}

/* Actions */
.nav-actions { display: flex; align-items: center; gap: 10px; }

/* Bouton WhatsApp premium */
.btn-wa {
  position: relative; display: inline-flex; align-items: center; gap: 9px;
  font-size: 0.85rem; font-weight: 500; color: var(--off-white);
  padding: 10px 18px; border-radius: 13px; white-space: nowrap; cursor: pointer; overflow: hidden;
  background: linear-gradient(180deg, rgba(44,57,78,0.92), rgba(22,30,45,0.92));
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 6px 16px rgba(5,10,20,0.3);
  transition: transform 0.3s var(--ease), box-shadow 0.4s var(--ease), border-color 0.35s var(--ease);
}
.btn-wa svg { width: 17px; height: 17px; }
.btn-wa::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  background: radial-gradient(circle at 30% 0%, rgba(94,131,168,0.35), transparent 60%);
  opacity: 0; transition: opacity 0.4s var(--ease); pointer-events: none;
}
.btn-wa:hover { transform: translateY(-1px) scale(1.035); border-color: rgba(94,131,168,0.6); box-shadow: 0 0 24px rgba(94,131,168,0.42), 0 10px 24px rgba(5,10,20,0.4); }
.btn-wa:hover::after { opacity: 1; }

/* Hamburger moderne */
.nav-toggle { display: none; width: 42px; height: 42px; border-radius: 12px; flex-direction: column; gap: 5px; align-items: center; justify-content: center; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.10); transition: background 0.3s var(--ease); }
.nav-toggle:hover { background: rgba(255,255,255,0.09); }
.nav-toggle span { width: 18px; height: 1.7px; background: var(--off-white); border-radius: 2px; transition: transform 0.35s var(--ease), opacity 0.3s var(--ease); }
.nav-toggle.open span:nth-child(1) { transform: translateY(6.7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-6.7px) rotate(-45deg); }

/* Menu mobile en verre sombre */
.mobile-menu {
  position: fixed; top: 88px; left: 16px; right: 16px; z-index: 990;
  border-radius: 24px; padding: 20px;
  background: linear-gradient(180deg, rgba(16,22,33,0.94), rgba(9,14,23,0.92));
  backdrop-filter: saturate(160%) blur(24px); -webkit-backdrop-filter: saturate(160%) blur(24px);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), 0 26px 60px rgba(5,10,20,0.5);
  transform: translateY(-14px) scale(0.98); opacity: 0; transform-origin: top center;
  pointer-events: none; visibility: hidden;
  transition: opacity 0.4s var(--ease), transform 0.45s var(--ease), visibility 0.45s var(--ease);
  display: flex; flex-direction: column; gap: 4px;
  max-height: calc(100svh - 110px); overflow-y: auto;
}
.mobile-menu.open { opacity: 1; transform: none; pointer-events: auto; visibility: visible; }
.mobile-menu a { font-size: 1.02rem; font-weight: 450; padding: 13px 16px; border-radius: 12px; color: rgba(248,247,244,0.78); transition: background 0.25s var(--ease), color 0.25s var(--ease); opacity: 0; transform: translateY(10px); }
.mobile-menu.open a { opacity: 1; transform: none; transition: opacity 0.45s var(--ease), transform 0.45s var(--ease), background 0.25s var(--ease), color 0.25s var(--ease); }
.mobile-menu.open a:nth-child(1) { transition-delay: 0.04s; }
.mobile-menu.open a:nth-child(2) { transition-delay: 0.08s; }
.mobile-menu.open a:nth-child(3) { transition-delay: 0.12s; }
.mobile-menu.open a:nth-child(4) { transition-delay: 0.16s; }
.mobile-menu.open a:nth-child(5) { transition-delay: 0.20s; }
.mobile-menu.open a:nth-child(6) { transition-delay: 0.24s; }
.mobile-menu.open a:nth-child(7) { transition-delay: 0.28s; }
.mobile-menu.open a:nth-child(8) { transition-delay: 0.32s; }
.mobile-menu a:hover { background: rgba(255,255,255,0.06); color: var(--off-white); }
.mobile-menu .btn-wa { width: 100%; justify-content: center; margin-top: 14px; padding: 15px; font-size: 0.95rem; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; padding-top: calc(var(--header-h) + 24px); padding-bottom: 48px; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: -1; }
.hero-bg::before {
  content: ""; position: absolute; top: -20%; right: -10%; width: 60vw; height: 60vw; max-width: 720px; max-height: 720px;
  background: radial-gradient(circle, rgba(110,130,148,0.16), transparent 62%);
  filter: blur(10px);
}
.hero-bg::after {
  content: ""; position: absolute; bottom: -25%; left: -12%; width: 55vw; height: 55vw; max-width: 680px; max-height: 680px;
  background: radial-gradient(circle, rgba(45,65,86,0.12), transparent 60%);
}
.hero-inner { max-width: 860px; margin-inline: auto; text-align: center; }
.hero .h-display { margin: 26px 0 26px; }
.hero .lead { max-width: 640px; margin-inline: auto; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; justify-content: center; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 44px; margin-top: 50px; padding-top: 30px; border-top: 1px solid var(--line); justify-content: center; }
.hero-meta-item { display: flex; flex-direction: column; align-items: center; text-align: center; }
.hero-meta-item strong { font-family: var(--font-title); font-size: 1.7rem; font-weight: 600; color: var(--graphite); }
.hero-meta-item span { font-size: 0.85rem; color: var(--graphite-55); }

/* Logos / trust strip */
.trust { padding: 36px 0; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.trust-inner { display: flex; align-items: center; justify-content: center; gap: clamp(28px, 6vw, 64px); flex-wrap: wrap; }
.trust-inner span { font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--graphite-70); font-weight: 600; }
.trust-inner .trust-label { color: var(--graphite-55); }

/* ============================================================
   GRILLES & CARTES
   ============================================================ */
.grid { display: grid; gap: clamp(20px, 2.4vw, 28px); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: #fff; border: 1px solid var(--line-soft); border-radius: var(--radius-lg);
  padding: 32px; box-shadow: var(--shadow-sm);
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease), border-color var(--t) var(--ease);
}
/* Les cartes ne se soulèvent plus (elles ne sont pas cliquables) : seul un léger
   approfondissement d'ombre, jamais de déplacement. Seuls les boutons redirigent. */
.card:hover { box-shadow: var(--shadow); border-color: var(--line); }
.card.flat:hover { box-shadow: var(--shadow-sm); border-color: var(--line-soft); }
.card-icon {
  width: 48px; height: 48px; border-radius: 13px; display: grid; place-items: center;
  background: var(--graphite-04); color: var(--bleu-nuit); margin-bottom: 22px;
  border: 1px solid var(--line-soft);
}
.card-icon svg { width: 22px; height: 22px; }
.card h3 { margin-bottom: 10px; }
.card p { font-size: 0.96rem; }

/* Feature row */
.feature-list { display: grid; gap: 14px; }
.feature-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 0.97rem; color: var(--graphite-70); }
.feature-list li svg { width: 19px; height: 19px; flex: none; margin-top: 3px; color: var(--vert-sauge); }

/* Split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 80px); align-items: center; }
.split-media { border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid var(--line); aspect-ratio: 4/3; }

/* ============================================================
   MÉTHODE / TIMELINE
   ============================================================ */
.timeline { display: grid; gap: 0; }
.timeline-item { display: grid; grid-template-columns: 60px 1fr; gap: 24px; padding-bottom: 44px; position: relative; }
.timeline-item:not(:last-child)::before { content: ""; position: absolute; left: 29px; top: 56px; bottom: -4px; width: 1px; background: var(--line); }
.timeline-num {
  width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center;
  font-family: var(--font-title); font-size: 1.25rem; color: var(--bleu-nuit);
  background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); z-index: 1;
}
.timeline-body h3 { margin-bottom: 8px; }
.timeline-body p { font-size: 0.97rem; }

/* ============================================================
   AVANT / APRÈS
   ============================================================ */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.compare-col { border-radius: var(--radius-lg); padding: 34px; border: 1px solid var(--line-soft); }
.compare-col h3 { font-family: var(--font-body); font-size: 1rem; font-weight: 600; letter-spacing: 0.02em; text-transform: uppercase; margin-bottom: 22px; display: flex; align-items: center; gap: 10px; }
.compare-before { background: #fff; }
.compare-before h3 { color: var(--graphite-55); }
.compare-after { background: var(--graphite); color: var(--off-white); border-color: transparent; }
.compare-after h3 { color: var(--vert-sauge); }
.compare-after p, .compare-after li { color: rgba(248,247,244,0.72); }
.compare ul { display: grid; gap: 13px; }
.compare li { display: flex; align-items: flex-start; gap: 11px; font-size: 0.96rem; }
.compare li svg { width: 18px; height: 18px; flex: none; margin-top: 3px; }
.compare-before li svg { color: var(--stone); }
.compare-after li svg { color: var(--vert-sauge); }

/* ============================================================
   PRICING
   ============================================================ */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.price-card {
  background: #fff; border: 1px solid var(--line-soft); border-radius: var(--radius-lg);
  padding: 36px 32px; display: flex; flex-direction: column;
  box-shadow: var(--shadow-sm);
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease);
  position: relative;
}
.price-card:hover { box-shadow: var(--shadow); }
.price-card.featured { background: var(--graphite); color: var(--off-white); border-color: var(--graphite); box-shadow: var(--shadow-lg); transform: scale(1.02); }
.price-card.featured:hover { transform: scale(1.02); }
.price-card.featured h3, .price-card.featured .price-amount { color: var(--off-white); }
.price-card.featured p, .price-card.featured .feature-list li { color: rgba(248,247,244,0.72); }
.price-card.featured .feature-list li svg { color: var(--vert-sauge); }
.price-card.featured .price-sub { color: rgba(248,247,244,0.55); }
.price-tag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--vert-sauge); color: #fff; font-size: 0.74rem; font-weight: 600; letter-spacing: 0.04em; padding: 6px 16px; border-radius: 100px; box-shadow: var(--shadow-sm); }
.price-name { font-family: var(--font-title); font-size: 1.5rem; margin-bottom: 6px; }
.price-card .tier-desc { font-size: 0.9rem; margin-bottom: 26px; min-height: 42px; }
.price-amount { font-family: var(--font-title); font-size: 2.6rem; font-weight: 600; line-height: 1; letter-spacing: -0.02em; }
.price-amount sup { font-size: 1rem; font-weight: 500; top: -1.1em; }
.price-setup { display: flex; align-items: baseline; gap: 8px; margin-bottom: 4px; }
.price-monthly { font-size: 0.95rem; color: var(--graphite-55); margin-bottom: 28px; }
.price-card.featured .price-monthly { color: rgba(248,247,244,0.6); }
.price-monthly strong { color: var(--graphite); font-weight: 600; }
.price-card.featured .price-monthly strong { color: var(--off-white); }
.price-card .feature-list { margin-bottom: 30px; flex: 1; }
.price-card .btn { margin-top: auto; }
.price-note { text-align: center; font-size: 0.88rem; color: var(--graphite-55); margin-top: 28px; }

/* Ancrage de valeur (offre vs à la carte) */
.value-anchor { margin: -6px 0 20px; padding: 10px 14px; border-radius: var(--radius-sm); background: var(--graphite-04); font-size: 0.84rem; color: var(--graphite-70); line-height: 1.45; }
.value-anchor strong { color: var(--bleu-nuit); font-weight: 600; }
.price-card.featured .value-anchor { background: rgba(248,247,244,0.08); color: rgba(248,247,244,0.8); }
.price-card.featured .value-anchor strong { color: var(--off-white); }

/* Liste de prix à la carte */
.price-list { display: grid; gap: 0; }
.price-list li { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; font-size: 0.95rem; color: var(--graphite-70); padding: 11px 0; border-bottom: 1px dashed var(--line-soft); }
.price-list li:last-child { border-bottom: none; }
.price-list li b { font-family: var(--font-title); font-weight: 600; color: var(--bleu-nuit); white-space: nowrap; }

/* ============================================================
   MICRO-SERVICES CATALOGUE
   ============================================================ */
.catalog { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.catalog-item {
  display: flex; align-items: center; gap: 18px;
  background: #fff; border: 1px solid var(--line-soft); border-radius: var(--radius);
  padding: 22px 24px; box-shadow: var(--shadow-sm);
  transition: transform var(--t-fast) var(--ease), box-shadow var(--t-fast) var(--ease), border-color var(--t-fast) var(--ease);
}
.catalog-item:hover { box-shadow: var(--shadow); border-color: var(--line); }
.catalog-ic { width: 46px; height: 46px; flex: none; border-radius: 12px; display: grid; place-items: center; background: var(--graphite-04); color: var(--bleu-nuit); border: 1px solid var(--line-soft); }
.catalog-ic svg { width: 21px; height: 21px; }
.catalog-item h3 { font-size: 1.08rem; margin-bottom: 2px; }
.catalog-item p { font-size: 0.88rem; margin: 0; }
.catalog-price { margin-left: auto; font-family: var(--font-title); font-size: 1.05rem; color: var(--bleu-nuit); white-space: nowrap; padding-left: 12px; }

/* ============================================================
   FONDATEURS
   ============================================================ */
.founder-hero { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: center; }
.seats { display: flex; gap: 10px; margin: 26px 0; }
.seat { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; border: 1px solid var(--line); font-family: var(--font-title); font-size: 1.05rem; background: #fff; color: var(--stone); }
.seat.taken { background: var(--graphite-04); color: var(--stone); text-decoration: line-through; }
.seat.open { background: var(--vert-sauge); color: #fff; border-color: var(--vert-sauge); box-shadow: var(--shadow-sm); }
.founder-panel { background: var(--graphite); color: var(--off-white); border-radius: var(--radius-xl); padding: 44px; box-shadow: var(--shadow-lg); }
.founder-panel h3 { color: var(--off-white); margin-bottom: 8px; }
.founder-panel .price-amount { color: var(--off-white); }
.founder-panel p { color: rgba(248,247,244,0.66); }
.founder-panel .feature-list { margin: 26px 0; }
.founder-panel .feature-list li { color: rgba(248,247,244,0.82); }

/* ============================================================
   FAQ
   ============================================================ */
.faq { max-width: 820px; margin-inline: auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 26px 4px; text-align: left; font-family: var(--font-title); font-size: 1.18rem; font-weight: 500; color: var(--graphite);
  transition: color var(--t-fast) var(--ease);
}
.faq-q:hover { color: var(--bleu-nuit); }
.faq-icon { width: 26px; height: 26px; flex: none; position: relative; }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; top: 50%; left: 50%; width: 13px; height: 1.6px; background: var(--graphite); transform: translate(-50%, -50%); transition: transform var(--t) var(--ease); border-radius: 2px; }
.faq-icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item.open .faq-icon::after { transform: translate(-50%, -50%) rotate(0); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height var(--t) var(--ease); }
.faq-a-inner { padding: 0 4px 28px; font-size: 0.99rem; color: var(--graphite-70); line-height: 1.7; max-width: 660px; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi { background: #fff; border: 1px solid var(--line-soft); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.testi-stars { display: flex; gap: 3px; color: var(--vert-sauge); margin-bottom: 18px; }
.testi-stars svg { width: 16px; height: 16px; }
.testi blockquote { font-size: 1.02rem; line-height: 1.65; color: var(--graphite-90); font-style: italic; font-family: var(--font-title); flex: 1; }
.testi-author { display: flex; align-items: center; gap: 13px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line-soft); }
.testi-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--bleu-nuit); color: #fff; display: grid; place-items: center; font-weight: 600; font-size: 0.95rem; }
.testi-author strong { display: block; font-size: 0.92rem; font-weight: 600; }
.testi-author span { font-size: 0.82rem; color: var(--graphite-55); }

/* ============================================================
   RÉALISATIONS / ÉTUDES DE CAS
   ============================================================ */
.browser-frame { border-radius: 16px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-lg); background: #fff; }
.browser-bar { display: flex; align-items: center; gap: 7px; padding: 12px 16px; background: #f1efea; border-bottom: 1px solid var(--line); }
.browser-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--taupe); }
.browser-url { margin-left: 14px; font-size: 0.78rem; color: var(--graphite-55); background: #fff; padding: 5px 14px; border-radius: 100px; border: 1px solid var(--line-soft); flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.browser-screen { position: relative; aspect-ratio: 16 / 11; overflow: hidden; }
/* Aperçu propre et simple (sans capture externe) */
.site-mock { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; text-align: center; padding: 30px; color: #fff; background: linear-gradient(140deg, var(--c1, var(--bleu-nuit)), var(--c2, #3a6ea5)); }
.site-mock::after { content: ""; position: absolute; top: -30%; right: -20%; width: 70%; height: 80%; background: radial-gradient(circle, rgba(255,255,255,0.18), transparent 65%); }
.site-mock-name { font-family: var(--font-title); font-size: clamp(1.5rem, 2.6vw, 2.1rem); position: relative; }
.site-mock-tag { font-size: 0.9rem; opacity: 0.86; position: relative; }
.site-mock-url { margin-top: 8px; font-size: 0.76rem; letter-spacing: 0.03em; background: rgba(255,255,255,0.16); border: 1px solid rgba(255,255,255,0.22); padding: 5px 14px; border-radius: 100px; position: relative; }

/* Note Google */
.google-badge { display: inline-flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line); border-radius: 100px; padding: 9px 18px; box-shadow: var(--shadow-sm); font-size: 0.9rem; }
.google-badge .g-stars { color: #FBBC05; display: inline-flex; gap: 2px; }
.google-badge .g-stars svg { width: 15px; height: 15px; }
.google-badge strong { font-weight: 700; color: var(--graphite); }
.google-badge span { color: var(--graphite-55); }

.case { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 70px); align-items: center; }
.case--rev .case-media { order: 2; }
.case-meta { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 22px; }
.case-stats { display: flex; gap: 30px; flex-wrap: wrap; margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); }
.case-stat strong { display: block; font-family: var(--font-title); font-size: 1.5rem; color: var(--bleu-nuit); line-height: 1; }
.case-stat span { font-size: 0.82rem; color: var(--graphite-55); }

/* ============================================================
   CTA FINAL
   ============================================================ */
.cta-band { background: var(--graphite); color: var(--off-white); border-radius: var(--radius-xl); padding: clamp(48px, 7vw, 84px); text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; top: -40%; left: 50%; transform: translateX(-50%); width: 120%; height: 120%; background: radial-gradient(ellipse at top, rgba(110,130,148,0.18), transparent 55%); }
.cta-band > * { position: relative; }
.cta-band h2 { color: var(--off-white); max-width: 660px; margin: 0 auto 18px; }
.cta-band p { color: rgba(248,247,244,0.66); max-width: 520px; margin: 0 auto 34px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* ============================================================
   CTA FINAL — conclusion cinématographique (fond = design)
   Pleine largeur, se fond dans le footer comme une seule masse sombre.
   ============================================================ */
.final-cta {
  position: relative; isolation: isolate; overflow: hidden; text-align: center;
  padding: clamp(120px, 18vw, 230px) 0 clamp(84px, 11vw, 148px);
  color: var(--off-white);
  background: linear-gradient(180deg,
    #F2F0EB 0%,
    #0b1119 17%,
    #090e16 54%,
    #0b1521 84%,
    var(--graphite) 100%);
}
/* lumière ambiante diffuse (pas un blob : très large et floue) */
.final-cta-glow {
  position: absolute; left: 50%; top: 32%; transform: translate(-50%, -50%);
  width: min(1100px, 92vw); height: 560px; z-index: -1; pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(94,131,168,0.17), rgba(45,65,86,0.10) 38%, transparent 70%);
  filter: blur(44px);
}
/* fin liseré lumineux (transition élégante depuis la page claire) */
.final-cta::before {
  content: ""; position: absolute; top: 15%; left: 50%; transform: translateX(-50%);
  width: min(640px, 78vw); height: 1px; z-index: -1;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.16), transparent);
}
/* grain fin pour la texture premium */
.final-cta::after {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  opacity: 0.06; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.final-cta .container { position: relative; max-width: 880px; }
.final-cta-eyebrow {
  display: inline-block; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--vert-sauge); margin-bottom: 30px;
}
.final-cta-title {
  font-family: var(--font-title); font-weight: 500;
  font-size: clamp(2.3rem, 5.2vw, 4.4rem); line-height: 1.1; letter-spacing: -0.02em;
  color: var(--off-white); margin: 0 auto 30px;
}
.final-cta-sub { color: rgba(248,247,244,0.58); font-size: clamp(1rem, 1.4vw, 1.16rem); line-height: 1.62; max-width: 540px; margin: 0 auto 46px; }
.final-cta-action { display: flex; flex-direction: column; align-items: center; gap: 22px; }
.final-cta-trust { display: inline-flex; align-items: center; gap: 9px; font-size: 0.84rem; color: rgba(248,247,244,0.42); margin: 0; }
.final-cta-trust .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--vert-sauge); box-shadow: 0 0 0 3px rgba(110,130,148,0.18); }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--graphite); color: var(--off-white); padding: clamp(56px, 8vw, 88px) 0 36px; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 52px; border-bottom: 1px solid rgba(248,247,244,0.1); }
.footer-brand .brand { color: var(--off-white); margin-bottom: 18px; }
.footer-brand .brand-mark { background: var(--off-white); color: var(--graphite); }
.footer-brand p { color: rgba(248,247,244,0.6); font-size: 0.94rem; max-width: 280px; }
.footer-col h4 { font-family: var(--font-body); font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--stone); margin-bottom: 18px; font-weight: 600; }
.footer-col ul { display: grid; gap: 11px; }
.footer-col a { font-size: 0.93rem; color: rgba(248,247,244,0.66); transition: color var(--t-fast) var(--ease); }
.footer-col a:hover { color: var(--off-white); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; padding-top: 30px; }
.footer-bottom p { font-size: 0.85rem; color: rgba(248,247,244,0.5); }
.footer-bottom .footer-legal { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-bottom .footer-legal a { font-size: 0.85rem; color: rgba(248,247,244,0.5); }
.footer-bottom .footer-legal a:hover { color: var(--off-white); }

/* ============================================================
   PAGE HEADER (pages internes)
   ============================================================ */
.page-hero { padding-top: calc(var(--header-h) + clamp(56px, 8vw, 96px)); padding-bottom: clamp(48px, 6vw, 72px); position: relative; overflow: hidden; }
.page-hero .eyebrow { margin-bottom: 22px; }
.page-hero h1 { max-width: 760px; margin-bottom: 22px; }
.page-hero .lead { max-width: 640px; }

/* Prose (légal) */
.prose { max-width: 760px; margin-inline: auto; }
.prose h2 { font-size: 1.5rem; margin: 48px 0 16px; }
.prose h3 { font-size: 1.15rem; margin: 30px 0 10px; font-family: var(--font-body); font-weight: 600; }
.prose p, .prose li { font-size: 1rem; color: var(--graphite-70); margin-bottom: 14px; line-height: 1.75; }
.prose ul { list-style: disc; padding-left: 22px; margin-bottom: 18px; }
.prose ul li { margin-bottom: 8px; }
.prose a { color: var(--bleu-nuit); text-decoration: underline; text-underline-offset: 3px; }
.prose .meta-updated { font-size: 0.88rem; color: var(--graphite-55); margin-bottom: 30px; }

/* ============================================================
   FORMULAIRE CONTACT
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 60px; align-items: start; }
.contact-aside .contact-point { display: flex; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line-soft); }
.contact-aside .contact-point svg { width: 22px; height: 22px; color: var(--bleu-nuit); flex: none; margin-top: 2px; }
.contact-aside .contact-point strong { display: block; font-size: 0.95rem; margin-bottom: 2px; }
.contact-aside .contact-point span { font-size: 0.9rem; color: var(--graphite-55); }
.form-card { background: #fff; border: 1px solid var(--line-soft); border-radius: var(--radius-lg); padding: clamp(28px, 4vw, 44px); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 20px; }
.field label { display: block; font-size: 0.86rem; font-weight: 500; margin-bottom: 8px; color: var(--graphite-90); }
.field input, .field select, .field textarea {
  width: 100%; font-family: inherit; font-size: 0.96rem; color: var(--graphite);
  padding: 13px 16px; border: 1px solid var(--line); border-radius: var(--radius-sm);
  background: var(--off-white); transition: border-color var(--t-fast) var(--ease), box-shadow var(--t-fast) var(--ease), background var(--t-fast) var(--ease);
}
.field textarea { resize: vertical; min-height: 130px; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--bleu-nuit); background: #fff;
  box-shadow: 0 0 0 3px rgba(45,65,86,0.10);
}
.field-check { display: flex; align-items: flex-start; gap: 11px; font-size: 0.86rem; color: var(--graphite-70); }
.field-check input { width: auto; margin-top: 3px; accent-color: var(--bleu-nuit); }
.form-success { display: none; padding: 16px 20px; border-radius: var(--radius-sm); background: rgba(110,130,148,0.14); border: 1px solid rgba(110,130,148,0.3); color: #45586b; font-size: 0.92rem; margin-bottom: 20px; }
.form-success.show { display: block; }

/* ============================================================
   REVEAL ANIMATIONS
   ============================================================ */
/* Révélation du texte mot par mot au scroll */
.text-reveal-active { color: var(--graphite); }
.text-reveal-active .word { display: inline-block; opacity: 0.16; transition: opacity 0.18s linear; will-change: opacity; }
.section--graphite .text-reveal-active .word,
.cta-band .text-reveal-active .word { opacity: 0.22; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); will-change: opacity, transform; }
.reveal.in { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: 0.05s; }
.reveal-delay-2 { transition-delay: 0.10s; }
.reveal-delay-3 { transition-delay: 0.15s; }
.reveal-delay-4 { transition-delay: 0.20s; }

/* Utils */
.text-center { text-align: center; }
.mt-s { margin-top: 16px; } .mt-m { margin-top: 28px; } .mt-l { margin-top: 48px; }
.mb-m { margin-bottom: 28px; }
.divider { height: 1px; background: var(--line); border: none; margin: 0; }

/* ============================================================
   ÉDITION SENIOR — grain, filets, profondeur, mouvement
   ============================================================ */

/* Grain global (texture qui tue l'effet « plat numérique ») */
body::after {
  content: ""; position: fixed; inset: 0; z-index: 9990; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.045; mix-blend-mode: multiply;
}

/* Équilibrage des titres (FR/typo) */
h1, h2, h3, .lead, blockquote { text-wrap: balance; }

/* Filets / règles éditoriales */
.rule { border: none; height: 1px; background: var(--line); margin: 0; }
.rule-accent { border: none; height: 1px; background: linear-gradient(90deg, var(--bleu-nuit), transparent 70%); }
.section--graphite .rule { background: rgba(248,247,244,0.14); }

/* Numérotation de section + gros chiffre serif */
.sec-no { display: inline-block; font-family: var(--font-title); font-size: 0.95rem; color: var(--bleu-nuit); margin-right: 14px; font-variant-numeric: tabular-nums; }
.section--graphite .sec-no { color: var(--vert-sauge); }
.big-num { font-family: var(--font-title); font-weight: 500; line-height: 0.85; font-size: clamp(2.6rem, 5vw, 4.4rem); letter-spacing: -0.02em; color: var(--bleu-nuit); }

/* Cartes vivantes (sans soulèvement) : filet qui se trace + icône qui s'allume */
.card { position: relative; overflow: hidden; }
.card::after { content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0; background: var(--bleu-nuit); transition: width 0.55s var(--ease); }
.card:hover::after { width: 100%; }
.card .card-icon { transition: background 0.4s var(--ease), color 0.4s var(--ease), border-color 0.4s var(--ease); }
.card:hover .card-icon { background: var(--bleu-nuit); color: var(--off-white); border-color: var(--bleu-nuit); }
.catalog-item::after { content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0; background: var(--bleu-nuit); transition: width 0.5s var(--ease); }
.catalog-item { position: relative; overflow: hidden; }
.catalog-item:hover::after { width: 100%; }

/* Timeline sur fond navy */
.section--graphite .timeline-item:not(:last-child)::before { background: rgba(248,247,244,0.16); }
.section--graphite .timeline-num { background: rgba(248,247,244,0.05); color: var(--off-white); border-color: rgba(248,247,244,0.2); box-shadow: none; }
.section--graphite .timeline-body p { color: rgba(248,247,244,0.62); }
.section--graphite .lead { color: rgba(248,247,244,0.7); }

/* Grande citation pleine largeur (section navy) */
.quote-band { max-width: 980px; margin-inline: auto; text-align: center; }
.quote-band .quote-mark { font-family: var(--font-title); font-size: 5rem; line-height: 0.5; color: var(--vert-sauge); display: block; margin-bottom: 10px; }
.quote-band blockquote { font-family: var(--font-title); font-weight: 500; font-style: italic; font-size: clamp(1.6rem, 3.4vw, 2.6rem); line-height: 1.3; color: var(--off-white); letter-spacing: -0.01em; }
.quote-band .quote-author { margin-top: 30px; display: inline-flex; align-items: center; gap: 12px; color: rgba(248,247,244,0.7); font-size: 0.95rem; }
.quote-band .quote-author .qa-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--vert-sauge); color: var(--graphite); display: grid; place-items: center; font-weight: 600; font-family: var(--font-body); }

/* Compteurs */
.count { font-variant-numeric: tabular-nums; }

/* Curseur signature (desktop, pointeur fin) */
.cursor-dot { display: none; }
@media (hover: hover) and (pointer: fine) {
  .cursor-dot {
    display: block; position: fixed; top: 0; left: 0; width: 9px; height: 9px; border-radius: 50%;
    background: var(--bleu-nuit); z-index: 10000; pointer-events: none;
    margin: -4.5px 0 0 -4.5px;
    transition: width 0.28s var(--ease), height 0.28s var(--ease), margin 0.28s var(--ease), background 0.28s var(--ease), opacity 0.3s;
    mix-blend-mode: multiply;
  }
  .cursor-dot.is-hover { width: 46px; height: 46px; margin: -23px 0 0 -23px; background: rgba(36,66,92,0.16); }
}

/* Voile de transition entre les pages */
.page-veil { position: fixed; inset: 0; z-index: 9998; background: var(--graphite); pointer-events: none; opacity: 0; transition: opacity 0.4s var(--ease); }
.page-veil.show { opacity: 1; }
@media (prefers-reduced-motion: reduce) { .page-veil { display: none; } .cursor-dot { display: none; } }

/* ============================================================
   EFFET SCROLL A — Cartes empilées (sticky pile-up)
   ============================================================ */
.stack { max-width: 840px; margin-inline: auto; }
.stack-card {
  position: sticky;
  background: #fff; border: 1px solid var(--line-soft); border-radius: var(--radius-lg);
  box-shadow: var(--shadow); padding: clamp(28px, 4vw, 44px);
  display: flex; align-items: center; gap: clamp(20px, 3vw, 32px);
}
.stack-card + .stack-card { margin-top: 28px; }
.stack-card:nth-child(1) { top: 108px; }
.stack-card:nth-child(2) { top: 126px; }
.stack-card:nth-child(3) { top: 144px; }
.stack-card:nth-child(4) { top: 162px; }
.stack-card .card-icon { margin-bottom: 0; flex: none; width: 56px; height: 56px; }
.stack-card .card-icon svg { width: 26px; height: 26px; }
.stack-card h3 { margin-bottom: 6px; }
.stack-card p { margin: 0; }
@media (prefers-reduced-motion: reduce) { .stack-card { position: static; } }

/* ============================================================
   EFFET SCROLL B — Visuel/texte épinglé (sticky pinned)
   ============================================================ */
.pin { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(40px, 6vw, 80px); align-items: start; }
.pin-aside { position: sticky; top: 120px; }
.pin-scroll { display: flex; flex-direction: column; gap: clamp(24px, 3vw, 40px); }
@media (max-width: 880px) {
  .pin { grid-template-columns: 1fr; }
  .pin-aside { position: static; }
  .stack-card { flex-direction: column; align-items: flex-start; text-align: left; }
}

/* ============================================================
   HERO ÉDITORIAL (asymétrique)
   ============================================================ */
.hero-grid { display: block; max-width: 920px; margin-inline: auto; text-align: center; width: 100%; }
.hero-kicker { display: flex; align-items: center; justify-content: center; gap: 14px; font-size: 0.74rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--bleu-nuit); margin-bottom: 26px; }
.hero-kicker .hero-rule { width: 70px; height: 1px; background: var(--line); }
.hero-kicker span:last-child { color: var(--graphite-55); }
.hero-title { font-family: var(--font-title); font-weight: 500; font-size: clamp(2.8rem, 6.4vw, 5.6rem); line-height: 1.0; letter-spacing: -0.03em; margin-bottom: 28px; }
.hero .lead { margin: 0 auto 38px; max-width: 600px; }
.hero-actions { justify-content: center; }
.hero-stats { display: flex; justify-content: center; gap: clamp(28px, 5vw, 64px); margin-top: 50px; padding-top: 30px; border-top: 1px solid var(--line); }
.hero-stats > div { display: flex; flex-direction: column; align-items: center; }
.hero-stats strong { font-family: var(--font-title); font-size: clamp(2.2rem, 3vw, 2.9rem); font-weight: 600; line-height: 1; color: var(--graphite); }
.hero-stats span { font-size: 0.82rem; color: var(--graphite-55); margin-top: 6px; max-width: 130px; }
.hero-visual { position: relative; margin: 58px auto 0; max-width: 760px; }
.hero-visual .browser-frame { transform: none; }
.hero-visual-tag { position: absolute; left: 50%; transform: translateX(-50%); bottom: -16px; background: var(--graphite); color: var(--off-white); font-size: 0.78rem; padding: 9px 16px; border-radius: 6px; box-shadow: var(--shadow); }

/* ============================================================
   HERO — profondeur & lumière premium (2026)
   ============================================================ */
/* trame de points très subtile, fondue sur les bords (façon Linear/Vercel) */
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background-image: radial-gradient(rgba(14,27,40,0.05) 1px, transparent 1px);
  background-size: 26px 26px;
  -webkit-mask-image: radial-gradient(ellipse 72% 62% at 50% 34%, #000 28%, transparent 76%);
  mask-image: radial-gradient(ellipse 72% 62% at 50% 34%, #000 28%, transparent 76%);
  opacity: 0.55;
}
/* halos lumineux diffus */
.hero-bg { overflow: hidden; }
.hero-bg::before {
  content: ""; position: absolute; top: -14%; right: -6%; width: 56vw; height: 56vw; max-width: 760px; max-height: 760px;
  background: radial-gradient(circle, rgba(94,131,168,0.08), rgba(110,130,148,0.05) 42%, transparent 66%);
  filter: blur(18px);
}
.hero-bg::after {
  content: ""; position: absolute; bottom: -22%; left: -10%; width: 52vw; height: 52vw; max-width: 700px; max-height: 700px;
  background: radial-gradient(circle, rgba(45,65,86,0.09), transparent 62%);
  filter: blur(10px);
}

/* Preuve sociale sous les CTA */
.hero-proof { display: inline-flex; align-items: center; gap: 12px; margin-top: 32px; padding: 9px 18px; border-radius: 100px; background: rgba(255,255,255,0.6); border: 1px solid var(--line-soft); box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), var(--shadow-sm); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.hero-proof .stars { display: inline-flex; gap: 2px; color: var(--vert-sauge); }
.hero-proof .stars svg { width: 15px; height: 15px; }
.hero-proof .pf { font-size: 0.86rem; color: var(--graphite-55); }
.hero-proof .pf strong { color: var(--graphite); font-weight: 600; }

/* Badges de confiance */
.trust-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 26px; margin-top: 28px; }
.tb { display: inline-flex; align-items: center; gap: 8px; font-size: 0.84rem; color: var(--graphite-70); }
.tb svg { width: 16px; height: 16px; color: var(--vert-sauge); flex: none; }

/* Cartes statistiques premium (verre subtil) */
.stats-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 860px; margin-inline: auto; }
.stat-card {
  position: relative; padding: 34px 28px; border-radius: var(--radius-lg); text-align: center; overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.66));
  border: 1px solid var(--line-soft);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7), 0 6px 20px rgba(14,27,40,0.05);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease), border-color 0.45s var(--ease);
}
.stat-card:hover { transform: translateY(-4px); box-shadow: inset 0 1px 0 rgba(255,255,255,0.7), 0 16px 40px rgba(14,27,40,0.10); border-color: var(--line); }
.stat-card::after { content: ""; position: absolute; top: 0; left: 22%; right: 22%; height: 1px; background: linear-gradient(90deg, transparent, rgba(94,131,168,0.5), transparent); opacity: 0; transition: opacity 0.45s var(--ease); }
.stat-card:hover::after { opacity: 1; }
.stat-num { font-family: var(--font-title); font-weight: 600; font-size: clamp(2.3rem, 3.4vw, 3rem); line-height: 1; color: var(--graphite); display: inline-flex; align-items: baseline; gap: 5px; }
.stat-num .u { font-size: 0.46em; color: var(--bleu-nuit); font-weight: 600; }
.stat-stars { display: inline-flex; gap: 2px; color: var(--vert-sauge); justify-content: center; margin-bottom: 8px; }
.stat-stars svg { width: 15px; height: 15px; }
.stat-label { font-size: 0.86rem; color: var(--graphite-55); margin-top: 12px; line-height: 1.4; }

/* Séparateur de section élégant */
.divider-grad { height: 1px; max-width: var(--container); margin: 0 auto; background: linear-gradient(90deg, transparent, var(--line), transparent); }

/* Pastilles « Pour qui » (sur fond navy) */
.pqpill {
  display: inline-flex; align-items: center; padding: 9px 17px; border-radius: 100px;
  font-size: 0.86rem; color: rgba(248,247,244,0.85);
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.14);
  transition: background 0.3s var(--ease), border-color 0.3s var(--ease), transform 0.3s var(--ease), color 0.3s var(--ease);
}
.pqpill:hover { background: rgba(94,131,168,0.14); border-color: rgba(94,131,168,0.45); color: var(--off-white); transform: translateY(-2px); }

/* ============================================================
   CITATION ÉDITORIALE — guillemet géant en filigrane
   ============================================================ */
.quote-feature {
  position: relative; overflow: hidden; text-align: center;
  padding: clamp(104px, 15vw, 190px) 0;
  background: linear-gradient(180deg, var(--off-white) 0%, #F2F0EB 100%);
}
.quote-feature::before {
  content: "\201C"; position: absolute; top: -4%; left: 50%; transform: translateX(-50%);
  font-family: var(--font-title); font-weight: 600; line-height: 1;
  font-size: clamp(18rem, 44vw, 40rem); color: rgba(36,65,92,0.06);
  z-index: 0; pointer-events: none; user-select: none;
}
.quote-feature .container { position: relative; z-index: 1; max-width: 940px; }
.qf-label { display: inline-block; font-size: 0.74rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--bleu-nuit); margin-bottom: 34px; }
.qf-quote {
  font-family: var(--font-title); font-weight: 500;
  font-size: clamp(1.7rem, 3.8vw, 2.9rem); line-height: 1.34; letter-spacing: -0.01em;
  color: var(--graphite); margin: 0 auto; text-wrap: balance;
}
.qf-foot { margin: 42px auto 0; max-width: 580px; font-size: 0.96rem; line-height: 1.7; color: var(--graphite-55); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .founder-hero { grid-template-columns: 1fr; gap: 44px; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 880px) {
  body { font-size: 16px; }
  .nav-links, .nav-actions .btn-wa { display: none; }
  .nav-toggle { display: flex; }
  .grid-3, .grid-2, .pricing-grid, .testi-grid, .catalog, .compare, .split, .case, .hero-grid, .stats-row { grid-template-columns: 1fr; }
  .case--rev .case-media { order: 0; }
  .hero-visual { order: -1; }
  .hero-visual .browser-frame { transform: none; }
  .hero-stats { flex-wrap: wrap; gap: 24px; }
  .price-card.featured { transform: none; }
  .price-card.featured:hover { transform: translateY(-5px); }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .container { padding-inline: 20px; }
  .footer-top { grid-template-columns: 1fr; }
  .hero-meta { gap: 20px; }
  .form-row { grid-template-columns: 1fr; }
  .card, .price-card { padding: 26px 22px; }
}

/* ============================================================
   CORRECTIFS MOBILE (n'affectent pas le desktop)
   ============================================================ */
@media (max-width: 640px) {
  /* anti-débordement horizontal global */
  html, body { overflow-x: hidden; }
  h1, h2, h3, .hero-title, .final-cta-title, .lead, blockquote { overflow-wrap: break-word; }

  /* HERO : supprime le vide plein écran + typo qui débordait */
  .hero { min-height: auto; padding-top: calc(var(--header-h) + 8px); padding-bottom: 40px; }
  .hero-title { font-size: clamp(1.95rem, 8.5vw, 2.5rem); line-height: 1.1; letter-spacing: -0.02em; margin-bottom: 22px; }
  .hero-kicker { flex-wrap: wrap; justify-content: center; gap: 8px; font-size: 0.64rem; margin-bottom: 18px; }
  .hero-kicker .hero-rule { display: none; }
  .hero .lead { font-size: 1rem; }
  .hero-actions { width: 100%; gap: 10px; }
  .hero-actions .btn { width: 100%; }
  .hero-visual { margin-top: 36px; }

  /* titres de sections un peu plus compacts */
  h2 { font-size: clamp(1.7rem, 6.5vw, 2.1rem); }

  /* CTA final : titre et bouton qui tiennent */
  .final-cta-action .btn-lg { width: 100%; }

  /* TABLEAU COMPARATIF : défile horizontalement + indice "glissez" */
  .cmp-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .cmp-table { min-width: 560px; }
  .cmp-table th, .cmp-table td { padding: 12px 12px; font-size: 0.86rem; }
  .cmp-table thead th { font-size: 0.96rem; }
  .cmp-table tbody th { white-space: normal; }
  .cmp-hint { display: block; }
}

/* ============================================================
   BARRE D'ACTION FIXE (MOBILE)
   ============================================================ */
.mobile-cta-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 100;
  display: none; align-items: center; gap: 10px;
  padding: 10px 14px; padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  background: rgba(248, 247, 244, 0.92);
  backdrop-filter: saturate(160%) blur(14px); -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-top: 1px solid var(--line-soft);
  box-shadow: 0 -8px 28px rgba(14, 27, 40, 0.10);
}
.mobile-cta-bar .btn { margin: 0; }
.mobile-cta-bar .mc-call { flex: 0 0 auto; padding-inline: 18px; gap: 7px; }
.mobile-cta-bar .mc-wa { flex: 1 1 auto; justify-content: center; gap: 8px; }
.mobile-cta-bar .mc-wa svg { width: 17px; height: 17px; }
@media (max-width: 880px) {
  .mobile-cta-bar { display: flex; }
  body { padding-bottom: 76px; }
}

/* ============================================================
   TABLEAU COMPARATIF
   ============================================================ */
.cmp-wrap { max-width: 880px; margin-inline: auto; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.cmp-table { width: 100%; min-width: 600px; border-collapse: separate; border-spacing: 0; background: #fff; border: 1px solid var(--line-soft); border-radius: var(--radius-lg); overflow: hidden; }
.cmp-table th, .cmp-table td { padding: 16px 20px; text-align: center; font-size: 0.95rem; border-bottom: 1px solid var(--line-soft); }
.cmp-table thead th { font-family: var(--font-title); font-weight: 600; font-size: 1.08rem; color: var(--graphite); vertical-align: bottom; padding: 22px 20px 18px; }
.cmp-table thead th span { display: block; font-family: var(--font-body); font-weight: 450; font-size: 0.76rem; letter-spacing: 0.01em; color: var(--graphite-55); margin-top: 5px; }
.cmp-table tbody th { text-align: left; font-weight: 600; color: var(--graphite); white-space: nowrap; }
.cmp-table td { color: var(--graphite-70); }
.cmp-table td strong { color: var(--graphite); font-weight: 600; }
.cmp-table tbody tr:last-child th, .cmp-table tbody tr:last-child td { border-bottom: none; }
.cmp-table .cmp-best { background: rgba(36, 66, 92, 0.05); }
.cmp-table thead .cmp-best { background: var(--graphite); color: var(--off-white); }
.cmp-table thead .cmp-best span { color: var(--vert-sauge); }
.cmp-table .cmp-best strong { color: var(--bleu-nuit); }
.cmp-table svg { width: 20px; height: 20px; vertical-align: middle; }
.cmp-ic-yes { color: var(--vert-sauge); }
.cmp-ic-no { color: var(--taupe); }
.cmp-hint { display: none; text-align: center; font-size: 0.82rem; color: var(--graphite-55); margin: 0 0 14px; }

/* Bande engagements / réassurance */
.reassure { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.reassure-item { padding: 26px 24px; border-radius: var(--radius-lg); background: var(--graphite-04); border: 1px solid var(--line-soft); }
.reassure-ic { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: #fff; color: var(--bleu-nuit); border: 1px solid var(--line-soft); margin-bottom: 16px; }
.reassure-ic svg { width: 22px; height: 22px; }
.reassure-item h3 { font-size: 1.05rem; margin-bottom: 7px; }
.reassure-item p { font-size: 0.92rem; color: var(--graphite-70); line-height: 1.55; }
@media (max-width: 880px) { .reassure { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .reassure { grid-template-columns: 1fr; } }

/* Canaux de contact (sous le CTA final) */
.final-cta-channels { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px 16px; }
.final-cta-channels a { display: inline-flex; align-items: center; gap: 8px; color: var(--off-white); font-size: 1rem; font-weight: 500; transition: color 0.25s var(--ease); }
.final-cta-channels a:hover { color: var(--vert-sauge); }
.final-cta-channels svg { width: 18px; height: 18px; color: var(--vert-sauge); }
.final-cta-channels .fcc-sep { color: rgba(248, 247, 244, 0.3); }
@media (max-width: 480px) { .final-cta-channels .fcc-sep { display: none; } .final-cta-channels { flex-direction: column; gap: 12px; } }

/* CTA secondaire faible engagement (sur le CTA final) */
.final-cta-alt { display: inline-flex; align-items: center; gap: 7px; margin-top: -6px; color: rgba(248, 247, 244, 0.78); text-decoration: underline; text-underline-offset: 4px; font-size: 0.95rem; transition: color 0.25s var(--ease); }
.final-cta-alt:hover, .final-cta-alt:focus-visible { color: var(--off-white); }
.final-cta-alt svg { width: 16px; height: 16px; }
