/* ==========================================================================
   BLK Développement — Formation · feuille de style
   Charte : ivoire #FCFAF4 · anthracite #2E2E2E · or #B8912C
   Titres Montserrat · texte Raleway (polices auto-hébergées, voir /assets/fonts)
   ========================================================================== */

/* ---------- Polices ---------- */
@font-face { font-family: "Montserrat"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/montserrat-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Montserrat"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/montserrat-latin-700-normal.woff2") format("woff2"); }
@font-face { font-family: "Montserrat"; font-style: normal; font-weight: 800; font-display: swap; src: url("../fonts/montserrat-latin-800-normal.woff2") format("woff2"); }
@font-face { font-family: "Raleway"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/raleway-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Raleway"; font-style: italic; font-weight: 400; font-display: swap; src: url("../fonts/raleway-latin-400-italic.woff2") format("woff2"); }
@font-face { font-family: "Raleway"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/raleway-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Raleway"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/raleway-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Raleway"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/raleway-latin-700-normal.woff2") format("woff2"); }

/* ---------- Jetons ---------- */
:root {
  --bg: #FCFAF4;
  --bg-2: #F4EFE3;
  --surface: #FFFFFF;
  --ink: #2E2E2E;
  --ink-2: #57534B;
  --ink-3: #85806F;
  --line: #E6DFCF;
  --line-2: #D6CDB8;
  --gold: #B8912C;
  --gold-hover: #A5811F;
  --gold-ink: #8C6D1F;
  --gold-soft: #F4ECD6;
  --gold-line: #DCCB9B;
  --dark: #2E2E2E;
  --dark-2: #262626;
  --on-dark: #FCFAF4;
  --on-dark-2: #CFC9BC;
  --gold-btn: #92701D;
  --gold-btn-hover: #7C5F17;
  --aubergine: #5B2A50;
  --aubergine-ink: #4A2242;
  --aubergine-soft: #F3E8F0;
  --bleu: #0A66C2;
  --bleu-ink: #0A5CB0;
  --bleu-soft: #E4EEF9;
  --brique: #CC5A2B;
  --brique-ink: #B0471C;
  --brique-soft: #FBE9E1;
  --vert: #1E9E5A;
  --vert-ink: #157A45;
  --vert-soft: #E2F3E9;
  --teal: #14695B;
  --teal-soft: #E3F0EC;
  --framboise: #C91456;
  --framboise-soft: #F9E4EC;
  --font-head: "Montserrat", "Segoe UI", Arial, sans-serif;
  --font-body: "Raleway", "Segoe UI", Arial, sans-serif;
  --radius: 6px;
  --radius-lg: 12px;
  --shadow: 0 1px 2px rgba(46, 46, 46, .05);
  --shadow-hover: 0 12px 28px rgba(46, 46, 46, .10);
  --container: 1140px;
  --gutter: 24px;
  --section: clamp(56px, 8vw, 104px);
  --header-h: 84px;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--gold-ink); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--ink); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 2px; }
h1, h2, h3, h4 { font-family: var(--font-head); color: var(--ink); margin: 0 0 .5em; line-height: 1.15; letter-spacing: -.005em; text-wrap: balance; }
h1 { font-size: clamp(2rem, 1.3rem + 2.2vw, 3.05rem); font-weight: 800; line-height: 1.08; }
h2 { font-size: clamp(1.6rem, 1.2rem + 1.3vw, 2.3rem); font-weight: 700; }
h3 { font-size: 1.25rem; font-weight: 700; }
h4 { font-size: 1.05rem; font-weight: 700; }
p { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em; padding-left: 1.25em; }
li { margin-bottom: .35em; }
strong { font-weight: 700; }
small, .small { font-size: .9rem; }
hr { border: 0; border-top: 1px solid var(--line); margin: 2rem 0; }
table { border-collapse: collapse; width: 100%; }
button { font: inherit; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.narrow { max-width: 780px; }
.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }
.sr-only { position: absolute !important; 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: 16px; top: -60px; background: var(--dark); color: var(--on-dark); padding: 10px 16px; border-radius: var(--radius); z-index: 1000; font-family: var(--font-head); font-weight: 600; }
.skip-link:focus { top: 12px; }

.eyebrow { display: block; font-family: var(--font-head); font-weight: 600; font-size: .78rem; letter-spacing: .13em; text-transform: uppercase; color: var(--gold-ink); margin-bottom: 14px; }
.lead { font-size: 1.2rem; line-height: 1.6; color: var(--ink-2); max-width: 720px; }
.lead + .lead { margin-top: 1.1em; }

