/* Appstention 2027 — shared stylesheet (fr + en pages) */
:root {
  --bleu: #000091;
  --bleu-fonce: #00006d;
  --bleu-pale: #eef0fa;
  --rouge: #e1000f;
  --bg: #ffffff;
  --alt: #f6f6f9;
  --ink: #161616;
  --body: #3a3a3a;
  --muted: #6b6b6b;
  --line: #c9c9d8;
  --focus: #0a76f6;
  --success: #18753c;
  --emeraude: #065f46;
  --emeraude-fonce: #043f30;
  --emeraude-clair: #ecfdf5;
  --paper: #fbfbfe;
  --ease: cubic-bezier(.16,1,.3,1);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  background: var(--bg);
  color: var(--body);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  font-size: 15.5px;
  line-height: 1.55;
}
.wrap { max-width: 720px; margin: 0 auto; padding: 0 18px; }
h1, h2 {
  font-family: Georgia, 'Times New Roman', serif;
  color: var(--ink);
  font-weight: 500;
  letter-spacing: -.01em;
  line-height: 1.12;
}
h1 { font-size: clamp(1.7rem, 4.5vw, 2.4rem); }
h2 { font-size: clamp(1.25rem, 3vw, 1.55rem); margin-bottom: 14px; }
h3 { font-size: .98rem; font-weight: 700; color: var(--ink); }
p { max-width: 68ch; }
p + p { margin-top: 10px; }
section.bloc { padding-top: 40px; padding-bottom: 40px; }
section.bloc + section.bloc { border-top: 1px solid var(--line); }
a { color: var(--bleu); text-underline-offset: 3px; }
:focus-visible { outline: 2px solid var(--focus); outline-offset: 2px; }
.sr-only {
  position: absolute; 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: -9999px; top: 0; background: var(--bleu); color: #fff; padding: 10px 16px; z-index: 100; }
.skip:focus { left: 8px; top: 8px; }

/* Tricolor bar: civic identity marker, paired with the independence statement below */
.tricolore { display: flex; height: 3px; }
.tricolore span:nth-child(1) { flex: 1; background: var(--bleu); }
.tricolore span:nth-child(2) { flex: 1; background: #fff; }
.tricolore span:nth-child(3) { flex: 1; background: var(--rouge); }

/* Header */
header.site {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.site-inner { max-width: 980px; margin: 0 auto; padding: 8px 18px 0; }
.site-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.brand { text-decoration: none; display: flex; align-items: center; gap: 10px; }
.brand img { width: 36px; height: 36px; flex: none; }
.brand strong { color: var(--ink); font-size: .95rem; }
.brand small { color: var(--muted); font-size: .72rem; display: block; }
nav.menu {
  display: flex; gap: 2px; margin: 4px -18px 0; padding: 0 12px;
  overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch;
}
nav.menu::-webkit-scrollbar { display: none; }
nav.menu a {
  color: var(--body); text-decoration: none; font-size: .85rem; font-weight: 500;
  padding: 6px 8px 8px; white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: color 250ms var(--ease), border-color 250ms var(--ease);
}
nav.menu a:hover { color: var(--bleu); border-bottom-color: var(--bleu); }

/* Language switch */
.lang-switch { display: flex; gap: 4px; flex: none; font-size: .78rem; }
.lang-switch a, .lang-switch span {
  padding: 3px 8px; border-radius: 999px; text-decoration: none;
  border: 1px solid var(--line); color: var(--body); font-weight: 600;
}
.lang-switch a:hover { border-color: var(--bleu); color: var(--bleu); }
.lang-switch [aria-current="true"] { background: var(--bleu); border-color: var(--bleu); color: #fff; }

/* Confirmation banner */
.banner { padding: 12px 18px; font-weight: 600; font-size: .92rem; text-align: center; }
.banner.ok { background: var(--bleu-pale); color: var(--bleu); }
.banner.err { background: #fdecec; color: var(--rouge); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 11px 20px; border-radius: 6px;
  font-size: .95rem; font-weight: 600; text-decoration: none; border: none;
  cursor: pointer; font-family: inherit;
  background: var(--bleu); color: #fff;
  transition: background 250ms var(--ease), transform 250ms var(--ease), box-shadow 250ms var(--ease);
}
.btn:hover { background: var(--bleu-fonce); transform: translateY(-1px); }
.btn:disabled { background: var(--muted); cursor: default; }
.btn-primary {
  min-height: 48px; padding-inline: 22px;
  box-shadow: 0 8px 20px rgba(0,0,145,.18);
}
.btn-primary:hover { box-shadow: 0 10px 26px rgba(0,0,145,.24); }
.lien { background: none; border: none; font: inherit; color: var(--bleu); text-decoration: underline; text-underline-offset: 3px; cursor: pointer; padding: 0; }
.btn-soutien {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 18px; border-radius: 999px;
  font-size: .95rem; font-weight: 600; font-family: inherit; cursor: pointer;
  background: #fff; color: var(--bleu); border: 1.5px solid var(--bleu);
  transition: background 250ms var(--ease), color 250ms var(--ease);
}
.btn-soutien:hover { background: var(--bleu-pale); }
.btn-soutien[aria-pressed="true"] { background: var(--bleu); color: #fff; cursor: default; }
.btn-soutien .coeur { font-size: 1.05em; line-height: 1; }
.btn-soutien .n { font-variant-numeric: tabular-nums; }
.banner .share { display: inline-flex; gap: 14px; margin-left: 12px; flex-wrap: wrap; }
.banner .share a, .banner .share button { color: inherit; font: inherit; font-weight: 600; }

/* Hero */
.hero {
  max-width: 980px; position: relative; isolation: isolate;
  padding-top: 52px; padding-bottom: 38px;
}
.hero::before {
  content: ""; position: absolute; z-index: -1; pointer-events: none;
  width: 520px; height: 360px; right: -110px; top: -80px;
  background: radial-gradient(circle, rgba(0,0,145,.08), rgba(0,0,145,0) 68%);
}
.eyebrow, .section-kicker {
  color: var(--bleu); font-size: .76rem; line-height: 1.3;
  font-weight: 800; letter-spacing: .09em; text-transform: uppercase;
}
.eyebrow { margin-bottom: 16px; }
.eyebrow span { color: var(--rouge); margin: 0 4px; }
.hero h1 { max-width: 14ch; font-size: clamp(2.1rem, 5vw, 3.45rem); letter-spacing: -.025em; }
.hero .sub { margin: 16px 0 18px; font-size: 1.08rem; max-width: 58ch; }
.hero-promises {
  display: flex; flex-wrap: wrap; gap: 8px 18px;
  list-style: none; margin: 0 0 22px; color: var(--muted); font-size: .84rem;
}
.hero-promises li { display: flex; align-items: center; gap: 7px; }
.hero-promises li::before {
  content: "✓"; display: inline-grid; place-items: center;
  width: 18px; height: 18px; border-radius: 50%;
  background: #e7f4eb; color: var(--success); font-size: .72rem; font-weight: 800;
}
.hero-promises strong { color: var(--ink); }
.cta-row { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.cta-note { font-size: .82rem; color: var(--muted); margin-top: 14px; max-width: 62ch; }
.hero-flex { display: flex; gap: clamp(36px, 7vw, 76px); align-items: center; }
.hero-copy { flex: 1; }
.hero-illu { width: 180px; flex: none; }
.voice-card {
  position: relative; flex: 0 0 320px;
  padding: 18px; border: 1px solid #b9b9cc; border-radius: 16px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 24px 60px rgba(0,0,50,.13), 0 3px 10px rgba(0,0,145,.07);
  transform: rotate(1.25deg);
}
.voice-card::before {
  content: ""; position: absolute; inset: 8px -8px -8px 8px; z-index: -1;
  border: 1px solid var(--line); border-radius: 16px; background: var(--alt);
}
.voice-card-head {
  display: flex; align-items: center; gap: 8px; margin-bottom: 14px;
  color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
}
.live-dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--rouge);
  box-shadow: 0 0 0 5px rgba(225,0,15,.09);
  animation: live-pulse 2.2s ease-out infinite;
}
@keyframes live-pulse {
  0%, 55% { box-shadow: 0 0 0 0 rgba(225,0,15,.22); }
  100% { box-shadow: 0 0 0 9px rgba(225,0,15,0); }
}
.reason-card {
  padding: 16px; border-radius: 10px; background: var(--bleu-pale);
  border-left: 3px solid var(--bleu);
}
.reason-label {
  display: block; margin-bottom: 5px; color: var(--muted);
  font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em;
}
.reason-card strong {
  display: block; color: var(--ink); font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.02rem; font-weight: 500; line-height: 1.35;
}
.voice-path { display: flex; justify-content: center; gap: 18px; height: 34px; }
.voice-path span { position: relative; width: 7px; height: 7px; margin-top: 13px; border-radius: 50%; background: var(--bleu); }
.voice-path span::before { content: ""; position: absolute; width: 18px; height: 1px; right: 5px; top: 3px; background: var(--line); }
.voice-path span:first-child::before { display: none; }
.voice-outcomes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.voice-outcomes span {
  display: grid; place-items: center; min-height: 48px; padding: 7px 5px;
  border: 1px solid var(--line); border-radius: 8px; text-align: center;
  color: var(--ink); font-size: .68rem; font-weight: 700; line-height: 1.25;
}
.voice-live {
  max-width: none; margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--line);
  color: var(--muted); font-size: .73rem; text-align: center;
}
.voice-live strong { color: var(--bleu); font-variant-numeric: tabular-nums; }
.conversion-strip {
  max-width: 980px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  margin-bottom: 40px; padding: 0; overflow: hidden;
  border: 1px solid var(--line); border-radius: 12px; background: var(--line);
}
.conversion-strip article {
  display: flex; gap: 12px; align-items: flex-start; padding: 16px; background: #fff;
}
.strip-mark {
  flex: none; color: var(--rouge); font-size: .66rem; font-weight: 800;
  letter-spacing: .08em; line-height: 1.55;
}
.conversion-strip strong { display: block; color: var(--ink); font-size: .86rem; }
.conversion-strip small { display: block; margin-top: 2px; color: var(--muted); font-size: .72rem; line-height: 1.4; }
.alt-illu { display: block; width: min(340px, 100%); margin: 4px auto 20px; }
.rapports-head { display: flex; gap: 28px; align-items: flex-start; justify-content: space-between; }
.rapport-illu { width: 64px; flex: none; }

/* Bands */
.band { background: var(--alt); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.band section { padding-top: 30px; padding-bottom: 30px; }
.band-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 10px; }
.band-head h2 { margin: 4px 0 0; }
.text-cta { flex: none; font-size: .84rem; font-weight: 700; text-decoration: none; }
.text-cta span { display: inline-block; transition: transform 200ms var(--ease); }
.text-cta:hover span { transform: translateX(3px); }
.band-bleu { background: var(--bleu); color: #dcdcf2; }
.band-bleu h2 { color: #fff; }
.band-bleu a { color: #fff; }

/* Objectif */
.objectif-num { font-variant-numeric: tabular-nums; color: var(--ink); }
.objectif-num .n { font-size: clamp(1.9rem, 5vw, 2.6rem); font-weight: 700; line-height: 1; }
.objectif-num .sur { color: var(--muted); font-size: 1rem; margin-left: 6px; }
.objectif-track { background: #e4e4ee; border-radius: 999px; height: 8px; overflow: hidden; margin: 12px 0 8px; }
.objectif-fill { background: var(--bleu); height: 100%; border-radius: 999px; min-width: 2px; width: 0; transition: width 600ms var(--ease); }
.objectif-note { font-size: .84rem; color: var(--muted); max-width: 60ch; }
.objectif-note + .objectif-note { margin-top: 8px; }
.manque { color: var(--ink); font-weight: 600; }
.bars { display: grid; gap: 10px; margin-top: 20px; }
.bar-row .bar-label { display: flex; justify-content: space-between; gap: 12px; font-size: .85rem; margin-bottom: 4px; color: var(--ink); }
.bar-row .bar-label .n { font-variant-numeric: tabular-nums; color: var(--muted); }
.bar-track { background: #e4e4ee; border-radius: 999px; height: 7px; overflow: hidden; }
.bar-fill { background: var(--bleu); height: 100%; border-radius: 999px; width: 0; transition: width 600ms var(--ease); }

/* Mécanismes & alternative */
.meca { display: grid; gap: 18px; margin-top: 18px; }
.meca article { border-left: 3px solid var(--bleu); padding-left: 14px; }
.meca h3 .no { color: var(--bleu); font-variant-numeric: tabular-nums; margin-right: 8px; }
.meca p { margin-top: 4px; }
.alt-bloc { margin-top: 18px; }
.alt-bloc h3 { margin-bottom: 4px; }

/* Steps: what actually happens when you declare */
.section-kicker + h2 { margin-top: 5px; }
.section-intro { margin: -4px 0 22px; color: var(--muted); font-size: .96rem; }
.steps {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
  margin: 0 0 22px; counter-reset: step;
}
.steps li {
  list-style: none; position: relative; padding: 12px 12px 12px 42px;
  border: 1px solid var(--line); border-radius: 8px; background: var(--paper);
  font-size: .78rem; max-width: 66ch;
}
.steps li::before {
  counter-increment: step; content: counter(step);
  position: absolute; left: 12px; top: 12px;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--bleu-pale); color: var(--bleu);
  font-size: .78rem; font-weight: 700; font-variant-numeric: tabular-nums;
  display: flex; align-items: center; justify-content: center;
}
.steps li strong { color: var(--ink); }

/* Forms */
.bloc-form {
  border: 1px solid #b9b9cc; border-radius: 12px; padding: 24px; background: #fff;
  box-shadow: 0 16px 40px rgba(0,0,50,.08), 0 1px 3px rgba(0,0,145,.07);
}
form .champ { margin-bottom: 16px; }
form legend, form label.titre { font-weight: 700; color: var(--ink); margin-bottom: 8px; display: block; font-size: .95rem; }
fieldset { border: none; }
.form-step { padding-bottom: 20px; border-bottom: 1px solid #e6e6ef; }
.form-step + .form-step { padding-top: 4px; }
.form-step-label {
  display: flex; align-items: center; gap: 9px; margin-bottom: 12px;
  color: var(--ink); font-size: .9rem; font-weight: 750;
}
.form-step-label span {
  display: inline-grid; place-items: center; width: 24px; height: 24px;
  border-radius: 50%; background: var(--bleu); color: #fff;
  font-size: .72rem; font-variant-numeric: tabular-nums;
}
.check-list { display: grid; gap: 6px; }
.check-list label {
  display: flex; align-items: center; gap: 10px;
  border: 1px solid var(--line); border-radius: 6px;
  padding: 11px 12px; cursor: pointer; background: #fff;
  font-size: .95rem;
  transition: border-color 250ms var(--ease), background 250ms var(--ease), transform 250ms var(--ease);
}
.check-list label:hover { border-color: var(--bleu); transform: translateX(2px); }
.check-list label:has(input:checked) { border-color: var(--bleu); background: var(--bleu-pale); }
.check-list input { accent-color: var(--bleu); width: 17px; height: 17px; flex: none; }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: .85rem; color: var(--body); cursor: pointer; }
.consent input { accent-color: var(--bleu); width: 17px; height: 17px; flex: none; margin-top: 2px; }
textarea, input[type="email"], input[type="text"] {
  width: 100%; padding: 11px; border: 1px solid #949494; border-radius: 6px;
  font: inherit; font-size: 16px; color: var(--ink); background: #fff;
}
textarea { min-height: 96px; resize: vertical; }
.field-note { font-size: .82rem; color: var(--muted); margin-top: 6px; }
.privacy-summary {
  margin: -2px 0 16px; color: var(--muted); font-size: .75rem; text-align: center;
}
.privacy-summary > span { color: var(--success); font-weight: 800; }
.btn-submit { width: 100%; min-height: 50px; font-size: 1rem; box-shadow: 0 8px 20px rgba(0,0,145,.15); }
.submit-note { max-width: none; margin-top: 8px; color: var(--muted); font-size: .75rem; text-align: center; }
.form-status { margin-top: 12px; font-weight: 600; font-size: .92rem; }
.form-status.ok { color: var(--bleu); }
.form-status.err { color: var(--rouge); }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* Contributions */
.liste-intro { margin-bottom: 20px; }
.contrib { border-left: 3px solid var(--bleu); padding: 2px 0 2px 14px; margin-bottom: 18px; }
.contrib.highlight { background: var(--bleu-pale); }
.contrib .texte { color: var(--ink); font-size: .98rem; }
.contrib h3 { margin-bottom: 3px; }
.contrib .meta { font-size: .78rem; color: var(--muted); margin-top: 6px; }
.contrib .meta .lien { font-size: .78rem; color: var(--muted); margin-left: 10px; }
.etat-vide { color: var(--muted); }
.voir-plus { margin-top: 6px; font-size: .9rem; }

/* Objections (FAQ) */
.faq { display: grid; gap: 0; margin-top: 18px; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer; list-style: none; padding: 13px 28px 13px 0; position: relative;
  font-weight: 600; color: var(--ink); font-size: .95rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 4px; top: 11px;
  color: var(--bleu); font-size: 1.2rem; line-height: 1;
  transition: transform 250ms var(--ease);
}
.faq details[open] summary::after { content: "−"; }
.faq summary:hover { color: var(--bleu); }
.faq .rep { padding: 0 0 16px; font-size: .93rem; }
.faq .rep p { max-width: 66ch; }

/* Est / n'est pas */
.estpas { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 22px; }
.estpas > div { border-top: 2px solid var(--line); padding-top: 10px; }
.estpas > div.oui { border-top-color: var(--bleu); }
.estpas > div.non { border-top-color: var(--rouge); }
.estpas h3 { margin-bottom: 8px; font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; }
.estpas ul { list-style: none; display: grid; gap: 7px; font-size: .9rem; }
.estpas li { padding-left: 15px; position: relative; }
.estpas li::before { content: "—"; position: absolute; left: 0; color: var(--muted); }

/* Partager / aider */
.aide { display: grid; gap: 14px; margin-top: 4px; }
.aide article { border-left: 3px solid var(--bleu); padding-left: 14px; }
.aide h3 { margin-bottom: 3px; }
.aide p { font-size: .93rem; }
.share-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.share-row a, .share-row button {
  display: inline-block; padding: 9px 16px; border-radius: 999px;
  border: 1.5px solid var(--bleu); background: #fff; color: var(--bleu);
  font: inherit; font-size: .9rem; font-weight: 600; text-decoration: none; cursor: pointer;
  transition: background 250ms var(--ease);
}
.share-row a:hover, .share-row button:hover { background: var(--bleu-pale); }
.share-quote {
  margin-top: 18px; border-left: 3px solid var(--line); padding: 4px 0 4px 14px;
  font-size: .92rem; color: var(--body);
}

/* Charte */
.charte-list { list-style: none; display: grid; gap: 12px; }
.charte-list li { padding-left: 28px; position: relative; max-width: 68ch; }
.charte-list li .no { position: absolute; left: 0; top: 0; color: var(--bleu); font-weight: 700; font-variant-numeric: tabular-nums; }
.charte-list li strong { color: var(--ink); }

/* Subscribe */
.band-bleu section { padding-top: 42px; padding-bottom: 42px; }
.reports-grid {
  max-width: 980px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(310px, .85fr);
  align-items: center; gap: clamp(32px, 7vw, 72px);
}
.band-bleu .section-kicker { margin-bottom: 6px; color: #bfc3ff; }
.reports-copy h2 { font-size: clamp(1.55rem, 3vw, 2.2rem); }
.reports-copy p { color: #dcdcf2; }
.report-benefits { display: grid; gap: 8px; margin-top: 20px; list-style: none; }
.report-benefits li { position: relative; padding-left: 24px; color: #fff; font-size: .87rem; }
.report-benefits li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  color: #9ee6b5; font-weight: 800;
}
.subscribe-card {
  padding: 22px; border-radius: 12px; background: #fff; color: var(--body);
  box-shadow: 0 18px 46px rgba(0,0,40,.24);
}
.subscribe-label { display: block; margin-bottom: 10px; color: var(--ink); font-weight: 750; }
.subscribe-card .champ { margin: 12px 0 14px; }
.subscribe-card .consent { color: var(--body); }
.subscribe-card .btn { width: 100%; background: var(--bleu); color: #fff; }
.subscribe-card .btn:hover { background: var(--bleu-fonce); }
.subscribe-note { max-width: none; margin-top: 8px; color: var(--muted); font-size: .7rem; text-align: center; }
.band-bleu input[type="email"] { border-color: transparent; }
.band-bleu .field-note { color: #b9b9dd; }
.subscribe-card .form-status.ok { color: var(--success); }
.subscribe-card .form-status.err { color: var(--rouge); }

footer.site-foot { padding: 24px 0 44px; font-size: .8rem; color: var(--muted); border-top: 1px solid var(--line); }
footer.site-foot p { margin-bottom: 6px; max-width: none; }
footer.site-foot nav { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 12px; }
footer.site-foot a { color: var(--body); }
.lien-cookies { background: none; border: none; font: inherit; color: var(--body); text-decoration: underline; text-underline-offset: 3px; cursor: pointer; padding: 0; }

/* Desktop: sticky round bubble, bottom-right. Mobile: top bar + bottom sheet. */
.feedback-bar { display: none; }
.feedback-fab {
  position: fixed; z-index: 55;
  right: 22px; bottom: 22px;
  width: 68px; height: 68px; border-radius: 50%;
  display: inline-flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 2px; padding: 0; border: none; cursor: pointer;
  color: #fff; background: var(--emeraude);
  box-shadow: 0 10px 24px rgba(4, 63, 48, .38);
  font: inherit; font-size: .68rem; font-weight: 800; letter-spacing: .01em;
  line-height: 1.05;
}
.feedback-fab:hover { background: var(--emeraude-fonce); }
.feedback-fab svg { display: block; }
.feedback-fab span { max-width: 58px; text-align: center; }
.feedback-dialog {
  inset: 0;
  margin: auto;
  width: min(440px, calc(100vw - 32px));
  height: fit-content;
  border: 1px solid var(--line); border-radius: 12px; padding: 0;
  background: #fff; color: var(--body);
  box-shadow: 0 18px 48px rgba(0,0,20,.22);
}
.feedback-dialog::backdrop { background: rgba(12,12,28,.42); }
.feedback-dialog form { padding: 20px 20px 18px; }
.feedback-head {
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: 12px; margin-bottom: 8px;
}
.feedback-head h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.25rem; margin: 0; letter-spacing: -.01em;
}
.feedback-x {
  width: 36px; height: 36px; margin: -6px -8px 0 0; border: none;
  background: transparent; color: var(--muted); font-size: 1.5rem;
  line-height: 1; cursor: pointer; border-radius: 6px;
}
.feedback-x:hover { background: var(--alt); color: var(--ink); }
.feedback-kinds {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin: 14px 0 16px; border: none; padding: 0;
}
.feedback-kind { cursor: pointer; }
.feedback-kind input { position: absolute; opacity: 0; pointer-events: none; }
.feedback-kind span {
  display: inline-block; padding: 6px 11px; border-radius: 999px;
  border: 1px solid var(--line); font-size: .82rem; font-weight: 600;
  color: var(--body); background: #fff;
}
.feedback-kind:hover span { border-color: var(--emeraude); color: var(--emeraude); }
.feedback-kind input:focus-visible + span { outline: 2px solid var(--focus); outline-offset: 2px; }
.feedback-kind input:checked + span {
  background: var(--emeraude-clair); border-color: var(--emeraude); color: var(--emeraude);
}
.feedback-dialog .btn { width: 100%; }
.feedback-submit { background: var(--emeraude); }
.feedback-submit:hover { background: var(--emeraude-fonce); }
.feedback-dialog .form-status.ok { color: var(--emeraude); }
.feedback-dialog .champ:last-of-type { margin-bottom: 12px; }
@media print {
  .feedback-bar, .feedback-fab, .feedback-dialog { display: none !important; }
}

/* Bandeau cookies — en bas à gauche: c'est une question, pas un mur. */
.bandeau {
  position: fixed; z-index: 60; left: 16px; bottom: 16px;
  width: min(420px, calc(100vw - 32px));
  background: #fff; border: 1px solid var(--line); border-radius: 8px;
  box-shadow: 0 10px 32px rgba(0, 0, 20, .16);
}
.bandeau[hidden] { display: none; }
.bandeau-in { padding: 16px 18px; }
.bandeau-in p { font-size: .82rem; line-height: 1.5; color: var(--body); margin-bottom: 12px; max-width: none; }
.bandeau-actions { display: flex; justify-content: flex-end; gap: 10px; }
.bandeau-actions .btn { padding: 8px 16px; font-size: .85rem; }
.btn-refus {
  padding: 8px 16px; border-radius: 6px; font-size: .85rem; font-weight: 600;
  font-family: inherit; cursor: pointer;
  background: #fff; color: var(--bleu); border: 1.5px solid var(--line);
  transition: background 250ms var(--ease);
}
.btn-refus:hover { background: var(--bleu-pale); }

@media (max-width: 640px) {
  /* wide, unmistakable side margins: the page must never feel edge-to-edge */
  .wrap { padding-left: max(28px, env(safe-area-inset-left)); padding-right: max(28px, env(safe-area-inset-right)); }
  .site-inner { padding-left: 20px; padding-right: 20px; }
  nav.menu { margin-left: -20px; margin-right: -20px; padding: 0 14px; }
  .banner { padding: 12px 28px; }
  section.bloc { padding-top: 28px; padding-bottom: 28px; }
  .band section, .band-bleu section { padding-top: 24px; padding-bottom: 24px; }
  .hero { padding-top: 30px; padding-bottom: 26px; }
  .hero::before { width: 360px; height: 300px; right: -130px; }
  h1 { font-size: clamp(1.5rem, 6.5vw, 2rem); }
  .hero h1 { font-size: clamp(2rem, 10.5vw, 2.8rem); }
  .hero-flex { flex-direction: column; align-items: flex-start; gap: 20px; }
  .hero-illu { width: 140px; align-self: center; }
  .hero-promises { gap: 8px 12px; }
  .voice-card { width: 100%; flex-basis: auto; transform: none; }
  .conversion-strip {
    grid-template-columns: 1fr; margin: 0 28px 26px; border-radius: 10px;
  }
  .conversion-strip article { padding: 13px 14px; }
  .band-head { align-items: flex-start; }
  .text-cta { margin-top: 3px; }
  .rapport-illu { width: 52px; }
  .reports-grid { grid-template-columns: 1fr; gap: 26px; }
  .band-bleu section.reports-grid { padding-top: 34px; padding-bottom: 34px; }
  /* cards KEEP their borders on mobile: framed, not full-bleed */
  .bloc-form { padding: 18px 16px; }
  .check-list label { padding: 11px 12px; }
  .cta-row .btn, form .btn { width: 100%; text-align: center; }
  .cta-row { gap: 12px; }
  .btn-soutien { justify-content: center; width: 100%; }
  .feedback-fab { display: none; }
  .feedback-bar {
    display: block;
    background: var(--emeraude);
    color: #fff;
    border-bottom: 1px solid var(--emeraude-fonce);
  }
  .feedback-bar-in {
    padding: 10px 20px;
    display: flex; flex-direction: column; align-items: stretch; gap: 8px;
  }
  .feedback-bar-in p {
    margin: 0; max-width: none;
    font-size: .86rem; font-weight: 650; line-height: 1.35;
  }
  .feedback-launch {
    width: 100%; min-height: 48px;
    padding: 12px 16px; border-radius: 8px;
    font: inherit; font-size: .95rem; font-weight: 800;
    color: var(--emeraude); background: #fff; border: none; cursor: pointer;
  }
  body.feedback-open { overflow: hidden; }
  .feedback-dialog {
    inset: auto 0 0 0;
    width: 100%; max-width: none;
    height: auto;
    max-height: min(92dvh, calc(100% - 8px));
    margin: 0;
    border: none;
    border-radius: 18px 18px 0 0;
    overflow: auto;
    box-shadow: 0 -12px 40px rgba(0,0,20,.22);
  }
  .feedback-dialog form {
    padding: 18px 20px calc(18px + env(safe-area-inset-bottom));
  }
  .feedback-head h2 { font-size: 1.2rem; }
  .feedback-x { width: 44px; height: 44px; margin: -8px -10px 0 0; }
  .feedback-kinds { gap: 8px; }
  .feedback-kind { flex: 1 1 30%; }
  .feedback-kind span {
    display: block; text-align: center;
    padding: 12px 10px; font-size: .88rem;
  }
  .feedback-dialog textarea { min-height: 132px; }
  .feedback-submit { min-height: 52px; font-size: 1.02rem; }
  .steps { grid-template-columns: 1fr; }
  .estpas { grid-template-columns: 1fr; gap: 14px; }
  .share-row a, .share-row button { flex: 1 1 auto; text-align: center; }
  html { scroll-padding-top: 168px; }
}

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