/* 1. LES SECTIONS DE CONTENU DE LA VITRINE : voir notes/sections.notes.md §1 */

/* 2. L'ACCUSATION CHIFFRÉE : voir notes/sections.notes.md §2 */
/* voir notes/sections.notes.md §3 */
.accuse { background: var(--subtle); border-block: 1px solid var(--line); padding: 84px 0; }
.accuse-in { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: 52px; align-items: center; }
.accuse-in > div { min-width: 0; }
.accuse h2 { max-width: 15ch; }
.accuse .huge {
  display: block; font-family: var(--font-data); font-weight: 660;
  font-size: clamp(64px, 11vw, 132px); line-height: .92; letter-spacing: -0.055em;
  font-variant-numeric: tabular-nums; color: var(--accent);
}
.accuse .huge small { font-size: .42em; letter-spacing: -0.02em; }
.accuse-note { margin-top: 18px; font-size: 14px; color: var(--faint); max-width: 46ch; line-height: 1.6; }
.accuse-list { list-style: none; margin: 26px 0 0; padding: 0; display: grid; gap: 12px; }
.accuse-list li { display: flex; gap: 12px; align-items: baseline; font-size: 15px; color: var(--muted); }
.accuse-list b { flex: none; font-family: var(--font-data); font-size: 15px; color: var(--text); font-variant-numeric: tabular-nums; }

/* 4. LA GRILLE DE FONCTIONNALITÉS : voir notes/sections.notes.md §4 */
.feats { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr)); gap: 16px; }
.feat {
  padding: 26px 24px 24px; border: 1px solid var(--line); border-radius: var(--radius-lg);
  background: var(--surface);
  transition: border-color .22s var(--ease), box-shadow .22s var(--ease);
}
.feat:hover { border-color: var(--line-strong); box-shadow: 0 18px 40px -30px rgba(10, 12, 24, .45); }
.feat h3 { margin: 0 0 6px; font-size: 17.5px; font-weight: 620; letter-spacing: -0.014em; }
.feat > p { margin: 0 0 16px; font-size: 14.5px; color: var(--muted); line-height: 1.6; }
.feat ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.feat li { position: relative; padding-left: 20px; font-size: 14px; color: var(--muted); line-height: 1.5; }
.feat li::before {
  content: ''; position: absolute; left: 2px; top: 8px;
  width: 6px; height: 6px; border-radius: 50%;
  background: color-mix(in srgb, var(--accent) 55%, transparent);
}
.feat li b { color: var(--text); font-weight: 600; }

/* 5. LES SECTEURS : voir notes/sections.notes.md §5 */
.sect-more {
  margin-top: 22px; padding: 20px 22px; border: 1px dashed var(--line-strong);
  border-radius: var(--radius-md); font-size: 14.5px; color: var(--muted); line-height: 1.65;
}
.sect-more b { color: var(--text); font-weight: 620; }

/* 6. LA MISE EN ROUTE : voir notes/sections.notes.md §6 */
.chrono { display: grid; gap: 0; }
.chrono-row {
  display: grid; grid-template-columns: 130px minmax(0, 1fr); gap: 28px;
  padding: 26px 0; border-top: 1px solid var(--line);
}
.chrono-row:last-child { border-bottom: 1px solid var(--line); }
.chrono-when {
  font-family: var(--font-data); font-size: 13px; letter-spacing: .02em;
  color: var(--accent-strong); padding-top: 3px;
}
/* voir notes/sections.notes.md §7 */
.chrono-what { min-width: 0; }
.chrono-what h3 { margin: 0 0 7px; font-size: 18px; font-weight: 620; letter-spacing: -0.015em; }
.chrono-what p { margin: 0 0 12px; font-size: 14.5px; color: var(--muted); line-height: 1.65; max-width: 62ch; }
.chrono-what p:last-child { margin-bottom: 0; }
.chrono-code {
  display: block; margin-top: 12px; padding: 13px 15px; overflow-x: auto;
  border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--subtle);
  font-family: var(--font-data); font-size: 12.5px; color: var(--muted); white-space: pre;
}
.chrono-code b { color: var(--accent-strong); font-weight: 500; }