/* ---------- Exemple chiffré (aubergine) ---------- */
.tag-example { display: inline-block; background: var(--aubergine); color: #FFF; font-family: var(--font-head); font-weight: 700; font-size: .8rem; letter-spacing: .13em; text-transform: uppercase; padding: 5px 13px 6px; border-radius: 999px; }
.example-head { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin: 0 0 16px; }
.example-title { font-family: var(--font-head); font-weight: 700; font-size: 1.06rem; letter-spacing: .01em; color: var(--aubergine); }
.example-line { display: flex; flex-wrap: wrap; align-items: baseline; gap: 12px; border-left: 4px solid var(--aubergine); padding-left: 18px; margin-top: 20px; }
.example-line .tag-example { transform: translateY(-1px); }

/* ---------- Citation signée ---------- */
.quote-lead { margin: 0; padding: 0; border-left: 4px solid var(--gold); padding-left: 22px; }
.quote-lead .lead { margin-bottom: 12px; }
.quote-lead cite { font-style: normal; font-family: var(--font-head); font-weight: 700; font-size: .95rem; color: var(--ink); }
.quote-lead cite::before { content: "— "; }
.muted { color: var(--ink-2); }
.note { font-size: .9rem; color: var(--ink-3); }
.section { padding: var(--section) 0; }
.section-alt { background: var(--bg-2); }
.section-head { max-width: 760px; margin-bottom: clamp(32px, 4vw, 52px); }
.section-head .lead { margin-bottom: 0; }

/* ---------- Boutons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 24px; border-radius: var(--radius); font-family: var(--font-head); font-weight: 600; font-size: .95rem; line-height: 1.2; text-decoration: none; border: 1px solid transparent; cursor: pointer; transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--gold-btn); color: #fff; border-color: var(--gold-btn); }
.btn-primary:hover { background: var(--gold-btn-hover); border-color: var(--gold-btn-hover); color: #fff; }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: var(--on-dark); }
.btn-ghost { background: transparent; color: var(--on-dark); border-color: rgba(252, 250, 244, .45); }
.btn-ghost:hover { background: rgba(252, 250, 244, .1); color: var(--on-dark); }
.btn-lg { padding: 17px 30px; font-size: 1.02rem; }
.btn-sm { padding: 10px 16px; font-size: .88rem; }
.btn .arrow { transition: transform .18s ease; }
.btn:hover .arrow { transform: translateX(3px); }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.btn-sub { display: block; font-family: var(--font-body); font-weight: 500; font-size: .85rem; color: var(--ink-2); margin-top: 8px; }
.on-dark .btn-sub { color: var(--on-dark-2); }
.link-arrow { font-family: var(--font-head); font-weight: 600; font-size: .95rem; text-decoration: none; display: inline-flex; gap: 8px; align-items: center; color: var(--gold-ink); }
.link-arrow:hover { color: var(--ink); }
.link-arrow .arrow { transition: transform .18s ease; }
.link-arrow:hover .arrow { transform: translateX(3px); }

/* ---------- En-tête ---------- */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(252, 250, 244, .94); backdrop-filter: saturate(140%) blur(10px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: var(--header-h); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); }
.brand img { height: 52px; width: auto; }
.nav-toggle { display: none; background: none; border: 1px solid var(--line-2); border-radius: var(--radius); padding: 10px 12px; cursor: pointer; color: var(--ink); align-items: center; gap: 8px; font-family: var(--font-head); font-weight: 600; font-size: .85rem; }
.nav-toggle .bars { width: 20px; height: 14px; position: relative; display: block; }
.nav-toggle .bars::before, .nav-toggle .bars::after, .nav-toggle .bars span { content: ""; position: absolute; left: 0; width: 100%; height: 2px; background: currentColor; border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
.nav-toggle .bars::before { top: 0; } .nav-toggle .bars span { top: 6px; } .nav-toggle .bars::after { bottom: 0; }
.nav-toggle[aria-expanded="true"] .bars::before { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .bars::after { transform: translateY(-6px) rotate(-45deg); }
.nav-toggle[aria-expanded="true"] .bars span { opacity: 0; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.nav-list { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 26px; }
.nav-list > li { position: relative; margin: 0; }
.nav-list a { font-family: var(--font-head); font-weight: 600; font-size: .92rem; color: var(--ink); text-decoration: none; padding: 8px 0; display: inline-block; border-bottom: 2px solid transparent; transition: border-color .18s ease; }
.nav-list a:hover, .nav-list a[aria-current="page"], .nav-list li.is-active > a { border-bottom-color: var(--gold); }
.has-children > a::after { content: ""; display: inline-block; width: 6px; height: 6px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-3px); margin-left: 9px; opacity: .6; }
.submenu { position: absolute; top: calc(100% + 8px); left: -16px; min-width: 300px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-hover); padding: 10px; list-style: none; margin: 0; opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity .18s ease, transform .18s ease, visibility .18s; }
.has-children:hover .submenu, .has-children:focus-within .submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.submenu li { margin: 0; }
.submenu a { display: block; padding: 10px 12px; border-radius: var(--radius); border-bottom: 0; font-weight: 600; font-size: .9rem; }
.submenu a:hover { background: var(--bg-2); border-bottom: 0; }
.submenu a .sub { display: block; font-family: var(--font-body); font-weight: 400; font-size: .82rem; color: var(--ink-2); margin-top: 2px; }
.header-cta { white-space: nowrap; }

/* ---------- Héros (accueil) ---------- */
.hero-dark { background: var(--dark); color: var(--on-dark); position: relative; overflow: hidden; }
.hero-dark::before { content: ""; position: absolute; inset: 0; background: radial-gradient(900px 400px at 85% 20%, rgba(184, 145, 44, .16), transparent 60%); pointer-events: none; }
.hero-dark .container { position: relative; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); gap: 48px; align-items: center; padding: clamp(56px, 7vw, 96px) 0 clamp(48px, 6vw, 80px); }
.hero-dark h1 { color: var(--on-dark); margin-bottom: 22px; font-size: clamp(1.9rem, 1.2rem + 2vw, 2.8rem); }
.hero-dark .eyebrow { color: var(--gold); }
.hero-dark .lead { color: var(--on-dark-2); max-width: 600px; margin-bottom: 30px; font-size: 1.15rem; }
.hero-art { justify-self: end; width: 100%; max-width: 520px; height: auto; }
.trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid rgba(252, 250, 244, .16); }
.trust-item { padding: 26px 24px 30px 0; }
.trust-item + .trust-item { padding-left: 24px; border-left: 1px solid rgba(252, 250, 244, .12); }
.trust-item strong { display: block; font-family: var(--font-head); font-weight: 700; font-size: 1.02rem; color: var(--on-dark); margin-bottom: 4px; }
.trust-item span { color: var(--on-dark-2); font-size: .95rem; }

