/* meinautomakler.de · Styles v3 (Stand 10.09.2026): hell, große Typografie, Marker, ein Akzent. Keine Zeichnungen. */
:root {
  --bg: #ffffff; --surface: #ffffff; --surface-2: #fbfbfd; --tint: #f6f7fb; --tint2: #eef0fc; --warm: #fff4e8;
  --ink: #16162b; --muted: #5c6072; --line: #e6e8f0;
  --brand: #757ae9; --brand-deep: #4c50b1; --brand-light: #a7aaf3; --brand-soft: #e9eafc; --chip-ink: #3f43a3;
  --marker: #ffe470; --cta: #e87524; --cta-hover: #d0661b;
  --ok: #1f9d5b; --ok-bg: #dcf5e7; --ok-ink: #136c3d; --warn: #d5533c; --warm-ink: #9a4a0d;
  --dark: #14142a; --dark-2: #1e1e3a; --map-dot: #3a3a66;
  --font-display: "Barlow", "Segoe UI", system-ui, sans-serif;
  --font-body: "DM Sans", "Segoe UI", system-ui, sans-serif;
  --radius: 20px; --shadow: 0 24px 60px rgba(22, 22, 43, .10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 400 17px/1.55 var(--font-body); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; }
a { color: var(--brand-deep); }
h1, h2, h3, h4 { font-family: var(--font-display); letter-spacing: -.02em; line-height: 1.06; margin: 0; text-wrap: balance; }
h1 { font-size: clamp(40px, 5.4vw, 66px); font-weight: 700; }
h2 { font-size: clamp(30px, 3.6vw, 44px); font-weight: 700; }
h3 { font-size: 21px; font-weight: 700; letter-spacing: -.01em; line-height: 1.2; }
p { margin: 0; }
.inner { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
mark { background: linear-gradient(transparent 58%, var(--marker) 58%, var(--marker) 92%, transparent 92%); color: inherit; padding: 0 .08em; }
.eyebrow { display: block; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; color: var(--brand-deep); }
.lede { font-size: 20px; color: var(--muted); max-width: 56ch; }
.chip { display: inline-flex; align-items: center; gap: 8px; background: var(--brand-soft); color: var(--chip-ink); font-weight: 600; font-size: 14px; border-radius: 999px; padding: 7px 14px; text-decoration: none; }
.chip.ok { background: var(--ok-bg); color: var(--ok-ink); }
.chip.warm { background: var(--warm); color: var(--warm-ink); }
.ic { width: 22px; height: 22px; flex: none; }
.ic.round { border-radius: 50%; background: var(--cta); color: #fff; padding: 4px; }
.checks { display: flex; flex-wrap: wrap; gap: 10px 22px; list-style: none; padding: 0; margin: 0; font-weight: 600; font-size: 15.5px; }
.checks li { display: flex; align-items: center; gap: 8px; }

/* ---------- Kopf ---------- */
.top { background: var(--surface); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 30; }
.top .inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 70px; }
.logo { display: flex; align-items: center; text-decoration: none; }
.logo img { height: 30px; width: auto; display: block; }
.nav { display: none; gap: 26px; align-items: center; }
.nav a { color: var(--ink); text-decoration: none; font-weight: 600; font-size: 15.5px; }
.nav a:hover { color: var(--brand-deep); }
.phone { font-family: var(--font-display); font-weight: 700; font-size: 16px; color: var(--ink); text-decoration: none; border: 1.5px solid var(--line); border-radius: 999px; padding: 9px 16px; white-space: nowrap; }
.phone span { color: var(--muted); font-weight: 500; font-family: var(--font-body); font-size: 13px; margin-right: 8px; }
.burger { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border: 1.5px solid var(--line); border-radius: 12px; background: var(--surface); cursor: pointer; }
.burger svg { width: 22px; height: 22px; }
.mobile-nav { display: none; background: var(--surface); border-bottom: 1px solid var(--line); }
.mobile-nav.open { display: block; }
.mobile-nav a { display: block; padding: 14px 24px; text-decoration: none; color: var(--ink); font-weight: 600; border-top: 1px solid var(--line); }
@media (min-width: 900px) { .nav { display: flex; } .burger { display: none; } .mobile-nav { display: none !important; } }

/* ---------- Hero B2: kurze Headline, Zusage als Unterschrift, Formular sofort ---------- */
.hero-b2 { background: radial-gradient(900px 420px at 50% -10%, var(--tint2), transparent 70%); padding: 32px 0 48px; }
@media (min-width: 900px) { .hero-b2 { padding: 40px 0 60px; } }
.hero-b2 .center { text-align: center; display: grid; gap: 14px; justify-items: center; }
.hero-b2 h1 { max-width: 22ch; }
.hero-b2 .sub { font-family: var(--font-display); font-weight: 600; font-size: clamp(20px, 2.2vw, 27px); line-height: 1.25; letter-spacing: -.01em; max-width: 30ch; color: var(--ink); text-wrap: balance; }
.hero-b2 .checks { justify-content: center; margin-top: 4px; }
.hero-b2 .card { max-width: 720px; margin: 22px auto 0; }
.proof { display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center; justify-content: center; color: var(--muted); font-size: 14.5px; margin-top: 18px; }
.proof strong { color: var(--ink); font-family: var(--font-display); font-size: 17px; }
.proof .stars { color: #f5a623; letter-spacing: 1px; }
.proof a { color: var(--brand-deep); }

/* ---------- Formular-Karte ---------- */
.card { background: var(--surface); color: var(--ink); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); padding: 20px 20px 18px; position: relative; overflow: hidden; scroll-margin-top: 90px; }
@media (min-width: 900px) { .card { padding: 22px 26px 20px; } }
.progress { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-bottom: 12px; }
.progress i { display: block; height: 5px; border-radius: 999px; background: var(--brand-soft); transition: background .35s ease; }
.progress i.done { background: var(--ok); }
.progress i.now { background: var(--brand); }
.step-label { font-size: 13.5px; color: var(--muted); font-weight: 500; display: flex; justify-content: space-between; align-items: baseline; }
.step-label b { color: var(--ink); font-weight: 600; }
.card h2 { font-size: 22px; font-weight: 700; line-height: 1.15; margin: 8px 0 14px; letter-spacing: -.01em; }
.step[hidden] { display: none; }
.fields { display: grid; gap: 12px; }
.row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.row-2.stack-narrow { grid-template-columns: 1fr; }
@media (min-width: 640px) { .row-2.stack-narrow { grid-template-columns: 1fr 1fr; } }
@media (min-width: 640px) { .card .fields > label.field:not(.wide) { }  }
label.field, .field { display: grid; gap: 6px; }
.label { font-size: 14px; font-weight: 600; display: flex; justify-content: space-between; gap: 8px; }
.label .opt { color: var(--muted); font-weight: 400; }
.help { font-size: 13px; color: var(--muted); }
.input { width: 100%; font: inherit; font-size: 16px; color: var(--ink); background: var(--surface-2); border: 1.5px solid var(--line); border-radius: 12px; padding: 12px 14px; min-height: 48px; transition: border-color .15s, background .15s; }
.input::placeholder { color: #8b8fa3; }
.input:focus { border-color: var(--brand); background: var(--surface); outline: none; box-shadow: 0 0 0 4px var(--brand-soft); }
.input[aria-invalid="true"] { border-color: var(--warn); }
.input:disabled { opacity: .55; }
select.input { appearance: none; padding-right: 42px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235c6072' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; }
.with-unit { position: relative; display: block; }
.with-unit .input { padding-right: 52px; font-variant-numeric: tabular-nums; }
.with-unit .unit { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); color: var(--muted); font-size: 14px; font-weight: 500; pointer-events: none; }
.err { font-size: 13px; color: var(--warn); display: none; }
.err.show { display: block; }
.choice { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.choice.three { grid-template-columns: repeat(3, 1fr); }
.choice input, .chips input { position: absolute; opacity: 0; pointer-events: none; }
.choice label, .chips label { cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; text-align: center; min-height: 48px; padding: 10px 12px; border: 1.5px solid var(--line); border-radius: 12px; background: var(--surface-2); font-weight: 500; font-size: 15px; transition: border-color .15s, background .15s, color .15s; user-select: none; }
.choice input:checked + label, .chips input:checked + label { border-color: var(--ink); background: var(--ink); color: #fff; }
.choice input:focus-visible + label, .chips input:focus-visible + label { outline: 3px solid var(--brand); outline-offset: 2px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips label { min-height: 40px; padding: 8px 14px; border-radius: 999px; font-size: 14px; }
.actions { margin-top: 16px; display: grid; gap: 10px; }
.btn { width: 100%; border: 0; border-radius: 14px; padding: 16px 20px; font-family: var(--font-display); font-weight: 700; font-size: 18px; letter-spacing: .01em; color: #fff; background: var(--cta); cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 10px; text-decoration: none; transition: background .15s, transform .08s; }
.btn:hover { background: var(--cta-hover); }
.btn:active { transform: translateY(1px); }
.btn svg { width: 20px; height: 20px; }
.btn.quiet { background: transparent; color: var(--muted); font-family: var(--font-body); font-weight: 500; font-size: 15px; padding: 8px; }
.btn.quiet:hover { background: var(--surface-2); color: var(--ink); }
.btn.dark { background: var(--ink); border-radius: 999px; }
.btn.dark:hover { background: var(--dark-2); }
.btn.auto { width: auto; padding: 15px 26px; border-radius: 999px; }
.btn.ghost { background: var(--surface); color: var(--ink); border: 1.5px solid var(--line); }
.btn[disabled] { opacity: .6; cursor: wait; }
.reassure { text-align: center; font-size: 13.5px; color: var(--muted); display: flex; gap: 6px; align-items: center; justify-content: center; }
.reassure svg { width: 15px; height: 15px; flex: none; }
.privacy { font-size: 13px; color: var(--muted); }
.form-error { display: none; border: 1.5px solid var(--warn); border-radius: 12px; padding: 12px 14px; font-size: 14px; margin-top: 12px; }
.form-error.show { display: block; }

/* Nach dem Absenden */
.after[hidden] { display: none; }
.after { display: grid; gap: 16px; }
.summary { display: flex; align-items: center; gap: 12px; background: var(--tint); border-radius: 14px; padding: 12px 14px; }
.summary .icon { width: 40px; height: 40px; border-radius: 12px; background: var(--brand); display: grid; place-items: center; flex: none; }
.summary .icon svg { width: 22px; height: 22px; }
.summary b { font-family: var(--font-display); font-size: 18px; font-weight: 700; display: block; line-height: 1.1; }
.summary span { font-size: 13px; color: var(--muted); }
.netz { display: grid; gap: 10px; }
.status { min-height: 52px; display: flex; align-items: center; gap: 12px; font-weight: 600; font-size: 16px; }
.status .spin { width: 22px; height: 22px; flex: none; border-radius: 50%; border: 3px solid var(--brand-soft); border-top-color: var(--brand); animation: spin .9s linear infinite; }
.status .check { width: 22px; height: 22px; flex: none; }
@keyframes spin { to { transform: rotate(360deg); } }
.status-log { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; font-size: 14px; color: var(--muted); }
.status-log li { display: flex; gap: 10px; align-items: center; }
.status-log svg { width: 16px; height: 16px; flex: none; }
.map-wrap { position: relative; margin: 4px auto 0; max-width: 300px; background: var(--dark); border-radius: 18px; padding: 10px; }
.map-wrap svg { width: 100%; height: auto; display: block; }
.map-caption { text-align: center; font-size: 13px; color: var(--muted); margin-top: 4px; }
.pin { fill: var(--brand-light); opacity: 0; transform-box: fill-box; transform-origin: center; }
.pin.on { opacity: 1; animation: pop .5s cubic-bezier(.2,.9,.3,1.4) both; }
.pin.near { fill: var(--cta); }
.ring { fill: none; stroke: var(--cta); stroke-width: 2; opacity: 0; }
.ring.on { animation: ring 1.6s ease-out infinite; }
@keyframes pop { from { transform: scale(0); } to { transform: scale(1); } }
@keyframes ring { 0% { opacity: .9; r: 6; } 100% { opacity: 0; r: 34; } }
.you { fill: var(--cta); stroke: #fff; stroke-width: 2.5; opacity: 0; }
.you.on { opacity: 1; }
.timeline { list-style: none; margin: 4px 0 0; padding: 0; display: grid; }
.timeline li { display: grid; grid-template-columns: 30px 1fr; gap: 12px; padding: 0 0 16px; position: relative; }
.timeline li::before { content: ""; position: absolute; left: 14px; top: 30px; bottom: 0; width: 2px; background: var(--line); }
.timeline li:last-child::before { display: none; }
.timeline .n { width: 30px; height: 30px; border-radius: 50%; background: var(--brand-soft); color: var(--brand-deep); font-family: var(--font-display); font-weight: 700; font-size: 15px; display: grid; place-items: center; }
.timeline li.first .n { background: var(--cta); color: #fff; }
.timeline b { display: block; font-weight: 600; }
.timeline span { font-size: 14px; color: var(--muted); }
.callout { border: 1.5px solid var(--line); border-radius: 14px; padding: 12px 14px; display: flex; gap: 12px; align-items: flex-start; font-size: 14px; background: var(--surface); }
.callout svg { width: 20px; height: 20px; flex: none; margin-top: 1px; }
.callout b { font-weight: 600; }

/* ---------- Zusage-Band ---------- */
.band { background: var(--warm); padding: 36px 0; }
.band .inner { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center; }
@media (min-width: 900px) { .band .inner { grid-template-columns: 1.4fr 1fr; gap: 40px; } .band { padding: 44px 0; } }
.band ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 18px; }
.band li { display: grid; grid-template-columns: 34px 1fr; gap: 14px; align-items: start; }
.band li .ic { width: 30px; height: 30px; padding: 6px; }
.band b { display: block; font-family: var(--font-display); font-size: 20px; font-weight: 700; letter-spacing: -.01em; }
.band span { color: var(--muted); font-size: 15.5px; }
.badges { display: grid; gap: 12px; }
.badge { background: var(--surface); border: 1px solid #f1d9c2; border-radius: 14px; padding: 14px 16px; display: flex; align-items: center; gap: 14px; text-decoration: none; color: var(--ink); }
.badge .big { font-family: var(--font-display); font-weight: 700; font-size: 26px; line-height: 1; color: var(--cta); }
.badge small { display: block; color: var(--muted); font-size: 13.5px; }
.badge b { font-size: 15.5px; }

/* ---------- Sektionen ---------- */
section.block { padding: 64px 0; }
@media (min-width: 900px) { section.block { padding: 88px 0; } }
section.block.tint { background: var(--tint); }
.sec-head, .block-head { display: grid; gap: 14px; max-width: 760px; margin-bottom: 36px; }
.sec-head.center { margin: 0 auto 36px; text-align: center; justify-items: center; }
.sec-head p, .block-head p { color: var(--muted); font-size: 18px; }
.cards { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .cards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .cards.three { grid-template-columns: repeat(3, 1fr); } }
.kurz3 { background: var(--tint); border-radius: 22px; padding: 26px 24px; display: grid; gap: 14px; align-content: start; }
section.tint .kurz3 { background: var(--surface); border: 1px solid var(--line); }
.kurz3 .ic { width: 40px; height: 40px; padding: 9px; border-radius: 12px; background: var(--brand-soft); color: var(--brand-deep); }
.kurz3 ul { margin: 0; padding-left: 18px; color: var(--muted); font-size: 15.5px; display: grid; gap: 8px; }
.kurz3 ul b { color: var(--ink); }

/* Ablauf + Live-Panel */
.ablauf { display: grid; grid-template-columns: 1fr; gap: 36px; align-items: center; }
@media (min-width: 900px) { .ablauf { grid-template-columns: 1fr 1fr; gap: 48px; } }
.ablauf-steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 22px; counter-reset: s; }
.ablauf-steps li { display: grid; grid-template-columns: 52px 1fr; gap: 16px; align-items: start; }
.ablauf-steps li::before { counter-increment: s; content: counter(s, decimal-leading-zero); font: 700 30px/1 var(--font-display); color: var(--brand); letter-spacing: -.02em; padding-top: 2px; }
.ablauf-steps b { display: block; font-family: var(--font-display); font-size: 21px; font-weight: 700; letter-spacing: -.01em; }
.ablauf-steps span { color: var(--muted); }
.live { background: var(--dark); border-radius: 26px; padding: 22px; color: #fff; min-height: 420px; display: grid; align-content: start; gap: 12px; position: relative; overflow: hidden; }
@media (min-width: 900px) { .live { padding: 26px; } }
.live::before { content: ""; position: absolute; inset: 0; background: radial-gradient(500px 260px at 80% 0%, rgba(117,122,233,.35), transparent 70%); pointer-events: none; }
.live .head { display: flex; justify-content: space-between; align-items: center; font-size: 13px; color: #a7a9c8; letter-spacing: .06em; text-transform: uppercase; font-weight: 600; position: relative; }
.live .dot { width: 8px; height: 8px; border-radius: 50%; background: #19ceaf; display: inline-block; margin-right: 8px; box-shadow: 0 0 0 4px rgba(25,206,175,.2); }
.note { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; padding: 13px 16px; display: grid; grid-template-columns: 38px 1fr auto; gap: 12px; align-items: center; position: relative; opacity: 0; transform: translateY(10px); }
html.js .note.in { animation: notein .5s ease forwards; }
html:not(.js) .note { opacity: 1; transform: none; }
@keyframes notein { to { opacity: 1; transform: none; } }
.note .ic { width: 38px; height: 38px; padding: 9px; border-radius: 12px; background: rgba(255,255,255,.1); color: #fff; }
.note .ic.hi { background: var(--cta); }
.note .ic.okk { background: #19ceaf; color: #0b2b26; }
.note b { display: block; font-size: 15px; }
.note span { font-size: 13.5px; color: #b9bad6; }
.note time { font-size: 12.5px; color: #8f90b0; font-variant-numeric: tabular-nums; }

/* Rechner */
.tool { background: var(--surface); border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); padding: 24px 22px; display: grid; gap: 16px; }
@media (min-width: 900px) { .tool { padding: 30px; } }
.tool-head b { font-family: var(--font-display); font-size: 24px; font-weight: 700; display: block; letter-spacing: -.01em; }
.tool-head span { font-size: 13.5px; color: var(--muted); }
.tool .actions { margin-top: 4px; }
.tool .actions .btn { width: auto; justify-self: start; }
.tool-out { background: var(--tint2); border-radius: 18px; padding: 20px; display: grid; gap: 10px; }
.tool-out[hidden] { display: none; }
.tool-out > b { font-family: var(--font-display); font-size: 26px; font-weight: 700; color: var(--brand-deep); letter-spacing: -.01em; line-height: 1.15; }
.tool-out p { font-size: 15px; color: var(--muted); }
.tab { display: grid; gap: 6px; font-size: 14.5px; }
.tab div { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-bottom: 1px dashed #cfd2f0; font-variant-numeric: tabular-nums; }
.tab div span { color: var(--muted); }
.tab div.sum { border-bottom: 0; font-weight: 600; }
.tab div.sum span { color: var(--ink); }
.two-col { display: grid; gap: 28px; grid-template-columns: 1fr; align-items: start; }
@media (min-width: 900px) { .two-col { grid-template-columns: .9fr 1.1fr; gap: 56px; } }
.factors { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.factors li { display: grid; grid-template-columns: 26px 1fr; gap: 12px; align-items: start; }
.factors li svg { width: 24px; height: 24px; margin-top: 2px; color: var(--ok); }
.factors b { font-weight: 600; }
.factors span { display: block; color: var(--muted); font-size: 15px; }

/* Kundenstimmen */
.voices { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .voices { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .voices { grid-template-columns: repeat(4, 1fr); } .article .voices { grid-template-columns: repeat(2, 1fr); } }
.voice { background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: 24px; display: grid; gap: 16px; align-content: start; }
.voice .stars { color: #f5a623; letter-spacing: 2px; font-size: 15px; }
.voice p { font-size: 16px; line-height: 1.5; }
.who { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--muted); }
.who i { width: 38px; height: 38px; border-radius: 50%; background: var(--brand-soft); color: var(--brand-deep); display: grid; place-items: center; font: 700 15px var(--font-display); font-style: normal; flex: none; }
.who b { color: var(--ink); display: block; }

/* Ratgeber-Karten */
.article-card { background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: 24px; display: grid; gap: 12px; align-content: start; text-decoration: none; color: var(--ink); transition: transform .12s, border-color .15s; }
.article-card:hover { transform: translateY(-3px); border-color: var(--brand); }
.article-card .chip { justify-self: start; }
.article-card b { font-family: var(--font-display); font-size: 22px; font-weight: 700; line-height: 1.15; letter-spacing: -.01em; }
.article-card p { color: var(--muted); font-size: 15.5px; }
.article-card .meta { font-size: 13px; color: var(--muted); }
.article-card .more { color: var(--brand-deep); font-weight: 600; font-size: 15px; }
.wissen-cluster { margin-top: 36px; }
.wissen-cluster h2 { font-size: 26px; margin-bottom: 14px; }

/* FAQ */
.faq { display: grid; gap: 10px; max-width: 820px; }
.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 0 20px; }
.faq summary { cursor: pointer; list-style: none; padding: 17px 0; font-weight: 600; font-size: 17px; display: flex; justify-content: space-between; gap: 14px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font: 700 22px var(--font-display); color: var(--brand-deep); flex: none; }
.faq details[open] summary::after { content: "×"; }
.faq .a { padding: 0 0 18px; color: var(--muted); }

/* CTA-Band */
.cta-band { background: var(--dark); color: #fff; padding: 72px 0; text-align: center; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #b9bad6; margin: 14px auto 0; max-width: 60ch; font-size: 18px; }
.cta-band .btn { margin-top: 26px; width: auto; border-radius: 999px; padding: 16px 28px; }
.cta-band .tel { color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 20px; text-decoration: none; }

/* ---------- Unterseiten ---------- */
.page-hero { padding: 40px 0 24px; }
@media (min-width: 900px) { .page-hero { padding: 56px 0 30px; } }
.page-hero h1 { font-size: clamp(34px, 4.4vw, 54px); max-width: 24ch; margin-top: 14px; }
.page-hero .lede { margin-top: 14px; }
.page-hero .meta { display: flex; flex-wrap: wrap; gap: 8px 18px; color: var(--muted); font-size: 14.5px; margin-top: 16px; }
.crumb { font-size: 14px; color: var(--muted); margin-bottom: 16px; }
.crumb a { color: var(--muted); text-decoration: none; }
.crumb a:hover { color: var(--brand-deep); }
.article { max-width: 760px; }
.kurzbox { background: var(--tint2); border-radius: 22px; padding: 24px 26px; margin: 8px 0 22px; }
.kurzbox > b { font-family: var(--font-display); font-size: 22px; display: block; margin-bottom: 12px; letter-spacing: -.01em; }
.kurzbox ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; font-size: 16px; }
.kurzbox li { display: grid; grid-template-columns: 24px 1fr; gap: 10px; align-items: start; }
.kurzbox li svg { width: 22px; height: 22px; padding: 4px; border-radius: 50%; background: var(--cta); color: #fff; margin-top: 1px; }
.toc { background: var(--tint); border-radius: 22px; padding: 22px 26px; margin: 0 0 26px; display: grid; gap: 10px; }
.toc b { font-family: var(--font-display); font-size: 20px; }
.toc ol { margin: 0; padding-left: 20px; font-size: 15.5px; columns: 1; gap: 24px; }
@media (min-width: 640px) { .toc ol { columns: 2; } }
.toc li { margin-bottom: 6px; break-inside: avoid; }
.toc a { color: var(--ink); text-decoration: none; }
.toc a:hover { color: var(--brand-deep); text-decoration: underline; }
.rich { font-size: 17.5px; line-height: 1.65; }
.rich h2 { font-size: 30px; margin: 44px 0 14px; scroll-margin-top: 90px; }
.rich h3 { font-size: 21px; margin: 28px 0 8px; }
.rich h4 { font-size: 18px; margin: 22px 0 6px; }
.rich p { margin: 0 0 1.1em; }
.rich ul, .rich ol { margin: 0 0 1.1em; padding-left: 1.3em; }
.rich li { margin-bottom: .35em; }
.rich img { border-radius: 14px; margin: 10px 0; }
.rich blockquote { border-left: 4px solid var(--brand); margin: 1.2em 0; padding: 6px 0 6px 18px; color: var(--muted); }
.rich table { border-collapse: collapse; width: 100%; font-size: 15.5px; margin: 0 0 1.2em; }
.rich th, .rich td { border-bottom: 1px solid var(--line); padding: 11px 12px; text-align: left; vertical-align: top; }
.rich th { background: var(--tint); font-weight: 700; font-size: 14px; letter-spacing: .02em; }
.rich td { font-size: 15px; }
.rich td.num, .rich th.num { text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; }
.rich .tabelle { overflow-x: auto; margin: 0 0 1.2em; }
.rich .tabelle table { margin: 0; min-width: 460px; }
.rich .figure { display: none; }
.ampel { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 8px; vertical-align: 1px; }
.ampel.rot { background: var(--cta); }
.ampel.gelb { background: #e8b924; }
.ampel.gruen { background: var(--ok); }
.praxis { background: var(--warm); border-radius: 22px; padding: 22px 26px; margin: 24px 0; font-size: 16.5px; }
.praxis > b { display: block; font-size: 12.5px; text-transform: uppercase; letter-spacing: .08em; color: var(--warm-ink); margin-bottom: 8px; }
.praxis p { margin: 0 0 .6em; }
.praxis p:last-child { margin: 0; }
.steps { list-style: none; padding: 0; margin: 0 0 1.2em; display: grid; gap: 12px; counter-reset: s; }
.steps li { position: relative; padding-left: 46px; margin: 0; min-height: 32px; }
.steps li::before { counter-increment: s; content: counter(s); position: absolute; left: 0; top: 1px; width: 30px; height: 30px; border-radius: 50%; background: var(--ink); color: #fff; font-family: var(--font-display); font-weight: 700; display: grid; place-items: center; font-size: 14px; }
.steps b { display: block; font-weight: 600; }
.flow { display: grid; gap: 10px; margin: 0 0 1.2em; }
.flow .node { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 12px 14px; font-size: 15px; }
.flow .node.q { background: var(--dark); color: #fff; border-color: var(--dark); font-weight: 600; }
.flow .node b { display: block; font-size: 12.5px; text-transform: uppercase; letter-spacing: .06em; color: var(--brand-deep); margin-bottom: 4px; }
.flow .node.q b { color: var(--brand-light); }
.flow .node.yes { border-left: 4px solid var(--ok); }
.flow .node.no { border-left: 4px solid var(--cta); }
.flow .split { display: grid; gap: 10px; }
@media (min-width: 640px) { .flow .split { grid-template-columns: 1fr 1fr; } }
.faq-list { margin-top: 36px; }
.faq-list h2 { font-size: 26px; margin-bottom: 12px; }
.author { display: flex; gap: 14px; align-items: flex-start; background: var(--tint); border-radius: 20px; padding: 18px; margin-top: 36px; }
.author .avatar { width: 56px; height: 56px; border-radius: 50%; background: var(--brand-soft); display: grid; place-items: center; flex: none; color: var(--brand-deep); font-family: var(--font-display); font-weight: 700; font-size: 20px; }
.author b { display: block; font-weight: 600; }
.author p { font-size: 14.5px; color: var(--muted); }
.related { margin-top: 40px; }
.related h2 { font-size: 24px; margin-bottom: 14px; }
.recht .rich { font-size: 16px; }
.recht .rich h2 { font-size: 22px; }
.recht .rich h3 { font-size: 18px; }

/* Formular in einem Artikel (Landingpage mit Ratgeberteil) */
.article-form { background: var(--tint2); padding: 36px 0 44px; margin-top: 10px; }
.article-form .inner { display: grid; gap: 24px; grid-template-columns: 1fr; align-items: start; }
@media (min-width: 900px) { .article-form .inner { grid-template-columns: 1fr 1fr; gap: 48px; } .article-form .pitch { position: sticky; top: 90px; } }
.article-form .pitch { display: grid; gap: 14px; }
.article-form .pitch h2 { font-size: clamp(26px, 3vw, 36px); }
.article-form .pitch h2 mark { padding: 0 .06em; }
.article-form .lede { font-size: 18px; }

/* Interaktive Bausteine (Wissen) */
.wg { background: var(--surface); border: 1px solid var(--line); border-radius: 22px; padding: 22px 22px 20px; margin: 26px 0; box-shadow: var(--shadow); }
.wg noscript { font-size: 15px; color: var(--muted); }
.wg-head { display: grid; gap: 4px; margin-bottom: 14px; }
.wg-head b { font-family: var(--font-display); font-size: 21px; font-weight: 700; line-height: 1.2; letter-spacing: -.01em; }
.wg-head span { font-size: 14px; color: var(--muted); }
.wg-body { display: grid; gap: 14px; }
.wg-q > b { display: block; font-weight: 600; font-size: 15.5px; margin-bottom: 8px; }
.wg-chips { display: flex; flex-wrap: wrap; gap: 8px; position: relative; }
.wg-chips input { position: absolute; opacity: 0; width: 0; height: 0; }
.wg-chip { border: 1.5px solid var(--line); border-radius: 999px; padding: 8px 14px; font-size: 14.5px; cursor: pointer; background: var(--surface-2); transition: background .12s, border-color .12s, color .12s; font-family: inherit; color: var(--ink); }
.wg-chip:hover { border-color: var(--brand); }
.wg-chips input:checked + .wg-chip { background: var(--ink); border-color: var(--ink); color: #fff; }
.wg-chips input:focus-visible + .wg-chip, .wg-chip:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; }
.wg-hint { font-size: 14px; color: var(--muted); margin: 12px 0 0; }
.wg-trail { font-size: 13.5px; color: var(--muted); margin: 0 0 10px; }
.wg-back { margin-top: 4px; justify-self: start; background: none; border: 0; padding: 6px 0; font: inherit; font-size: 14px; color: var(--brand-deep); cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.wg-back:hover { color: var(--ink); }
.wg-out { border-top: 1px solid var(--line); margin-top: 16px; padding-top: 14px; display: grid; gap: 8px; }
.wg-out[hidden] { display: none; }
.wg-out > b { font-family: var(--font-display); font-size: 22px; font-weight: 700; color: var(--brand-deep); line-height: 1.2; letter-spacing: -.01em; }
.wg-out.stop > b { color: var(--cta); }
.wg-out.ok > b { color: var(--ok-ink); }
.wg-out p { font-size: 15.5px; margin: 0; white-space: pre-line; }
.wg-out ul { margin: 0; padding-left: 18px; font-size: 15px; color: var(--muted); }
.wg-out .tab { font-size: 14.5px; }
.wg-cta { justify-self: start; margin-top: 6px; width: auto; border-radius: 999px; padding: 14px 24px; font-size: 16px; }
.wg-row { display: grid; gap: 12px; }
@media (min-width: 640px) { .wg-row { grid-template-columns: 1fr 1fr; } .wg-row .wg-span, .wg-row .wg-check { grid-column: 1 / -1; } }
.wg-field { display: grid; gap: 6px; font-size: 14px; color: var(--muted); }
.wg-field select { font: inherit; font-size: 15.5px; color: var(--ink); padding: 10px 12px; border: 1.5px solid var(--line); border-radius: 12px; background: var(--surface); }
.wg-field input[type=range] { width: 100%; accent-color: var(--brand-deep); }
.wg-field output { color: var(--ink); font-weight: 600; }
.wg-check { display: flex; gap: 8px; align-items: center; font-size: 14.5px; }
.wg-swatches { display: flex; flex-wrap: wrap; gap: 8px; }
.wg-swatch { display: flex; align-items: center; gap: 8px; border: 1.5px solid var(--line); border-radius: 999px; padding: 5px 12px 5px 5px; background: var(--surface-2); font: inherit; font-size: 14.5px; cursor: pointer; color: var(--ink); }
.wg-swatch i { width: 24px; height: 24px; border-radius: 50%; border: 1px solid rgba(0,0,0,.14); display: block; }
.wg-swatch[aria-selected=true] { border-color: var(--ink); background: var(--ink); color: #fff; }
.wg-swatch:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; }

/* ---------- Fuss ---------- */
footer { background: var(--surface); border-top: 1px solid var(--line); padding: 44px 0 28px; font-size: 14.5px; color: var(--muted); }
.foot-grid { display: grid; gap: 24px; grid-template-columns: 1fr; }
@media (min-width: 720px) { .foot-grid { grid-template-columns: 1.4fr 1fr 1fr; } }
footer b { color: var(--ink); font-weight: 600; display: block; margin-bottom: 8px; }
footer a { color: var(--muted); text-decoration: none; }
footer a:hover { color: var(--brand-deep); }
footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; }
.foot-bottom { margin-top: 26px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 8px 20px; justify-content: space-between; font-size: 13px; }

/* ---------- Consent ---------- */
.consent { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 40; background: var(--surface); color: var(--ink); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); padding: 16px 18px; display: none; gap: 12px; max-width: 520px; margin: 0 auto; }
.consent.show { display: grid; }
.consent p { font-size: 14px; color: var(--muted); }
.consent .row { display: flex; gap: 10px; flex-wrap: wrap; }
.consent button { flex: 1; min-width: 140px; border-radius: 999px; padding: 11px 14px; font-weight: 600; cursor: pointer; border: 1.5px solid var(--line); background: var(--surface); color: var(--ink); font-family: inherit; }
.consent button.primary { background: var(--ink); color: #fff; border-color: var(--ink); }

/* Mobile Sticky-CTA */
.sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 25; background: var(--surface); border-top: 1px solid var(--line); padding: 10px 16px; display: none; }
.sticky-cta.show { display: block; }
.sticky-cta .btn { padding: 13px 16px; font-size: 16px; }
@media (min-width: 900px) { .sticky-cta { display: none !important; } }

/* ---------- Bewegung mit Zweck ---------- */
html.js .reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
html.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
  html.js .reveal { opacity: 1; transform: none; }
  .note { opacity: 1 !important; transform: none !important; }
}
