/* SMV Formation — site public */

@font-face { font-family: "Inter"; font-style: normal; font-weight: 400 700; font-display: swap; src: url("../fonts/inter.woff2") format("woff2"); }

:root {
  --navy: #0b2545;
  --navy-2: #13315c;
  --ink: #0f1b2d;
  --text: #1e293b;
  --muted: #475569;
  --primary: #0a6ebd;
  --primary-dark: #08599a;
  --primary-soft: #e8f2fb;
  --sky: #04baff;
  --yellow: #fee800;
  --gold: #f5b400;
  --line: #d9e1ea;
  --line-strong: #b8c4d2;
  --soft: #eef3f8;
  --white: #fff;
  --danger: #b42318;
  --success: #067647;
  --radius: 10px;
  --radius-sm: 6px;
  --shadow-sm: 0 1px 2px rgba(15, 27, 45, .06);
  --shadow: 0 1px 2px rgba(15, 27, 45, .05), 0 4px 16px rgba(15, 27, 45, .06);
  --shadow-lg: 0 2px 6px rgba(15, 27, 45, .06), 0 20px 48px rgba(15, 27, 45, .12);
  --font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --header-h: 80px;
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
body { margin: 0; font-family: var(--font); font-size: 1.0625rem; line-height: 1.65; color: var(--text); background: var(--white); font-feature-settings: "cv11", "ss01"; -webkit-font-smoothing: antialiased; }
img, video { max-width: 100%; height: auto; display: block; }
a { color: var(--primary); text-underline-offset: .18em; text-decoration-thickness: 1px; }
a:hover { color: var(--primary-dark); }
h1, h2, h3, h4 { color: var(--ink); line-height: 1.2; margin: 0 0 .6em; font-weight: 700; letter-spacing: -.022em; }
h1 { font-size: clamp(2rem, 1.35rem + 2.4vw, 3.1rem); letter-spacing: -.03em; }
h2 { font-size: clamp(1.7rem, 1.25rem + 1.4vw, 2.4rem); }
h3, .h3 { font-size: 1.15rem; font-weight: 650; letter-spacing: -.012em; }
.h4 { font-size: .95rem; font-weight: 650; }
p { margin: 0 0 1em; }
ul, ol { padding-left: 1.2em; }
address { font-style: normal; }
strong { color: var(--ink); font-weight: 650; }
:focus-visible { outline: 3px solid rgba(10, 110, 189, .45); outline-offset: 2px; border-radius: 4px; }
.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 { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--navy); color: #fff; padding: 10px 16px; border-radius: 0 0 6px 6px; }
.skip:focus { top: 0; color: #fff; }
.wrap { width: 100%; max-width: 1240px; margin-inline: auto; padding-inline: 24px; }
.muted { color: var(--muted); }
.ico { width: 1.15em; height: 1.15em; flex: none; }
.empty { padding: 2rem; text-align: center; background: #fff; border: 1px dashed var(--line-strong); border-radius: var(--radius); color: var(--text); }
[hidden] { display: none !important; }
@media (max-width: 560px) { .wrap { padding-inline: 18px; } }

/* Boutons ---------------------------------------------------------------------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5em; min-height: 46px; padding: .7em 1.25em; border: 1px solid transparent; border-radius: var(--radius-sm); font: 600 .95rem/1.2 var(--font); letter-spacing: -.005em; text-decoration: none; cursor: pointer; transition: background-color .15s, color .15s, border-color .15s, box-shadow .15s; white-space: nowrap; }
.btn--primary { background: var(--primary); color: #fff; box-shadow: var(--shadow-sm); }
.btn--primary:hover { background: var(--primary-dark); color: #fff; }
.btn--secondary { background: #fff; color: var(--ink); border-color: var(--line-strong); box-shadow: var(--shadow-sm); }
.btn--secondary:hover { border-color: var(--primary); color: var(--primary); }
.btn--light { background: #fff; color: var(--navy); }
.btn--light:hover { background: var(--primary-soft); color: var(--navy); }
.btn--lg { min-height: 54px; padding-inline: 1.7em; font-size: 1rem; }
.btn--sm { min-height: 38px; padding: .45em .95em; font-size: .88rem; }
.btn--block { width: 100%; }
.btn .ico { width: 1.1em; height: 1.1em; }
.btns { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 1.6rem; }
.linkbtn { background: none; border: 0; padding: 0; font: inherit; color: inherit; cursor: pointer; }

.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { display: inline-flex; align-items: center; gap: 7px; padding: .42em .85em; border-radius: var(--radius-sm); background: #fff; border: 1px solid var(--line); color: var(--ink); font-size: .9rem; text-decoration: none; line-height: 1.3; }
.chip .ico { color: var(--primary); width: 1em; height: 1em; }
.chip:hover { border-color: var(--primary); color: var(--primary); }
.chip--tag { background: #fff; border-color: #d3dde8; font-size: .85rem; color: var(--text); }
.tag { display: inline-flex; align-items: center; gap: 6px; padding: .3em .7em; border-radius: var(--radius-sm); background: var(--primary-soft); color: var(--primary-dark); font-size: .82rem; font-weight: 600; text-decoration: none; }
.tag .ico { width: 1em; height: 1em; }
.tag:hover { background: #d7e8f8; color: var(--primary-dark); }
.price { display: inline-flex; align-items: center; padding: .25em .7em; border-radius: var(--radius-sm); background: var(--navy); color: #fff; font-weight: 700; font-size: .9rem; white-space: nowrap; font-variant-numeric: tabular-nums; }
.kicker { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 .7rem; font-size: .8rem; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; color: var(--primary); }
.kicker::before { content: ""; width: 18px; height: 2px; background: var(--sky); }
.lead { font-size: 1.15rem; color: var(--text); }
.stars { display: inline-flex; gap: 2px; vertical-align: middle; }
.star { width: 18px; height: 18px; fill: var(--gold); }
.star--off { fill: #d5dde6; }
.stars--lg .star { width: 20px; height: 20px; }

/* Barre du haut + en-tête ------------------------------------------------------------ */
.topbar { background: var(--navy); color: #c6d4e6; font-size: .82rem; }
.topbar__in { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 36px; }
.topbar p { margin: 0; display: flex; align-items: center; gap: 20px; }
.topbar__cert { gap: 8px !important; }
.topbar__cert .hide-sm { margin-left: -4px; }
.topbar__cert .ico { color: var(--sky); }
.topbar a { color: #e3ebf5; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.topbar a:hover { color: #fff; }
.topbar .ico { width: 15px; height: 15px; }

.header { position: sticky; top: 0; z-index: 40; background: rgba(255, 255, 255, .98); border-bottom: 1px solid var(--line); backdrop-filter: saturate(1.5) blur(10px); }
.header__in { display: flex; align-items: center; gap: 28px; min-height: var(--header-h); }
.brand img { width: 112px; height: auto; }
.nav { margin-right: auto; }
.nav__list { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 2px; }
.nav__list > li > a, .nav__dropbtn { display: inline-flex; align-items: center; gap: 5px; padding: .6em .85em; border-radius: var(--radius-sm); color: var(--ink); text-decoration: none; font: 500 .95rem/1.2 var(--font); background: none; border: 0; cursor: pointer; }
.nav__list > li > a:hover, .nav__dropbtn:hover { background: var(--soft); color: var(--primary); }
.nav__list > li > a[aria-current="page"], .nav__dropbtn.is-current { color: var(--primary); box-shadow: inset 0 -2px 0 var(--primary); border-radius: 0; }
.nav__dropbtn .ico { width: 16px; height: 16px; transition: transform .2s; color: var(--muted); }
.nav__drop { position: relative; }
.nav__drop.is-open::after { content: ""; position: absolute; left: 0; right: 0; top: 100%; height: 14px; }
.nav__drop.is-open .nav__dropbtn .ico { transform: rotate(180deg); }
.nav__sub, .nav__panel { position: absolute; top: calc(100% + 10px); left: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg); display: none; }
.nav__drop.is-open .nav__sub, .nav__drop.is-open .nav__panel { display: block; }
.nav__sub { list-style: none; margin: 0; padding: 8px; min-width: 270px; }
.nav__sub a { display: flex; align-items: center; gap: 10px; padding: .6em .75em; border-radius: var(--radius-sm); color: var(--ink); text-decoration: none; font-size: .93rem; }
.nav__sub a .ico { color: var(--primary); }
.nav__sub a:hover { background: var(--soft); color: var(--primary); }
.nav__panel { width: min(760px, 90vw); padding: 20px; }
.nav__panel-title { margin: 0 0 10px; font-size: .75rem; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.mega { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px 12px; }
.mega a { display: flex; align-items: center; gap: 10px; padding: .55em .6em; border-radius: var(--radius-sm); color: var(--ink); text-decoration: none; font-size: .9rem; line-height: 1.3; }
.mega a .ico { color: var(--primary); width: 18px; height: 18px; }
.mega a small { margin-left: auto; color: var(--muted); font-size: .78rem; font-variant-numeric: tabular-nums; }
.mega a:hover { background: var(--soft); color: var(--primary); }
.nav__panel-foot { display: flex; justify-content: space-between; gap: 12px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); font-size: .9rem; font-weight: 600; }
.nav__panel-foot a { display: inline-flex; align-items: center; gap: 6px; text-decoration: none; }
.header__tools { display: flex; align-items: center; gap: 14px; }
.icon-btn { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: var(--radius-sm); border: 1px solid var(--line); background: #fff; color: var(--ink); cursor: pointer; }
.icon-btn:hover { border-color: var(--primary); color: var(--primary); }
.icon-btn .ico { width: 19px; height: 19px; }
.header__phone { display: flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; line-height: 1.2; }
.header__phone .ico { width: 36px; height: 36px; padding: 8px; border-radius: 50%; background: var(--primary-soft); color: var(--primary); }
.header__phone strong { display: block; font-size: .98rem; font-variant-numeric: tabular-nums; }
.header__phone small { display: block; font-size: .74rem; color: var(--muted); }
.header__phone:hover strong { color: var(--primary); }
.burger { display: none; }
.quicksearch { border-top: 1px solid var(--line); padding: 14px 0; background: #fff; }

@media (max-width: 1180px) { .header__phone { display: none; } }
@media (max-width: 980px) {
  :root { --header-h: 68px; }
  .brand img { width: 92px; }
  .burger { display: inline-grid; }
  .header__cta { display: none; }
  .nav { position: absolute; left: 0; right: 0; top: 100%; margin: 0; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-lg); padding: 10px 20px 20px; display: none; max-height: calc(100vh - var(--header-h)); overflow-y: auto; }
  .nav.is-open { display: block; }
  .nav__list { flex-direction: column; align-items: stretch; }
  .nav__list > li > a, .nav__dropbtn { width: 100%; justify-content: space-between; padding: .9em .6em; font-size: 1rem; border-bottom: 1px solid var(--line); border-radius: 0; }
  .nav__list > li > a[aria-current="page"], .nav__dropbtn.is-current { box-shadow: none; }
  .nav__sub, .nav__panel { position: static; box-shadow: none; border: 0; width: auto; padding: 6px 0 10px; }
  .mega { grid-template-columns: 1fr 1fr; }
  .header__tools { margin-left: auto; }
}
@media (max-width: 1100px) { .topbar .hide-sm { display: none !important; } }
@media (max-width: 640px) { .hide-sm { display: none !important; } .mega { grid-template-columns: 1fr; } }
.topbar a, .topbar p { white-space: nowrap; }

/* Recherche --------------------------------------------------------------------------- */
.search { position: relative; display: flex; align-items: center; gap: 8px; width: 100%; max-width: 720px; padding: 6px; background: #fff; border: 1px solid var(--line-strong); border-radius: var(--radius); box-shadow: var(--shadow); }
.search__ico { margin-left: 10px; color: var(--muted); width: 20px; height: 20px; }
.search input[type="search"] { flex: 1; width: auto; min-width: 0; border: 0; border-radius: 0; outline: 0; box-shadow: none; background: transparent; font: 400 1rem var(--font); color: var(--ink); padding: .6em .2em; }
.search:focus-within { border-color: var(--primary); box-shadow: 0 0 0 4px rgba(10, 110, 189, .14), var(--shadow); }
.search--hero { padding: 7px; }
.search--head { margin-top: 1.6rem; }
.suggest { position: absolute; left: 0; right: 0; top: calc(100% + 6px); z-index: 50; list-style: none; margin: 0; padding: 6px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg); max-height: min(420px, 60vh); overflow-y: auto; text-align: left; }
.suggest a { display: block; padding: .6em .75em; border-radius: var(--radius-sm); color: var(--ink); text-decoration: none; line-height: 1.35; font-size: .95rem; }
.suggest a small { display: block; color: var(--muted); font-size: .8rem; margin-top: 2px; }
.suggest a:hover, .suggest a[aria-selected="true"] { background: var(--primary-soft); color: var(--primary-dark); }
.suggest__all { border-top: 1px solid var(--line); margin-top: 4px; padding-top: 4px; }
.suggest__all a { font-weight: 600; color: var(--primary); }
.suggest mark { background: #fff4a8; color: inherit; border-radius: 2px; }
@media (max-width: 560px) {
  .search { flex-wrap: wrap; }
  .search .btn { width: 100%; }
  .search__ico { display: none; }
  .search input[type="search"] { padding-left: .6em; }
}

/* Accueil ------------------------------------------------------------------------------- */
.hero { position: relative; isolation: isolate; overflow: hidden; color: #fff; background: var(--navy) url("../img/hero-poster.jpg") center / cover no-repeat; }
.hero__video { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(90deg, rgba(7, 24, 46, .94) 0%, rgba(7, 24, 46, .86) 42%, rgba(7, 24, 46, .55) 100%),
              linear-gradient(0deg, rgba(7, 24, 46, .6) 0%, rgba(7, 24, 46, 0) 45%); }
.hero__in { padding-block: clamp(56px, 8vw, 112px); max-width: 1240px; }
.hero__in > * { max-width: 760px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 1.4rem; padding: .45em .95em .45em .7em; border-radius: 999px;
  background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .3); color: #fff; font-size: .9rem; font-weight: 550; backdrop-filter: blur(6px); }
.eyebrow .ico { color: var(--yellow); }
.hero__title { color: #fff; font-size: clamp(2.5rem, 1.5rem + 4vw, 4.4rem); line-height: 1.04; margin-bottom: 1.1rem; text-shadow: 0 2px 24px rgba(0, 0, 0, .25); }
.hero__lead { font-size: clamp(1.08rem, 1rem + .35vw, 1.28rem); color: #dfe9f5; margin-bottom: 2rem; }
.search--hero { padding: 8px; border: 0; box-shadow: 0 18px 50px rgba(0, 0, 0, .35); }
.search--hero input[type="search"] { font-size: 1.05rem; }
.hero__popular { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 1.3rem 0 0; font-size: .92rem; }
.hero__popular span { color: #c9d8ea; margin-right: 4px; }
.hero__popular a { padding: .4em .85em; border-radius: 999px; background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .28);
  color: #fff; font-weight: 550; text-decoration: none; backdrop-filter: blur(6px); }
.hero__popular a:hover { background: #fff; color: var(--navy); }
@media (max-width: 760px) {
  .hero::after { background: linear-gradient(180deg, rgba(7, 24, 46, .82) 0%, rgba(7, 24, 46, .9) 100%); }
  .hero__in { padding-block: 44px 52px; }
  .hero__popular a:nth-of-type(n+4) { display: none; }
}

.stats { background: linear-gradient(100deg, var(--primary) 0%, #0b4f8a 100%); color: #fff; }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 16px; align-items: center; padding: 30px 26px;
  border-left: 1px solid rgba(255, 255, 255, .22); text-decoration: none; color: #e3eefa; }
.stat:first-child { border-left: 0; }
.stat:hover { background: rgba(255, 255, 255, .08); color: #fff; }
.stat__icon { grid-row: span 2; display: grid; place-items: center; width: 54px; height: 54px; border-radius: 14px; background: rgba(255, 255, 255, .16); color: #fff; }
.stat__icon .ico { width: 26px; height: 26px; }
.stat__icon--gold { background: var(--yellow); color: var(--navy); }
.stat strong { font-size: clamp(1.9rem, 1.4rem + 1.4vw, 2.6rem); line-height: 1.05; letter-spacing: -.03em; color: #fff; font-variant-numeric: tabular-nums; }
.stat span:last-child { font-size: .95rem; line-height: 1.35; font-weight: 500; }
@media (max-width: 1000px) {
  .stats__grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(3) { border-left: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .22); }
}
@media (max-width: 480px) { .stat { grid-template-columns: 1fr; padding: 20px 16px; } .stat__icon { grid-row: auto; width: 42px; height: 42px; margin-bottom: 10px; } .stat strong { font-size: 1.7rem; } }

/* Sections --------------------------------------------------------------------------------- */
.section { padding-block: clamp(56px, 7vw, 100px); }
.section--tight { padding-block: clamp(32px, 4vw, 56px); }
.section--soft { background: var(--soft); border-block: 1px solid var(--line); }
.section__head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 16px 32px; margin-bottom: 2.2rem; }
.section__head h2 { margin: 0; }
.section__head--center { justify-content: center; text-align: center; }
.section__head--center .kicker { justify-content: center; }
.section__intro { margin: .6rem 0 0; color: var(--text); font-size: 1.05rem; max-width: 640px; }
.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(32px, 6vw, 88px); align-items: center; }
.split--top { align-items: start; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } }

/* Domaines (tuiles photo) ---------------------------------------------------------------- */
.dgrid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 210px; gap: 16px; }
.dgrid > .dcard:first-child, .dgrid > .dcard--all { grid-column: span 2; }
.dcard { position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; gap: 10px;
  padding: 20px; border-radius: 14px; background: var(--navy-2); color: #fff; text-decoration: none; box-shadow: 0 8px 24px rgba(15, 27, 45, .16); }
.dcard__img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.dcard::after { content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(7, 24, 46, .05) 0%, rgba(7, 24, 46, .35) 45%, rgba(7, 24, 46, .92) 100%); }
.dcard__icon { position: absolute; top: 16px; left: 16px; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px;
  background: #fff; color: var(--primary); box-shadow: 0 4px 14px rgba(0, 0, 0, .2); }
.dcard__icon .ico { width: 22px; height: 22px; }
.dcard__name { font-size: 1.2rem; font-weight: 700; line-height: 1.2; letter-spacing: -.015em; text-shadow: 0 1px 10px rgba(0, 0, 0, .45); }
.dcard__count { display: inline-flex; align-items: center; gap: 6px; align-self: flex-start; padding: .3em .75em; border-radius: 999px;
  background: var(--yellow); color: var(--navy); font-size: .86rem; font-weight: 700; }
.dcard__count .ico { width: 15px; height: 15px; transition: transform .15s; }
.dcard:hover { color: #fff; box-shadow: 0 14px 34px rgba(15, 27, 45, .28); }
.dcard:hover .dcard__img { transform: scale(1.07); }
.dcard:hover .dcard__count .ico { transform: translateX(3px); }
.dcard--all { background: linear-gradient(135deg, var(--primary) 0%, var(--navy) 100%); justify-content: center; }
.dcard--all::after { display: none; }
.dcard--all .dcard__name { font-size: 1.35rem; text-shadow: none; }
@media (max-width: 1000px) {
  .dgrid { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 190px; }
  .dgrid > .dcard--all { grid-column: span 3; }
}
@media (max-width: 700px) {
  .dgrid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; gap: 12px; }
  .dgrid > .dcard--all { grid-column: span 2; }
  .dcard { padding: 14px; }
  .dcard__icon { top: 12px; left: 12px; width: 36px; height: 36px; }
  .dcard__name { font-size: 1rem; }
  .dcard__count { font-size: .78rem; }
}

/* Atouts ---------------------------------------------------------------------------------------- */
.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.feature { padding: 28px 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.feature__icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 18px; border-radius: 50%; background: var(--navy); color: #fff; }
.feature__icon .ico { width: 22px; height: 22px; }
.feature h3 { margin-bottom: .45em; }
.feature p { margin: 0; color: var(--text); font-size: .97rem; }
@media (max-width: 1000px) { .features { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .features { grid-template-columns: 1fr; } }

/* Qualité ------------------------------------------------------------------------------------------ */
.qualitybox { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.qualiopi--large { width: 100%; max-width: 300px; margin-inline: auto; }
.qualitybox__num { text-align: center; font-weight: 650; color: var(--ink); margin: 14px 0 20px; font-size: .95rem; }
.doclist { list-style: none; margin: 0; padding: 0; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.doclist li + li { border-top: 1px solid var(--line); }
.doclist a { display: flex; align-items: center; gap: 12px; padding: .8em 1em; text-decoration: none; color: var(--ink); font-weight: 550; font-size: .95rem; }
.doclist a > span:first-of-type { flex: 1; }
.doclist .ico { color: var(--primary); }
.doclist .doclist__dl { color: var(--muted); }
.doclist a:hover { background: var(--soft); color: var(--primary); }

/* Avis ------------------------------------------------------------------------------------------------ */
.rating { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; padding: 10px 16px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); font-size: .9rem; }
.rating__label { font-weight: 750; color: var(--ink); letter-spacing: .06em; }
.reviews { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review { display: flex; flex-direction: column; gap: 14px; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.review__text { margin: 0; color: var(--ink); flex: 1; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }
.review__author { display: flex; align-items: center; gap: 12px; padding-top: 14px; border-top: 1px solid var(--line); }
.review__author strong { display: block; line-height: 1.25; font-size: .93rem; }
.review__author small { color: var(--muted); font-size: .8rem; }
.avatar { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: #fff; font-weight: 650; flex: none; }
@media (max-width: 980px) { .reviews { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .reviews { grid-template-columns: 1fr; } .review:nth-child(n+5) { display: none; } }

/* Inter-entreprises --------------------------------------------------------------------------------------- */
.nextdates { list-style: none; margin: 1.6rem 0; padding: 0; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.nextdates li + li { border-top: 1px solid var(--line); }
.nextdates a { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2px 16px; padding: 14px 18px; color: var(--ink); text-decoration: none; background: #fff; }
.nextdates a:hover { background: var(--soft); }
.nextdate__date { display: inline-flex; align-items: center; gap: 8px; color: var(--primary); font-weight: 600; font-size: .88rem; }
.nextdate__name { font-weight: 600; grid-column: 1; }
.nextdates .price { grid-column: 2; grid-row: 1 / span 2; }
.nextdates__empty { margin: 1.6rem 0; padding: 16px 18px; border-radius: var(--radius); background: var(--soft); border: 1px dashed var(--line-strong); color: var(--muted); }
.welcome { background: var(--navy); color: #d4dfec; border-radius: var(--radius); padding: clamp(24px, 3vw, 34px); }
.welcome h3 { color: #fff; font-size: 1.3rem; }
.welcome__kicker { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; font-size: .78rem; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; color: var(--sky); }
.welcome__list { list-style: none; margin: 0 0 18px; padding: 0; display: grid; gap: 10px; }
.welcome__list li { display: flex; align-items: flex-start; gap: 12px; color: #fff; }
.welcome__list .ico { color: var(--sky); margin-top: 3px; }
.welcome__end { margin: 0; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .14); font-size: .93rem; }

/* Bandeau final ------------------------------------------------------------------------------------------ */
.section--cta { padding-top: 0; }
.cta { position: relative; overflow: hidden; isolation: isolate; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 28px; padding: clamp(32px, 5vw, 56px); border-radius: 16px; background: linear-gradient(120deg, var(--navy) 0%, var(--navy-2) 100%); color: #c6d4e6; }
.cta::after { content: ""; position: absolute; z-index: -1; right: -110px; top: -140px; width: 380px; height: 380px; border-radius: 50%; border: 56px solid rgba(4, 186, 255, .1); }
.cta h2 { color: #fff; margin-bottom: .3em; }
.cta p { margin: 0; max-width: 560px; }
.cta__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.cta__phone { display: flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; line-height: 1.2; }
.cta__phone .ico { width: 44px; height: 44px; padding: 11px; border-radius: 50%; background: rgba(255, 255, 255, .1); color: var(--sky); }
.cta__phone strong { display: block; color: #fff; font-size: 1.15rem; font-variant-numeric: tabular-nums; }
.cta__phone small { color: #b8c7da; font-size: .8rem; }

/* En-têtes de page ------------------------------------------------------------------------------------ */
.phead { position: relative; isolation: isolate; overflow: hidden; color: #fff; border-bottom: 0;
  background: var(--navy) var(--bg, url("../img/hero-poster.jpg")) center / cover no-repeat;
  padding-block: clamp(36px, 5vw, 64px) clamp(40px, 5vw, 68px); }
.phead::before { content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(90deg, rgba(7, 24, 46, .95) 0%, rgba(7, 24, 46, .88) 55%, rgba(7, 24, 46, .66) 100%); }
.phead h1 { color: #fff; margin-bottom: .4em; max-width: 920px; text-shadow: 0 2px 20px rgba(0, 0, 0, .25); }
.phead__lead { font-size: 1.15rem; color: #dfe9f5; max-width: 820px; margin: 0; }
.phead__badge { display: inline-flex; margin-right: 10px; padding: .2em .75em; border-radius: 999px; background: var(--yellow); color: var(--navy); font-weight: 700; font-size: .95rem; }
.phead__icon { display: grid; place-items: center; width: 56px; height: 56px; margin: 0 0 18px; border-radius: 14px; background: #fff; color: var(--primary); box-shadow: 0 6px 18px rgba(0, 0, 0, .25); }
.phead__icon .ico { width: 28px; height: 28px; }
.phead__desc { margin-top: 1.2rem; color: #dfe9f5; max-width: 820px; }
.phead__desc strong { color: #fff; }
.phead__desc a { color: var(--yellow); }
.phead__tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 16px; }
.phead .tag { background: rgba(255, 255, 255, .14); border: 1px solid rgba(255, 255, 255, .3); color: #fff; }
.phead .tag .ico { color: var(--yellow); }
.phead .tag:hover { background: #fff; color: var(--navy); }
.phead .btn--secondary { background: rgba(255, 255, 255, .1); color: #fff; border-color: rgba(255, 255, 255, .5); box-shadow: none; }
.phead .btn--secondary:hover { background: #fff; color: var(--navy); border-color: #fff; }
.phead .facts { color: #dfe9f5; }
.phead .facts .ico { color: var(--yellow); }
.phead .facts strong, .phead .facts__key { color: #fff; }
.phead--success h1::before { content: "✓"; display: inline-grid; place-items: center; width: 44px; height: 44px; margin-right: 14px; border-radius: 50%; background: #12b76a; color: #fff; font-size: 1.3rem; vertical-align: middle; }
.crumbs ol { list-style: none; margin: 0 0 18px; padding: 0; display: flex; flex-wrap: wrap; gap: 4px; font-size: .85rem; color: var(--muted); }
.crumbs li:not(:last-child)::after { content: "/"; margin-left: 6px; opacity: .5; }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--primary); text-decoration: underline; }
.phead .crumbs ol { color: #b9cbe0; }
.phead .crumbs a { color: #c9d8ea; }
.phead .crumbs a:hover { color: #fff; }
.phead .crumbs li[aria-current] { color: #fff; }
.crumbs li[aria-current] { color: var(--ink); max-width: 50ch; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.steps { list-style: none; margin: 1.6rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; counter-reset: step; }
.steps li { display: inline-flex; align-items: center; gap: 10px; padding: 8px 16px 8px 8px; background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .3); border-radius: 999px; font-weight: 600; font-size: .95rem; color: #fff; }
.steps span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--yellow); color: var(--navy); font-weight: 800; font-size: .85rem; }
.facts { list-style: none; margin: 1.6rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 28px; font-size: .9rem; color: var(--muted); }
.facts li { display: inline-flex; align-items: center; gap: 8px; }
.facts .ico { color: var(--primary); }

/* Cartes formations : aux couleurs du site (bleu, marine, jaune) -------------------------------------------- */
.section--list { background: #e9eef4; }
.fgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fcard { position: relative; display: flex; flex-direction: column; background: linear-gradient(165deg, var(--primary) 0%, var(--primary-dark) 100%); color: #fff;
  border-radius: 12px; overflow: hidden; box-shadow: 0 6px 18px rgba(11, 37, 69, .22); transition: box-shadow .15s, transform .15s; }
.fcard__head { display: flex; flex-direction: column; gap: 6px; padding: 16px 20px 15px; background: var(--navy-2); border-bottom: 3px solid var(--yellow); transition: background-color .15s; }
.fcard__cat { display: inline-flex; align-items: center; gap: 6px; margin: 0; font-size: .74rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--yellow); }
.fcard__cat .ico { width: 15px; height: 15px; }
.fcard__title { margin: 0; font-size: 1.08rem; font-weight: 700; line-height: 1.32; letter-spacing: -.01em; }
.fcard__title a { color: #fff; text-decoration: none; }
.fcard__title a::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.fcard__title a:focus-visible { outline: 0; }
.fcard__body { display: flex; flex-direction: column; gap: 12px; flex: 1; padding: 16px 20px 18px; }
.fcard__text { margin: 0; color: #fff; font-size: .95rem; line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.fcard__meta { display: inline-flex; align-self: flex-start; align-items: center; gap: 6px; margin: 0; padding: .28em .75em; border-radius: 999px;
  background: var(--yellow); color: var(--navy); font-size: .85rem; font-weight: 800; }
.fcard__meta .ico { width: 15px; height: 15px; }
.fcard__more { display: inline-flex; align-self: flex-start; align-items: center; gap: 8px; margin-top: auto; padding: .55em 1.05em; border-radius: var(--radius-sm);
  background: #fff; color: var(--navy); font-weight: 700; font-size: .9rem; box-shadow: 0 2px 6px rgba(0, 0, 0, .15); transition: background-color .15s; }
.fcard__more .ico { width: 1em; height: 1em; transition: transform .15s; }
.fcard:hover, .fcard:focus-within { box-shadow: 0 14px 30px rgba(11, 37, 69, .35); transform: translateY(-3px); }
.fcard:hover .fcard__head, .fcard:focus-within .fcard__head { background: var(--navy); }
.fcard:hover .fcard__more { background: var(--yellow); }
.fcard:hover .fcard__more .ico { transform: translateX(3px); }
.fcard:focus-within { outline: 3px solid var(--yellow); outline-offset: 3px; }
.fgrid--compact { gap: 14px; }
.fcard--compact .fcard__head { flex: 1; padding: 13px 16px 12px; }
.fcard--compact .fcard__title { font-size: 1rem; }
.fcard--compact .fcard__body { flex: none; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; padding: 11px 16px; }
.fcard--compact .fcard__more { margin-top: 0; margin-left: auto; padding: .42em .85em; font-size: .85rem; }
@media (max-width: 1000px) { .fgrid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .fgrid { grid-template-columns: 1fr; gap: 16px; } }

/* Filtres ------------------------------------------------------------------------------------------------ */
.toolbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 24px; margin-bottom: 20px; }
.filter { flex: 1; max-width: 560px; }
@media (max-width: 600px) { .toolbar { flex-direction: column; align-items: stretch; } .filter { max-width: none; } .phead__desc { font-size: .95rem; } }
.filter__box { position: relative; }
.filter__ico { position: absolute; left: 13px; top: 50%; transform: translateY(-50%); color: var(--muted); width: 18px; height: 18px; pointer-events: none; }
.filter__box input { padding-left: 40px !important; }
.filter__count { margin: 0; color: var(--ink); font-size: .95rem; font-weight: 600; }
.catalog-tools { display: grid; grid-template-columns: 1fr minmax(200px, 300px) auto; align-items: end; gap: 14px; padding: 20px; margin-bottom: 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.catalog-tools > div { display: grid; gap: 6px; }
.catalog-tools label { font-weight: 600; font-size: .9rem; color: var(--ink); }
.catalog-tools + .filter__count { margin-bottom: 16px; }
@media (max-width: 760px) { .catalog-tools { grid-template-columns: 1fr; } }

/* Formulaires ------------------------------------------------------------------------------------------------ */
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], select, textarea {
  width: 100%; padding: .7em .85em; border: 1px solid var(--line-strong); border-radius: var(--radius-sm); background: #fff; font: 400 .97rem/1.4 var(--font); color: var(--ink); transition: border-color .15s, box-shadow .15s;
}
textarea { resize: vertical; min-height: 110px; }
select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235b6b7f' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 10px center; background-size: 18px; padding-right: 38px; }
input:focus, select:focus, textarea:focus { outline: 0; border-color: var(--primary); box-shadow: 0 0 0 4px rgba(10, 110, 189, .14); }
.form { display: grid; gap: 14px; }
.form--2col { grid-template-columns: 1fr 1fr; gap: 14px 18px; }
.field { display: grid; gap: 6px; }
.field label { font-weight: 600; font-size: .88rem; color: var(--ink); }
.field--full { grid-column: 1 / -1; }
.field--submit { align-self: end; }
.req { color: var(--danger); }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form__legal { margin: 0; font-size: .8rem; color: var(--muted); }
.notice { padding: 18px 20px; border-radius: var(--radius-sm); background: #fff; border: 1px solid #d3dde8; border-left: 5px solid var(--primary); margin-bottom: 18px; color: var(--ink); box-shadow: var(--shadow-sm); }
.notice p:last-child { margin: 0; }
.notice--error { background: #fef3f2; border-color: #fecdca; color: var(--danger); font-weight: 500; }
@media (max-width: 600px) { .form--2col { grid-template-columns: 1fr; } }

/* Fiche formation ------------------------------------------------------------------------------------------------ */
.product { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: clamp(28px, 4vw, 56px); padding-block: clamp(32px, 4vw, 56px); align-items: start; }
.product__aside { position: sticky; top: calc(var(--header-h) + 20px); display: grid; gap: 14px; }
.block { margin-bottom: 44px; }
.block:last-child { margin-bottom: 0; }
.block h2 { display: flex; align-items: center; gap: 12px; font-size: 1.45rem; }
.block h2::before { content: ""; flex: none; width: 6px; height: 1.1em; border-radius: 3px; background: var(--primary); }
.prose { max-width: 74ch; }
.prose h2 { font-size: 1.3rem; margin-top: 1.6em; }
.prose h3 { font-size: 1.1rem; margin-top: 1.4em; }
.prose li { margin-bottom: .35em; }
.sheet { margin: 0; }
.sheet__link { position: relative; display: block; border-radius: var(--radius); overflow: hidden; border: 1px solid #d3dde8; box-shadow: 0 10px 30px rgba(15, 27, 45, .12); background: #fff; }
.sheet__link img { width: 100%; }
.sheet__zoom { position: absolute; right: 14px; top: 14px; display: inline-flex; align-items: center; gap: 6px; padding: .45em .85em; border-radius: var(--radius-sm); background: rgba(11, 37, 69, .88); color: #fff; font-size: .85rem; font-weight: 550; }
.sheet figcaption { margin-top: 12px; font-size: .88rem; color: var(--muted); }
.card { background: #fff; border: 1px solid #d3dde8; border-radius: var(--radius); padding: clamp(20px, 3vw, 28px); box-shadow: var(--shadow-sm); }
.card--form { border-top: 4px solid var(--primary); box-shadow: 0 10px 30px rgba(15, 27, 45, .12); }
.card--form h2 { margin-bottom: .35em; }
.card--call { display: flex; align-items: center; gap: 14px; padding: 18px 20px; background: var(--navy); border: 0; color: #b8c7da; text-decoration: none; line-height: 1.3; font-size: .88rem; }
.card--call > .ico { width: 42px; height: 42px; padding: 10px; border-radius: 50%; background: rgba(255, 255, 255, .1); color: var(--sky); }
.card--call strong { display: block; color: #fff; font-size: 1.2rem; font-variant-numeric: tabular-nums; }
.card--call small { display: block; font-size: .76rem; }
.card--call:hover strong { color: var(--sky); }
.interbox { margin-bottom: 36px; padding: 18px 20px; border-radius: var(--radius); background: #fff; border: 1px solid #d3dde8; border-left: 5px solid var(--yellow); box-shadow: var(--shadow-sm); }
.interbox__head { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 10px; }
.interbox__title { display: inline-flex; align-items: center; gap: 8px; margin: 0; font-weight: 650; color: var(--ink); }
.interbox__title .ico { color: var(--primary); }
.interbox ul { margin: 0 0 14px; padding-left: 1.2em; color: var(--ink); }
@media (max-width: 960px) { .product { grid-template-columns: 1fr; } .product__aside { position: static; } }

/* Calendrier -------------------------------------------------------------------------------------------------------- */
.cal { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: clamp(24px, 4vw, 48px); align-items: start; }
.cal__aside { position: sticky; top: calc(var(--header-h) + 20px); }
.sessions { display: grid; gap: 14px; margin-bottom: 28px; }
.session { padding: 22px 24px; background: #fff; border: 1px solid #d3dde8; border-top: 4px solid var(--primary); border-radius: var(--radius); box-shadow: 0 2px 10px rgba(15, 27, 45, .06); scroll-margin-top: calc(var(--header-h) + 20px); }
.session:target { border-color: var(--primary); box-shadow: 0 0 0 4px rgba(10, 110, 189, .14); }
.session__head { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 10px; }
.session__title { margin: 0 0 4px; font-size: 1.2rem; }
.session__link { display: inline-flex; align-items: center; gap: 6px; font-size: .88rem; font-weight: 550; text-decoration: none; }
.session__link .ico { width: 1em; height: 1em; }
.session__dates { list-style: none; margin: 16px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.datebtn { display: inline-flex; align-items: center; gap: 8px; padding: .6em 1em; border-radius: var(--radius-sm); border: 1px solid #9cc3e6; background: var(--primary-soft); color: var(--primary-dark); font: 650 .93rem var(--font); cursor: pointer; }
.datebtn .ico { color: var(--primary); }
.datebtn:hover, .datebtn.is-selected { background: var(--primary); border-color: var(--primary); color: #fff; }
.datebtn:hover .ico, .datebtn.is-selected .ico { color: #fff; }
.booking { scroll-margin-top: calc(var(--header-h) + 20px); }
@media (max-width: 1000px) { .cal { grid-template-columns: 1fr; } .cal__aside { position: static; } }

/* Contact ---------------------------------------------------------------------------------------------------------- */
.contact { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: clamp(24px, 4vw, 48px); align-items: start; }
.contact__side { display: grid; gap: 18px; }
.infolist { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.infolist li { display: flex; gap: 14px; align-items: center; }
.infolist .ico { width: 36px; height: 36px; padding: 8px; border-radius: 10px; background: var(--primary); color: #fff; margin-top: 0; }
.infolist strong { display: block; }
.infolist small { display: block; color: var(--muted); }
.map { border-radius: var(--radius); overflow: hidden; border: 1px solid #d3dde8; aspect-ratio: 4 / 3; background: #fff; box-shadow: var(--shadow-sm); }
.map iframe { width: 100%; height: 100%; border: 0; display: block; }
.map__placeholder { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 20px; text-align: center; color: var(--muted); font-size: .9rem; }
.map__placeholder > .ico { width: 36px; height: 36px; color: var(--primary); }
.map__placeholder p { margin: 0; max-width: 32ch; }
@media (max-width: 860px) { .contact { grid-template-columns: 1fr; } }

/* Pied de page ---------------------------------------------------------------------------------------------------------- */
.footer { background: var(--navy); color: #b8c7da; font-size: .92rem; }
.footer__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.1fr; gap: 40px; padding-block: 64px 44px; }
.footer__about img { width: 112px; margin-bottom: 16px; }
.footer__about p { max-width: 34ch; }
.footer a { color: #e3ebf5; text-decoration: none; }
.footer a:hover { color: #fff; text-decoration: underline; }
.footer__title { font-size: .78rem; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; color: #fff; margin-bottom: 16px; }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.footer__contact { margin-bottom: 18px !important; }
.footer__contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer__contact small { display: block; color: #8fa3bb; font-size: .78rem; }
.footer__contact .ico { width: 17px; height: 17px; margin-top: 3px; color: var(--sky); }
.footer .linkbtn { color: #e3ebf5; }
.footer .linkbtn:hover { color: #fff; text-decoration: underline; }
.footer .btn--light { color: var(--navy); }
.footer .btn--light:hover { text-decoration: none; }
.footer__qualiopi { margin-top: 20px; display: inline-flex; flex-direction: column; gap: 6px; background: #fff; border-radius: var(--radius-sm); padding: 10px 12px; }
.footer__qualiopi small { color: var(--navy); font-weight: 600; text-align: center; font-size: .78rem; }
.footer__bottom { border-top: 1px solid rgba(255, 255, 255, .1); font-size: .84rem; }
.footer__bottom-in { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; padding-block: 20px; }
.footer__bottom p { margin: 0; }
@media (max-width: 980px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer__grid { grid-template-columns: 1fr; } }

/* Cookies ---------------------------------------------------------------------------------------------------------------- */
.consent { position: fixed; z-index: 90; left: 20px; bottom: calc(20px + env(safe-area-inset-bottom, 0px)); max-width: 420px; padding: 20px 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg); font-size: .88rem; }
.consent__title { font-weight: 650; color: var(--ink); margin-bottom: 6px; font-size: .98rem; }
.consent__actions { display: flex; gap: 10px; }
.consent__actions .btn { flex: 1; }
@media (max-width: 480px) { .consent { left: 10px; right: 10px; bottom: 10px; max-width: none; } }

@media print {
  .topbar, .header, .footer, .product__aside, .consent, .phead .btns, .section--soft, .cta { display: none !important; }
  .product { display: block; }
}