/* 8. LE COMPARATIF : voir notes/sections.notes.md §8 */
.compar-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); }
.compar { width: 100%; min-width: 660px; border-collapse: collapse; font-size: 14px; }
.compar th, .compar td { padding: 15px 18px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.compar thead th { font-size: 13px; font-weight: 620; color: var(--muted); background: var(--subtle); white-space: nowrap; }
.compar thead th.is-us { color: var(--accent-strong); background: var(--accent-soft); }
.compar tbody th { font-weight: 550; color: var(--text); width: 210px; }
.compar td { color: var(--muted); }
.compar td.is-us { color: var(--text); font-weight: 550; background: color-mix(in srgb, var(--accent) 5%, transparent); }
.compar tr:last-child th, .compar tr:last-child td { border-bottom: 0; }
.compar-note { margin-top: 14px; font-size: 13px; color: var(--faint); line-height: 1.6; }

/* voir notes/sections.notes.md §9 */
.prix-in { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); gap: 18px; }
.prix-card { padding: 28px 26px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); }
.prix-card.is-main { border-color: color-mix(in srgb, var(--accent) 42%, var(--line)); background: var(--accent-soft); }
.prix-card h3 { margin: 0 0 6px; font-size: 18px; font-weight: 620; letter-spacing: -0.015em; }
.prix-card > p { margin: 0 0 18px; font-size: 14.5px; color: var(--muted); line-height: 1.6; }
.prix-card.is-main > p { color: var(--text); }
.prix-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.prix-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; color: var(--muted); line-height: 1.5; }
.prix-list li svg { flex: none; width: 16px; height: 16px; margin-top: 3px; color: var(--ok); }
.prix-list li.is-no svg { color: var(--faint); }
/* voir notes/sections.notes.md §10 */
.prix-tag {
  display: inline-block; margin-left: 8px; padding: 3px 10px; vertical-align: 2px;
  border-radius: var(--radius-full); background: var(--page);
  border: 1px solid color-mix(in srgb, var(--accent) 35%, transparent);
  font-family: var(--font-data); font-size: 12px; font-weight: 600; color: var(--accent-strong);
  white-space: nowrap;
}

/* voir notes/sections.notes.md §11 */
.prix-pilote {
  margin-top: 18px; padding: 30px 32px;
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 32px; align-items: center;
  border: 1px solid var(--line-strong); border-radius: var(--radius-lg); background: var(--subtle);
}
.prix-pilote h3 { margin: 0 0 8px; font-size: 22px; font-weight: 640; letter-spacing: -0.02em; }
.prix-pilote p { margin: 0; font-size: 14.5px; color: var(--muted); line-height: 1.65; max-width: 62ch; }
.prix-pilote .btn { flex: none; }
@media (max-width: 760px) {
  .prix-pilote { grid-template-columns: 1fr; gap: 20px; padding: 24px 22px; }
}

.prix-bench { margin-top: 26px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr)); gap: 12px; }
.prix-bench div { padding: 16px 18px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); }
.prix-bench b { display: block; font-family: var(--font-data); font-size: 19px; font-weight: 620; letter-spacing: -0.02em; }
.prix-bench span { display: block; margin-top: 3px; font-size: 13px; color: var(--faint); line-height: 1.5; }

/* 12. LES DONNÉES : voir notes/sections.notes.md §12 */

/* 13. EN PRODUCTION : voir notes/sections.notes.md §13 */

/* --- LE PIED DE PAGE ------------------------------------------------------ */
.foot-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr)); gap: 40px; padding-bottom: 34px; }
.foot-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 650; font-size: 17px;
  letter-spacing: -0.02em; color: var(--text); text-decoration: none; }
.foot-brand img { width: 24px; height: 24px; }
.foot-pitch { margin: 14px 0 0; max-width: 34ch; font-size: 13.5px; color: var(--faint); line-height: 1.65; }
.foot-col h3 { margin: 0 0 12px; font-size: 12px; font-family: var(--font-data); letter-spacing: .07em;
  text-transform: uppercase; color: var(--muted); font-weight: 500; }
.foot-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.foot-col a { font-size: 13.5px; color: var(--faint); text-decoration: none; transition: color .16s var(--ease); }
.foot-col a:hover { color: var(--text); }
.foot-bar { display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; align-items: center;
  padding-top: 24px; border-top: 1px solid var(--line); font-size: 13px; }

@media (max-width: 900px) {
  .accuse-in, .prod-in { grid-template-columns: 1fr; gap: 34px; }
  .foot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
}
@media (max-width: 720px) {
  .chrono-row { grid-template-columns: 1fr; gap: 10px; padding: 22px 0; }
  /* 14. LE PIED DE PAGE NE S'EMPILE PLUS EN COLONNE UNIQUE. Mesure ... : voir notes/sections.notes.md §14 */
  .foot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 18px; }
  .foot-grid > :first-child { grid-column: 1 / -1; }
  .foot-col:last-child { grid-column: 1 / -1; }
  /* voir notes/sections.notes.md §15 */
  .foot-col:last-child ul { grid-template-rows: repeat(4, auto); grid-auto-flow: column; column-gap: 18px; }
}
