/* ============================================================
   NAVAL : design system du site (full dark premium)
   Marque : monogramme bleu/orange, wordmark Satoshi.
   Palette : encre #070A12, royal #0A49A7, orange #E56B0A.
   Un seul thème sombre, du début à la fin.
   Z-index : 1 contenu · 5 grain · 10 nav · 50 menu mobile
   ============================================================ */

:root {
  /* fonds */
  --bg: #070A12;
  --bg-2: #0A0F1A;
  --surface: #0E1420;
  --surface-2: #131B29;
  --surface-3: #18222F;

  /* lignes */
  --line: rgba(255, 255, 255, .07);
  --line-2: rgba(255, 255, 255, .12);
  --line-3: rgba(255, 255, 255, .18);

  /* marque */
  --royal: #0A49A7;
  --royal-bright: #4C8DF0;
  --royal-glow: #1E5FC4;
  --royal-deep: #07306E;
  --orange: #E56B0A;
  --orange-bright: #F2901F;
  --orange-soft: rgba(229, 107, 10, .14);

  /* texte */
  --text: #EEF2F8;
  --text-2: #9AA6BC;
  --text-3: #616E86;

  /* etats */
  --ok: #34D399;
  --ok-soft: rgba(52, 211, 153, .12);
  --warn: #F2A33C;
  --warn-soft: rgba(242, 163, 60, .13);
  --danger: #F26D67;
  --danger-soft: rgba(242, 109, 103, .13);

  --r-ctrl: 11px;
  --r-card: 18px;
  --r-pill: 999px;

  --font-display: "Satoshi", "Inter", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;

  --shadow-card: 0 1px 0 rgba(255, 255, 255, .04) inset, 0 20px 50px -24px rgba(0, 0, 0, .7);
  --shadow-deep: 0 40px 100px -36px rgba(0, 0, 0, .85), 0 1px 0 rgba(255, 255, 255, .06) inset;
  --glow-blue: 0 0 80px -10px rgba(30, 95, 196, .55);

  --ease: cubic-bezier(.16, 1, .3, 1);
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* texture premium subtile (legere, sans filtre GPU) */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  opacity: .4;
  background-image: radial-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 3px 3px;
}

::selection { background: rgba(229, 107, 10, .3); color: #fff; }

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.025em;
  color: #fff;
  text-wrap: balance;
}
p { text-wrap: pretty; }
button { font-family: inherit; cursor: pointer; }

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

.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.skip-link {
  position: absolute; left: -9999px; top: 12px; z-index: 60;
  background: var(--orange); color: #1A0E02;
  font-weight: 600; padding: 10px 18px; border-radius: var(--r-ctrl);
}
.skip-link:focus { left: 12px; }

/* ------------------------------------------------------------
   Conteneurs
   ------------------------------------------------------------ */

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 26px;
  position: relative;
  z-index: 1;
}

.section { padding-block: 120px; }
.section-tight { padding-block: 84px; }

.section-head { max-width: 720px; margin-bottom: 60px; }
.section-head h2 {
  font-size: clamp(2rem, 3.6vw, 3rem);
  margin-bottom: 18px;
}
.section-head p {
  font-size: 1.12rem;
  color: var(--text-2);
  max-width: 60ch;
}
.section-head.is-centered { margin-inline: auto; text-align: center; }
.section-head.is-centered p { margin-inline: auto; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--text-2);
  margin-bottom: 22px;
}
.eyebrow::before {
  content: "";
  width: 18px; height: 1px;
  background: var(--orange);
}
.eyebrow.is-plain::before { display: none; }

/* ------------------------------------------------------------
   Boutons
   ------------------------------------------------------------ */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 14px 26px;
  border-radius: var(--r-ctrl);
  border: 1px solid transparent;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  transition: transform .2s var(--ease), background .2s, border-color .2s, box-shadow .2s, color .2s;
}
.btn:active { transform: translateY(1px) scale(.99); }
.btn i { font-size: 18px; }

.btn-primary {
  background: var(--orange);
  color: #1A0E02;
  box-shadow: 0 10px 30px -10px rgba(229, 107, 10, .6);
}
.btn-primary:hover { background: var(--orange-bright); transform: translateY(-2px); box-shadow: 0 16px 40px -12px rgba(229, 107, 10, .7); }

.btn-ghost {
  background: rgba(255, 255, 255, .05);
  color: var(--text);
  border-color: var(--line-2);
}
.btn-ghost:hover { border-color: var(--line-3); background: rgba(255, 255, 255, .07); transform: translateY(-2px); }

.btn-lg { padding: 17px 32px; font-size: 16px; }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: var(--royal-bright);
  transition: gap .2s var(--ease), color .2s;
}
.link-arrow:hover { gap: 13px; color: #6BA4F5; }

/* ------------------------------------------------------------
   Marque (lockup)
   ------------------------------------------------------------ */

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}
.brand-mark { width: 28px; height: 28px; flex: none; }
.brand-word {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: .14em;
  color: #fff;
}

/* ------------------------------------------------------------
   Navigation
   ------------------------------------------------------------ */

.nav {
  position: fixed;
  inset-inline: 0;
  top: 0;
  z-index: 10;
  height: 74px;
  display: flex;
  align-items: center;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background .35s, border-color .35s, backdrop-filter .35s;
}
.nav.is-scrolled {
  background: rgba(8, 11, 18, .72);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  backdrop-filter: blur(18px) saturate(160%);
  border-bottom-color: var(--line);
}
.nav-inner { display: flex; align-items: center; gap: 38px; width: 100%; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: 14px;
  list-style: none;
}
.nav-links a {
  position: relative;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--text-2);
  transition: color .18s;
  padding-block: 6px;
}
.nav-links a:hover { color: #fff; }
.nav-links a[aria-current="page"] { color: #fff; }
.nav-links a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0; bottom: -2px;
  width: 100%; height: 2px;
  background: var(--orange);
  border-radius: 2px;
}

.nav-cta { margin-left: auto; display: flex; align-items: center; gap: 18px; }
.nav-cta .btn { padding: 11px 20px; font-size: 14.5px; }
.nav-login { font-size: 14.5px; font-weight: 500; color: var(--text-2); white-space: nowrap; transition: color .18s; }
.nav-login:hover { color: #fff; }

.nav-burger {
  display: none;
  margin-left: auto;
  width: 44px; height: 44px;
  border: 1px solid var(--line-2);
  border-radius: var(--r-ctrl);
  background: rgba(255, 255, 255, .03);
  color: var(--text);
  font-size: 22px;
  align-items: center;
  justify-content: center;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 50;
  background: var(--bg);
  display: none;
  flex-direction: column;
  padding: 24px 26px;
}
.mobile-menu.is-open { display: flex; }
.mobile-menu-top { display: flex; align-items: center; justify-content: space-between; height: 48px; }
.mobile-menu-close {
  width: 44px; height: 44px;
  border: 1px solid var(--line-2);
  border-radius: var(--r-ctrl);
  background: transparent;
  color: var(--text);
  font-size: 22px;
}
.mobile-menu nav { display: flex; flex-direction: column; margin-top: 44px; }
.mobile-menu nav a {
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -.02em;
  color: var(--text);
  padding-block: 16px;
  border-bottom: 1px solid var(--line);
}
.mobile-menu nav a[aria-current="page"] { color: var(--orange-bright); }
.mobile-menu .btn { margin-top: 38px; }

/* ------------------------------------------------------------
   Backdrop ambiant (glows + route + grille)
   ------------------------------------------------------------ */

.ambient { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.ambient .glow {
  position: absolute;
  border-radius: 50%;
}
.ambient .glow-1 {
  top: -260px; left: 50%;
  width: 1100px; height: 720px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(30, 95, 196, .4), transparent 62%);
}
.ambient .glow-2 {
  bottom: -340px; right: -180px;
  width: 640px; height: 640px;
  background: radial-gradient(circle, rgba(229, 107, 10, .16), transparent 64%);
}
.ambient .grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000 25%, transparent 75%);
  mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000 25%, transparent 75%);
}
.ambient-route { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .6; }

