/* =============================================================================
   Verkaufspreis-Kompass — Design-System & Styles
   Warm, ruhig, seriös, neutral, lokal. Mobile-first.
   ============================================================================= */

/* ---------- Design Tokens --------------------------------------------------- */
:root {
  /* Farben */
  --bg:        #FAF7F2;   /* warmes Off-White / Creme */
  --bg-alt:    #F1EBE0;   /* tiefere Creme für Wechselsektionen */
  --surface:   #FFFFFF;
  --ink:       #1E2A2B;   /* Anthrazit mit grünem Unterton (Headlines) */
  --text:      #36433F;   /* Fließtext */
  --muted:     #6E7B75;   /* sekundär */
  --line:      #E6DDCE;   /* warme Trennlinien/Borders */
  --primary:   #2E5E4E;   /* ruhiges, tiefes Grün */
  --primary-d: #234A3E;   /* Hover */
  --primary-50:#E9F1ED;   /* zarte Tönung */
  --primary-100:#D7E6DF;
  --gold:      #B0894F;   /* dezenter Akzent (Häkchen, kleine Details) */
  --gold-50:   #F3ECDF;
  --danger:    #B4452F;
  --ok:        #2E5E4E;

  /* Typografie */
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans:  "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  /* Form & Tiefe */
  --radius:     14px;
  --radius-sm:  10px;
  --radius-lg:  22px;
  --shadow-sm:  0 1px 2px rgba(30,42,43,.06), 0 1px 3px rgba(30,42,43,.05);
  --shadow:     0 6px 24px rgba(30,42,43,.08), 0 2px 6px rgba(30,42,43,.05);
  --shadow-lg:  0 18px 50px rgba(30,42,43,.14), 0 6px 16px rgba(30,42,43,.07);
  --maxw: 1140px;
  --gap: clamp(16px, 3.5vw, 28px);
}

/* ---------- Reset ----------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { max-width: 100%; display: block; }
a { color: var(--primary); text-decoration: none; }
a:hover { text-decoration: underline; }
button { font-family: inherit; }
h1, h2, h3 { font-family: var(--serif); color: var(--ink); font-weight: 600; line-height: 1.12; margin: 0 0 .5em; letter-spacing: -.01em; }
h1 { font-size: clamp(2rem, 1.3rem + 3.2vw, 3.25rem); }
h2 { font-size: clamp(1.55rem, 1.1rem + 1.9vw, 2.3rem); }
h3 { font-size: clamp(1.15rem, 1rem + .7vw, 1.4rem); }
p  { margin: 0 0 1em; }
.lede { font-size: clamp(1.05rem, 1rem + .4vw, 1.25rem); color: var(--text); }

/* ---------- Layout ---------------------------------------------------------- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(18px, 5vw, 40px); }
section { padding-block: clamp(48px, 7vw, 88px); }
.section-alt { background: var(--bg-alt); }
.section-ink { background: #18211F; color: #E7E2D8; }
.section-ink h2, .section-ink h3 { color: #fff; }
.eyebrow {
  font-family: var(--sans); font-weight: 600; font-size: .82rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--primary); margin: 0 0 .9rem;
}
.section-head { max-width: 740px; margin-bottom: clamp(28px, 4vw, 48px); }
.center { text-align: center; margin-inline: auto; }

/* ---------- Buttons --------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  font-weight: 600; font-size: 1.02rem; line-height: 1;
  padding: 1.05em 1.6em; border-radius: var(--radius-sm); border: 1px solid transparent;
  cursor: pointer; transition: transform .12s ease, background .18s ease, box-shadow .18s ease;
  text-decoration: none; white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--primary); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--primary-d); text-decoration: none; box-shadow: var(--shadow); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { background: #fff; text-decoration: none; }
.btn-block { width: 100%; }
.btn-lg { padding: 1.15em 1.9em; font-size: 1.08rem; }

/* ---------- Header ---------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250,247,242,.82); backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; min-height: 66px; gap: 16px; }
.logo { display: inline-flex; align-items: center; gap: .6em; font-family: var(--serif); font-weight: 600; font-size: 1.2rem; color: var(--ink); }
.logo:hover { text-decoration: none; }
.logo .mark { width: 30px; height: 30px; flex: 0 0 auto; }
.header-meta { display: flex; align-items: center; gap: 18px; }
.header-region { color: var(--muted); font-size: .9rem; }
.header-phone { font-weight: 600; color: var(--ink); white-space: nowrap; }
.header-phone:hover { color: var(--primary); }
.logo span { white-space: nowrap; }
@media (max-width: 720px) { .header-region { display: none; } }
@media (max-width: 560px) {
  .site-header .container { min-height: 58px; gap: 10px; }
  .logo { font-size: 1.02rem; }
  .logo .mark { width: 26px; height: 26px; }
  .header-meta .btn { padding: .72em 1em; font-size: .9rem; }
}
@media (max-width: 380px) {
  /* Auf sehr kleinen Screens reicht der Funnel/Hero-CTA — Header-Button ausblenden */
  .header-meta .btn { display: none; }
}