/* ---------- En-tête de page (pages intérieures) ---------- */
.page-head { padding: clamp(40px, 6vw, 72px) 0 clamp(32px, 4vw, 56px); border-bottom: 1px solid var(--line); background: linear-gradient(180deg, var(--bg-2), var(--bg)); }
.page-head h1 { max-width: 880px; }
.page-head .lead { margin-bottom: 0; }
.breadcrumb { font-size: .85rem; color: var(--ink-3); margin: 0 0 22px; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 6px; }
.breadcrumb li { margin: 0; }
.breadcrumb li + li::before { content: "›"; margin-right: 6px; color: var(--line-2); }
.breadcrumb a { color: var(--ink-3); text-decoration: none; }
.breadcrumb a:hover { color: var(--ink); }

/* ---------- Grilles et cartes ---------- */
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; box-shadow: var(--shadow); }
.card h3 { margin-bottom: 10px; }
.card p:last-child { margin-bottom: 0; }
.card-link { display: flex; flex-direction: column; text-decoration: none; color: inherit; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; position: relative; overflow: hidden; }
.card-link::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; background: var(--accent, var(--gold)); }
.card-link:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); border-color: var(--line-2); color: inherit; }
.card-link .link-arrow { margin-top: auto; padding-top: 18px; }
.card-icon { width: 46px; height: 46px; border-radius: 10px; display: grid; place-items: center; background: var(--accent-soft, var(--gold-soft)); color: var(--accent-ink, var(--gold-ink)); margin-bottom: 18px; }
.card-icon svg { width: 24px; height: 24px; }
.card-kicker { font-family: var(--font-head); font-weight: 600; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--accent-ink, var(--gold-ink)); margin: 0 0 12px; display: block; }
.card-link h3 { margin-bottom: 6px; }
.meta-list { list-style: none; padding: 0; margin: 16px 0 0; display: grid; gap: 6px; font-size: .92rem; color: var(--ink-2); }
.meta-list li { margin: 0; display: flex; gap: 10px; align-items: baseline; }
.meta-list li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent, var(--gold)); flex: 0 0 auto; transform: translateY(-2px); }
.accent-bleu { --accent: var(--bleu); --accent-ink: var(--bleu-ink); --accent-soft: var(--bleu-soft); }
.accent-brique { --accent: var(--brique); --accent-ink: var(--brique-ink); --accent-soft: var(--brique-soft); }
.accent-vert { --accent: var(--vert); --accent-ink: var(--vert-ink); --accent-soft: var(--vert-soft); }

.feature { padding: 4px 0; }
.feature h3 { font-size: 1.1rem; margin-bottom: 8px; }
.feature p { color: var(--ink-2); margin: 0; }
.feature-num { font-family: var(--font-head); font-weight: 800; font-size: 1rem; color: var(--gold-ink); margin-bottom: 10px; display: block; letter-spacing: .04em; }
.split { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 5vw, 72px); align-items: start; }
.split .section-head { margin-bottom: 0; }
.sticky-col { position: sticky; top: calc(var(--header-h) + 24px); }