/* ------------------------------------------------------------
   HERO accueil (cinematique, centre)
   ------------------------------------------------------------ */

.hero {
  position: relative;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 80px;
  overflow: hidden;
}
.hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 920px;
  margin-inline: auto;
}
.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-2);
  background: rgba(255, 255, 255, .04);
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  padding: 7px 16px 7px 13px;
  margin-bottom: 30px;
}
.hero-pill .dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 4px var(--orange-soft);
}
.hero h1 {
  font-size: clamp(2.7rem, 6.4vw, 5.4rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.02;
  margin-bottom: 26px;
}
.hero h1 .accent {
  background: linear-gradient(120deg, var(--orange-bright), var(--orange));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero .lede {
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  line-height: 1.6;
  color: var(--text-2);
  max-width: 56ch;
  margin: 0 auto 38px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.hero-trust {
  margin-top: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 13.5px;
  color: var(--text-3);
}
.hero-trust .sep { width: 4px; height: 4px; border-radius: 50%; background: var(--text-3); opacity: .6; }

/* visuel produit unique sous le hero */
.hero-stage {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 70px auto 0;
  padding-inline: 26px;
}
.hero-stage::before {
  content: "";
  position: absolute;
  top: -40px; left: 50%;
  width: 70%; height: 120px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(30, 95, 196, .5), transparent 70%);
  pointer-events: none;
}

.glass-panel {
  position: relative;
  background: linear-gradient(165deg, rgba(20, 28, 42, .9), rgba(10, 15, 26, .92));
  border: 1px solid var(--line-2);
  border-radius: var(--r-card);
  box-shadow: var(--shadow-deep);
  overflow: hidden;
}
.glass-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--r-card);
  padding: 1px;
  background: linear-gradient(150deg, rgba(76, 141, 240, .5), transparent 35%, transparent 72%, rgba(229, 107, 10, .4));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.panel-bar {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 15px 18px;
  border-bottom: 1px solid var(--line);
}
.panel-bar .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--surface-3); }
.panel-bar .title { margin-left: 8px; font-size: 12.5px; font-weight: 600; color: var(--text-3); letter-spacing: .03em; }
.panel-bar .live {
  margin-left: auto;
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 11.5px; font-weight: 600; color: var(--ok);
}
.panel-bar .live .pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--ok); box-shadow: 0 0 0 0 rgba(52, 211, 153, .5); animation: pulse 2.4s var(--ease) 6; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(52, 211, 153, .5); } 70% { box-shadow: 0 0 0 8px rgba(52, 211, 153, 0); } 100% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0); } }

