/* Captain.Food — maquettes /demo : styles partagés.
   S'appuie sur les tokens :root définis dans chaque maquette
   (--navy, --paper, --ink, --ink-soft, --line, --gold, --green,
   --font-display, --font-body). Une seule source pour le gate
   d'avertissement et la bande de participation communautaire. */

/* ===== Gate d'avertissement (maquette) ===== */
.demo-gate { position: fixed; inset: 0; z-index: 1000; background: rgba(10, 41, 66, .72); display: flex; align-items: center; justify-content: center; padding: 20px; }
.demo-gate.hidden { display: none; }
.demo-gate-card { background: var(--paper); color: var(--ink); max-width: 400px; width: 100%; border-radius: 20px; padding: 26px 24px; box-shadow: 0 20px 60px rgba(0, 0, 0, .4); text-align: center; }
.demo-gate-logo { width: 56px; height: 56px; margin: 0 auto; display: block; border-radius: 14px; }
.demo-gate-emo { font-size: 40px; }
.demo-gate-card h2 { font-family: var(--font-display); color: var(--navy); font-size: 24px; margin: 12px 0 10px; }
.demo-gate-card p { font-size: 14px; color: var(--ink-soft); line-height: 1.55; }
.demo-gate-card ul { text-align: left; margin: 14px auto; padding-left: 20px; max-width: 320px; }
.demo-gate-card li { font-size: 13.5px; color: var(--ink-soft); line-height: 1.5; margin-bottom: 6px; }
.demo-gate-card strong { color: var(--navy); }
.demo-gate-note { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 10px 12px; margin-top: 6px; }
.demo-gate-btn { margin-top: 18px; width: 100%; border: none; cursor: pointer; font-weight: 700; font-size: 15px; padding: 14px; border-radius: 13px; background: var(--navy); color: #fff; font-family: var(--font-body); }
.demo-gate-btn:active { transform: translateY(1px); }

/* ===== Bande participation communautaire (co-construction) ===== */
.cf-cta { background: var(--paper); color: var(--ink); padding: 44px 20px 52px; border-top: 4px solid var(--gold); }
.cf-inner { max-width: 440px; margin: 0 auto; }
.cf-eyebrow { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; color: var(--navy); background: #fff; border: 1px solid var(--line); padding: 5px 11px; border-radius: 999px; }
.cf-title { font-family: var(--font-display); font-size: 24px; color: var(--navy); margin: 14px 0 8px; line-height: 1.18; }
.cf-lead { font-size: 14px; color: var(--ink-soft); line-height: 1.55; }
.cf-lead b { color: var(--navy); }
.cf-btn { display: block; width: 100%; text-align: center; border: none; cursor: pointer; font-weight: 700; font-size: 15px; padding: 14px; border-radius: 13px; text-decoration: none; font-family: var(--font-body); }
.cf-btn-wa { background: #25d366; color: #fff; margin: 18px 0 6px; display: flex; align-items: center; justify-content: center; gap: 9px; }
.cf-btn-wa:active { filter: brightness(.96); }
.cf-btn-wa .cf-wa-ico { width: 20px; height: 20px; fill: currentColor; flex: none; }
.cf-btn-primary { background: var(--navy); color: #fff; margin-top: 8px; }
.cf-btn-primary:active { transform: translateY(1px); }
.cf-btn-primary:disabled { opacity: .5; cursor: default; }
.cf-direct { display: block; text-align: center; margin-top: 10px; font-size: 13px; color: var(--navy); text-decoration: underline; }
.cf-form { margin-top: 6px; }
.cf-lbl { display: block; font-size: 12.5px; font-weight: 600; color: var(--navy); margin: 14px 0 5px; }
.cf-opt { font-weight: 400; color: var(--ink-soft); }
.cf-form textarea, .cf-form input[type=email] { width: 100%; box-sizing: border-box; border: 1.5px solid var(--line); border-radius: 11px; padding: 12px; font-family: var(--font-body); font-size: 14px; background: #fff; color: var(--ink); }
.cf-form textarea:focus, .cf-form input:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(14, 58, 95, .12); }
.cf-hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.cf-status { font-size: 13px; font-weight: 600; margin-top: 12px; text-align: center; }
.cf-status.ok { color: var(--green); }
.cf-status.err { color: #c0392b; }
.cf-home { display: block; text-align: center; margin-top: 22px; font-size: 12.5px; color: var(--ink-soft); text-decoration: none; }
.cf-home:hover { color: var(--navy); }
