/* =========================================================
   assurance-tatouage.com — Design system
   Aspirateur à leads — assurance pour artistes tatoueurs
   ========================================================= */

:root {
  /* Couleurs */
  --ink: #0c0c0e;
  --ink-2: #121216;
  --ink-3: #1b1b22;
  --surface: #ffffff;
  --surface-soft: #f6f4f0;
  --line: #e7e3dc;
  --line-dark: #2a2a33;

  --accent: #e11d2a;
  --accent-2: #ff5630;
  --accent-grad: linear-gradient(135deg, #ff5630 0%, #e11d2a 60%, #b3121e 100%);
  --gold: #d9b46a;

  --text: #14141a;
  --text-soft: #54515c;
  --text-on-dark: #f5f3ef;
  --text-on-dark-soft: #b3b0bb;

  /* Typo */
  --font-head: "Oswald", "Arial Narrow", system-ui, sans-serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  /* Layout */
  --maxw: 1180px;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 18px 50px -20px rgba(12, 12, 14, .35);
  --shadow-lg: 0 40px 90px -30px rgba(12, 12, 14, .55);
  --header-h: 74px;
}

/* Reset */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--surface);
  line-height: 1.6;
  font-size: 17px;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 600; line-height: 1.05; margin: 0 0 .5em; letter-spacing: .2px; }
h1 { font-size: clamp(2.4rem, 6vw, 4.6rem); text-transform: uppercase; }
h2 { font-size: clamp(1.9rem, 4vw, 3rem); text-transform: uppercase; }
h3 { font-size: clamp(1.25rem, 2.4vw, 1.6rem); }
p { margin: 0 0 1rem; }
strong { font-weight: 600; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 22px; }
.section { padding: clamp(56px, 9vw, 110px) 0; }
.section--soft { background: var(--surface-soft); }
.section--ink { background: var(--ink); color: var(--text-on-dark); }
.section--ink h1, .section--ink h2, .section--ink h3 { color: #fff; }
.center { text-align: center; }
.eyebrow {
  font-family: var(--font-head); text-transform: uppercase; letter-spacing: 3px;
  font-size: .82rem; font-weight: 600; color: var(--accent); margin: 0 0 14px;
  display: inline-flex; align-items: center; gap: 10px;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--accent); display: inline-block; }
.lead { font-size: clamp(1.05rem, 2vw, 1.25rem); color: var(--text-soft); max-width: 62ch; }
.section--ink .lead { color: var(--text-on-dark-soft); }
.muted { color: var(--text-soft); }

/* ---------- Buttons ---------- */
.btn {
  --bg: var(--accent);
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-head); text-transform: uppercase; letter-spacing: 1px;
  font-weight: 600; font-size: 1rem;
  padding: 16px 30px; border-radius: 60px; border: 2px solid transparent;
  cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .2s ease;
  white-space: nowrap; line-height: 1;
}
.btn-primary { background: var(--accent-grad); color: #fff; box-shadow: 0 14px 30px -10px rgba(225, 29, 42, .6); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 22px 44px -12px rgba(225, 29, 42, .75); }
.btn-ghost { background: transparent; color: var(--text-on-dark); border-color: rgba(245,243,239,.35); }
.btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.06); transform: translateY(-3px); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.btn-lg { padding: 19px 38px; font-size: 1.08rem; }
.btn-block { display: flex; width: 100%; }
.btn .arrow { transition: transform .2s ease; }
.btn:hover .arrow { transform: translateX(4px); }

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; height: var(--header-h); z-index: 100;
  display: flex; align-items: center;
  background: transparent; transition: background .3s ease, box-shadow .3s ease, border-color .3s;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled { background: rgba(12,12,14,.92); backdrop-filter: blur(10px); border-bottom-color: var(--line-dark); }