/* ---------- Chiffres ---------- */
.figures { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.figure { border-top: 2px solid var(--gold); padding-top: 18px; }
.figure strong { display: block; font-family: var(--font-head); font-weight: 800; font-size: clamp(2rem, 3vw, 2.7rem); line-height: 1; color: var(--ink); margin-bottom: 10px; letter-spacing: -.02em; }
.figure span { font-size: .92rem; color: var(--ink-2); line-height: 1.5; display: block; }
.band-gold { background: var(--gold-soft); }
.band-dark { background: var(--dark); color: var(--on-dark); }
.band-dark h2, .band-dark h3 { color: var(--on-dark); }
.band-dark .lead, .band-dark p { color: var(--on-dark-2); }
.band-dark .eyebrow { color: var(--gold); }
.on-dark a:not(.btn) { color: var(--gold); }
.on-dark a:not(.btn):hover { color: var(--on-dark); }

/* ---------- Étapes ---------- */
.steps { list-style: none; counter-reset: step; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.steps li { counter-increment: step; margin: 0; position: relative; padding-top: 18px; border-top: 1px solid var(--line-2); }
.steps li::before { content: counter(step, decimal-leading-zero); position: absolute; top: -14px; left: 0; background: var(--bg); padding-right: 12px; font-family: var(--font-head); font-weight: 800; color: var(--gold-ink); font-size: 1rem; letter-spacing: .05em; }
.section-alt .steps li::before { background: var(--bg-2); }
.steps h3 { font-size: 1.08rem; margin: 6px 0 8px; }
.steps p { color: var(--ink-2); margin: 0; font-size: .98rem; }
.timeline { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.timeline li { margin: 0; display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.timeline li:first-child { border-top: 1px solid var(--line); }
.timeline .when { font-family: var(--font-head); font-weight: 700; font-size: .9rem; color: var(--gold-ink); }

/* ---------- Frise des huit semaines ---------- */
.frise-ruler { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 6px; margin-bottom: 8px; }
.frise-ruler span { font-family: var(--font-head); font-weight: 700; font-size: .72rem; letter-spacing: .08em; color: var(--ink-3); text-align: center; padding-bottom: 8px; border-bottom: 2px solid var(--line-2); }
.frise { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 6px; list-style: none; margin: 0; padding: 0; }
.frise li { margin: 0; background: var(--surface); border: 1px solid var(--line); border-radius: 8px; padding: 0 0 16px; overflow: hidden; display: flex; flex-direction: column; min-height: 190px; }
.frise li .bar { height: 8px; background: var(--frise-color, var(--gold)); }
.frise li .week { display: block; font-family: var(--font-head); font-weight: 700; font-size: .72rem; letter-spacing: .08em; color: var(--frise-color, var(--gold-ink)); padding: 14px 14px 0; }
.frise li h3 { font-size: .98rem; margin: 6px 14px 6px; line-height: 1.25; }
.frise li p { margin: 0 14px; font-size: .86rem; color: var(--ink-2); line-height: 1.45; }
.frise li.who-blk { --frise-color: var(--gold); }
.frise li.who-you { --frise-color: var(--ink-2); }
.frise li.who-opco { --frise-color: #A9A59B; background: var(--bg-2); }
.frise li.who-start { --frise-color: var(--vert); border-color: var(--vert); }
.frise li.who-opco .week { color: var(--ink-3); }
.frise li.who-you .week { color: var(--ink-2); }
.frise li.who-start .week { color: var(--vert-ink); }
.frise li.who-blk .week { color: var(--gold-ink); }
.frise-legend { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 16px; font-size: .85rem; color: var(--ink-2); }
.frise-legend span { display: inline-flex; align-items: center; gap: 8px; }
.frise-legend i { width: 14px; height: 8px; border-radius: 2px; display: inline-block; background: var(--c); }

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--line-2); }
.faq details { border-bottom: 1px solid var(--line-2); }
.faq summary { cursor: pointer; list-style: none; padding: 20px 44px 20px 0; font-family: var(--font-head); font-weight: 600; font-size: 1.05rem; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: 6px; top: 50%; width: 10px; height: 10px; border-right: 2px solid var(--gold-ink); border-bottom: 2px solid var(--gold-ink); transform: translateY(-70%) rotate(45deg); transition: transform .2s ease; }
.faq details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq .answer { padding: 0 0 22px; color: var(--ink-2); max-width: 780px; }
.faq .answer p:last-child { margin-bottom: 0; }

/* ---------- Tableaux ---------- */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); }
.table { min-width: 720px; }
.table th, .table td { padding: 14px 16px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); font-size: .95rem; }
.table th { font-family: var(--font-head); font-weight: 600; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-2); background: var(--bg-2); }
.table tbody tr:last-child td { border-bottom: 0; }
.table td:first-child { font-weight: 600; }
.table .num { font-family: var(--font-head); font-weight: 700; color: var(--ink); }
.table-fixed { table-layout: fixed; min-width: 820px; }
.table-atlas th:first-child { width: 21%; }
.table-atlas th:nth-child(2), .table-atlas th:nth-child(3), .table-atlas th:nth-child(4) { width: 15%; }
.table-compare th:first-child { width: 22%; }
.table-compare th:nth-child(5) { width: 20%; }
.table .hint { color: var(--ink-2); font-size: .9rem; }

