/* ============================================================
   HELIOS — ATLAS · PAGE D'ACCUEIL
   Inspiration : portkey.ai · cream/violet · saas moderne
   Chargée après assets/css/base.css, qui porte les jetons, la nav, les
   boutons, le pied de page et le sélecteur de langue.
   ============================================================ */
.btn-lg { padding: 13px 22px; font-size: 15px; border-radius: 11px; }

.mobile-only { display: none; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  padding: 140px 0 90px;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 800px 500px at 50% -10%, rgba(109,77,255,0.16), transparent 60%),
    radial-gradient(ellipse 600px 400px at 90% 30%, rgba(6,214,160,0.08), transparent 60%);
}
.hero-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(to right, rgba(14,14,16,0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(14,14,16,0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 700px 500px at 50% 30%, black, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 700px 500px at 50% 30%, black, transparent 75%);
}
.hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}
h1.hero-title {
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.035em;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 24px;
}
h1.hero-title .accent {
  background: linear-gradient(135deg, var(--violet) 0%, var(--violet-2) 60%, #a78bff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-sub {
  font-size: 19px;
  line-height: 1.55;
  color: var(--muted);
  max-width: 680px;
  margin: 0 auto 36px;
}
.hero-sub strong { color: var(--ink-2); font-weight: 600; }
.hero-cta {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.hero-meta {
  display: flex;
  gap: 28px;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 13.5px;
  color: var(--muted);
  margin-bottom: 60px;
}
.hero-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 3px rgba(6,214,160,0.18);
}

/* hero diagram */
.hero-stage {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 1080px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 14px;
  box-shadow: var(--shadow-lg);
}
.stage-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px 12px;
  border-bottom: 1px dashed var(--line);
  margin-bottom: 14px;
}
.stage-title {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: var(--muted);
}
.stage-title b { color: var(--ink); font-weight: 600; }
.flow {
  display: grid;
  grid-template-columns: 1.2fr auto 1.6fr auto 1.2fr;
  gap: 0;
  align-items: stretch;
  padding: 14px 8px;
}
.flow-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
}
.flow-card {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  color: var(--text);
}
.flow-card .ic {
  width: 28px; height: 28px;
  border-radius: 7px;
  background: var(--surface-2);
  display: grid;
  place-items: center;
  color: var(--violet-deep);
  border: 1px solid var(--line);
  flex: 0 0 auto;
}
.flow-card .ic svg { width: 15px; height: 15px; display: block; }
.flow-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted-2);
  padding: 0 14px;
}
.flow-core {
  background: linear-gradient(160deg, var(--violet) 0%, var(--violet-deep) 100%);
  border-radius: 14px;
  color: #fff;
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(109,77,255,0.34);
}
.flow-core::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(255,255,255,0.18), transparent 50%),
    radial-gradient(circle at 20% 90%, rgba(6,214,160,0.22), transparent 55%);
  pointer-events: none;
}
.flow-core-head {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.85;
  position: relative;
}
.flow-core-title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  position: relative;
}
.flow-core-pills {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  position: relative;
}
.core-pill {
  padding: 5px 10px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 500;
  font-family: 'JetBrains Mono', monospace;
  letter-spacing: 0.02em;
}

/* ============================================================
   SECTIONS
   ============================================================ */
section {
  padding: 100px 0;
  position: relative;
}
.section-head {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}
.section-tag {
  display: inline-block;
  background: var(--violet-tint);
  color: var(--violet-deep);
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.section-title {
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--ink);
  font-weight: 700;
  margin-bottom: 18px;
}
.section-sub {
  font-size: 17px;
  color: var(--muted);
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.55;
}

/* ============================================================
   PATTERN — code + flow
   ============================================================ */