.site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; color: #fff; }
.brand__mark { width: 40px; height: 40px; flex: none; }
.brand__name { font-family: var(--font-head); text-transform: uppercase; font-weight: 700; font-size: 1.18rem; letter-spacing: .5px; line-height: 1; }
.brand__name span { color: var(--accent-2); }
.brand__tag { display: block; font-family: var(--font-body); font-size: .62rem; letter-spacing: 2px; color: var(--text-on-dark-soft); text-transform: uppercase; margin-top: 3px; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { color: var(--text-on-dark); font-weight: 500; font-size: .98rem; position: relative; padding: 6px 0; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--accent); transition: width .2s ease; }
.main-nav a:hover::after, .main-nav a.active::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.header-phone { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 600; font-size: .95rem; }
.header-phone svg { color: var(--accent-2); }
.nav-toggle { display: none; background: none; border: 0; color: #fff; cursor: pointer; padding: 6px; }
.nav-toggle svg { width: 28px; height: 28px; }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 100svh; display: flex; align-items: center;
  background: var(--ink); color: var(--text-on-dark); overflow: hidden;
  padding-top: var(--header-h);
}
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; opacity: .28; filter: grayscale(.3) contrast(1.05); }
.hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(120% 90% at 80% 10%, rgba(225,29,42,.22), transparent 55%),
    linear-gradient(180deg, rgba(12,12,14,.55) 0%, rgba(12,12,14,.82) 60%, var(--ink) 100%);
}
.hero__grid {
  position: absolute; inset: 0; z-index: 0; opacity: .5;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 64px 64px; mask-image: radial-gradient(80% 80% at 50% 30%, #000 30%, transparent 75%);
}
.hero .container { position: relative; z-index: 2; padding-top: 40px; padding-bottom: 60px; }
.hero__inner { max-width: 820px; }
.hero h1 { margin-bottom: 18px; }
.hero h1 .hl { color: transparent; background: var(--accent-grad); -webkit-background-clip: text; background-clip: text; }
.hero__sub { font-size: clamp(1.08rem, 2.2vw, 1.4rem); color: var(--text-on-dark-soft); max-width: 60ch; margin-bottom: 30px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 22px; padding-top: 22px; border-top: 1px solid var(--line-dark); }
.hero__trust li { display: flex; align-items: center; gap: 9px; font-size: .95rem; color: var(--text-on-dark); list-style: none; }
.hero__trust ul { display: contents; }
.check { color: var(--accent-2); flex: none; }
.scroll-hint { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); z-index: 2; color: var(--text-on-dark-soft); font-size: .72rem; letter-spacing: 2px; text-transform: uppercase; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.scroll-hint span { width: 1px; height: 34px; background: linear-gradient(var(--accent-2), transparent); animation: scrollpulse 1.8s ease-in-out infinite; }
@keyframes scrollpulse { 0%,100% { opacity: .3; transform: scaleY(.6); } 50% { opacity: 1; transform: scaleY(1); } }

/* ---------- Trust bar ---------- */
.trustbar { background: var(--ink-2); color: var(--text-on-dark); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.trustbar .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding-block: 30px; }
.stat { text-align: center; }
.stat__num { font-family: var(--font-head); font-size: clamp(1.8rem, 4vw, 2.8rem); color: #fff; line-height: 1; }
.stat__num span { color: var(--accent-2); }
.stat__lbl { font-size: .85rem; color: var(--text-on-dark-soft); margin-top: 8px; }

/* ---------- Generic grid / cards ---------- */
.grid { display: grid; gap: 26px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.section-head { max-width: 720px; margin: 0 auto 50px; text-align: center; }
.section-head .lead { margin-inline: auto; }

/* Pillar card */
.pillar {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 34px 30px; display: flex; flex-direction: column; position: relative; overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.pillar::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 4px; background: var(--accent-grad); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.pillar:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.pillar:hover::before { transform: scaleX(1); }
.pillar__icon { width: 58px; height: 58px; border-radius: 14px; background: var(--ink); color: var(--accent-2); display: grid; place-items: center; margin-bottom: 20px; }
.pillar__icon svg { width: 30px; height: 30px; }
.pillar h3 { margin-bottom: 12px; }
.pillar p { color: var(--text-soft); font-size: .98rem; }
.pillar ul { list-style: none; padding: 0; margin: 6px 0 22px; }
.pillar ul li { position: relative; padding-left: 26px; margin-bottom: 9px; font-size: .95rem; color: var(--text-soft); }
.pillar ul li::before { content: ""; position: absolute; left: 0; top: .55em; width: 12px; height: 12px; border-radius: 50%; background: var(--accent); opacity: .15; }
.pillar ul li::after { content: ""; position: absolute; left: 4px; top: calc(.55em + 4px); width: 4px; height: 4px; border-radius: 50%; background: var(--accent); }
.pillar__foot { margin-top: auto; display: flex; flex-direction: column; gap: 10px; }
.pillar__link { font-family: var(--font-head); text-transform: uppercase; letter-spacing: 1px; font-size: .9rem; color: var(--text); display: inline-flex; align-items: center; gap: 8px; }
.pillar__link:hover { color: var(--accent); }

/* Problem / pain split */
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.split--rev .split__media { order: -1; }
.split__media { position: relative; }
.split__media img { border-radius: var(--radius); box-shadow: var(--shadow-lg); width: 100%; object-fit: cover; aspect-ratio: 4/3; }
.split__badge {
  position: absolute; bottom: -22px; left: -22px; background: var(--accent-grad); color: #fff;
  padding: 18px 24px; border-radius: var(--radius-sm); box-shadow: var(--shadow); max-width: 240px;
}
.split__badge strong { font-family: var(--font-head); font-size: 1.8rem; display: block; line-height: 1; }
.split__badge span { font-size: .82rem; opacity: .92; }
.alertbox { border-left: 4px solid var(--accent); background: rgba(225,29,42,.06); padding: 18px 22px; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; margin: 22px 0; }
.section--ink .alertbox { background: rgba(225,29,42,.12); }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; counter-reset: step; }
.step { position: relative; padding: 34px 26px 28px; background: var(--ink-2); border: 1px solid var(--line-dark); border-radius: var(--radius); }
.step__n { font-family: var(--font-head); font-size: 3.4rem; line-height: 1; color: transparent; -webkit-text-stroke: 1.5px var(--accent-2); margin-bottom: 14px; }
.step h3 { color: #fff; }
.step p { color: var(--text-on-dark-soft); font-size: .96rem; margin: 0; }

/* Feature list (why us) */
.features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px 40px; }
.feature { display: flex; gap: 16px; }
.feature__ic { width: 48px; height: 48px; flex: none; border-radius: 12px; background: rgba(225,29,42,.1); color: var(--accent); display: grid; place-items: center; }
.section--ink .feature__ic { background: rgba(255,86,48,.14); color: var(--accent-2); }
.feature h3 { font-size: 1.15rem; margin-bottom: 6px; }
.feature p { margin: 0; color: var(--text-soft); font-size: .95rem; }
.section--ink .feature p { color: var(--text-on-dark-soft); }

/* CTA band */
.cta-band { position: relative; overflow: hidden; background: var(--ink); color: #fff; border-radius: clamp(20px, 4vw, 36px); padding: clamp(40px, 6vw, 70px); text-align: center; }
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(90% 120% at 50% 0%, rgba(225,29,42,.35), transparent 60%); }
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { color: #fff; margin-bottom: 14px; }
.cta-band p { color: var(--text-on-dark-soft); max-width: 56ch; margin: 0 auto 28px; }
.cta-band .hero__cta { justify-content: center; margin-bottom: 0; }

/* FAQ */
.faq { max-width: 820px; margin-inline: auto; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q { width: 100%; text-align: left; background: none; border: 0; cursor: pointer; padding: 24px 44px 24px 0; position: relative; font-family: var(--font-head); text-transform: uppercase; font-size: 1.12rem; letter-spacing: .3px; color: var(--text); }
.faq__q::after { content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%); font-size: 1.6rem; color: var(--accent); transition: transform .25s ease; font-family: var(--font-body); }
.faq__item.open .faq__q::after { transform: translateY(-50%) rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq__a p { padding: 0 0 24px; color: var(--text-soft); margin: 0; }

/* Article (service pages) */
.subhero { background: var(--ink); color: var(--text-on-dark); padding-top: calc(var(--header-h) + 60px); padding-bottom: 60px; position: relative; overflow: hidden; }
.subhero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(70% 120% at 85% 0%, rgba(225,29,42,.22), transparent 55%); }
.subhero .container { position: relative; z-index: 1; }
.breadcrumb { font-size: .85rem; color: var(--text-on-dark-soft); margin-bottom: 18px; display: flex; gap: 8px; flex-wrap: wrap; }
.breadcrumb a:hover { color: var(--accent-2); }
.subhero h1 { max-width: 16ch; margin-bottom: 16px; }
.subhero p { color: var(--text-on-dark-soft); max-width: 60ch; font-size: 1.15rem; }
.article { display: grid; grid-template-columns: 1fr 330px; gap: 56px; align-items: start; }
.prose { max-width: 70ch; }
.prose h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-top: 1.6em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 1.4em; color: var(--text); }
.prose p, .prose li { color: var(--text-soft); }
.prose ul { padding-left: 0; list-style: none; }
.prose ul li { position: relative; padding-left: 30px; margin-bottom: 12px; }
.prose ul li::before { content: ""; position: absolute; left: 4px; top: .5em; width: 9px; height: 9px; border-radius: 2px; background: var(--accent-grad); transform: rotate(45deg); }
.prose strong { color: var(--text); }
aside.sticky-cta { position: sticky; top: calc(var(--header-h) + 24px); }
.cta-card { background: var(--ink); color: #fff; border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow); }
.cta-card h3 { color: #fff; }
.cta-card p { color: var(--text-on-dark-soft); font-size: .95rem; }
.cta-card ul { list-style: none; padding: 0; margin: 0 0 22px; }
.cta-card li { display: flex; gap: 9px; align-items: flex-start; font-size: .92rem; color: var(--text-on-dark); margin-bottom: 10px; }

/* ---------- Footer ---------- */
.site-footer { background: #08080a; color: var(--text-on-dark-soft); padding: 70px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 44px; border-bottom: 1px solid var(--line-dark); }
.site-footer .brand { margin-bottom: 16px; }
.site-footer h4 { font-family: var(--font-head); text-transform: uppercase; letter-spacing: 1px; color: #fff; font-size: 1rem; margin-bottom: 18px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 11px; }
.site-footer a:hover { color: var(--accent-2); }
.footer-contact a { display: flex; gap: 10px; align-items: center; color: #fff; margin-bottom: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 22px; font-size: .85rem; }

/* ---------- Mobile sticky CTA ---------- */
.mobile-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: none; gap: 10px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(12,12,14,.96); backdrop-filter: blur(8px); border-top: 1px solid var(--line-dark); }
.mobile-cta .btn { flex: 1; padding: 14px; font-size: .92rem; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; gap: 40px; }
  .split--rev .split__media { order: 0; }
  .article { grid-template-columns: 1fr; }
  aside.sticky-cta { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .trustbar .container { grid-template-columns: 1fr 1fr; gap: 26px; }
}
@media (max-width: 720px) {
  body { font-size: 16px; }
  .main-nav, .header-phone { display: none; }
  .nav-toggle { display: block; }
  .header-actions .btn { display: none; }
  .site-header.nav-open { background: var(--ink); }
  .mobile-nav { position: fixed; inset: var(--header-h) 0 0 0; background: var(--ink); z-index: 99; transform: translateX(100%); transition: transform .3s ease; display: flex; flex-direction: column; padding: 30px 24px; gap: 6px; }
  .mobile-nav.open { transform: none; }
  .mobile-nav a { color: #fff; font-family: var(--font-head); text-transform: uppercase; font-size: 1.4rem; padding: 14px 0; border-bottom: 1px solid var(--line-dark); }
  .mobile-nav .btn { margin-top: 20px; }
  .grid-3, .grid-2, .features { grid-template-columns: 1fr; }
  .mobile-cta { display: flex; }
  body { padding-bottom: 76px; }
  .hero__trust { gap: 12px; }
  .hero__trust li { font-size: .88rem; }
  .split__badge { left: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
}
@media (min-width: 721px) { .mobile-nav { display: none; } }
@media (prefers-reduced-motion: reduce) { * { animation: none !important; scroll-behavior: auto; } .reveal { opacity: 1; transform: none; } }

/* =========================================================
   Formulaires (rappel) + Modale
   ========================================================= */
.field { margin-bottom: 16px; text-align: left; }
.field label { display: block; font-size: .9rem; font-weight: 600; margin-bottom: 6px; color: inherit; }
.field .req { color: var(--accent-2); }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 15px; font-family: var(--font-body); font-size: 1rem;
  border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; color: var(--text);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field input::placeholder, .field textarea::placeholder { color: #9b97a3; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(225,29,42,.14);
}
.field textarea { resize: vertical; min-height: 80px; }
.form-hint { font-size: .82rem; color: var(--text-soft); margin: 4px 0 0; }
.form-note { font-size: .8rem; color: var(--text-soft); margin-top: 14px; text-align: center; }
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; overflow: hidden; }

/* Carte formulaire (page rappel.html) */
.rappel-card {
  max-width: 540px; margin-inline: auto; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: clamp(26px, 5vw, 42px); box-shadow: var(--shadow);
}
.rappel-card h2 { margin-bottom: 8px; }
.rappel-card .lead { margin-bottom: 26px; }

/* Modale */
.modal-overlay {
  position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center;
  padding: 20px; background: rgba(8,8,10,.72); backdrop-filter: blur(4px);
  opacity: 0; transition: opacity .2s ease;
}
.modal-overlay.open { display: flex; opacity: 1; }
.modal {
  width: 100%; max-width: 460px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-lg);
  padding: 30px clamp(22px, 4vw, 34px); position: relative; transform: translateY(14px); transition: transform .25s ease;
  max-height: 92vh; overflow-y: auto;
}
.modal-overlay.open .modal { transform: none; }
.modal__head { margin-bottom: 18px; padding-right: 30px; }
.modal__eyebrow { font-family: var(--font-head); text-transform: uppercase; letter-spacing: 2px; font-size: .76rem; color: var(--accent); margin: 0 0 8px; }
.modal h2, .modal h3 { font-size: 1.5rem; margin: 0 0 6px; text-transform: uppercase; }
.modal__sub { font-size: .92rem; color: var(--text-soft); margin: 0; }
.modal__close {
  position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; border: 0; border-radius: 50%;
  background: var(--surface-soft); color: var(--text); cursor: pointer; display: grid; place-items: center; font-size: 1.2rem;
  transition: background .15s ease, transform .15s ease;
}
.modal__close:hover { background: var(--line); transform: rotate(90deg); }
.modal .btn { margin-top: 6px; }
.form-success { text-align: center; padding: 18px 0; }
.form-success .ok-ic { width: 64px; height: 64px; border-radius: 50%; background: rgba(46,160,67,.12); color: #2ea043; display: grid; place-items: center; margin: 0 auto 16px; }
.form-success h3 { color: var(--text); }
.form-success p { color: var(--text-soft); }
.form-error { color: var(--accent); font-size: .88rem; margin-top: 10px; text-align: center; min-height: 1em; }
body.modal-open { overflow: hidden; }