/* ---------- Financement : cartes par taille d'entreprise ---------- */
.size-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.size-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.size-card header { padding: 22px 24px 18px; min-height: 142px; border-bottom: 1px solid var(--line); background: var(--size-bg, var(--bg-2)); }
.size-card.size-1 { --size-bg: #E9E7E1; --size-ink: #6B685F; }
.size-card.size-2 { --size-bg: #A9A59B; --size-ink: #3A3833; }
.size-card.size-3 { --size-bg: var(--dark); --size-ink: var(--gold); }
.size-card.size-2 header h3 { color: var(--ink); }
.size-card.size-2 header p { color: #3A3833; }
.size-card.size-3 header { border-bottom-color: var(--dark); }
.size-card.size-3 header h3 { color: var(--on-dark); }
.size-card.size-3 header p { color: var(--on-dark-2); }
.size-card header .headcount { display: flex; gap: 5px; margin-bottom: 14px; flex-wrap: wrap; max-width: 120px; }
.size-card header .headcount i { width: 10px; height: 10px; border-radius: 50%; background: var(--size-ink); display: block; }
.size-card header h3 { font-size: 1.15rem; margin-bottom: 4px; }
.size-card header p { margin: 0; font-size: .86rem; color: var(--ink-2); }
.size-card dl { margin: 0; padding: 8px 24px 20px; display: grid; }
.size-card dl > div { padding: 14px 0; border-bottom: 1px solid var(--line); display: grid; gap: 4px; }
.size-card dl > div:last-child { border-bottom: 0; }
.size-card dt { font-family: var(--font-head); font-weight: 600; font-size: .74rem; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); }
.size-card dd { margin: 0; font-family: var(--font-head); font-weight: 700; font-size: 1.05rem; color: var(--ink); }
.size-card dd.big { font-size: 1.7rem; font-weight: 800; letter-spacing: -.02em; line-height: 1.1; }
.size-card dd.big small { font-family: var(--font-body); font-weight: 500; font-size: .8rem; color: var(--ink-3); margin-left: 6px; letter-spacing: 0; }
.size-card dd .full { display: inline-block; padding: 3px 9px; border-radius: 999px; background: var(--vert-soft); color: var(--vert-ink); font-size: .8rem; font-weight: 700; margin-right: 6px; vertical-align: middle; }
.size-card dd.muted-val { color: var(--ink-3); font-weight: 600; font-size: .95rem; }
.size-notes { margin-top: 28px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 32px; }
.size-notes div { display: grid; grid-template-columns: 8px 1fr; gap: 12px; align-items: start; font-size: .93rem; color: var(--ink-2); }
.size-notes div::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); margin-top: .5em; }
.size-notes strong { color: var(--ink); font-weight: 700; }

/* ---------- Pilules et listes ---------- */
.pill { display: inline-block; padding: 6px 12px; border-radius: 999px; font-family: var(--font-head); font-weight: 600; font-size: .76rem; letter-spacing: .04em; background: var(--accent-soft, var(--gold-soft)); color: var(--accent-ink, var(--gold-ink)); }
.pill-row { display: flex; flex-wrap: wrap; gap: 8px; }
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.check-list li { margin: 0; padding-left: 30px; position: relative; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .42em; width: 16px; height: 16px; border-radius: 50%; background: var(--gold-soft); }
.check-list li::after { content: ""; position: absolute; left: 5px; top: calc(.42em + 3px); width: 5px; height: 8px; border-right: 2px solid var(--gold-ink); border-bottom: 2px solid var(--gold-ink); transform: rotate(45deg); }
.dash-list { list-style: none; padding: 0; margin: 0; }
.dash-list li { margin: 0 0 8px; padding-left: 20px; position: relative; }
.dash-list li::before { content: ""; position: absolute; left: 0; top: .8em; width: 10px; height: 1px; background: var(--gold); }

/* ---------- Appel à l'action final ---------- */
.cta-band { background: var(--dark); color: var(--on-dark); }
.cta-band .container { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 40px; align-items: center; padding-top: clamp(48px, 6vw, 80px); padding-bottom: clamp(48px, 6vw, 80px); }
.cta-band h2 { color: var(--on-dark); margin-bottom: 14px; }
.cta-band p { color: var(--on-dark-2); margin: 0; max-width: 640px; }
.cta-band .btn-row { justify-content: flex-end; }

/* ---------- Pied de page ---------- */
.site-footer { background: var(--dark-2); color: var(--on-dark-2); padding: clamp(48px, 6vw, 72px) 0 28px; font-size: .93rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(252, 250, 244, .12); }
.footer-brand img { height: 96px; width: auto; margin-bottom: 18px; }
.footer-brand p { max-width: 380px; margin-bottom: 14px; }
.site-footer .footer-title { font-family: var(--font-head); font-weight: 700; color: var(--on-dark); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 16px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 9px; }
.site-footer a { color: var(--on-dark-2); text-decoration: none; }
.site-footer a:hover { color: var(--on-dark); text-decoration: underline; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; padding-top: 22px; font-size: .83rem; color: rgba(207, 201, 188, .85); }
.footer-bottom p { margin: 0; }
.qualiopi-text { max-width: 420px; padding: 14px 16px; border: 1px solid rgba(252, 250, 244, .16); border-radius: var(--radius); }
.qualiopi-text strong { display: block; font-family: var(--font-head); font-weight: 700; letter-spacing: .12em; color: var(--on-dark); font-size: .9rem; margin-bottom: 4px; }
.qualiopi-text span { display: block; font-size: .8rem; line-height: 1.45; }
.qualiopi-text.on-light { border-color: var(--line-2); color: var(--ink-2); }
.qualiopi-text.on-light strong { color: var(--ink); }
.qualiopi-box { display: flex; gap: 14px; align-items: flex-start; padding: 14px; border: 1px solid rgba(252, 250, 244, .16); border-radius: var(--radius); max-width: 420px; }
.qualiopi-box .logo-slot { flex: 0 0 auto; width: 72px; height: 44px; border: 1px dashed rgba(252, 250, 244, .35); border-radius: 4px; display: grid; place-items: center; font-family: var(--font-head); font-size: .62rem; letter-spacing: .06em; text-transform: uppercase; color: rgba(252, 250, 244, .6); text-align: center; line-height: 1.2; }
.qualiopi-box p { margin: 0; font-size: .8rem; line-height: 1.45; }