.pattern {
  background: var(--bg-2);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.pattern-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 56px;
  align-items: center;
}
.pattern-text h2 {
  font-size: clamp(30px, 3.6vw, 42px);
  letter-spacing: -0.025em;
  color: var(--ink);
  line-height: 1.1;
  margin-bottom: 18px;
  font-weight: 700;
}
.pattern-text p {
  color: var(--muted);
  margin-bottom: 18px;
  font-size: 16px;
}
.pattern-list {
  list-style: none;
  margin: 28px 0 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pattern-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 14.5px;
  color: var(--text);
}
.tick {
  flex-shrink: 0;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--violet-tint);
  color: var(--violet-deep);
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 700;
  margin-top: 1px;
}
.code-card {
  background: #0e0f12;
  border-radius: 14px;
  border: 1px solid #1d1f24;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(14,14,16,0.18);
}
.pattern-docs {
  margin-top: 16px;
  font-size: 13px; line-height: 1.55; color: var(--muted-2);
}
.code-head {
  display: flex;
  align-items: center;
  padding: 12px 14px;
  border-bottom: 1px solid #1d1f24;
  background: #14161a;
  gap: 10px;
}
.code-tabs {
  display: flex;
  gap: 4px;
}
.code-tab {
  padding: 5px 11px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.5px;
  border-radius: 6px;
  color: #9aa0aa;
  cursor: pointer;
  border: 1px solid transparent;
}
.code-tab.active {
  color: #fff;
  background: #1d1f24;
  border-color: #2a2d33;
}
.code-copy {
  margin-left: auto;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.5px;
  color: #6b7180;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 6px;
  border: 1px solid transparent;
}
.code-copy:hover { background: #1d1f24; color: #d6dae3; }
.code-body {
  padding: 22px 24px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13.5px;
  line-height: 1.7;
  color: #d6dae3;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.tk-c { color: #6a7280; font-style: italic; }
.tk-k { color: #c084fc; }
.tk-s { color: #86efac; }
.tk-f { color: #93c5fd; }
.tk-n { color: #f3a96e; }
.tk-p { color: #e2e6ee; }
.tk-v { color: #f0bfff; }

/* ============================================================
   FEATURES
   ============================================================ */
/* Deux piliers. Le titre est aligné à gauche, contrairement au .section-head
   centré : il ouvre un groupe de cartes, il n'ouvre pas la section. */
.pillar + .pillar { margin-top: 64px; }
.pillar-head {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 14px;
  padding-bottom: 18px; margin-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.pillar-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.5px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--violet-deep);
}
.pillar-title {
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.15; letter-spacing: -0.02em;
  color: var(--ink); font-weight: 700;
}
.pillar-sub {
  flex: 1 1 340px;
  font-size: 14.5px; line-height: 1.6; color: var(--muted);
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
/* Le pilier « agents » compte quatre cartes : en grille de trois la dernière
   resterait orpheline sur sa ligne. 2×2 équilibre, et laisse plus de largeur
   à des descriptions plus longues que celles de la gateway. */
.features-grid.grid-2 { grid-template-columns: repeat(2, 1fr); }
.feat {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 26px 26px 28px;
  position: relative;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.feat:hover {
  transform: translateY(-3px);
  border-color: var(--line-strong);
  box-shadow: var(--shadow-lg);
}
.feat-icon {
  width: 42px; height: 42px;
  border-radius: 11px;
  background: var(--violet-tint);
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  color: var(--violet-deep);
}
.feat-icon svg { width: 22px; height: 22px; }
.feat-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.feat-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.5px;
  color: var(--muted-2);
  font-weight: 500;
}
.feat-desc {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--muted);
  margin-bottom: 14px;
}
.feat-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.feat-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--muted);
  background: var(--surface-2);
  padding: 4px 9px;
  border-radius: 6px;
  border: 1px solid var(--line);
}

/* ============================================================
   GOVERNANCE — split with screenshot mock
   ============================================================ */
/* Fond clair, contrairement aux sections voisines : Intégration au-dessus et
   Souveraineté en dessous sont sur --bg-2. Depuis le retrait du bandeau
   « Plug & Play », trois bandes grises se suivaient sans séparation. */
.governance { background: var(--bg); }
.gov-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 56px;
  align-items: center;
}
.gov-text .section-tag { margin-bottom: 16px; }
.gov-text h2 {
  font-size: clamp(30px, 3.6vw, 42px);
  letter-spacing: -0.025em;
  color: var(--ink);
  line-height: 1.1;
  margin-bottom: 18px;
  font-weight: 700;
}
.gov-text > p {
  color: var(--muted);
  margin-bottom: 28px;
  font-size: 16px;
}
.gov-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 28px;
}
.gov-feat-title {
  font-weight: 600;
  font-size: 14.5px;
  color: var(--ink);
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.gov-feat-title::before {
  content: '';
  width: 8px; height: 8px;
  background: var(--violet);
  border-radius: 50%;
}
.gov-feat p {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.55;
  padding-left: 16px;
}
.gov-mock {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
/* Les trois maquettes produit (trace d'agent, tableau finops, terminal) portent
   des données fictives. Le libellé le dit sur la maquette elle-même, plutôt qu'en
   légende sous le bloc où personne ne le lit. */
.mock-tag {
  margin-left: auto;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted-2);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 2px 9px;
  white-space: nowrap;
}
.gov-mock-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
  background: var(--surface-2);
}
.gov-mock-title {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: var(--muted);
}
.gov-mock-title b { color: var(--ink); }
.gov-mock-body { padding: 18px 18px 20px; }
.gov-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 14px;
}
.gov-mini {
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 10px 12px;
}
.gov-mini-label {
  font-size: 11px;
  color: var(--muted-2);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 4px;
}
.gov-mini-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
}
.gov-mini-num .delta { font-size: 11px; color: var(--mint-deep); margin-left: 6px; font-weight: 500; }
.gov-mini-num .delta.down { color: var(--rose); }
.gov-chart {
  height: 100px;
  background: var(--surface-2);
  border-radius: 10px;
  border: 1px solid var(--line);
  padding: 14px;
  display: flex;
  align-items: flex-end;
  gap: 4px;
  margin-bottom: 14px;
}
.bar {
  flex: 1;
  background: linear-gradient(180deg, var(--violet) 0%, var(--violet-deep) 100%);
  border-radius: 3px 3px 0 0;
  opacity: 0.85;
}
.gov-table {
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: 10px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  overflow: hidden;
}
.gov-table-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 0.7fr 0.7fr;
  padding: 9px 12px;
  border-bottom: 1px solid var(--line);
  align-items: center;
}
.gov-table-row:last-child { border-bottom: none; }
.gov-table-row.head {
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--muted-2);
  background: var(--surface);
  font-weight: 600;
}
.pill {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  background: rgba(6,214,160,0.13);
  color: var(--mint-deep);
  border: 1px solid rgba(6,214,160,0.22);
}
.pill.warn {
  background: rgba(245,158,11,0.12);
  color: #b87800;
  border-color: rgba(245,158,11,0.25);
}
.pill.danger {
  background: rgba(239,70,112,0.12);
  color: #c12952;
  border-color: rgba(239,70,112,0.25);
}

