:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  --page: #f7f5ef;
  --ink: #17201a;
  --muted: #586057;
  --accent: #e3542f;
  --accent-ink: #ffffff;
  --surface: #ffffff;
  --line: #b9beb4;
  --secondary: #1e6951;
  --highlight: #ffd766;
  --display: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--page); color: var(--ink); line-height: 1.55; }
button, input { font: inherit; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 20; background: var(--ink); color: #fff; padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }
.shell { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.site-header { border-bottom: 1px solid var(--line); background: var(--page); }
.site-header .shell { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.wordmark { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; font-weight: 850; font-size: 1.15rem; }
.wordmark-mark { width: 2rem; aspect-ratio: 1; display: grid; place-items: center; background: var(--ink); color: var(--page); font-family: var(--display); font-weight: 800; }
.header-link { text-decoration-thickness: 2px; text-underline-offset: 4px; font-weight: 700; }

.hero { background: var(--hero, var(--page)); border-bottom: 1px solid var(--line); padding: 58px 0 38px; overflow: hidden; }
.hero-copy { max-width: 880px; position: relative; z-index: 1; }
.eyebrow { margin: 0 0 .75rem; font-size: .78rem; text-transform: uppercase; font-weight: 850; }
.hero h1 { margin: 0; max-width: 920px; font-family: var(--display); font-size: 72px; line-height: 1.01; font-weight: 700; }
.hero-lede { max-width: 740px; margin: 1.35rem 0 1.6rem; font-size: 1.2rem; color: var(--muted); }
.promise-row { display: flex; flex-wrap: wrap; gap: .65rem 1.1rem; padding: 0; margin: 0 0 1.8rem; list-style: none; font-weight: 750; }
.promise-row li::before { content: "✓"; margin-right: .4rem; color: var(--secondary); }

.signup-form { display: grid; grid-template-columns: minmax(15rem, 1fr) auto; gap: .65rem; max-width: 720px; align-items: start; }
.signup-form input[type="email"] { width: 100%; min-height: 54px; border: 2px solid var(--ink); border-radius: 0; padding: .75rem 1rem; background: #fff; color: #111; }
.signup-form input[type="email"]:focus { outline: 4px solid color-mix(in srgb, var(--highlight) 80%, white); outline-offset: 2px; }
.primary-button { min-height: 54px; border: 2px solid var(--ink); border-radius: 0; background: var(--accent); color: var(--accent-ink); padding: .75rem 1.1rem; font-weight: 850; cursor: pointer; box-shadow: 5px 5px 0 var(--ink); }
.primary-button:hover { transform: translate(-1px, -1px); box-shadow: 7px 7px 0 var(--ink); }
.primary-button:disabled { cursor: wait; opacity: .72; transform: none; }
.consent-row { grid-column: 1 / -1; display: grid; grid-template-columns: 1.2rem 1fr; gap: .55rem; font-size: .8rem; color: var(--muted); max-width: 690px; }
.consent-row input { width: 1.1rem; height: 1.1rem; margin-top: .15rem; accent-color: var(--accent); }
.form-status { grid-column: 1 / -1; min-height: 1.5rem; margin: 0; font-weight: 750; }
.form-status[data-state="success"] { color: #0c623f; }
.form-status[data-state="error"] { color: #a12525; }
.bot-field { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

.artifact { margin-top: 40px; border: 2px solid var(--ink); background: var(--surface); box-shadow: 9px 9px 0 var(--ink); overflow: hidden; }
.artifact-head { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .8rem 1rem; border-bottom: 2px solid var(--ink); background: var(--highlight); font-weight: 850; }
.artifact-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.artifact-item { min-height: 124px; padding: 1rem; border-right: 1px solid var(--line); }
.artifact-item:last-child { border-right: 0; }
.artifact-label { display: block; color: var(--muted); font-size: .74rem; text-transform: uppercase; font-weight: 850; }
.artifact-value { display: block; margin-top: .7rem; font-family: var(--display); font-size: 1.5rem; line-height: 1.15; }
.artifact-line { height: 5px; margin-top: .9rem; background: var(--secondary); }
.artifact-line.short { width: 55%; background: var(--accent); }

.band { padding: 76px 0; border-bottom: 1px solid var(--line); }
.band.contrast { background: var(--ink); color: #fff; }
.section-intro { display: grid; grid-template-columns: minmax(240px, .7fr) 1.3fr; gap: 4rem; margin-bottom: 2.2rem; }
.section-intro h2, .final-band h2 { margin: 0; font-family: var(--display); font-size: 44px; line-height: 1.08; }
.section-intro p { margin: .4rem 0 0; max-width: 680px; color: var(--muted); font-size: 1.05rem; }
.contrast .section-intro p { color: #d8ddd7; }
.decision-list { border-top: 2px solid currentColor; }
.decision-row { display: grid; grid-template-columns: 48px 1fr 1.1fr; gap: 1.2rem; align-items: start; padding: 1.35rem 0; border-bottom: 1px solid currentColor; }
.decision-number { font-family: var(--display); font-size: 1.45rem; color: var(--highlight); }
.decision-row h3 { margin: .1rem 0; font-size: 1.05rem; }
.decision-row p { margin: 0; color: #d8ddd7; }

.mechanism { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 2px solid var(--ink); }
.mechanism-step { min-height: 220px; padding: 1.45rem; border-right: 2px solid var(--ink); background: var(--surface); }
.mechanism-step:last-child { border-right: 0; }
.mechanism-step strong { display: block; font-family: var(--display); font-size: 1.45rem; margin: .7rem 0; }
.mechanism-kicker { color: var(--accent); font-size: .76rem; font-weight: 850; text-transform: uppercase; }
.mechanism-step p { color: var(--muted); }

.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-item { padding: 1.2rem; text-align: center; border-right: 1px solid var(--line); font-weight: 750; }
.trust-item:last-child { border-right: 0; }

.final-band { background: var(--secondary); color: #fff; padding: 76px 0; }
.final-band .shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; align-items: start; }
.final-band .signup-form input[type="email"] { border-color: #fff; }
.final-band .primary-button { border-color: #fff; box-shadow: 5px 5px 0 #fff; }
.final-band .consent-row { color: #eef5ee; }

.legal { padding: 56px 0; background: #fff; }
.legal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.legal h2 { font-size: 1rem; margin: 0 0 .75rem; }
.legal p { font-size: .82rem; color: var(--muted); margin: 0; }
.site-footer { background: #fff; border-top: 1px solid var(--line); padding: 24px 0; font-size: .8rem; }
.site-footer .shell { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }

.brand-pfotenplan { --page: #fff6e8; --hero: #ffd9ba; --ink: #193c32; --muted: #52685f; --accent: #db4938; --secondary: #1f725c; --highlight: #ffd45a; --surface: #fffaf1; --line: #92aa9f; --display: Georgia, "Times New Roman", serif; }
.brand-hausbudget { --page: #f5f1e7; --hero: #f2c84b; --ink: #202424; --muted: #555e5d; --accent: #c4482f; --secondary: #27677c; --highlight: #f6d85f; --surface: #fffdf7; --line: #838d8c; --display: "Arial Black", Impact, sans-serif; }
.brand-hausbudget .hero h1, .brand-hausbudget .section-intro h2, .brand-hausbudget .final-band h2 { text-transform: uppercase; }
.brand-fokusmodus { --page: #f4f8ff; --hero: #cfe2ff; --ink: #15171a; --muted: #4f5968; --accent: #f04d3f; --secondary: #3159d9; --highlight: #c9f24b; --surface: #ffffff; --line: #8491a4; --display: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; }
.brand-fokusmodus .artifact { box-shadow: 9px 9px 0 var(--secondary); }

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 1120px); }
  .site-header .shell { min-height: 62px; }
  .header-link { font-size: .85rem; }
  .hero { padding: 42px 0 28px; }
  .hero h1 { font-size: 44px; }
  .hero-lede { font-size: 1.05rem; }
  .signup-form { grid-template-columns: 1fr; }
  .primary-button { width: 100%; }
  .consent-row, .form-status { grid-column: 1; }
  .artifact-grid { grid-template-columns: 1fr 1fr; }
  .artifact-item { min-height: 106px; border-bottom: 1px solid var(--line); }
  .artifact-item:nth-child(2) { border-right: 0; }
  .band { padding: 54px 0; }
  .section-intro, .final-band .shell { grid-template-columns: 1fr; gap: 1.5rem; }
  .section-intro h2, .final-band h2 { font-size: 34px; }
  .decision-row { grid-template-columns: 36px 1fr; }
  .decision-row p { grid-column: 2; }
  .mechanism { grid-template-columns: 1fr; }
  .mechanism-step { min-height: 0; border-right: 0; border-bottom: 2px solid var(--ink); }
  .mechanism-step:last-child { border-bottom: 0; }
  .trust-strip, .legal-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
