/* Kmunity, site public. Version Fable, 2026-09-12.
   Polices auto-hébergées : Bricolage Grotesque (titres), Figtree (texte).
   Deux thèmes : clair par défaut, sombre par préférence système ou data-theme. */

@font-face { font-family: "Bricolage Grotesque"; src: url("fonts/bricolage-grotesque.woff2") format("woff2"); font-weight: 300 800; font-stretch: 75% 100%; font-display: swap; }
@font-face { font-family: "Figtree"; src: url("fonts/figtree.woff2") format("woff2"); font-weight: 300 900; font-style: normal; font-display: swap; }
@font-face { font-family: "Figtree"; src: url("fonts/figtree-italic.woff2") format("woff2"); font-weight: 300 900; font-style: italic; font-display: swap; }

:root {
  --bg: #ffffff;
  --bg-tint: #eef4fd;
  --bg-deep: #0a3f8f;
  --bg-night: #0b1a33;
  --ink: #0b1a33;
  --ink-2: #4a5a72;
  --ink-3: #5d6d86;
  --line: #d5deea;
  --line-strong: #b9c7d9;
  --blue: #0f6fec;
  --blue-hover: #0b5bc4;
  --button: #0f6fec;
  --button-hover: #0b5bc4;
  --blue-soft: #d9e8fd;
  --on-blue: #ffffff;
  --card: #ffffff;
  --card-shadow: 0 1px 2px rgba(11, 26, 51, .06), 0 18px 44px -20px rgba(11, 26, 51, .28);
  --green: #0cbc87; --red: #d6293e; --indigo: #4f46e5; --teal: #0d9488;
  --yellow: #f7c32e; --orange: #f97316; --cyan: #0891b2; --pink: #ec4899;
  --logo-0: #0b5ed7; --logo-60: #f59e0b; --logo-120: #1f78f5; --logo-180: #3d8bff; --logo-240: #1f78f5; --logo-300: #0f6fec; --logo-center: #cfe0ff;
  --display: "Bricolage Grotesque", "Segoe UI", system-ui, sans-serif;
  --text: "Figtree", "Segoe UI", system-ui, -apple-system, sans-serif;
  --radius: 10px;
  color-scheme: light;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --bg: #0b1526; --bg-tint: #101d34; --bg-deep: #0a2f66; --bg-night: #060d1a;
    --ink: #eef3fb; --ink-2: #b3c0d4; --ink-3: #7f8ea6; --line: #22304a; --line-strong: #34466a;
    --blue: #4d8ff5; --blue-hover: #6ea3f7; --button: #1f63d2; --button-hover: #2a72e6; --blue-soft: #14305c; --on-blue: #ffffff;
    --card: #101d34; --card-shadow: 0 1px 2px rgba(0,0,0,.4), 0 18px 44px -20px rgba(0,0,0,.7);
    --logo-0: #3d8bff; --logo-60: #fbbf24; --logo-120: #5aa2ff; --logo-180: #8bbcff; --logo-240: #5aa2ff; --logo-300: #3d8bff; --logo-center: #1e3a66;
    color-scheme: dark;
  }
}
:root[data-theme="dark"] {
  --bg: #0b1526; --bg-tint: #101d34; --bg-deep: #0a2f66; --bg-night: #060d1a;
  --ink: #eef3fb; --ink-2: #b3c0d4; --ink-3: #7f8ea6; --line: #22304a; --line-strong: #34466a;
  --blue: #4d8ff5; --blue-hover: #6ea3f7; --button: #1f63d2; --button-hover: #2a72e6; --blue-soft: #14305c; --on-blue: #ffffff;
  --card: #101d34; --card-shadow: 0 1px 2px rgba(0,0,0,.4), 0 18px 44px -20px rgba(0,0,0,.7);
  --logo-0: #3d8bff; --logo-60: #fbbf24; --logo-120: #5aa2ff; --logo-180: #8bbcff; --logo-240: #5aa2ff; --logo-300: #3d8bff; --logo-center: #1e3a66;
  color-scheme: dark;
}