.tquote {
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--text);
}
.tquote::before { content: '“'; color: var(--violet); font-weight: 700; }
.tquote::after { content: '”'; color: var(--violet); font-weight: 700; }
.tperson {
  display: flex;
  align-items: center;
  gap: 12px;
}
.tav {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--violet-tint);
  color: var(--violet-deep);
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
  border: 1px solid var(--line);
}
.tname {
  font-weight: 600;
  font-size: 14px;
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: 2px;
}

/* ============================================================
   COMPLIANCE
   ============================================================ */
.compliance {
  background: var(--bg-2);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  padding: 80px 0;
}
.comp-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.4fr;
  gap: 56px;
  align-items: center;
}
.comp-text h2 {
  font-size: clamp(28px, 3.4vw, 40px);
  letter-spacing: -0.025em;
  color: var(--ink);
  line-height: 1.1;
  margin-bottom: 18px;
  font-weight: 700;
}
.comp-text p {
  color: var(--muted);
  font-size: 16px;
  margin-bottom: 22px;
}
/* Souveraineté : trois propriétés vérifiables, pas des logos de certification.
   Le paragraphe .sov-honest dit ce que nous ne détenons pas — il est volontairement
   en pleine largeur sous la grille, pas relégué en note de bas de page. */
.sov-points { display: flex; flex-direction: column; gap: 14px; }
.sov-point {
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 3px solid var(--violet);
  border-radius: 12px;
  padding: 18px 20px;
}
.sov-point-title {
  font-size: 14px; font-weight: 600; color: var(--ink); margin-bottom: 5px;
}
.sov-point-desc {
  font-size: 13.5px; line-height: 1.6; color: var(--muted);
}
.sov-honest {
  margin-top: 40px;
  padding: 22px 24px;
  border: 1px dashed var(--line-strong, var(--line));
  border-radius: 12px;
  background: transparent;
  font-size: 13.5px; line-height: 1.7; color: var(--muted);
}

/* ============================================================
   QUI CONSTRUIT ÇA
   Placé après Souveraineté, qui se termine sur ce que nous ne détenons pas :
   le lecteur cherche alors sur quoi fonder sa confiance. C'est aussi la place
   qu'occupaient les témoignages — la preuve d'expertise y remplace la preuve
   sociale, au même moment du parcours de décision.
   ============================================================ */
.team-card {
  display: grid; grid-template-columns: 260px 1fr; gap: 44px; align-items: center;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: 20px; padding: 44px; box-shadow: var(--shadow);
}
.team-photo img {
  width: 100%; height: auto; display: block;
  border-radius: 16px; border: 1px solid var(--line);
}
.team-title {
  font-size: clamp(24px, 2.8vw, 33px); line-height: 1.15; letter-spacing: -0.025em;
  color: var(--ink); font-weight: 700; margin: 6px 0 20px;
}
.team-id { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; margin-bottom: 16px; }
.team-name { font-size: 16px; font-weight: 700; color: var(--ink); }
.team-role {
  font-family: 'JetBrains Mono', monospace; font-size: 12px;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted-2);
}
.team-p { font-size: 15px; line-height: 1.68; color: var(--muted); margin-bottom: 14px; }
.team-p b { color: var(--ink-2); font-weight: 600; }
.team-body .btn { margin-top: 8px; }