/* planning hero : calme et lisible */
.hero-board { padding: 22px; }
.hero-board-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 16px;
}
.hero-board-head .wk { font-family: var(--font-display); font-weight: 600; font-size: 14px; color: #fff; }
.board-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 9px;
}
.board-col { display: flex; flex-direction: column; gap: 8px; }
.board-day {
  font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-3); text-align: center; padding-bottom: 4px;
}
.board-ev {
  border-radius: 8px;
  padding: 9px 10px;
  font-size: 11.5px;
  font-weight: 600;
  color: #fff;
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.board-ev .t { font-size: 10px; font-weight: 600; opacity: .82; font-variant-numeric: tabular-nums; }
.ev-ok { background: rgba(52, 211, 153, .14); border-color: rgba(52, 211, 153, .3); color: #9DEBC8; }
.ev-route { background: rgba(76, 141, 240, .16); border-color: rgba(76, 141, 240, .34); color: #ABCBFA; }
.ev-wait { background: rgba(242, 163, 60, .14); border-color: rgba(242, 163, 60, .32); color: #F4CB94; }
.ev-vip { background: rgba(229, 107, 10, .16); border-color: rgba(229, 107, 10, .36); color: #F6B274; }
.ev-empty { background: rgba(255, 255, 255, .02); border: 1px dashed var(--line); min-height: 38px; border-radius: 8px; }
.board-foot {
  display: flex; align-items: center; gap: 10px;
  margin-top: 18px; padding-top: 16px;
  border-top: 1px solid var(--line);
  font-size: 12.5px; color: var(--text-2);
}
.board-foot .chip-ok {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11.5px; font-weight: 600; color: var(--ok);
  background: var(--ok-soft); border: 1px solid rgba(52, 211, 153, .3);
  border-radius: var(--r-pill); padding: 4px 11px;
}
.board-foot .chip-warn {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11.5px; font-weight: 600; color: var(--warn);
  background: var(--warn-soft); border: 1px solid rgba(242, 163, 60, .3);
  border-radius: var(--r-pill); padding: 4px 11px;
}

/* ------------------------------------------------------------
   Trio de chiffres (minimal)
   ------------------------------------------------------------ */

.stat-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.stat-cell { text-align: center; padding: 8px; }
.stat-cell .num {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 3.6vw, 3rem);
  font-weight: 700;
  letter-spacing: -.03em;
  color: #fff;
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  font-variant-numeric: tabular-nums;
}
.stat-cell .num .unit { font-size: .5em; color: var(--orange-bright); font-weight: 600; }
.stat-cell .cap { margin-top: 8px; font-size: 14.5px; color: var(--text-2); }

/* ------------------------------------------------------------
   Piliers landing (3 liens, aere)
   ------------------------------------------------------------ */

.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pillar {
  position: relative;
  background: linear-gradient(170deg, var(--surface), var(--bg-2));
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  padding: 34px;
  overflow: hidden;
  transition: transform .4s var(--ease), border-color .4s, box-shadow .4s;
}
.pillar::after {
  content: "";
  position: absolute;
  top: -60px; right: -60px;
  width: 180px; height: 180px;
  background: radial-gradient(circle, rgba(30, 95, 196, .22), transparent 70%);
  opacity: 0;
  transition: opacity .4s;
}
.pillar:hover { transform: translateY(-5px); border-color: var(--line-2); box-shadow: var(--shadow-card); }
.pillar:hover::after { opacity: 1; }
.pillar .p-ic {
  width: 46px; height: 46px;
  border-radius: var(--r-ctrl);
  display: flex; align-items: center; justify-content: center;
  font-size: 23px;
  margin-bottom: 20px;
  background: rgba(76, 141, 240, .12);
  border: 1px solid rgba(76, 141, 240, .25);
  color: var(--royal-bright);
}
.pillar h3 { font-size: 1.3rem; margin-bottom: 10px; }
.pillar p { font-size: 14.5px; color: var(--text-2); margin-bottom: 20px; }
.pillar .link-arrow { font-size: 14px; }

/* ------------------------------------------------------------
   Bandeau CTA
   ------------------------------------------------------------ */

.cta-banner {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-block: 130px;
  border-top: 1px solid var(--line);
}
.cta-banner h2 {
  position: relative;
  z-index: 1;
  font-size: clamp(2.2rem, 4.4vw, 3.5rem);
  max-width: 20ch;
  margin-inline: auto;
  margin-bottom: 20px;
}
.cta-banner p {
  position: relative;
  z-index: 1;
  color: var(--text-2);
  font-size: 1.1rem;
  max-width: 52ch;
  margin-inline: auto;
  margin-bottom: 40px;
}
.cta-banner .actions { position: relative; z-index: 1; display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }

/* ------------------------------------------------------------
   Footer
   ------------------------------------------------------------ */

.footer {
  border-top: 1px solid var(--line);
  padding-block: 68px 40px;
  background: var(--bg-2);
}
.footer-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 56px;
  padding: clamp(30px, 4vw, 48px);
  border-radius: 20px;
  background: linear-gradient(120deg, #E56B0A 0%, #F2901F 100%);
  box-shadow: 0 24px 60px -24px rgba(229, 107, 10, .6);
}
.footer .footer-news-text h4 {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.4vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.02;
  text-transform: none;
  color: #190C01;
  margin-bottom: 8px;
}
.footer-news-text p { font-size: 15.5px; font-weight: 500; color: rgba(25, 12, 1, .8); max-width: 48ch; }
.news-form { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.news-form input {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 500;
  color: #190C01;
  background: #fff;
  border: 1px solid rgba(25, 12, 1, .18);
  border-radius: var(--r-ctrl);
  padding: 14px 16px;
  min-width: 260px;
  max-width: 100%;
  transition: border-color .2s, box-shadow .2s;
}
.news-form input::placeholder { color: rgba(25, 12, 1, .5); }
.news-form input:focus { outline: none; border-color: #190C01; box-shadow: 0 0 0 3px rgba(25, 12, 1, .22); }
.news-form .btn {
  padding: 14px 28px;
  font-size: 15.5px;
  font-weight: 700;
  background: #0B1120;
  color: #fff;
  border: 0;
  box-shadow: 0 8px 22px -8px rgba(0, 0, 0, .5);
}
.news-form .btn:hover { background: #05080F; transform: translateY(-2px); }
.news-msg { flex-basis: 100%; min-height: 1em; margin: 6px 0 0; font-size: 13px; font-weight: 600; color: rgba(25, 12, 1, .72); }
.news-msg.is-ok { color: #0A3D1C; }
.news-msg.is-error { color: #5E0B07; }
@media (max-width: 680px) {
  .footer-news { flex-direction: column; align-items: stretch; text-align: left; }
  .news-form { width: 100%; }
  .news-form input { min-width: 0; flex: 1; }
  .news-form .btn { flex: none; width: 100%; }
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) repeat(3, minmax(0, 2fr));
  gap: 48px;
  margin-bottom: 56px;
}
.footer-brand p { margin-top: 18px; font-size: 14.5px; color: var(--text-3); max-width: 34ch; }
.footer h4 {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--text-3);
  margin-bottom: 18px;
}
.footer ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.footer ul a { font-size: 14.5px; color: var(--text-2); transition: color .18s; }
.footer ul a:hover { color: #fff; }
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: var(--text-3);
}

/* ------------------------------------------------------------
   Sous-hero (pages interieures)
   ------------------------------------------------------------ */

.subhero {
  position: relative;
  padding-top: 168px;
  padding-bottom: 92px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.subhero-inner { position: relative; z-index: 1; max-width: 800px; }
.subhero h1 { font-size: clamp(2.4rem, 4.6vw, 3.7rem); letter-spacing: -.03em; margin-bottom: 22px; }
.subhero .lede { font-size: 1.15rem; line-height: 1.62; color: var(--text-2); max-width: 58ch; }
.subhero .subhero-actions { margin-top: 34px; display: flex; gap: 14px; flex-wrap: wrap; }

.powered {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 28px;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--text-2);
  border: 1px solid var(--line-2);
  background: rgba(255, 255, 255, .03);
  border-radius: var(--r-pill);
  padding: 8px 16px;
}
.powered i { color: var(--orange-bright); font-size: 16px; }
.powered strong { color: #fff; font-weight: 600; }

/* ------------------------------------------------------------
   Surfaces generiques (cartes sombres)
   ------------------------------------------------------------ */

.card {
  background: linear-gradient(170deg, var(--surface), var(--bg-2));
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  padding: 30px;
}
.cell-icon {
  width: 44px; height: 44px;
  border-radius: var(--r-ctrl);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
  background: rgba(76, 141, 240, .12);
  border: 1px solid rgba(76, 141, 240, .24);
  color: var(--royal-bright);
}
.cell-icon.is-orange { background: var(--orange-soft); border-color: rgba(229, 107, 10, .3); color: var(--orange-bright); }
.cell-icon.is-ok { background: var(--ok-soft); border-color: rgba(52, 211, 153, .3); color: var(--ok); }

.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  border-radius: var(--r-pill);
  padding: 5px 11px;
  border: 1px solid transparent;
}
.chip-ok { background: var(--ok-soft); color: var(--ok); border-color: rgba(52, 211, 153, .26); }
.chip-warn { background: var(--warn-soft); color: var(--warn); border-color: rgba(242, 163, 60, .26); }
.chip-danger { background: var(--danger-soft); color: var(--danger); border-color: rgba(242, 109, 103, .26); }
.chip-royal { background: rgba(76, 141, 240, .12); color: var(--royal-bright); border-color: rgba(76, 141, 240, .26); }
.chip-dim { background: rgba(255, 255, 255, .04); color: var(--text-2); border-color: var(--line-2); }

kbd {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  background: var(--surface-2);
  border: 1px solid var(--line-2);
  border-bottom-width: 2px;
  border-radius: 6px;
  padding: 2px 8px;
  color: #fff;
}

/* split generique */
.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 72px;
  align-items: center;
}
.split-copy h2 { font-size: clamp(1.9rem, 3.2vw, 2.6rem); margin-bottom: 18px; }
.split-copy > p { font-size: 1.08rem; color: var(--text-2); margin-bottom: 26px; max-width: 56ch; }
.split-list { list-style: none; display: flex; flex-direction: column; gap: 13px; margin-bottom: 32px; }
.split-list li { display: flex; gap: 12px; font-size: 15.5px; color: var(--text); }
.split-list li i { color: var(--ok); font-size: 20px; flex: none; margin-top: 1px; }
.split-list li.is-neg i { color: var(--danger); }

/* ------------------------------------------------------------
   Page fonctionnalites
   ------------------------------------------------------------ */

.module-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.module-link {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-ctrl);
  padding: 15px 18px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--text);
  transition: border-color .2s, transform .2s var(--ease), background .2s;
}
.module-link i { font-size: 19px; color: var(--royal-bright); }
.module-link:hover { border-color: var(--line-3); transform: translateY(-2px); background: var(--surface-2); }

.feature-block { padding-block: 100px; border-top: 1px solid var(--line); }
.feature-block:first-of-type { border-top: 0; }

.panel-pad { padding: 22px; }
.pv-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.pv-head .title { font-family: var(--font-display); font-weight: 600; font-size: 14px; color: #fff; }
.pv-grid { display: grid; grid-template-columns: 42px repeat(5, 1fr); gap: 6px; }
.pv-hour {
  font-size: 10.5px; color: var(--text-3);
  display: flex; align-items: flex-start; justify-content: flex-end;
  padding-right: 6px; font-variant-numeric: tabular-nums;
}
.pv-col { display: flex; flex-direction: column; gap: 6px; }
.pv-day { font-size: 11px; font-weight: 600; text-align: center; color: var(--text-2); text-transform: uppercase; letter-spacing: .04em; padding-bottom: 4px; }
.pv-slot { position: relative; height: 34px; border-radius: 6px; background: rgba(255, 255, 255, .02); border: 1px solid var(--line); }
.pv-mission {
  position: absolute; inset: 2px;
  border-radius: 6px;
  font-size: 10px; font-weight: 600;
  display: flex; align-items: center;
  padding-inline: 7px; overflow: hidden; white-space: nowrap;
  border: 1px solid transparent;
}
.pv-mission.h2x { height: calc(200% + 2px); }
.pv-ok { background: rgba(52, 211, 153, .16); border-color: rgba(52, 211, 153, .34); color: #9DEBC8; }
.pv-route { background: rgba(76, 141, 240, .18); border-color: rgba(76, 141, 240, .36); color: #ABCBFA; }
.pv-wait { background: rgba(242, 163, 60, .16); border-color: rgba(242, 163, 60, .34); color: #F4CB94; }
.pv-conflict { background: rgba(242, 109, 103, .2); border-color: rgba(242, 109, 103, .45); color: #F6A6A2; }

.workflow-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; }
.wf-tab {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid var(--line); background: var(--surface);
  color: var(--text-2); font-size: 14px; font-weight: 600;
  border-radius: var(--r-ctrl); padding: 11px 18px;
  transition: all .2s;
}
.wf-tab i { font-size: 17px; }
.wf-tab.is-active { background: var(--surface-3); color: #fff; border-color: var(--line-3); }
.wf-tab.is-active i { color: var(--orange-bright); }
.wf-panels {
  background: linear-gradient(170deg, var(--surface), var(--bg-2));
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  padding: 34px;
  min-height: 200px;
}
.wf-panel { display: none; }
.wf-panel.is-active { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 2fr); gap: 36px; align-items: center; }
.wf-panel h3 { font-size: 1.35rem; margin-bottom: 10px; }
.wf-panel p { font-size: 15px; color: var(--text-2); }
.wf-side { display: flex; flex-direction: column; gap: 9px; }

.data-row {
  display: flex; align-items: center; gap: 10px;
  background: rgba(255, 255, 255, .025);
  border: 1px solid var(--line);
  border-radius: 9px; padding: 9px 12px; min-height: 44px;
}
.data-row i { font-size: 16px; color: var(--royal-bright); flex: none; }
.data-row .k { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .07em; color: var(--text-3); display: block; }
.data-row .v { font-size: 12.8px; font-weight: 600; color: #fff; }

.status-flow { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.status-flow .chip { font-size: 13px; padding: 7px 14px; }
.status-flow i { color: var(--text-3); font-size: 16px; }

.duo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.duo-card { background: linear-gradient(170deg, var(--surface), var(--bg-2)); border: 1px solid var(--line); border-radius: var(--r-card); padding: 34px; }
.duo-card .cell-icon { margin-bottom: 18px; }
.duo-card h3 { font-size: 1.35rem; margin-bottom: 10px; }
.duo-card p { font-size: 14.8px; color: var(--text-2); margin-bottom: 20px; }
.duo-card ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.duo-card ul li { display: flex; gap: 10px; font-size: 14.2px; color: var(--text); align-items: flex-start; }
.duo-card ul li i { color: var(--royal-bright); font-size: 16px; margin-top: 3px; flex: none; }
.alert-chips { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 8px; }

.kpi-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 36px; }
.kpi-tile { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-ctrl); padding: 20px; }
.kpi-tile .kv { font-family: var(--font-display); font-size: 1.6rem; font-weight: 700; letter-spacing: -.02em; color: #fff; font-variant-numeric: tabular-nums; }
.kpi-tile .kl { font-size: 12.5px; color: var(--text-2); margin-top: 5px; line-height: 1.4; }
.kpi-bars { display: flex; align-items: flex-end; gap: 4px; height: 38px; margin-top: 14px; }
.kpi-bars i { flex: 1; background: rgba(76, 141, 240, .25); border-radius: 3px 3px 0 0; display: block; }
.kpi-bars i:nth-child(3n) { background: var(--royal-bright); }

.ops-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.ops-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-card); padding: 28px; transition: transform .3s var(--ease), border-color .3s; }
.ops-card:hover { transform: translateY(-4px); border-color: var(--line-2); }
.ops-card .cell-icon { margin-bottom: 16px; width: 42px; height: 42px; font-size: 20px; }
.ops-card h3 { font-size: 1.08rem; margin-bottom: 8px; }
.ops-card p { font-size: 13.8px; color: var(--text-2); }

/* ------------------------------------------------------------
   Page IA
   ------------------------------------------------------------ */

.pin-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 72px; align-items: start; }
.pin-left { position: sticky; top: 120px; }
.pin-left h2 { font-size: clamp(1.9rem, 3.2vw, 2.6rem); margin-bottom: 16px; }
.pin-left p { color: var(--text-2); font-size: 1.06rem; max-width: 44ch; margin-bottom: 30px; }
.pin-progress { list-style: none; display: flex; flex-direction: column; gap: 2px; }
.pin-progress li {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 14px; border-radius: var(--r-ctrl);
  font-size: 14.5px; font-weight: 500; color: var(--text-3);
  transition: all .25s; border: 1px solid transparent;
}
.pin-progress li i { font-size: 18px; }
.pin-progress li.is-current { background: var(--surface-2); color: #fff; font-weight: 600; border-color: var(--line-2); }
.pin-progress li.is-current i { color: var(--orange-bright); }

.usecase-stack { display: flex; flex-direction: column; gap: 24px; }
.usecase-card { background: linear-gradient(170deg, var(--surface), var(--bg-2)); border: 1px solid var(--line); border-radius: var(--r-card); padding: 38px; }
.usecase-card .cell-icon { margin-bottom: 20px; }
.usecase-card h3 { font-size: 1.5rem; margin-bottom: 10px; }
.usecase-card > p { font-size: 15px; color: var(--text-2); margin-bottom: 22px; max-width: 58ch; }
.usecase-points { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.usecase-points li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.2px; color: var(--text); }
.usecase-points li i { color: var(--royal-bright); font-size: 16px; margin-top: 3px; flex: none; }
.usecase-visual { margin-top: 24px; background: rgba(255, 255, 255, .02); border: 1px solid var(--line); border-radius: var(--r-ctrl); padding: 16px; }

.data-rows { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }

.score-bars { display: flex; flex-direction: column; gap: 10px; }
.score-bar { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; align-items: center; }
.score-bar .who { font-size: 13px; font-weight: 600; color: #fff; }
.score-bar .why { font-size: 11.5px; color: var(--text-3); display: block; font-weight: 400; margin-top: 2px; }
.score-bar .pts { font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--royal-bright); font-variant-numeric: tabular-nums; }
.score-bar.best .pts { color: var(--ok); }
.score-bar.best { background: var(--ok-soft); margin: -6px -8px; padding: 8px; border-radius: 9px; border: 1px solid rgba(52, 211, 153, .25); }

.timeline-mini { list-style: none; display: flex; flex-direction: column; }
.timeline-mini li { display: grid; grid-template-columns: 52px 14px minmax(0, 1fr); gap: 10px; font-size: 13px; color: var(--text-2); padding-block: 8px; }
.timeline-mini .tm-time { font-variant-numeric: tabular-nums; font-weight: 600; color: #fff; font-size: 12.5px; text-align: right; }
.timeline-mini .tm-dot { position: relative; display: flex; justify-content: center; }
.timeline-mini .tm-dot::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--royal-bright); margin-top: 5px; }
.timeline-mini li:not(:last-child) .tm-dot::after { content: ""; position: absolute; top: 15px; bottom: -10px; width: 2px; background: var(--line-2); }
.timeline-mini .is-pause .tm-dot::before { background: var(--orange-bright); }

.chat-demo { display: flex; flex-direction: column; gap: 13px; padding: 26px; max-width: 560px; }
.bubble { max-width: 88%; font-size: 13.5px; line-height: 1.5; padding: 11px 14px; border-radius: 14px; }
.bubble-user { align-self: flex-end; background: var(--royal); color: #fff; border-bottom-right-radius: 4px; }
.bubble-bot { align-self: flex-start; background: var(--surface-2); border: 1px solid var(--line-2); color: var(--text); border-bottom-left-radius: 4px; }
.bubble-bot strong { color: var(--orange-bright); font-weight: 600; }
.chat-suggests { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.chat-suggests span { font-size: 12px; font-weight: 500; color: var(--royal-bright); border: 1px solid rgba(76, 141, 240, .3); background: rgba(76, 141, 240, .08); border-radius: var(--r-pill); padding: 5px 12px; }

.guard-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.guard-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-card); padding: 32px; }
.guard-card .cell-icon { margin-bottom: 16px; }
.guard-card h3 { font-size: 1.15rem; margin-bottom: 8px; }
.guard-card p { font-size: 14.2px; color: var(--text-2); }

/* ------------------------------------------------------------
   Jauge
   ------------------------------------------------------------ */

.gauge-card { background: linear-gradient(170deg, var(--surface), var(--bg-2)); border: 1px solid var(--line); border-radius: var(--r-card); box-shadow: var(--shadow-card); padding: 38px; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.gauge-wrap { position: relative; width: 210px; height: 210px; }
.gauge-wrap svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.gauge-bg { fill: none; stroke: rgba(255, 255, 255, .08); stroke-width: 12; }
.gauge-val { fill: none; stroke: var(--ok); stroke-width: 12; stroke-linecap: round; filter: drop-shadow(0 0 6px rgba(52, 211, 153, .5)); }
.gauge-center { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.gauge-center .score { font-family: var(--font-display); font-size: 3rem; font-weight: 700; letter-spacing: -.03em; color: #fff; }
.gauge-center .of { font-size: 13px; color: var(--text-3); }
.gauge-caption { font-size: 14px; color: var(--text-2); text-align: center; max-width: 30ch; }
.gauge-rules { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 8px; }

/* ------------------------------------------------------------
   Page conformite
   ------------------------------------------------------------ */

.cost-band { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cost-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-card); padding: 36px; border-top: 3px solid var(--danger); }
.cost-card.is-good { border-top-color: var(--ok); }
.cost-card .big { font-family: var(--font-display); font-size: clamp(2.1rem, 3.6vw, 2.9rem); font-weight: 700; letter-spacing: -.03em; color: #fff; font-variant-numeric: tabular-nums; }
.cost-card p { margin-top: 10px; font-size: 14.8px; color: var(--text-2); }
.cost-card .src { display: block; margin-top: 12px; font-size: 12.5px; color: var(--text-3); }

.reg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.reg-card { background: linear-gradient(170deg, var(--surface), var(--bg-2)); border: 1px solid var(--line); border-radius: var(--r-card); padding: 34px; display: flex; flex-direction: column; }
.reg-card .reg-tag { align-self: flex-start; font-size: 11.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--royal-bright); background: rgba(76, 141, 240, .12); border: 1px solid rgba(76, 141, 240, .26); border-radius: var(--r-pill); padding: 5px 12px; margin-bottom: 20px; }
.reg-card h3 { font-size: 1.3rem; margin-bottom: 6px; }
.reg-card .reg-sub { font-size: 13.5px; color: var(--text-3); margin-bottom: 22px; }
.reg-rules { list-style: none; display: flex; flex-direction: column; }
.reg-rules li { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; padding-block: 12px; font-size: 14px; color: var(--text-2); }
.reg-rules li + li { border-top: 1px solid var(--line); }
.reg-rules .val { font-family: var(--font-display); font-weight: 700; color: #fff; font-size: 14.5px; white-space: nowrap; font-variant-numeric: tabular-nums; }

.rule-clusters { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cluster { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-card); padding: 32px; }
.cluster .cell-icon { margin-bottom: 16px; }
.cluster h3 { font-size: 1.15rem; margin-bottom: 14px; }
.cluster ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.cluster ul li { display: flex; gap: 10px; font-size: 14px; color: var(--text-2); align-items: flex-start; }
.cluster ul li i { color: var(--ok); font-size: 16px; margin-top: 3px; flex: none; }

.param-cloud { display: flex; flex-wrap: wrap; gap: 10px; max-width: 900px; }
.param-chip { display: inline-flex; align-items: baseline; gap: 8px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-pill); padding: 9px 18px; font-size: 13.5px; color: var(--text-2); }
.param-chip strong { font-family: var(--font-display); color: #fff; font-weight: 700; font-variant-numeric: tabular-nums; }

/* ------------------------------------------------------------
   Page tarifs
   ------------------------------------------------------------ */

.pricing-promo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(30px, 4vw, 48px);
  border-radius: 20px;
  background: linear-gradient(120deg, #E56B0A 0%, #F2901F 100%);
  box-shadow: 0 24px 60px -24px rgba(229, 107, 10, .6);
}
.pricing-promo--compact {
  gap: 10px 14px;
  padding: 12px 18px;
  margin-bottom: 28px;
  border-radius: 12px;
  box-shadow: 0 10px 28px -14px rgba(229, 107, 10, .55);
}
.pricing-promo--compact .promo-eyebrow {
  margin-bottom: 0;
  font-size: 10px;
}
.pricing-promo--compact .promo-label {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: #190C01;
  letter-spacing: -.02em;
}
.pricing-promo--compact .promo-sep {
  color: rgba(25, 12, 1, .35);
  font-weight: 700;
}
.pricing-promo--compact .promo-detail {
  font-size: 13.5px;
  font-weight: 500;
  color: rgba(25, 12, 1, .75);
}
.pricing-promo-text h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1;
  color: #190C01;
  margin-bottom: 8px;
}
.promo-eyebrow {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(25, 12, 1, .65);
  margin-bottom: 10px;
}
.pricing-promo-text p {
  font-size: 15.5px;
  font-weight: 500;
  color: rgba(25, 12, 1, .8);
  max-width: 48ch;
}
.btn-promo {
  padding: 14px 28px;
  font-size: 15.5px;
  font-weight: 700;
  background: #0B1120;
  color: #fff;
  border: 0;
  border-radius: var(--r-ctrl);
  box-shadow: 0 8px 22px -8px rgba(0, 0, 0, .5);
  white-space: nowrap;
  transition: background .2s, transform .2s;
}
.btn-promo:hover { background: #05080F; transform: translateY(-2px); }
@media (max-width: 680px) {
  .pricing-promo { flex-direction: column; align-items: stretch; text-align: left; }
  .btn-promo { width: 100%; text-align: center; }
}

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.price-card--solo {
  max-width: 560px;
  margin-inline: auto;
}
.price-card { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-card); padding: 38px 32px; display: flex; flex-direction: column; }
.price-card.is-featured {
  background: linear-gradient(170deg, var(--surface-2), var(--bg-2));
  border-color: rgba(76, 141, 240, .4);
  box-shadow: var(--glow-blue);
}
.featured-tag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--orange); color: #1A0E02; font-size: 11.5px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; border-radius: var(--r-pill); padding: 6px 16px; white-space: nowrap; }
.price-card h3 { font-size: 1.35rem; margin-bottom: 4px; }
.plan-cible { font-size: 13.5px; color: var(--text-3); margin-bottom: 24px; }
.price { font-family: var(--font-display); font-size: 2.7rem; font-weight: 700; letter-spacing: -.03em; color: #fff; line-height: 1; display: flex; align-items: baseline; gap: 6px; }
.price .per { font-family: var(--font-body); font-size: 15px; font-weight: 500; color: var(--text-3); letter-spacing: 0; }
.annual { margin-top: 8px; font-size: 13px; color: var(--text-3); margin-bottom: 28px; }
.plan-list { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 34px; }
.plan-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; color: var(--text); }
.plan-list li i { color: var(--royal-bright); font-size: 17px; margin-top: 2px; flex: none; }
.plan-list li.is-off { color: var(--text-3); }
.plan-list li.is-off i { color: var(--text-3); opacity: .5; }
.price-card .btn { margin-top: auto; width: 100%; }

/* ===== Offre unique « Tout inclus » ===== */
.offer-single {
  background: linear-gradient(170deg, var(--surface-2), var(--bg-2));
  border: 1px solid rgba(76, 141, 240, .4);
  border-radius: var(--r-card);
  box-shadow: var(--glow-blue);
  overflow: hidden;
}
.offer-head { padding: clamp(32px, 4vw, 52px); border-bottom: 1px solid var(--line); }
.offer-head h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 8px; }
.offer-sub { color: var(--text-2); font-size: 15.5px; margin-bottom: 28px; max-width: 62ch; }
.offer-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; }
.offer-price .from { font-size: 14px; color: var(--text-3); }
.offer-price strong {
  font-family: var(--font-display); font-size: clamp(2.6rem, 6vw, 3.6rem);
  font-weight: 700; letter-spacing: -.03em; color: #fff; line-height: 1;
}
.offer-price .per { font-size: 15px; color: var(--text-2); font-weight: 500; }
.offer-price .upto { font-size: 13.5px; color: var(--text-3); margin-left: 4px; }
.offer-keys { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 10px; }
.offer-keys li {
  font-size: 13px; color: var(--text-2); background: rgba(255, 255, 255, .04);
  border: 1px solid var(--line); border-radius: var(--r-pill); padding: 6px 13px;
}
.offer-body { padding: clamp(32px, 4vw, 52px); }
.offer-label {
  font-size: 12px; text-transform: uppercase; letter-spacing: .1em;
  color: var(--text-3); margin-bottom: 16px; font-weight: 600;
}
.offer-label + .plan-list, .tier-note + .offer-label { margin-top: 34px; }
.tier-table { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.tier-table th {
  text-align: left; font-size: 12px; text-transform: uppercase; letter-spacing: .06em;
  color: var(--text-3); font-weight: 600; padding: 0 0 10px;
}
.tier-table td { padding: 13px 0; border-top: 1px solid var(--line); color: var(--text); }
.tier-table td:last-child { text-align: right; color: #fff; font-weight: 600; }
.tier-note { margin-top: 14px; font-size: 13.5px; color: var(--text-3); line-height: 1.6; max-width: 70ch; }
.plan-list--cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 12px 28px; }
.offer-actions { margin-top: 34px; }

/* ===== Simulateur ===== */
.sim { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-card); padding: clamp(28px, 4vw, 48px); }
.sim-head h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); margin-bottom: 6px; }
.sim-head p { color: var(--text-3); font-size: 14.5px; margin-bottom: 28px; }
.sim-controls { display: flex; flex-wrap: wrap; gap: 18px 26px; align-items: center; margin-bottom: 26px; }
.sim-cycle { display: inline-flex; background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r-pill); padding: 4px; }
.sim-cycle-btn {
  background: none; border: 0; color: var(--text-2); font: inherit; font-size: 14px;
  padding: 8px 18px; border-radius: var(--r-pill); cursor: pointer; transition: .18s;
}
.sim-cycle-btn span { font-size: 12px; color: var(--royal-bright); margin-left: 5px; }
.sim-cycle-btn.is-active { background: var(--royal); color: #fff; }
.sim-cycle-btn.is-active span { color: rgba(255, 255, 255, .8); }
.sim-onboarding { display: flex; align-items: center; gap: 9px; font-size: 14px; color: var(--text-2); cursor: pointer; }
.sim-entities { display: grid; gap: 14px; }
.sim-entity {
  display: grid; grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(0, 1fr)) auto;
  gap: 16px; align-items: end;
  background: var(--bg-2); border: 1px solid var(--line); border-radius: 14px; padding: 18px 20px;
}
.sim-entity .sim-name { font-size: 14.5px; color: #fff; font-weight: 600; }
.sim-entity .sim-role { display: block; font-size: 12.5px; color: var(--text-3); font-weight: 400; margin-top: 3px; }
.sim-field label { display: block; font-size: 12px; color: var(--text-3); margin-bottom: 6px; }
.sim-field input {
  width: 100%; background: var(--surface); border: 1px solid var(--line-2); color: #fff;
  border-radius: 9px; padding: 9px 12px; font: inherit; font-size: 14.5px;
}
.sim-field input:focus { outline: 2px solid var(--royal-bright); outline-offset: 1px; }
.sim-remove {
  background: none; border: 1px solid var(--line-2); color: var(--text-3);
  border-radius: 9px; width: 38px; height: 38px; cursor: pointer; font-size: 17px; line-height: 1;
}
.sim-remove:hover { color: #fff; border-color: var(--line-3); }
.sim-add { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin: 18px 0 28px; }
.sim-add-note { font-size: 13px; color: var(--text-3); }
.sim-result { border-top: 1px solid var(--line); padding-top: 26px; }
.sim-lines { display: grid; gap: 10px; margin-bottom: 20px; }
.sim-line { display: flex; justify-content: space-between; gap: 20px; font-size: 14.5px; color: var(--text-2); }
.sim-line span:last-child { color: #fff; font-variant-numeric: tabular-nums; white-space: nowrap; }
.sim-line.is-discount span:last-child { color: var(--royal-bright); }
.sim-line.is-sub { padding-left: 16px; font-size: 13.5px; color: var(--text-3); }
.sim-total { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; border-top: 1px solid var(--line); padding-top: 18px; }
.sim-total span { font-size: 15px; color: var(--text-2); }
.sim-total strong { font-family: var(--font-display); font-size: clamp(1.7rem, 3.4vw, 2.3rem); color: #fff; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.sim-first { margin-top: 12px; font-size: 13.5px; color: var(--text-3); }
.sim-loading, .sim-error { font-size: 14px; color: var(--text-3); }
.sim-error { color: var(--orange-bright); }

@media (max-width: 860px) {
  .sim-entity { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .sim-entity .sim-name { grid-column: 1 / -1; }
  .sim-remove { grid-column: 2; justify-self: end; }
}

.roi-band {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--royal-deep), #0A4FAE);
  border: 1px solid rgba(76, 141, 240, .3);
  padding: clamp(40px, 5vw, 60px);
  display: grid;
  grid-template-columns: minmax(0, 4fr) repeat(3, minmax(0, 3fr));
  gap: 44px;
  align-items: center;
}
.roi-band::after { content: ""; position: absolute; right: -120px; top: -120px; width: 420px; height: 420px; background: radial-gradient(circle, rgba(229, 107, 10, .3), transparent 65%); pointer-events: none; }
.roi-band h2 { color: #fff; font-size: clamp(1.5rem, 2.4vw, 2rem); position: relative; }
.roi-band .roi-stat { position: relative; }
.roi-band .roi-stat .num { font-family: var(--font-display); font-size: clamp(2rem, 3.2vw, 2.7rem); font-weight: 700; letter-spacing: -.03em; display: flex; align-items: baseline; gap: 4px; font-variant-numeric: tabular-nums; color: #fff; flex-wrap: wrap; }
.roi-band .roi-stat .num .num-prefix { font-family: var(--font-body); font-size: .38em; font-weight: 600; color: #BFD4F5; letter-spacing: 0; }
.roi-band .roi-stat .num .unit { font-size: .5em; color: var(--orange-bright); }
.roi-band .roi-stat .cap { font-size: 13.5px; color: #BFD4F5; margin-top: 6px; }

.compare-wrap { overflow-x: auto; border-radius: var(--r-card); border: 1px solid var(--line); }
.compare { width: 100%; min-width: 760px; border-collapse: separate; border-spacing: 0; background: var(--surface); }
.compare th, .compare td { padding: 16px 20px; text-align: left; font-size: 14.2px; vertical-align: middle; }
.compare thead th { font-family: var(--font-display); font-size: 14px; font-weight: 600; color: var(--text-2); background: var(--bg-2); border-bottom: 1px solid var(--line); }
.compare thead th.is-us { background: rgba(76, 141, 240, .14); color: #fff; }
.compare tbody td { border-bottom: 1px solid var(--line); color: var(--text-2); }
.compare tbody tr:last-child td { border-bottom: 0; }
.compare tbody td:first-child { font-weight: 600; color: var(--text); }
.compare td.is-us { background: rgba(76, 141, 240, .07); font-weight: 600; color: #fff; }
.compare .ok-i { color: var(--ok); font-size: 19px; }
.compare .no-i { color: var(--text-3); font-size: 19px; opacity: .6; }
.compare-note { margin-top: 16px; font-size: 13px; color: var(--text-3); }

.addons-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.addon-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-card); padding: 28px; }
.addon-card i { font-size: 25px; color: var(--royal-bright); margin-bottom: 14px; display: block; }
.addon-card h3 { font-size: 1.05rem; margin-bottom: 6px; }
.addon-card .addon-price { font-family: var(--font-display); font-weight: 700; color: var(--orange-bright); font-size: 15px; }
.addon-card p { font-size: 13.5px; color: var(--text-2); margin-top: 6px; }

.faq-list { max-width: 800px; margin-inline: auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-card); overflow: hidden; }
.faq-item.is-open { border-color: var(--line-2); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; background: transparent; border: 0; text-align: left; padding: 22px 26px; font-family: var(--font-display); font-size: 1.05rem; font-weight: 600; color: #fff; }
.faq-q i { font-size: 20px; color: var(--royal-bright); transition: transform .3s var(--ease); flex: none; }
.faq-item.is-open .faq-q i { transform: rotate(45deg); }
.faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s var(--ease); }
.faq-a > div { overflow: hidden; }
.faq-a p { padding: 0 26px 24px; font-size: 14.8px; color: var(--text-2); max-width: 64ch; }
.faq-item.is-open .faq-a { grid-template-rows: 1fr; }

/* ------------------------------------------------------------
   Page contact
   ------------------------------------------------------------ */

.contact-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 80px; align-items: start; }
.contact-steps { list-style: none; display: flex; flex-direction: column; margin-top: 34px; }
.contact-steps li { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 18px; padding-block: 22px; }
.contact-steps li + li { border-top: 1px solid var(--line); }
.contact-steps .step-ic { width: 44px; height: 44px; border-radius: var(--r-ctrl); background: rgba(76, 141, 240, .12); border: 1px solid rgba(76, 141, 240, .24); color: var(--royal-bright); display: flex; align-items: center; justify-content: center; font-size: 20px; }
.contact-steps h3 { font-size: 1.08rem; margin-bottom: 4px; }
.contact-steps p { font-size: 14.2px; color: var(--text-2); }
.contact-direct { margin-top: 34px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-card); padding: 24px; display: flex; align-items: center; gap: 16px; }
.contact-direct i { font-size: 25px; color: var(--royal-bright); }
.contact-direct .lbl { font-size: 13px; color: var(--text-3); }
.contact-direct a { font-weight: 600; color: #fff; font-size: 15.5px; }
.contact-direct a:hover { color: var(--royal-bright); }

.form-card { background: linear-gradient(170deg, var(--surface), var(--bg-2)); border: 1px solid var(--line-2); border-radius: var(--r-card); box-shadow: var(--shadow-card); padding: clamp(28px, 3.4vw, 44px); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.form-field { display: flex; flex-direction: column; gap: 8px; }
.form-field.span-2 { grid-column: span 2; }
.form-field label { font-size: 14px; font-weight: 600; color: #fff; }
.form-field label .req { color: var(--orange-bright); }
.form-field .hint { font-size: 12.5px; color: var(--text-3); }
.form-field input, .form-field select, .form-field textarea {
  font-family: var(--font-body); font-size: 15px; color: #fff;
  background: var(--bg); border: 1px solid var(--line-2);
  border-radius: var(--r-ctrl); padding: 13px 15px;
  transition: border-color .2s, box-shadow .2s; width: 100%;
}
.form-field textarea { resize: vertical; min-height: 110px; }
.form-field input::placeholder, .form-field textarea::placeholder { color: var(--text-3); }
.form-field select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%239AA6BC' stroke-width='2'%3E%3Cpath d='M3 5l4 4 4-4'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 15px center; padding-right: 40px; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: none; border-color: var(--royal-bright); box-shadow: 0 0 0 3px rgba(76, 141, 240, .18); }
.form-field .error-text { display: none; font-size: 12.5px; color: var(--danger); }
.form-field.has-error input { border-color: var(--danger); }
.form-field.has-error .error-text { display: block; }
.form-card .btn { width: 100%; margin-top: 28px; }
.form-rgpd { margin-top: 16px; font-size: 12.5px; color: var(--text-3); line-height: 1.55; }
.form-success { display: none; text-align: center; padding: 48px 20px; }
.form-success.is-visible { display: block; }
.form-success .cell-icon { margin-inline: auto; margin-bottom: 20px; width: 56px; height: 56px; font-size: 28px; background: var(--ok-soft); border-color: rgba(52, 211, 153, .3); color: var(--ok); border-radius: 50%; }
.form-success h3 { font-size: 1.4rem; margin-bottom: 10px; }
.form-success p { color: var(--text-2); font-size: 15px; max-width: 42ch; margin-inline: auto; }

/* ------------------------------------------------------------
   Citation
   ------------------------------------------------------------ */

.quote-block { max-width: 880px; margin-inline: auto; text-align: center; }
.quote-block blockquote { font-family: var(--font-display); font-size: clamp(1.5rem, 2.6vw, 2.1rem); font-weight: 500; line-height: 1.34; letter-spacing: -.01em; color: #fff; }
.quote-attr { margin-top: 28px; display: flex; align-items: center; justify-content: center; gap: 14px; }
.quote-attr .avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--royal); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 600; font-size: 15px; }
.quote-attr .who { text-align: left; }
.quote-attr .who .name { font-weight: 600; font-size: 15px; color: #fff; }
.quote-attr .who .role { font-size: 13.5px; color: var(--text-3); }

/* ------------------------------------------------------------
   Reveal
   ------------------------------------------------------------ */

/* Masque uniquement si main.js a pose .reveal-on : sans lui, tout reste visible. */
.reveal-on .reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal-on .reveal.is-inview { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: .08s; }
.reveal-d2 { transition-delay: .16s; }
.reveal-d3 { transition-delay: .24s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .panel-bar .live .pulse { animation: none; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* ------------------------------------------------------------
   Responsive
   ------------------------------------------------------------ */

@media (max-width: 1080px) {
  .pin-grid { grid-template-columns: 1fr; gap: 40px; }
  .pin-left { position: static; }
  .pin-progress { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .kpi-row { grid-template-columns: repeat(3, 1fr); }
  .module-nav { grid-template-columns: repeat(2, 1fr); }
  .ops-grid, .addons-grid { grid-template-columns: repeat(2, 1fr); }
  .roi-band { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 56px; }
}

@media (max-width: 880px) {
  .nav-links, .nav-cta { display: none; }
  .nav-burger { display: flex; }
  .section { padding-block: 84px; }
  .split, .duo-grid { grid-template-columns: 1fr; gap: 40px; }
  .stat-row { grid-template-columns: 1fr; gap: 36px; }
  .pillars, .problem-grid, .reg-grid, .rule-clusters, .guard-grid, .cost-band { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .wf-panel.is-active { grid-template-columns: 1fr; gap: 24px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field.span-2 { grid-column: span 1; }
  .data-rows { grid-template-columns: 1fr; }
  .kpi-row { grid-template-columns: 1fr 1fr; }
  .roi-band { grid-template-columns: 1fr; gap: 28px; }
  .subhero { padding-top: 140px; padding-bottom: 72px; }
}

@media (max-width: 560px) {
  .ops-grid, .addons-grid { grid-template-columns: 1fr; }
  .hero-actions .btn, .subhero-actions .btn, .cta-banner .actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .board-grid { grid-template-columns: repeat(3, 1fr); }
  .board-col:nth-child(n+4) { display: none; }
  .kpi-row { grid-template-columns: 1fr; }
  .pv-grid { grid-template-columns: 34px repeat(3, 1fr); }
  .pv-col:nth-child(n+5) { display: none; }
}
