/* Handschriftpost-Look: warmes Papier, Tinte, Siegellack-Orange. Schriften selbst gehostet. */
@font-face { font-family: 'Bricolage Grotesque'; font-weight: 600; font-display: swap; src: url(assets/fonts/BricolageGrotesque-normal-600-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Bricolage Grotesque'; font-weight: 600; font-display: swap; src: url(assets/fonts/BricolageGrotesque-normal-600-latin-ext.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Instrument Sans'; font-weight: 400; font-display: swap; src: url(assets/fonts/InstrumentSans-normal-400-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Instrument Sans'; font-weight: 400; font-display: swap; src: url(assets/fonts/InstrumentSans-normal-400-latin-ext.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Instrument Sans'; font-weight: 600; font-display: swap; src: url(assets/fonts/InstrumentSans-normal-600-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Instrument Sans'; font-weight: 600; font-display: swap; src: url(assets/fonts/InstrumentSans-normal-600-latin-ext.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

:root {
  --tinte: #1b2a5c;
  --text: #121418;
  --grau: #5a5f68;
  --linie: #e4e1d9;
  --papier: #f6f5f1;
  --weiss: #fbfbf9;
  --orange: #e05a2b;
  --orange-dunkel: #c64d22;
  --orange-hell: #fdece5;
  --radius: 12px;
  font-family: 'Instrument Sans', ui-sans-serif, system-ui, -apple-system, sans-serif;
  color: var(--text);
  background: var(--papier);
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
body { margin: 0; min-height: 100vh; display: flex; flex-direction: column; background: var(--papier); line-height: 1.5; font-size: 17px; }
button, input, textarea { font: inherit; }
a { color: var(--tinte); }
h1, h2 { font-family: 'Bricolage Grotesque', 'Instrument Sans', sans-serif; font-weight: 600; letter-spacing: -.02em; line-height: 1.12; margin: 0; }
h1 { font-size: clamp(30px, 5vw, 46px); }
h2 { font-size: clamp(21px, 3vw, 26px); }
h2[tabindex]:focus { outline: none; }
h2[tabindex]:focus-visible { outline: 3px solid var(--tinte); outline-offset: 6px; border-radius: 4px; }
.eyebrow { font-size: 13px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--orange); margin: 0 0 14px; }
.klein { font-size: 13px; color: var(--grau); }
.hinweis { color: var(--grau); margin: 8px 0 0; }
.versteckt { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

.kopf { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px clamp(16px, 4vw, 48px); border-bottom: 1px solid var(--linie); background: rgba(246, 245, 241, .9); backdrop-filter: blur(8px); position: sticky; top: 0; z-index: 5; }
.marke { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: inherit; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 600; font-size: 19px; }
.marke img { width: 28px; height: 28px; }
.kopf-thema { font-size: 14px; color: var(--grau); }

main { width: 100%; max-width: 760px; margin: 0 auto; padding: clamp(32px, 6vw, 72px) 16px 64px; flex: 1; }

.einstieg .lead { font-size: clamp(17px, 2.2vw, 20px); color: var(--grau); margin: 20px 0 32px; max-width: 620px; }
.einstieg-aktion { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-bottom: 44px; }
.ablauf { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr)); gap: 14px; padding: 0; margin: 0; list-style: none; counter-reset: s; }
.ablauf li { background: var(--weiss); border: 1px solid var(--linie); border-radius: var(--radius); padding: 18px; display: flex; flex-direction: column; gap: 4px; }
.ablauf li::before { counter-increment: s; content: counter(s); font-family: 'Bricolage Grotesque', sans-serif; font-weight: 600; color: var(--orange); font-size: 22px; }
.ablauf strong { font-weight: 600; }
.ablauf span { color: var(--grau); font-size: 15px; }

.knopf { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 999px; border: 1px solid var(--linie); background: var(--weiss); color: var(--text); cursor: pointer; font-weight: 600; transition: transform .12s, box-shadow .12s, background .12s; }
.knopf:hover { transform: translateY(-1px); box-shadow: 0 6px 18px rgba(18, 20, 24, .08); }
.knopf.primaer { background: var(--orange); border-color: var(--orange); color: #fff; }
.knopf.primaer:hover { background: var(--orange-dunkel); }
.knopf:disabled { opacity: .6; cursor: wait; transform: none; }
.knopf:focus-visible, .option:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--tinte); outline-offset: 2px; }

.fortschritt { height: 4px; background: var(--linie); border-radius: 999px; overflow: hidden; }
.fortschritt div { height: 100%; width: 0; background: var(--orange); transition: width .25s; }
.zaehler { font-size: 13px; color: var(--grau); margin: 10px 0 26px; }
.optionen { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 12px; margin-top: 22px; }
.option { text-align: left; padding: 18px 20px; border-radius: var(--radius); border: 1px solid var(--linie); background: var(--weiss); cursor: pointer; font-size: 17px; line-height: 1.3; transition: transform .12s, border-color .12s, box-shadow .12s; position: relative; padding-right: 44px; }
.option:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(18, 20, 24, .07); border-color: #cfcbc0; }
.option.gewaehlt { border-color: var(--orange); background: var(--orange-hell); }
.option.gewaehlt::after { content: ''; position: absolute; right: 16px; top: 50%; width: 10px; height: 16px; border: solid var(--orange); border-width: 0 3px 3px 0; transform: translateY(-60%) rotate(45deg); }
.freitext { display: block; margin-top: 18px; font-size: 14px; color: var(--grau); }
input[type=text], input[type=email], input[type=tel], textarea { display: block; width: 100%; margin-top: 6px; padding: 12px 14px; border: 1px solid var(--linie); border-radius: 10px; background: var(--weiss); color: var(--text); font-size: 16px; }
textarea { resize: vertical; }
.felder { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 14px; margin-top: 20px; }
.felder label, label.breit { display: block; font-size: 14px; color: var(--grau); }
label.breit { grid-column: 1 / -1; margin-top: 18px; }
.felder label.breit { margin-top: 0; }
.muster { margin-top: 20px; border: 1px dashed #cfcbc0; border-radius: var(--radius); padding: 14px 18px; background: var(--weiss); }
.muster summary { cursor: pointer; font-weight: 600; }
.muster .felder { margin-top: 14px; }
.fehler { margin: 18px 0 0; padding: 12px 16px; border-radius: 10px; background: #fbe9e9; color: #8f1f1f; font-size: 15px; }
.leiste { display: flex; justify-content: space-between; gap: 12px; margin-top: 32px; }

.ergebnis h1 { margin-bottom: 26px; }
.karte { background: var(--weiss); border: 1px solid var(--linie); border-radius: var(--radius); padding: clamp(20px, 3vw, 28px); margin-bottom: 16px; }
.karte-kopf { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 8px 20px; margin-bottom: 14px; }
.preis { margin: 0; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 600; font-size: 20px; color: var(--tinte); white-space: nowrap; }
.teile { list-style: none; padding: 0; margin: 0 0 14px; display: flex; flex-wrap: wrap; gap: 8px; }
.teile li { font-size: 14px; padding: 6px 12px; border-radius: 999px; background: var(--papier); border: 1px solid var(--linie); }
.karte p { margin: 0; color: var(--grau); }
.karte h2 + p { margin-top: 10px; }
.alternative { margin-top: 12px !important; font-size: 15px; }
.stufe { border-color: var(--orange); background: var(--orange-hell); }
.stufe p { color: var(--text); }
.hinweise { margin: 0 0 16px; padding: 0 0 0 20px; color: var(--grau); }
.hinweise li { margin-bottom: 6px; }
.weiter-so ol { margin: 0; padding-left: 22px; }
.weiter-so li { margin-bottom: 10px; }

.fuss { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; padding: 24px clamp(16px, 4vw, 48px); border-top: 1px solid var(--linie); font-size: 13px; color: var(--grau); }
.fuss a { color: inherit; }
.powered { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px 6px 8px; border: 1px solid var(--linie); border-radius: 999px; background: var(--weiss); text-decoration: none; color: var(--grau); }
.powered b { color: var(--text); font-weight: 600; }
.powered:hover { border-color: #cfcbc0; }

@media (max-width: 600px) {
  .kopf-thema { display: none; }
  .leiste { position: sticky; bottom: 0; background: var(--papier); padding: 12px 0; margin-top: 24px; }
}