/* ---------- Hero ------------------------------------------------------------ */
.hero { padding-block: clamp(34px, 5vw, 64px) clamp(40px, 6vw, 76px); position: relative; overflow: hidden; }
.hero::before { /* sehr dezenter, lokaler Hintergrundverlauf */
  content: ""; position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(1200px 480px at 88% -8%, var(--primary-50), transparent 60%),
    radial-gradient(900px 420px at -5% 8%, var(--gold-50), transparent 55%);
  pointer-events: none;
}
.hero .container { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
.hero-copy { padding-top: clamp(6px, 2vw, 26px); }
.hero h1 { margin-bottom: .35em; }
.hero .lede { max-width: 33ch; }
.trust-list { list-style: none; padding: 0; margin: 1.6em 0 1.8em; display: grid; gap: .7em; }
.trust-list li { display: flex; gap: .65em; align-items: flex-start; font-size: 1.02rem; }
.trust-list .ck { flex: 0 0 auto; width: 22px; height: 22px; margin-top: 1px; color: var(--primary); }
.hero-cta-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.hero-note { color: var(--muted); font-size: .92rem; margin-top: 1.1em; display: flex; gap: .5em; align-items: center; }
.badges { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 1.4em; color: var(--muted); font-size: .88rem; }
.badges span { display: inline-flex; align-items: center; gap: .4em; }

@media (max-width: 880px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { order: 1; }
  .funnel-shell { order: 2; }
  .hero .lede { max-width: 52ch; }
}

/* ---------- Funnel-Karte ---------------------------------------------------- */
.funnel-shell { position: relative; }
.funnel-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg); overflow: hidden;
  position: sticky; top: 84px;
}
@media (max-width: 880px) { .funnel-card { position: static; } }
.funnel-top { padding: 18px 22px 0; }
.funnel-kicker { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.funnel-kicker .title { font-weight: 700; color: var(--ink); font-size: 1rem; }
.funnel-kicker .free { font-size: .78rem; font-weight: 600; color: var(--primary); background: var(--primary-50); padding: .3em .7em; border-radius: 999px; }
.progress { height: 7px; background: var(--primary-50); border-radius: 999px; overflow: hidden; }
.progress > span { display: block; height: 100%; width: 0%; background: var(--primary); border-radius: 999px; transition: width .35s cubic-bezier(.4,0,.2,1); }
.progress-meta { display: flex; justify-content: space-between; font-size: .8rem; color: var(--muted); margin-top: 8px; }

.funnel-body { padding: 16px 22px 22px; }
.step { display: none; animation: fade .35s ease; }
.step.active { display: block; }
@keyframes fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.step h3 { font-family: var(--sans); font-weight: 700; color: var(--ink); font-size: 1.16rem; margin-bottom: .2em; line-height: 1.25; }
.step .hint { color: var(--muted); font-size: .92rem; margin: 0 0 1.1em; }

/* Auswahl-Karten */
.options { display: grid; gap: 10px; }
.options.cols-2 { grid-template-columns: 1fr 1fr; }
@media (max-width: 420px) { .options.cols-2 { grid-template-columns: 1fr; } }
.opt {
  display: flex; align-items: center; gap: .8em; width: 100%; text-align: left;
  padding: 1em 1.05em; border: 1.5px solid var(--line); background: #fff;
  border-radius: var(--radius); cursor: pointer; font-size: 1rem; color: var(--ink);
  transition: border-color .15s, background .15s, box-shadow .15s; font-weight: 500;
}
.opt:hover { border-color: var(--primary-100); background: var(--primary-50); }
.opt.selected { border-color: var(--primary); background: var(--primary-50); box-shadow: 0 0 0 3px rgba(46,94,78,.12); }
.opt .ic { flex: 0 0 auto; width: 26px; height: 26px; color: var(--primary); }
.opt .ck-pill { margin-left: auto; width: 20px; height: 20px; border-radius: 999px; border: 1.5px solid var(--line); flex: 0 0 auto; display: grid; place-items: center; }
.opt.selected .ck-pill { background: var(--primary); border-color: var(--primary); }
.opt.selected .ck-pill svg { color: #fff; width: 13px; height: 13px; }
.opt:not(.selected) .ck-pill svg { display: none; }
.opt.multi { } /* Mehrfachauswahl visuell identisch */

/* Felder */
.fields { display: grid; gap: 14px; }
.fields.cols-2 { grid-template-columns: 1fr 1fr; }
@media (max-width: 420px) { .fields.cols-2 { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: .35em; }
.field.col-span { grid-column: 1 / -1; }
.field label { font-size: .9rem; font-weight: 600; color: var(--ink); }
.field .opt-tag { font-weight: 400; color: var(--muted); font-size: .82rem; }
.field .req-tag { font-weight: 600; color: var(--primary); font-size: .82rem; }
.field input, .field select, .field textarea {
  font-family: inherit; font-size: 1rem; color: var(--ink); background: #fff;
  border: 1.5px solid var(--line); border-radius: var(--radius-sm); padding: .8em .9em; width: 100%;
  transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(46,94,78,.14);
}
.field .err { color: var(--danger); font-size: .82rem; min-height: 0; }
.field.invalid input, .field.invalid select { border-color: var(--danger); }
.microcopy { font-size: .85rem; color: var(--muted); display: flex; gap: .5em; align-items: flex-start; margin-top: 2px; }
.microcopy svg { flex: 0 0 auto; width: 16px; height: 16px; margin-top: 2px; color: var(--primary); }

/* Consent */
.consent { display: grid; gap: 12px; margin-top: 4px; }
.check { display: flex; gap: .7em; align-items: flex-start; font-size: .88rem; color: var(--text); line-height: 1.45; cursor: pointer; }
.check input { appearance: none; -webkit-appearance: none; flex: 0 0 auto; width: 22px; height: 22px; border: 1.5px solid var(--line); border-radius: 6px; background: #fff; cursor: pointer; position: relative; margin-top: 1px; transition: background .15s, border-color .15s; }
.check input:checked { background: var(--primary); border-color: var(--primary); }
.check input:checked::after { content: ""; position: absolute; left: 7px; top: 3px; width: 6px; height: 11px; border: solid #fff; border-width: 0 2.5px 2.5px 0; transform: rotate(45deg); }
.check input:focus-visible { outline: 2px solid var(--primary); outline-offset: 2px; }
.check.req .star { color: var(--danger); }

/* Funnel-Navigation */
.funnel-nav { display: flex; gap: 12px; align-items: center; margin-top: 18px; }
.funnel-nav .btn-primary { flex: 1; }
.back-link { background: none; border: none; color: var(--muted); font-size: .92rem; cursor: pointer; padding: .6em .2em; }
.back-link:hover { color: var(--ink); text-decoration: underline; }
.step-secure { display: flex; align-items: center; gap: .5em; justify-content: center; color: var(--muted); font-size: .82rem; margin-top: 14px; }
.step-secure svg { width: 15px; height: 15px; }

/* Preparing / Loading */
.preparing { text-align: center; padding: 14px 0 6px; }
.spinner { width: 46px; height: 46px; margin: 6px auto 18px; border-radius: 999px; border: 4px solid var(--primary-50); border-top-color: var(--primary); animation: spin 0.9s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.prep-steps { list-style: none; padding: 0; margin: 16px auto 0; max-width: 320px; text-align: left; display: grid; gap: 10px; }
.prep-steps li { display: flex; gap: .6em; align-items: center; color: var(--muted); font-size: .95rem; opacity: .35; transition: opacity .4s; }
.prep-steps li.on { opacity: 1; color: var(--text); }
.prep-steps li .ck { width: 18px; height: 18px; color: var(--primary); flex: 0 0 auto; }

/* Ergebnis im Funnel (vor Danke-Seite, falls inline) */
.result-band { background: var(--primary-50); border: 1px solid var(--primary-100); border-radius: var(--radius); padding: 16px; margin-bottom: 14px; }
.result-band .cat { font-size: .8rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--primary); }

/* ---------- Generische Karten / Grids -------------------------------------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--gap); }
@media (max-width: 860px) { .grid-3 { grid-template-columns: 1fr; } .grid-2 { grid-template-columns: 1fr; } }
.card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: clamp(20px, 2.6vw, 30px); box-shadow: var(--shadow-sm);
}
.card .ic-box { width: 46px; height: 46px; border-radius: 12px; background: var(--primary-50); color: var(--primary); display: grid; place-items: center; margin-bottom: 16px; }
.card .ic-box svg { width: 24px; height: 24px; }
.card h3 { margin-bottom: .35em; font-family: var(--sans); font-weight: 700; font-size: 1.12rem; }
.card p { margin: 0; color: var(--text); font-size: .98rem; }

/* Schritte 1-2-3 */
.steps3 { counter-reset: s; display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); }
@media (max-width: 860px) { .steps3 { grid-template-columns: 1fr; } }
.steps3 .s { position: relative; padding-top: 8px; }
.steps3 .num { width: 44px; height: 44px; border-radius: 999px; background: var(--ink); color: #fff; font-family: var(--serif); font-size: 1.25rem; display: grid; place-items: center; margin-bottom: 14px; }
.steps3 h3 { font-family: var(--sans); font-size: 1.1rem; }
.steps3 p { color: var(--text); margin: 0; }

/* "Für welche Immobilien" Chips */
.chips { display: flex; flex-wrap: wrap; gap: 12px; }
.chip { display: inline-flex; align-items: center; gap: .55em; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: .7em 1.15em; font-weight: 500; color: var(--ink); font-size: .98rem; }
.chip svg { width: 19px; height: 19px; color: var(--primary); }

/* Ergebnis-Liste (Was Sie erhalten) */
.deliver { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(24px, 4vw, 48px); align-items: center; }
@media (max-width: 860px) { .deliver { grid-template-columns: 1fr; } }
.deliver-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.deliver-list li { display: flex; gap: .8em; align-items: flex-start; }
.deliver-list .ck { flex: 0 0 auto; width: 24px; height: 24px; color: var(--primary); margin-top: 1px; }
.deliver-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: clamp(22px,3vw,32px); }
.deliver-card .mini-head { display: flex; align-items: center; gap: .7em; padding-bottom: 16px; border-bottom: 1px solid var(--line); margin-bottom: 16px; }
.deliver-card .mini-head .mark { width: 34px; height: 34px; }
.spanbar { height: 12px; border-radius: 999px; background: linear-gradient(90deg, var(--gold) 0%, var(--primary) 100%); opacity: .85; margin: 6px 0 8px; }
.spanbar-wrap .lbl { display: flex; justify-content: space-between; font-size: .82rem; color: var(--muted); }
.deliver-card .blur-note { font-size: .86rem; color: var(--muted); margin-top: 14px; }

/* Service-Gebiet */
.area-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(24px,4vw,48px); align-items: center; }
@media (max-width: 860px) { .area-grid { grid-template-columns: 1fr; } }
.area-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 6px; }
.area-list .place { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: .8em 1em; font-weight: 600; color: var(--ink); display: flex; align-items: center; gap: .5em; }
.area-list .place svg { width: 17px; height: 17px; color: var(--gold); }
.map-card { aspect-ratio: 4/3; border-radius: var(--radius); border: 1px solid var(--line); background: var(--bg-alt); overflow: hidden; box-shadow: var(--shadow-sm); }

/* Trust-Sektion */
.trust-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
@media (max-width: 680px) { .trust-grid { grid-template-columns: 1fr; } }
.trust-item { display: flex; gap: .85em; align-items: flex-start; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; }
.trust-item .ck { flex: 0 0 auto; width: 24px; height: 24px; color: var(--primary); margin-top: 2px; }
.trust-item b { color: var(--ink); display: block; margin-bottom: 2px; }
.trust-item span { font-size: .94rem; color: var(--muted); }

/* FAQ */
.faq { max-width: 820px; margin-inline: auto; }
.faq details { border-bottom: 1px solid var(--line); padding: 4px 0; }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1em; padding: 18px 4px; font-weight: 600; color: var(--ink); font-size: 1.08rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .pm { flex: 0 0 auto; width: 24px; height: 24px; position: relative; }
.faq summary .pm::before, .faq summary .pm::after { content: ""; position: absolute; background: var(--primary); border-radius: 2px; transition: transform .2s; }
.faq summary .pm::before { left: 4px; right: 4px; top: 11px; height: 2px; }
.faq summary .pm::after { top: 4px; bottom: 4px; left: 11px; width: 2px; }
.faq details[open] summary .pm::after { transform: scaleY(0); }
.faq details > div { padding: 0 4px 20px; color: var(--text); max-width: 70ch; }

/* CTA-Band */
.cta-band { text-align: center; }
.cta-band .inner { background: #18211F; color: #E7E2D8; border-radius: var(--radius-lg); padding: clamp(34px, 5vw, 64px); box-shadow: var(--shadow-lg); }
.cta-band h2 { color: #fff; max-width: 22ch; margin-inline: auto; }
.cta-band p { color: #C8CFC8; max-width: 52ch; margin-inline: auto 0; margin: 0 auto 1.6em; }
.cta-band .btn-primary { background: #fff; color: var(--ink); }
.cta-band .btn-primary:hover { background: #F1EBE0; }

/* ---------- Footer ---------------------------------------------------------- */
.site-footer { background: #141B19; color: #AEB6AF; padding-block: clamp(40px, 5vw, 64px) 28px; font-size: .92rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; margin-bottom: 32px; }
@media (max-width: 760px) { .footer-grid { grid-template-columns: 1fr; gap: 24px; } }
.site-footer .logo { color: #fff; margin-bottom: 12px; }
.site-footer h4 { color: #fff; font-family: var(--sans); font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; margin: 0 0 14px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.site-footer a { color: #AEB6AF; }
.site-footer a:hover { color: #fff; }
.footer-legal { border-top: 1px solid #2A332F; padding-top: 22px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; color: #818A82; font-size: .82rem; }
.disclaimer { color: #818A82; font-size: .82rem; max-width: 60ch; margin-top: 10px; }

/* ---------- Cookie-Banner --------------------------------------------------- */
.cookie {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 200; max-width: 560px;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-lg); padding: 18px 20px; display: none;
}
.cookie.show { display: block; animation: fade .3s ease; }
.cookie p { font-size: .9rem; margin: 0 0 14px; color: var(--text); }
.cookie .row { display: flex; flex-wrap: wrap; gap: 10px; }
.cookie .btn { padding: .7em 1.1em; font-size: .92rem; }
.cookie a { text-decoration: underline; }

/* ---------- Danke-Seite ----------------------------------------------------- */
.thanks-hero { padding-block: clamp(40px,6vw,80px); }
.thanks-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px,4vw,52px); align-items: start; }
@media (max-width: 900px) { .thanks-grid { grid-template-columns: 1fr; } }
.thanks-badge { display: inline-flex; align-items: center; gap: .6em; background: var(--primary-50); color: var(--primary); font-weight: 600; padding: .5em 1em; border-radius: 999px; font-size: .9rem; margin-bottom: 18px; }
.summary-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: clamp(20px,3vw,30px); }
.summary-card dl { margin: 0; display: grid; grid-template-columns: auto 1fr; gap: 10px 16px; font-size: .95rem; }
.summary-card dt { color: var(--muted); }
.summary-card dd { margin: 0; color: var(--ink); font-weight: 600; text-align: right; }
.cal-embed { min-height: 640px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; }
.cal-placeholder { display: grid; place-items: center; text-align: center; padding: 40px 24px; color: var(--muted); min-height: 360px; }

/* ---------- Utilities ------------------------------------------------------- */
.hidden { display: none !important; }
.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; }
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
:focus-visible { outline: 2px solid var(--primary); outline-offset: 3px; border-radius: 4px; }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}