/* ---------- Pages formation ---------- */
.formation-head .eyebrow { color: var(--accent-ink); }
.formation-head .badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; background: var(--accent-soft); color: var(--accent-ink); font-family: var(--font-head); font-weight: 600; font-size: .8rem; margin-bottom: 22px; }
.formation-head .badge::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
.key-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--line-2); }
.key-facts div { min-width: 0; }
.key-facts dt { font-family: var(--font-head); font-weight: 600; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 6px; }
.key-facts dd { margin: 0; font-weight: 600; color: var(--ink); font-size: .98rem; }
.formation-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: clamp(36px, 5vw, 72px); align-items: start; }
.formation-main > section { padding: clamp(36px, 4vw, 56px) 0; border-bottom: 1px solid var(--line); scroll-margin-top: calc(var(--header-h) + 16px); }
.formation-main > section:first-child { padding-top: 0; }
.formation-main > section:last-child { border-bottom: 0; }
.formation-main h2 { font-size: clamp(1.45rem, 1.2rem + .8vw, 1.9rem); margin-bottom: 22px; }
.two-col { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.two-col h3 { font-size: 1.05rem; margin-bottom: 12px; }
.aside-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px; box-shadow: var(--shadow); }
.aside-card + .aside-card { margin-top: 20px; }
.aside-card h3 { font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 16px; font-weight: 600; }
.aside-card dl { margin: 0 0 20px; display: grid; gap: 12px; }
.aside-card dt { font-family: var(--font-head); font-weight: 600; font-size: .78rem; color: var(--ink-3); }
.aside-card dd { margin: 2px 0 0; font-weight: 600; font-size: .97rem; }
.aside-card .btn { width: 100%; }
.aside-card .toc { list-style: none; margin: 0; padding: 0; }
.aside-card .toc li { margin: 0; }
.aside-card .toc a { display: block; padding: 8px 0; border-bottom: 1px solid var(--line); text-decoration: none; color: var(--ink-2); font-size: .93rem; font-weight: 500; }
.aside-card .toc li:last-child a { border-bottom: 0; }
.aside-card .toc a:hover { color: var(--gold-ink); }
.program { list-style: none; margin: 0; padding: 0; counter-reset: mod; }
.program > li { counter-increment: mod; margin: 0 0 14px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); padding: 22px 24px 20px 72px; position: relative; }
.program > li::before { content: counter(mod, decimal-leading-zero); position: absolute; left: 24px; top: 22px; font-family: var(--font-head); font-weight: 800; font-size: 1.2rem; color: var(--accent-ink, var(--gold-ink)); line-height: 1.2; }
.program h3 { font-size: 1.08rem; margin-bottom: 4px; }
.program .day { display: block; font-family: var(--font-head); font-weight: 600; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 12px; }
.program ul { margin: 0; padding: 0; list-style: none; color: var(--ink-2); font-size: .97rem; }
.program ul li { margin-bottom: 6px; padding-left: 18px; position: relative; }
.program ul li::before { content: ""; position: absolute; left: 0; top: .8em; width: 9px; height: 1px; background: var(--accent, var(--gold)); }
.pricing { display: grid; grid-template-columns: 1fr; gap: 16px; }
.price-card { border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); padding: 26px 28px; position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-areas: "head price" "list list"; gap: 4px 32px; align-items: start; }
.price-card.is-highlight { border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold); }
.price-card .tag { position: absolute; top: -12px; left: 22px; background: var(--gold-btn); color: #fff; font-family: var(--font-head); font-weight: 700; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; padding: 5px 10px; border-radius: 999px; }
.price-card .head { grid-area: head; min-width: 0; }
.price-card h3 { font-size: 1.12rem; margin-bottom: 6px; }
.price-card .duration { font-size: .95rem; color: var(--ink-2); margin-bottom: 4px; font-weight: 600; }
.price-card .mode { font-size: .88rem; color: var(--ink-3); margin-bottom: 0; }
.price-card .price { grid-area: price; margin: 0; text-align: right; font-family: var(--font-head); font-weight: 800; font-size: 1.75rem; letter-spacing: -.02em; color: var(--ink); line-height: 1; white-space: nowrap; }
.price-card .price small { display: block; font-family: var(--font-body); font-weight: 400; font-size: .8rem; color: var(--ink-3); margin-top: 6px; letter-spacing: 0; white-space: normal; max-width: 180px; margin-left: auto; }
.price-card .check-list { grid-area: list; display: block; columns: 2; column-gap: 32px; margin: 16px 0 0; padding-top: 16px; border-top: 1px solid var(--line); font-size: .93rem; color: var(--ink-2); }
.price-card .check-list li { break-inside: avoid; margin-bottom: 8px; }
.price-card .check-list li::before { top: .35em; width: 14px; height: 14px; }
.price-card .check-list li::after { left: 4px; top: calc(.35em + 2px); width: 4px; height: 7px; }
.funding-box { background: var(--gold-soft); border-radius: var(--radius-lg); padding: 28px 30px; border: 1px solid var(--gold-line); }
.funding-box h3 { font-size: 1.15rem; margin-bottom: 12px; }
.funding-box p { color: var(--ink-2); }
.variant-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.variant { border-left: 3px solid var(--accent, var(--gold)); padding-left: 18px; }
.variant h3 { font-size: 1.02rem; margin-bottom: 8px; }
.variant p { font-size: .95rem; color: var(--ink-2); margin: 0; }
.trainer { display: grid; grid-template-columns: 96px 1fr; gap: 24px; align-items: start; }
.avatar { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; display: block; }
.portrait { width: 100%; max-width: 320px; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius-lg); display: block; box-shadow: var(--shadow-hover); }
.avatar-lg { width: 100%; max-width: 320px; aspect-ratio: 4 / 5; border-radius: var(--radius-lg); background: linear-gradient(160deg, var(--dark) 0%, #3b3a36 100%); color: var(--gold); display: grid; place-items: center; font-family: var(--font-head); font-weight: 800; font-size: 3.4rem; letter-spacing: .05em; position: relative; overflow: hidden; }
.avatar-lg small { position: absolute; bottom: 14px; left: 0; right: 0; text-align: center; font-family: var(--font-body); font-weight: 500; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: var(--on-dark-2); }

/* ---------- Formulaires ---------- */
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.form-grid .full { grid-column: 1 / -1; }
.field label { display: block; font-family: var(--font-head); font-weight: 600; font-size: .84rem; margin-bottom: 6px; }
.field label .req { color: var(--framboise); }
.field input, .field select, .field textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--line-2); border-radius: var(--radius); background: var(--surface); color: var(--ink); font: inherit; font-size: 1rem; transition: border-color .15s ease, box-shadow .15s ease; }
.field textarea { min-height: 150px; resize: vertical; }
.select-wrap { position: relative; display: block; }
.select-wrap select { appearance: none; -webkit-appearance: none; -moz-appearance: none; padding-right: 44px; cursor: pointer; }
.select-wrap select::-ms-expand { display: none; }
.select-wrap .select-chevron { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); color: var(--ink-2); pointer-events: none; }
.select-wrap select:focus + .select-chevron { color: var(--gold-ink); }
/* Menu rendu dans la page (voir main.js) : le menu natif n'est pas toujours affichable en aperçu embarqué. */
.select-button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 14px; border: 1px solid var(--line-2); border-radius: var(--radius); background: var(--surface); color: var(--ink); font: inherit; font-size: 1rem; text-align: left; cursor: pointer; }
.select-button:hover { border-color: var(--ink-3); }
.select-button:focus-visible, .select-button[aria-expanded="true"] { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(184, 145, 44, .2); }
.select-button .select-value { flex: 1 1 auto; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.select-button.is-placeholder .select-value { color: var(--ink-3); }
.select-button .select-chevron { position: static; transform: none; flex: 0 0 auto; transition: transform .16s ease; }
.select-button[aria-expanded="true"] .select-chevron { transform: rotate(180deg); color: var(--gold-ink); }
.select-list { position: absolute; z-index: 40; top: calc(100% + 6px); left: 0; right: 0; margin: 0; padding: 6px; list-style: none; background: var(--surface); border: 1px solid var(--line-2); border-radius: var(--radius); box-shadow: var(--shadow-hover); max-height: 292px; overflow-y: auto; }
.select-list li { margin: 0; padding: 10px 12px; border-radius: 6px; cursor: pointer; font-size: .98rem; line-height: 1.35; }
.select-list li.is-active { background: var(--bg-2); }
.select-list li[aria-selected="true"] { background: var(--gold-soft); font-weight: 600; }
.field.has-error .select-button { border-color: var(--framboise); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(184, 145, 44, .2); }
.field .help { font-size: .82rem; color: var(--ink-3); margin-top: 6px; }
.field.has-error input, .field.has-error textarea, .field.has-error select { border-color: var(--framboise); }
.field .error { display: none; font-size: .82rem; color: var(--framboise); margin-top: 6px; }
.field.has-error .error { display: block; }
.field label.consent { display: flex; gap: 12px; align-items: flex-start; font-family: var(--font-body); font-weight: 400; font-size: .9rem; color: var(--ink-2); line-height: 1.5; }
.consent input { width: 18px; height: 18px; margin-top: 4px; flex: 0 0 auto; accent-color: var(--gold); }
.form-status { display: none; margin-top: 18px; padding: 16px 18px; border-radius: var(--radius); font-weight: 500; }
.form-status.is-success { display: block; background: var(--teal-soft); color: var(--teal); }
.form-status.is-error { display: block; background: var(--framboise-soft); color: var(--framboise); }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(32px, 5vw, 64px); align-items: start; }
.contact-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 18px; }
.contact-list li { margin: 0; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.contact-list li:last-child { border-bottom: 0; }
.contact-list .label { display: block; font-family: var(--font-head); font-weight: 600; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 4px; }
.contact-list a { font-weight: 600; }
.contact-list p { margin: 4px 0 0; color: var(--ink-2); font-size: .93rem; }

/* ---------- Prose (pages légales) ---------- */
.prose { max-width: 780px; }
.prose h2 { font-size: 1.4rem; margin-top: 2.2em; }
.prose h3 { font-size: 1.1rem; margin-top: 1.8em; }
.prose table { margin: 1.2em 0 1.6em; font-size: .95rem; }
.prose th, .prose td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; vertical-align: top; }
.prose th { background: var(--bg-2); font-family: var(--font-head); font-weight: 600; font-size: .82rem; }
.prose em { color: var(--ink-2); }
.prose .table-wrap { margin: 1.2em 0 1.6em; }