*, *::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 { animation: none !important; transition: none !important; } }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--text); font-size: 1.0625rem; line-height: 1.6; overflow-wrap: anywhere; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, h4, p, ul, ol, dl, figure { margin: 0; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 600; line-height: 1.05; letter-spacing: -.025em; text-wrap: balance; color: var(--ink); }
h1 { font-size: clamp(2.6rem, 1.4rem + 4.2vw, 4.75rem); font-weight: 700; letter-spacing: -.035em; }
h2 { font-size: clamp(2rem, 1.2rem + 2.4vw, 3.1rem); letter-spacing: -.03em; }
h3 { font-size: 1.375rem; line-height: 1.2; }
p { max-width: 62ch; }
.lead { font-size: 1.25rem; line-height: 1.5; color: var(--ink-2); }
.muted { color: var(--ink-2); }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .18em; }
a:hover { text-decoration-thickness: 2px; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; border-radius: 3px; }
strong { font-weight: 600; color: var(--ink); }
code { font: .9em/1 ui-monospace, "Cascadia Mono", Consolas, monospace; color: var(--ink); background: var(--bg-tint); padding: .1em .35em; border-radius: 4px; }
mark { background: #ffe58a; color: #0b1a33; padding: .1em .35em; border-radius: 3px; }
time { color: inherit; }

.container { width: min(1180px, 100% - 3rem); margin-inline: auto; }
.section { padding-block: clamp(4rem, 3rem + 4vw, 7rem); }
.section-tint { background: var(--bg-tint); }
.section-night { background: var(--bg-night); color: #eef3fb; }
.section-night h2, .section-night h3, .section-night strong { color: #fff; }
.section-night .lead, .section-night .muted { color: #b3c0d4; }
.section-head { max-width: 46rem; display: grid; gap: 1.25rem; margin-bottom: clamp(2.5rem, 2rem + 2vw, 4rem); }
.kicker { font-family: var(--display); font-weight: 600; color: var(--blue); font-size: 1rem; letter-spacing: -.01em; display: inline-flex; align-items: center; gap: .6rem; }
.kicker::before { content: ""; width: 1.6rem; height: 3px; background: currentColor; border-radius: 2px; }
.section-night .kicker { color: #8fb8f8; }

.skip-link { position: absolute; left: 1rem; top: -4rem; background: var(--button); color: #fff; padding: .6rem 1rem; border-radius: 6px; z-index: 50; text-decoration: none; }
.skip-link:focus { top: 1rem; }

/* En-tête */
.site-header { position: sticky; top: 0; z-index: 40; background: color-mix(in srgb, var(--bg) 86%, transparent); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.header-inner { position: relative; min-height: 4.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; font-family: var(--display); font-weight: 700; font-size: 1.35rem; letter-spacing: -.03em; color: var(--ink); }
.brand img, .brand .logo-mark { width: 30px; height: 30px; }
.site-nav { display: flex; align-items: center; gap: 1.75rem; }
.site-nav a { text-decoration: none; font-weight: 500; font-size: .98rem; color: var(--ink-2); }
.site-nav a:hover { color: var(--ink); }
.site-nav .button { color: var(--on-blue); }
.menu-toggle, .menu-label, .menu-backdrop { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 3rem; padding: .75rem 1.35rem; border-radius: 999px; background: var(--button); color: var(--on-blue); border: 1px solid var(--button); font: 600 1rem/1.2 var(--text); text-decoration: none; cursor: pointer; transition: background .15s, border-color .15s, transform .15s; }
.button:hover { background: var(--button-hover); border-color: var(--button-hover); }
.button:active { transform: translateY(1px); }
.button-ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.button-ghost:hover { background: var(--bg-tint); border-color: var(--ink-3); }
.section-night .button-ghost { color: #fff; border-color: #34466a; }
.section-night .button-ghost:hover { background: #12203a; border-color: #5a6f96; }
.button-large { min-height: 3.5rem; padding: .95rem 1.75rem; font-size: 1.05rem; }

/* Accueil : ouverture */
.hero { padding-block: clamp(3rem, 2rem + 4vw, 6rem) clamp(3rem, 2rem + 3vw, 5rem); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(2rem, 4vw, 5rem); align-items: center; }
.hero h1 { max-width: 13ch; }
.hero .lead { margin-top: 1.5rem; max-width: 34rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2.25rem; }
.hero-note { margin-top: 1.5rem; font-size: .95rem; color: var(--ink-3); display: flex; flex-wrap: wrap; gap: .4rem 1.1rem; }
.hero-note span { display: inline-flex; align-items: center; gap: .4rem; }
.hero-note span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); }

/* Hero : capture web, écran mobile et notification Sextant */
.collage { position: relative; width: 100%; padding-block: 4rem 4.5rem; }
.ui { background: var(--card); color: var(--ink); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--card-shadow); line-height: 1.4; }
.notification { position: absolute; top: 0; right: 0; z-index: 3; display: flex; align-items: center; gap: .7rem; padding: .85rem 1rem; max-width: 100%; }
.avatar { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; font: 700 .8rem var(--display); color: var(--on-blue); background: var(--button); flex: none; }
.ui-name { font-weight: 600; font-size: .875rem; margin-top: .2rem; }
.ui-sub { color: var(--ink-2); font-size: .75rem; }
.hero-phone { position: absolute; left: 0; bottom: 0; z-index: 2; width: 206px; }

/* Fenêtres produit (captures réelles) : chrome 36 px, points neutres, bordure fine */
.window { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: var(--card); box-shadow: var(--card-shadow); }
.window-bar { height: 36px; display: flex; align-items: center; gap: .4rem; padding: 0 .9rem; border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--bg-tint) 60%, var(--card)); }
.window-bar i { width: 10px; height: 10px; border-radius: 50%; background: var(--line-strong); display: inline-block; }
.window-url { margin: 0 auto; height: 20px; min-width: 0; max-width: calc(100% - 46px); overflow: hidden; text-overflow: ellipsis; padding: 0 .8rem; border-radius: 6px; background: var(--bg-tint); font-size: .68rem; color: var(--ink-3); display: flex; align-items: center; justify-content: center; white-space: nowrap; }
.window img { display: block; width: 100%; height: auto; }
.window-accent { border-top: 1px solid var(--line); }
.hero-window { position: relative; width: 100%; z-index: 1; }
.panel-art.shot { padding: 0; background: transparent; border-top: 0; min-height: 0; }
.panel-art.shot .window img { height: auto; }
.window figcaption { padding: .85rem 1rem; border-top: 1px solid var(--line); color: var(--ink-2); font-size: .9rem; line-height: 1.5; }
.art-plate.shots { gap: 1.2rem; }
.art-plate.shots .window img { max-height: 22rem; object-fit: cover; object-position: top; }

/* Pour qui */
.audiences { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-block: 1px solid var(--line); }
.audiences > div { padding: 2rem 2rem 2rem 0; }
.audiences > div + div { border-left: 1px solid var(--line); padding-left: 2rem; }
.audiences h3 { margin-bottom: .6rem; }
.audiences p { color: var(--ink-2); font-size: 1rem; }

/* Explorateur de modules : onglets sans script (boutons radio) */
.modules { display: grid; grid-template-columns: minmax(16rem, 22rem) minmax(0, 1fr); gap: clamp(1.5rem, 3vw, 4rem); align-items: start; }
.modules input { position: absolute; opacity: 0; width: 1px; height: 1px; pointer-events: none; }
.module-list { display: grid; gap: .1rem; position: sticky; top: 6rem; }
.module-list label { display: grid; grid-template-columns: 12px 1fr; gap: .8rem; align-items: baseline; padding: .8rem .9rem; border-radius: 10px; cursor: pointer; font-family: var(--display); font-weight: 600; font-size: 1.1rem; color: var(--ink-2); transition: background .15s, color .15s; }
.module-list label::before { content: ""; width: 12px; height: 12px; border-radius: 50%; background: var(--c); transform: translateY(1px); }
.module-list label:hover { background: var(--bg-tint); color: var(--ink); }
.module-list small { display: block; font: 400 .85rem/1.3 var(--text); color: var(--ink-3); grid-column: 2; }
.module-panels { position: relative; min-height: 32rem; }
.panel { display: none; grid-template-columns: minmax(0, 1fr); gap: 1.5rem; }
.panel-copy { max-width: 40rem; }
.panel-copy h3 { font-size: clamp(1.6rem, 1.2rem + 1.2vw, 2.2rem); margin-bottom: .8rem; }
.panel-copy p { color: var(--ink-2); }
.panel-copy ul { list-style: none; padding: 0; margin-top: 1rem; display: grid; gap: .35rem; color: var(--ink-2); }
.panel-copy li { padding-left: 1.4rem; position: relative; }
.panel-copy li::before { content: ""; position: absolute; left: 0; top: .62em; width: 8px; height: 8px; border-radius: 50%; background: var(--c); }
.panel-art { border-radius: 20px; background: var(--bg-tint); padding: clamp(1.25rem, 2vw, 2.25rem); position: relative; overflow: hidden; min-height: 18rem; border-top: 4px solid var(--c); }
#m-fil:checked ~ .module-panels .p-fil, #m-espaces:checked ~ .module-panels .p-espaces, #m-evenements:checked ~ .module-panels .p-evenements,
#m-intranet:checked ~ .module-panels .p-intranet, #m-assistant:checked ~ .module-panels .p-assistant, #m-ideation:checked ~ .module-panels .p-ideation,
#m-gamification:checked ~ .module-panels .p-gamification, #m-portails:checked ~ .module-panels .p-portails, #m-personnes:checked ~ .module-panels .p-personnes { display: grid; }
#m-fil:checked ~ .module-list [for="m-fil"], #m-espaces:checked ~ .module-list [for="m-espaces"], #m-evenements:checked ~ .module-list [for="m-evenements"],
#m-intranet:checked ~ .module-list [for="m-intranet"], #m-assistant:checked ~ .module-list [for="m-assistant"], #m-ideation:checked ~ .module-list [for="m-ideation"],
#m-gamification:checked ~ .module-list [for="m-gamification"], #m-portails:checked ~ .module-list [for="m-portails"], #m-personnes:checked ~ .module-list [for="m-personnes"] { background: var(--card); color: var(--ink); box-shadow: var(--card-shadow); }
#m-fil:focus-visible ~ .module-list [for="m-fil"], #m-espaces:focus-visible ~ .module-list [for="m-espaces"], #m-evenements:focus-visible ~ .module-list [for="m-evenements"], #m-intranet:focus-visible ~ .module-list [for="m-intranet"], #m-assistant:focus-visible ~ .module-list [for="m-assistant"], #m-ideation:focus-visible ~ .module-list [for="m-ideation"], #m-gamification:focus-visible ~ .module-list [for="m-gamification"], #m-portails:focus-visible ~ .module-list [for="m-portails"], #m-personnes:focus-visible ~ .module-list [for="m-personnes"] { outline: 3px solid var(--blue); outline-offset: 3px; }
/* Sur le téléphone */
.phones { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(.75rem, 1.5vw, 1.5rem); align-items: start; margin-block: 1rem 2.5rem; }
.phone { border: 8px solid #0b1a33; border-radius: 34px; background: #ffffff; color: #0b1a33; overflow: hidden; box-shadow: 0 40px 80px -30px rgba(0,0,0,.7); }
.phone img { width: 100%; height: auto; }
.section-night .phone { border-color: #23324d; }
.phone-caption { margin-top: 1rem; text-align: center; color: #b3c0d4; font-size: .95rem; line-height: 1.45; }
.phones figure:nth-child(2) { transform: translateY(2.5rem); }
.store-badges { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.5rem; }
.store-badge { display: inline-flex; align-items: center; gap: .55rem; padding: .55rem 1rem; border: 1px solid #34466a; border-radius: 10px; color: #fff; font-weight: 600; font-size: .95rem; }
.store-badge small { display: block; font-weight: 400; font-size: .7rem; color: #b3c0d4; }
.mobile-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.4fr); gap: clamp(2rem, 4vw, 5rem); align-items: center; }

/* Ce que Kmunity ne fait pas */
.nots { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 clamp(2rem, 4vw, 5rem); }
.nots > div { padding: 1.4rem 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 2rem 1fr; gap: .9rem; }
.nots > div::before { content: ""; width: 1.4rem; height: 1.4rem; border-radius: 50%; border: 2px solid var(--red); position: relative; top: .1rem;
  background: linear-gradient(45deg, transparent 45%, var(--red) 45%, var(--red) 55%, transparent 55%); }
.nots h3 { font-size: 1.15rem; margin-bottom: .35rem; }
.nots p { color: var(--ink-2); font-size: 1rem; }

/* Administration et confiance */
.trust { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2rem, 4vw, 5rem); align-items: center; }
.trust-list { list-style: none; padding: 0; display: grid; gap: 1.4rem; margin-top: 2rem; }
.trust-list li { display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: start; }
.trust-list .n { font-family: var(--display); font-weight: 700; font-size: 1.6rem; color: var(--blue); line-height: 1; width: 2.2rem; }
.trust-list h3 { font-size: 1.15rem; margin-bottom: .25rem; }
.trust-list p { color: var(--ink-2); font-size: 1rem; }
.art-plate { border-radius: 20px; background: var(--bg-tint); padding: clamp(1.25rem, 2vw, 2rem); display: grid; gap: .9rem; }

/* Déploiement */
.deploy { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.5rem, 3vw, 3rem); }
.deploy > div { padding: 2rem; border-radius: 20px; border: 1px solid var(--line); background: var(--card); }
.deploy h3 { font-size: 1.6rem; margin-bottom: .8rem; }
.deploy p { color: var(--ink-2); }
.deploy p + p { margin-top: .6rem; }
.sso { margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: .8rem 2rem; align-items: center; color: var(--ink-2); }
.sso span { font-weight: 600; color: var(--ink); padding: .35rem .8rem; border: 1px solid var(--line-strong); border-radius: 999px; font-size: .92rem; }

/* Appel final */
.cta { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 2rem; align-items: center; padding: clamp(2rem, 4vw, 3.5rem); border-radius: 24px; background: var(--bg-deep); color: #fff; }
.cta h2 { color: #fff; max-width: 20ch; }
.cta p { color: #cfe0fb; margin-top: .8rem; }
.cta .button { background: #fff; color: #0a3f8f; border-color: #fff; }
.cta .button:hover { background: #e9f1fe; border-color: #e9f1fe; }

/* Pied de page */
.site-footer { padding: 3rem 0 2rem; border-top: 1px solid var(--line); color: var(--ink-2); font-size: .95rem; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(0, 1fr)); gap: 2rem; }
.footer-grid h4 { font-size: .95rem; margin-bottom: .8rem; color: var(--ink); }
.footer-grid ul { list-style: none; padding: 0; display: grid; gap: .5rem; }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover { text-decoration: underline; }
.footer-brand p { margin-top: .8rem; max-width: 30rem; }
.copyright { margin-top: 2.5rem; padding-top: 1.25rem; border-top: 1px solid var(--line); font-size: .88rem; color: var(--ink-3); display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem; }

/* Pages de texte (confidentialité, assistance, suppression, mentions) */
.page-intro { padding-block: clamp(3rem, 2rem + 3vw, 5rem) clamp(2rem, 1.5rem + 2vw, 3.5rem); background: var(--bg-tint); }
.page-intro h1 { font-size: clamp(2.2rem, 1.4rem + 2.8vw, 3.6rem); }
.eyebrow { display: inline-flex; align-items: center; gap: .6rem; font-family: var(--display); font-weight: 600; color: var(--blue); margin-bottom: 1rem; }
.eyebrow::before { content: ""; width: 1.6rem; height: 3px; background: currentColor; border-radius: 2px; }
/* Les petits titres sur fond teinté utilisent le bleu de survol existant pour AA. */
.section-tint .kicker, .page-intro .eyebrow { color: var(--blue-hover); }
.page-intro p { margin-top: 1rem; }
.page-intro.dark { background: var(--bg-tint); color: var(--ink); }
.document-layout { display: grid; grid-template-columns: 16rem minmax(0, 44rem); gap: clamp(2rem, 4vw, 5rem); padding-block: 3rem 5rem; align-items: start; }
.contents { position: sticky; top: 6rem; padding: 1.25rem 0; border-top: 3px solid var(--blue); }
.contents h2 { font-size: 1rem; margin-bottom: .9rem; }
.contents ol { list-style: none; padding: 0; display: grid; gap: .55rem; }
.contents a { font-size: .95rem; color: var(--ink-2); text-decoration: none; }
.contents a:hover { color: var(--ink); text-decoration: underline; }
.legal-copy > section + section { margin-top: 2.75rem; padding-top: 2.25rem; border-top: 1px solid var(--line); }
.legal-copy h2 { font-size: 1.75rem; margin-bottom: 1rem; }
.legal-copy p, .legal-copy li { color: var(--ink-2); }
.legal-copy p + p { margin-top: .9rem; }
.data-list { padding-left: 1.3rem; display: grid; gap: .6rem; margin-top: .9rem; }
.support-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2rem, 4vw, 5rem); padding-block: 3rem 5rem; align-items: start; }
.support-block h2 { font-size: 1.6rem; margin-bottom: 1rem; }
.support-block + .support-block { margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.support-block p { color: var(--ink-2); }
.support-block p + p { margin-top: .8rem; }
.support-block h3 { font-size: 1.05rem; margin: 1.4rem 0 .4rem; }
.support-demo { padding: 2rem; border-radius: 20px; background: var(--bg-tint); border-top: 4px solid var(--blue); }
.support-demo h2 { font-size: 1.75rem; margin-bottom: .8rem; }
.support-demo > p { color: var(--ink-2); margin-bottom: 1.5rem; }
.field { margin-bottom: 1.1rem; }
.field label { display: block; font-weight: 600; font-size: .95rem; margin-bottom: .35rem; }
.field input, .field select, .field textarea { width: 100%; padding: .75rem .9rem; border: 1px solid var(--line-strong); border-radius: 8px; background: var(--card); color: var(--ink); font: inherit; }
.field textarea { min-height: 8rem; resize: vertical; }
.field-checkbox { display: flex; align-items: center; gap: .6rem; margin-bottom: 1.1rem; }
.field-checkbox input { width: auto; }
.field-checkbox label { font-weight: 500; margin: 0; }
.champ-piege { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-help { font-size: .9rem; color: var(--ink-3); margin: 0 0 1.1rem; }
.reading-width { width: min(44rem, 100% - 3rem); margin-inline: auto; padding-block: 3rem 5rem; }
.deletion-steps { list-style: none; padding: 0; counter-reset: step; }
.deletion-steps > li { counter-increment: step; padding: 1.75rem 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; }
.deletion-steps > li::before { content: counter(step); font-family: var(--display); font-weight: 700; font-size: 1.8rem; color: var(--blue); line-height: 1; }
.deletion-steps h2 { font-size: 1.4rem; margin-bottom: .6rem; grid-column: 2; }
.deletion-steps > li > * { grid-column: 2; }
.deletion-steps p { color: var(--ink-2); }
.deletion-steps p + p { margin-top: .6rem; }
.notice { margin-top: 2rem; padding: 1.5rem 1.75rem; border-radius: 14px; background: var(--bg-tint); border-left: 4px solid var(--blue); }
.notice h2 { font-size: 1.2rem; margin-bottom: .5rem; }
.notice p { color: var(--ink-2); }
.notice + p { margin-top: 1.5rem; color: var(--ink-2); }
.legal-fields { display: grid; }
.legal-fields > div { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr); gap: 1rem; padding: .9rem 0; border-bottom: 1px solid var(--line); }
.legal-fields dt { color: var(--ink-3); }
.legal-fields dd { margin: 0; color: var(--ink); }

/* Adaptation */
@media (max-width: 1023px) {
  .header-inner { flex-wrap: wrap; }
  .menu-toggle { display: block; position: absolute; opacity: 0; width: 1px; height: 1px; }
  .menu-label { display: inline-flex; align-items: center; gap: .6rem; min-height: 2.75rem; padding: .4rem .9rem; border: 1px solid var(--line-strong); border-radius: 999px; cursor: pointer; font-weight: 600; font-size: .95rem; }
  .menu-label::before { content: ""; width: 16px; height: 10px; border-block: 2px solid var(--ink); }
  .menu-toggle:focus-visible + .menu-label { outline: 3px solid var(--blue); }
  .menu-close { display: none; }
  .menu-toggle:checked ~ .menu-label .menu-open { display: none; }
  .menu-toggle:checked ~ .menu-label .menu-close { display: inline; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; align-items: stretch; gap: .25rem; padding: .75rem 1.5rem 1.25rem; background: var(--bg); border-bottom: 1px solid var(--line); box-shadow: 0 24px 40px -24px rgba(11,26,51,.35); }
  .menu-toggle:checked ~ .site-nav { display: flex; }
  .menu-toggle:checked ~ .menu-backdrop { display: block; position: absolute; left: calc((100% - 100vw) / 2); right: calc((100% - 100vw) / 2); top: 100%; height: 100vh; background: rgba(11,26,51,.35); z-index: 30; cursor: pointer; }
  .site-nav { z-index: 41; }
  .site-nav a { padding: .7rem 0; font-size: 1.05rem; }
  .site-nav .button { margin-top: .5rem; }
  .hero-grid { grid-template-columns: 1fr; }
  .collage { max-width: 46rem; margin-inline: auto; }
  .modules { grid-template-columns: 1fr; }
  .module-list { position: static; grid-template-columns: repeat(3, 1fr); }
  .module-list small { display: none; }
  .module-list label { font-size: 1rem; padding: .6rem .7rem; }
  .module-panels { min-height: 0; }
  .trust, .mobile-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .document-layout { grid-template-columns: 1fr; gap: 2rem; }
  .contents { position: static; }
  .support-layout { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  body { font-size: 1rem; }
  .container { width: min(1180px, 100% - 2rem); }
  .lead { font-size: 1.1rem; }
  .hero h1 { max-width: none; }
  .collage { padding: 0; display: grid; gap: 1rem; }
  .hero-phone { display: none; }
  .notification { position: static; justify-self: end; }
  .audiences { grid-template-columns: 1fr; }
  .audiences > div { padding: 1.5rem 0; }
  .audiences > div + div { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .module-list { grid-template-columns: 1fr 1fr; }
  .phones { grid-template-columns: 1fr; max-width: 18rem; margin-inline: auto; }
  .phones figure:nth-child(2) { transform: none; }
  .nots, .deploy { grid-template-columns: 1fr; }
  .cta { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .deletion-steps > li { grid-template-columns: 2.4rem 1fr; }
  .reading-width { width: min(44rem, 100% - 2rem); }
}