/* ============================================================
   EXPLOITATION — mode de défaillance & latence
   Deux cartes de prose, pas de chiffres : le dernier paragraphe de
   chaque carte porte l'engagement, d'où le .ops-p-strong.
   ============================================================ */
.ops-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
/* Les trois modes de déploiement : un nom, puis qui opère et où vivent les
   données. Le nom est la clé de lecture, il porte donc seul la couleur d'encre. */
.ops-modes { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.ops-modes li { padding-left: 14px; border-left: 2px solid var(--violet-tint); }
.ops-mode-name {
  display: block; font-size: 14.5px; font-weight: 600;
  color: var(--ink); margin-bottom: 4px;
}
.ops-mode-desc { display: block; font-size: 13.5px; line-height: 1.6; color: var(--muted); }
.ops-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 30px 30px 26px;
  display: flex; flex-direction: column;
}
.ops-head { margin-bottom: 18px; }
.ops-kicker {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.5px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--muted-2); margin-bottom: 8px;
}
.ops-lead {
  font-size: clamp(20px, 2.2vw, 25px);
  line-height: 1.2; letter-spacing: -0.02em;
  color: var(--ink); font-weight: 700;
}
.ops-p {
  font-size: 14.5px; line-height: 1.68;
  color: var(--muted); margin-bottom: 14px;
}
.ops-p-strong {
  color: var(--ink-2);
  padding-left: 16px;
  border-left: 2px solid var(--violet);
}
.ops-card .feat-tags { margin-top: auto; padding-top: 10px; }

/* ============================================================
   PRICING TEASER
   ============================================================ */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}
.plan {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: border-color .15s, transform .15s;
}
.plan:hover { border-color: var(--line-strong); }
.plan.featured {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
  transform: scale(1.02);
  position: relative;
}
/* Le badge était un content: CSS, donc figé en français sur la page anglaise.
   Il est désormais rendu en markup et traduit par price.featured. */
.plan-badge {
  position: absolute;
  top: -12px; right: 24px;
  background: var(--violet);
  color: #fff;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 4px 12px;
  border-radius: 999px;
  text-transform: uppercase;
}
.plan-name {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}
.plan.featured .plan-name { color: #b8b9c4; }
.plan-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.55;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  margin-top: 4px;
}
.plan.featured .plan-desc { color: #b8b9c4; border-color: rgba(255,255,255,0.14); }
.plan-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.plan-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13.5px;
  color: var(--text);
}
.plan.featured .plan-list li { color: #d8d9e2; }
.plan-list li::before {
  content: '✓';
  color: var(--violet);
  font-weight: 700;
}
.plan.featured .plan-list li::before { color: var(--mint); }
.plan .btn { width: 100%; justify-content: center; margin-top: auto; }
.plan.featured .btn-ghost { color: #fff; border-color: rgba(255,255,255,0.22); }

/* ============================================================
   FINAL CTA
   ============================================================ */
.final-cta {
  text-align: center;
  padding: 120px 0 100px;
  position: relative;
}
.final-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 700px 400px at 50% 50%, rgba(109,77,255,0.1), transparent 65%);
  pointer-events: none;
}
.final-cta-inner { position: relative; }
.final-cta h2 {
  font-size: clamp(36px, 5vw, 60px);
  letter-spacing: -0.03em;
  color: var(--ink);
  line-height: 1.05;
  margin-bottom: 22px;
  font-weight: 700;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.final-cta p {
  font-size: 18px;
  color: var(--muted);
  max-width: 580px;
  margin: 0 auto 32px;
}
.final-cta .hero-cta { margin-bottom: 16px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (max-width: 1080px) {
  .features-grid, .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .ops-grid { grid-template-columns: 1fr; }
  .ops-card { padding: 26px 26px 24px; }
  .pattern-grid, .gov-grid, .comp-grid { grid-template-columns: 1fr; }
  .gov-features { grid-template-columns: 1fr; }
  .flow { grid-template-columns: 1fr; }
  .flow-arrow { transform: rotate(90deg); padding: 8px 0; }
}
@media (max-width: 860px) {
  .team-card { grid-template-columns: 1fr; gap: 28px; padding: 28px 24px; }
  .team-photo { max-width: 190px; }
}
@media (max-width: 720px) {
  /* .grid-2 est nommé à part : sa règle de base est plus spécifique que
     .features-grid et gardait deux colonnes de 150px sur téléphone. */
  .features-grid, .features-grid.grid-2, .pricing-grid, .ops-grid { grid-template-columns: 1fr; }
  section { padding: 70px 0; }
  .hero { padding: 110px 0 60px; }
  .ops-card { padding: 24px 22px 22px; }
  .pillar-head { display: block; }
  .pillar-title { margin: 4px 0 8px; }
  .gov-row { grid-template-columns: 1fr 1fr; }
}