/* ---------- Divers ---------- */
.indicator-table td:last-child { color: var(--ink-2); }
.callout { border-left: 3px solid var(--gold); padding: 6px 0 6px 20px; color: var(--ink-2); font-size: .98rem; }
.compare-table td .small { display: block; color: var(--ink-3); }
.error-page { padding: clamp(80px, 12vw, 160px) 0; text-align: center; }
.error-page h1 { margin-bottom: 14px; }
.error-code { font-family: var(--font-head); font-weight: 800; font-size: 5rem; line-height: 1; color: var(--gold); margin-bottom: 20px; letter-spacing: -.03em; }

/* ---------- Réactif ---------- */
@media (max-width: 1080px) {
  .grid-4, .figures, .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .size-grid { grid-template-columns: 1fr; }
  .size-notes { grid-template-columns: 1fr; }
  .frise-ruler { display: none; }
  .frise { grid-template-columns: 1fr; }
  .frise li { grid-column: span 1 !important; min-height: 0; flex-direction: row; align-items: stretch; padding: 0; }
  .frise li .bar { width: 8px; height: auto; }
  .frise li > div { padding: 12px 14px 14px 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .key-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 960px) {
  :root { --header-h: 68px; }
  .brand img { height: 44px; }
  .nav-toggle { display: inline-flex; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; background: var(--bg); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-hover); padding: 12px var(--gutter) 24px; display: none; flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav.is-open { display: flex; }
  .nav-list { flex-direction: column; align-items: stretch; gap: 0; }
  .nav-list > li { border-bottom: 1px solid var(--line); }
  .nav-list a { display: block; padding: 14px 0; border-bottom: 0; }
  .nav-list a:hover, .nav-list a[aria-current="page"], .nav-list li.is-active > a { border-bottom: 0; color: var(--gold-ink); }
  .has-children > a::after { display: none; }
  .submenu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; background: transparent; padding: 0 0 8px 16px; min-width: 0; }
  .submenu a { padding: 8px 0; font-weight: 500; }
  .submenu a:hover { background: transparent; }
  .site-nav .btn { margin-top: 18px; align-self: flex-start; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-art { max-width: 440px; justify-self: start; }
  .trust { grid-template-columns: 1fr; }
  .trust-item, .trust-item + .trust-item { padding: 16px 0; border-left: 0; border-top: 1px solid rgba(252, 250, 244, .12); }
  .trust-item:first-child { border-top: 0; }
  .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split, .formation-layout, .contact-grid, .cta-band .container { grid-template-columns: 1fr; }
  .cta-band .btn-row { justify-content: flex-start; }
  .sticky-col { position: static; }
  .formation-aside { order: -1; }
  .aside-card .toc { display: none; }
  .aside-card.toc-card { display: none; }
  .variant-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  :root { --gutter: 20px; }
  body { font-size: 1rem; }
  .grid-2, .grid-3, .grid-4, .figures, .steps, .two-col, .form-grid, .key-facts, .footer-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .btn { width: 100%; }
  .btn-row .btn { width: 100%; }
  .header-inner .nav-toggle { width: auto; }
  .timeline li { grid-template-columns: 1fr; gap: 4px; }
  .program > li { padding: 20px 18px 18px 56px; }
  .program > li::before { left: 18px; top: 20px; font-size: 1rem; }
  .card, .aside-card, .price-card, .funding-box { padding: 22px; }
  .price-card { grid-template-columns: 1fr; grid-template-areas: "head" "price" "list"; }
  .price-card .price { text-align: left; margin-top: 10px; }
  .price-card .price small { margin-left: 0; }
  .price-card .check-list { columns: 1; }
  .trainer { grid-template-columns: 72px 1fr; gap: 16px; }
  .avatar { width: 72px; height: 72px; }
  .table th, .table td { padding: 12px; }
}

/* ---------- Impression ---------- */
@media print {
  .site-header, .site-footer, .cta-band, .nav-toggle, .btn, .skip-link { display: none !important; }
  body { background: #fff; color: #000; font-size: 11pt; }
  a { color: #000; text-decoration: none; }
  .formation-layout { grid-template-columns: 1fr; }
  .formation-aside { order: 0; }
  .card, .price-card, .program > li, .aside-card { box-shadow: none; break-inside: avoid; }
}
