/* ==========================================================================
   PKWAnkaeufer.de — Stylesheet
   Deutscher Fahrzeugankauf: kantig, kontraststark, ohne SaaS-Anmutung.
   Systemschriften statt Webfonts (Datenschutz und Ladezeit).
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Tokens
   -------------------------------------------------------------------------- */
:root {
  --red:        #d71920;
  --red-dark:   #b9151b;
  --charcoal:   #1f1f1f;
  --dark-2:     #2e2e2e;
  --white:      #ffffff;
  --grey:       #f3f3f3;
  --grey-2:     #e8e9ea;
  --border:     #d8d8d8;
  --text:       #333333;
  --muted:      #6a6f75;
  --muted-dark: #a8adb4;

  --wrap:       1240px;
  --gutter:     24px;

  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
          Arial, "Noto Sans", sans-serif;

  --shadow:      0 2px 10px rgba(0, 0, 0, .10);
  --shadow-lift: 0 10px 30px rgba(0, 0, 0, .16);
}

/* --------------------------------------------------------------------------
   2. Reset und Grundlagen
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.65;
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  margin: 0 0 .5em;
  color: var(--charcoal);
  line-height: 1.16;
  letter-spacing: -.01em;
  font-weight: 800;
}
h1 { font-size: clamp(2rem, 4.4vw, 3.35rem); }
h2 { font-size: clamp(1.65rem, 3vw, 2.5rem); }
h3 { font-size: clamp(1.15rem, 1.7vw, 1.4rem); }

p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

a { color: var(--red-dark); text-decoration: underline; text-underline-offset: 2px; }
a:hover { color: var(--red); }

img, svg { max-width: 100%; height: auto; display: block; }

ul, ol { margin: 0 0 1.1em; padding-left: 1.25em; }
li { margin-bottom: .35em; }

:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 2px;
}

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--charcoal); color: var(--white);
  padding: 12px 20px; text-decoration: none; font-weight: 700;
}
.skip-link:focus { left: 0; }

.icon { width: 24px; height: 24px; flex: none; }
.icon--xs { width: 15px; height: 15px; }
.icon--lg { width: 34px; height: 34px; }

.linklike {
  background: none; border: 0; padding: 0; font: inherit;
  color: inherit; text-decoration: underline; cursor: pointer;
  text-underline-offset: 2px;
}

/* --------------------------------------------------------------------------
   3. Layout
   -------------------------------------------------------------------------- */
.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.wrap--narrow { max-width: 820px; }

.section { padding: 84px 0; }
.section--tight { padding: 56px 0; }
.section--grey { background: var(--grey); }
.section--dark { background: var(--charcoal); color: #dcdee1; }
.section--dark h2, .section--dark h3 { color: var(--white); }

.section__head { max-width: 780px; margin-bottom: 44px; }
.section__head--center { margin-inline: auto; text-align: center; }
.section__title { margin-bottom: .35em; }
.section__lead { font-size: 1.1rem; color: var(--muted); margin: 0; }
.section--dark .section__lead { color: var(--muted-dark); }

.eyebrow {
  display: inline-block;
  font-size: .8rem; font-weight: 800; letter-spacing: .16em;
  text-transform: uppercase; color: var(--red);
  margin-bottom: 14px;
}
.eyebrow--onDark { color: #ff6b70; }

.accent { color: var(--red); }

/* --------------------------------------------------------------------------
   4. Buttons
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 30px;
  border: 2px solid transparent; border-radius: 0;
  font-size: 1rem; font-weight: 800; letter-spacing: .02em;
  text-decoration: none; text-align: center; cursor: pointer;
  transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}
.btn--primary { background: var(--red); color: var(--white); border-color: var(--red); }
.btn--primary:hover { background: var(--red-dark); border-color: var(--red-dark); color: var(--white); }

.btn--dark { background: var(--charcoal); color: var(--white); border-color: var(--charcoal); }
.btn--dark:hover { background: #000; border-color: #000; color: var(--white); }

.btn--white { background: var(--white); color: var(--charcoal); border-color: var(--white); }
.btn--white:hover { background: var(--grey); color: var(--charcoal); }

.btn--ghost { background: transparent; color: var(--charcoal); border-color: var(--border); }
.btn--ghost:hover { border-color: var(--charcoal); color: var(--charcoal); background: transparent; }

.btn--ghost-light { background: transparent; color: var(--white); border-color: rgba(255,255,255,.55); }
.btn--ghost-light:hover { border-color: var(--white); background: rgba(255,255,255,.10); color: var(--white); }

.btn--large { padding: 19px 42px; font-size: 1.08rem; }
.btn--block { width: 100%; }

.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }

/* --------------------------------------------------------------------------
   5. Topbar und Kopfbereich
   -------------------------------------------------------------------------- */
.topbar {
  background: var(--charcoal);
  color: #c9ccd1;
  font-size: .86rem;
}
.topbar__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; min-height: 42px; flex-wrap: wrap;
}
.topbar__claim {
  margin: 0; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; font-size: .78rem; color: var(--white);
}
.topbar__meta {
  display: flex; align-items: center; gap: 26px;
  margin: 0; padding: 0; list-style: none; flex-wrap: wrap;
}
.topbar__meta li { margin: 0; }
.topbar__meta a {
  display: inline-flex; align-items: center; gap: 7px;
  color: #c9ccd1; text-decoration: none; font-weight: 600;
}
.topbar__meta a:hover { color: var(--white); }
.topbar__hours { color: #9aa0a7; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  transition: box-shadow .2s ease;
}
.site-header.is-stuck { box-shadow: var(--shadow); }
.site-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; min-height: 82px;
}
.brand { display: block; flex: none; }
.brand img { width: 218px; height: auto; }

.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav__list {
  display: flex; align-items: center; gap: 26px;
  margin: 0; padding: 0; list-style: none;
}
.site-nav__list li { margin: 0; }
.site-nav__list a {
  color: var(--charcoal); text-decoration: none;
  font-weight: 700; font-size: .97rem;
  padding: 8px 0; border-bottom: 3px solid transparent;
}
.site-nav__list a:hover,
.site-nav__list a[aria-current="page"] { color: var(--red); border-bottom-color: var(--red); }

.site-header__actions { display: flex; align-items: center; gap: 14px; }
.site-header__actions .btn { padding: 13px 26px; }

.nav-toggle {
  display: none; align-items: center; gap: 10px;
  background: var(--charcoal); color: var(--white);
  border: 0; padding: 12px 18px; cursor: pointer;
  font: inherit; font-weight: 800; font-size: .92rem;
}
.nav-toggle__bars { position: relative; width: 20px; height: 2px; background: currentColor; }
.nav-toggle__bars::before,
.nav-toggle__bars::after {
  content: ""; position: absolute; left: 0; width: 20px; height: 2px; background: currentColor;
}
.nav-toggle__bars::before { top: -6px; }
.nav-toggle__bars::after { top: 6px; }

/* --------------------------------------------------------------------------
   6. Hero
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  background: var(--charcoal);
  color: #dcdee1;
  overflow: hidden;
}
.hero__media { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 68% 60%; }
.hero__scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(100deg, rgba(20,20,20,.96) 0%, rgba(20,20,20,.92) 34%,
                    rgba(20,20,20,.66) 52%, rgba(20,20,20,.18) 76%, rgba(20,20,20,.05) 100%);
}
.hero__inner { position: relative; padding: 92px 0 108px; }
.hero__content { max-width: 640px; }
.hero h1 { color: var(--white); margin-bottom: .38em; }
.hero__lead {
  font-size: 1.14rem; line-height: 1.7; color: #ccced2;
  max-width: 560px; margin-bottom: 30px;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.hero__trust {
  display: flex; flex-wrap: wrap; gap: 10px 22px;
  margin: 0; padding: 0; list-style: none;
  font-size: .95rem; color: #b6bac0; font-weight: 600;
}
.hero__trust li { display: flex; align-items: center; gap: 9px; margin: 0; }
.hero__trust li::before {
  content: ""; width: 9px; height: 9px; background: var(--red); flex: none;
}

/* --------------------------------------------------------------------------
   7. Schnellbewertung
   -------------------------------------------------------------------------- */
.quickcheck { background: var(--grey); padding-bottom: 84px; }
.quickcheck__panel {
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 5px solid var(--red);
  box-shadow: var(--shadow-lift);
  padding: 38px 38px 32px;
  margin-top: -58px;
  position: relative; z-index: 5;
}
.quickcheck__title { margin-bottom: .25em; }
.quickcheck__intro { color: var(--muted); margin-bottom: 26px; }
.quickcheck__grid {
  display: grid; gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 20px;
}
.quickcheck__actions {
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
  border-top: 1px solid var(--border); padding-top: 22px;
}
.quickcheck__note { margin: 0; font-size: .92rem; color: var(--muted); flex: 1 1 320px; }

/* --------------------------------------------------------------------------
   8. Formularelemente
   -------------------------------------------------------------------------- */
.field { display: flex; flex-direction: column; }
.field label,
.field__grouplabel {
  font-weight: 700; font-size: .93rem; color: var(--charcoal); margin-bottom: 7px;
}
.field__optional { font-weight: 500; color: var(--muted); font-size: .85rem; }
.req { color: var(--red); }

input[type="text"], input[type="email"], input[type="tel"],
input[type="number"], select, textarea {
  width: 100%;
  padding: 13px 14px;
  font: inherit; font-size: 1rem; color: var(--text);
  background: var(--white);
  border: 1px solid #c4c7cb;
  border-radius: 0;
  transition: border-color .15s ease, box-shadow .15s ease;
}
select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%231f1f1f' stroke-width='1.8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px 8px;
  padding-right: 40px;
}
textarea { resize: vertical; min-height: 116px; }

input:focus, select:focus, textarea:focus {
  outline: none; border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(215, 25, 32, .16);
}
input.is-invalid, select.is-invalid, textarea.is-invalid { border-color: var(--red); background: #fff6f6; }

.field__error {
  margin: 6px 0 0; font-size: .88rem; color: var(--red-dark); font-weight: 600; min-height: 0;
}
.field__error:empty { display: none; }

.lead-form { max-width: 100%; }
.lead-form__group { border: 0; margin: 0 0 34px; padding: 0; }
.lead-form__legend {
  display: flex; align-items: center; gap: 12px;
  font-size: 1.2rem; font-weight: 800; color: var(--charcoal);
  margin-bottom: 20px; padding: 0;
}
.lead-form__step {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; background: var(--red); color: var(--white);
  font-size: .98rem; font-weight: 800; flex: none;
}
.field-grid {
  display: grid; gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.field--wide { grid-column: 1 / -1; }

.radio-row { display: flex; flex-wrap: wrap; gap: 10px; }
.radio {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 11px 18px; border: 1px solid #c4c7cb; background: var(--white);
  font-weight: 600; cursor: pointer;
}
.radio input { accent-color: var(--red); width: 17px; height: 17px; }
.radio:has(input:checked) { border-color: var(--red); background: #fdf2f2; }

.lead-form__consents {
  border-top: 1px solid var(--border);
  padding-top: 24px; margin-bottom: 26px;
}
.consent {
  display: flex; gap: 12px; align-items: flex-start;
  font-size: .95rem; line-height: 1.6; margin-bottom: 14px; cursor: pointer;
}
.consent input { margin-top: 4px; width: 19px; height: 19px; accent-color: var(--red); flex: none; }

.lead-form__submit { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.lead-form__note { font-size: .9rem; color: var(--muted); margin: 0; }
.lead-form__status { margin: 18px 0 0; font-weight: 700; }
.lead-form__status:empty { display: none; }
.lead-form__status.is-error { color: var(--red-dark); }
.lead-form__status.is-ok { color: #1a7a3c; }

.hp-field {
  position: absolute !important; left: -9999px !important;
  width: 1px; height: 1px; overflow: hidden;
}

/* Formularbereich auf der Startseite */
.form-section__panel {
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 5px solid var(--red);
  padding: 44px;
}

/* --------------------------------------------------------------------------
   9. Leistungskacheln (Fahrzeugarten)
   -------------------------------------------------------------------------- */
.tiles {
  display: grid; gap: 1px; background: var(--border);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--border);
}
.tile {
  background: var(--white); padding: 30px 26px 26px;
  display: flex; flex-direction: column;
  transition: background-color .15s ease;
}
.tile:hover { background: #fafafa; }
.tile__icon {
  width: 54px; height: 54px; background: var(--charcoal); color: var(--white);
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.tile:hover .tile__icon { background: var(--red); }
.tile__title { font-size: 1.14rem; margin-bottom: .4em; }
.tile__text { font-size: .96rem; color: var(--muted); margin-bottom: 18px; flex: 1; }
.tile__link {
  font-weight: 800; font-size: .93rem; color: var(--red-dark);
  text-decoration: none; display: inline-flex; align-items: center; gap: 7px;
}
.tile__link::after { content: "→"; }
.tile__link:hover { color: var(--red); }

/* --------------------------------------------------------------------------
   10. Ablauf in drei Schritten
   -------------------------------------------------------------------------- */
.steps {
  display: grid; gap: 26px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 40px;
}
.step {
  background: var(--white); border: 1px solid var(--border);
  border-top: 5px solid var(--charcoal);
  padding: 32px 28px; position: relative;
}
.step--accent { border-top-color: var(--red); }
.step__num {
  font-size: 2.9rem; font-weight: 800; line-height: 1;
  color: var(--red); margin-bottom: 14px; letter-spacing: -.03em;
}
.step__title { font-size: 1.24rem; margin-bottom: .45em; }
.step__text { color: var(--muted); font-size: .99rem; margin: 0; }

/* --------------------------------------------------------------------------
   11. CTA-Baender
   -------------------------------------------------------------------------- */
.cta-strip { background: var(--red); color: var(--white); padding: 62px 0; }
.cta-strip__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 34px; flex-wrap: wrap;
}
.cta-strip__text { flex: 1 1 460px; }
.cta-strip h2 { color: var(--white); margin-bottom: .3em; }
.cta-strip p { margin: 0; font-size: 1.1rem; color: rgba(255,255,255,.92); }
.cta-strip__actions { display: flex; gap: 14px; flex-wrap: wrap; }

.cta-image {
  position: relative; background: var(--charcoal); color: var(--white);
  overflow: hidden;
}
.cta-image__media { position: absolute; inset: 0; }
.cta-image__media img { width: 100%; height: 100%; object-fit: cover; }
.cta-image__scrim { position: absolute; inset: 0; background: rgba(20,20,20,.62); }
.cta-image__inner { position: relative; padding: 96px 0; text-align: center; }
.cta-image h2 { color: var(--white); }
.cta-image p { font-size: 1.16rem; color: #d3d5d9; max-width: 620px; margin: 0 auto 28px; }

/* --------------------------------------------------------------------------
   12. Vorteile
   -------------------------------------------------------------------------- */
.benefits {
  display: grid; gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.benefit { display: flex; gap: 18px; }
.benefit__icon {
  width: 48px; height: 48px; flex: none;
  border: 2px solid var(--red); color: var(--red);
  display: flex; align-items: center; justify-content: center;
}
.section--dark .benefit__icon { border-color: var(--red); color: #ff6b70; }
.benefit__title { font-size: 1.08rem; margin-bottom: .3em; }
.benefit__text { font-size: .96rem; color: var(--muted); margin: 0; }
.section--dark .benefit__text { color: var(--muted-dark); }

/* --------------------------------------------------------------------------
   13. Bild-Text-Abschnitte
   -------------------------------------------------------------------------- */
.split {
  display: grid; gap: 56px; align-items: center;
  grid-template-columns: 1fr 1fr;
}
.split--reverse .split__media { order: 2; }
.split__media img { width: 100%; border: 1px solid var(--border); }
.split__list { list-style: none; padding: 0; margin: 0 0 26px; }
.split__list li {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 9px 0; border-bottom: 1px solid var(--border);
  font-size: 1rem;
}
.split__list li::before {
  content: ""; width: 8px; height: 8px; background: var(--red);
  flex: none; margin-top: 9px;
}

/* --------------------------------------------------------------------------
   14. Kategorie-Panels
   -------------------------------------------------------------------------- */
.categories {
  display: grid; gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.category {
  display: flex; flex-direction: column;
  border: 1px solid var(--border); background: var(--white);
  text-decoration: none; color: inherit;
  transition: transform .15s ease, box-shadow .15s ease;
}
.category:hover { transform: translateY(-3px); box-shadow: var(--shadow-lift); color: inherit; }
.category__media { aspect-ratio: 16 / 10; overflow: hidden; background: var(--grey); }
.category__media img { width: 100%; height: 100%; object-fit: cover; }
.category__body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.category__title { font-size: 1.1rem; margin-bottom: .4em; min-height: 2.5em; }
.category__text { font-size: .94rem; color: var(--muted); margin-bottom: 16px; flex: 1; }
.category__more { font-weight: 800; font-size: .92rem; color: var(--red-dark); }
.category__more::after { content: " →"; }

/* --------------------------------------------------------------------------
   15. Unterlagen-Checkliste
   -------------------------------------------------------------------------- */
.docs { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: stretch; }
.checklist { list-style: none; padding: 0; margin: 0 0 22px; }
.checklist li {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 15px 0; border-bottom: 1px solid var(--border);
  font-size: 1.01rem;
}
.checklist li::before {
  content: ""; flex: none; width: 22px; height: 22px; margin-top: 2px;
  background: var(--red);
  -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 12.6l5 5L20 6.4' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 12.6l5 5L20 6.4' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
.docs__media { position: sticky; top: 108px; }
.docs__media img { width: 100%; border: 1px solid var(--border); }

.callout {
  background: var(--grey); border-left: 5px solid var(--red);
  padding: 20px 24px; margin: 26px 0; font-size: .98rem;
}
.callout p:last-child { margin-bottom: 0; }
.callout--dark { background: var(--dark-2); color: #d3d5d9; border-left-color: var(--red); }

/* --------------------------------------------------------------------------
   16. Marken
   -------------------------------------------------------------------------- */
.brands { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }
.brands a {
  display: inline-block; padding: 10px 18px;
  border: 1px solid var(--border); background: var(--white);
  color: var(--charcoal); text-decoration: none;
  font-weight: 700; font-size: .93rem;
}
.brands a:hover { border-color: var(--red); color: var(--red); }
.brands__note { font-size: .9rem; color: var(--muted); margin: 0; }

/* --------------------------------------------------------------------------
   17. FAQ
   -------------------------------------------------------------------------- */
.faq { border-top: 1px solid var(--border); max-width: 900px; }
.faq details { border-bottom: 1px solid var(--border); }
.faq summary {
  cursor: pointer; list-style: none;
  padding: 22px 46px 22px 0; position: relative;
  font-weight: 700; font-size: 1.06rem; color: var(--charcoal);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 8px; top: 50%;
  width: 14px; height: 14px; margin-top: -9px;
  border-right: 3px solid var(--red); border-bottom: 3px solid var(--red);
  transform: rotate(45deg); transition: transform .2s ease;
}
.faq details[open] summary::after { transform: rotate(-135deg); margin-top: -3px; }
.faq summary:hover { color: var(--red); }
.faq__answer { padding: 0 20px 24px 0; color: var(--muted); }
.faq__answer p:last-child { margin-bottom: 0; }

/* --------------------------------------------------------------------------
   18. SEO-Textabschnitt
   -------------------------------------------------------------------------- */
.longform { max-width: 860px; }
.longform h3 {
  margin-top: 2em; padding-top: .6em;
  border-top: 1px solid var(--border);
}
.longform h3:first-of-type { margin-top: 1.2em; }
.longform p { font-size: 1.02rem; }
.longform .btn { margin: 6px 0 10px; }

/* --------------------------------------------------------------------------
   19. Ratgeber-Teaser
   -------------------------------------------------------------------------- */
.teasers { display: grid; gap: 24px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.teaser {
  display: flex; flex-direction: column;
  background: var(--white); border: 1px solid var(--border);
  padding: 26px 24px; text-decoration: none; color: inherit;
  transition: border-color .15s ease, transform .15s ease;
}
.teaser:hover { border-color: var(--red); transform: translateY(-2px); color: inherit; }
.teaser__meta {
  font-size: .8rem; font-weight: 800; letter-spacing: .1em;
  text-transform: uppercase; color: var(--red); margin-bottom: 10px;
}
.teaser__title { font-size: 1.1rem; margin-bottom: .45em; }
.teaser__text { font-size: .95rem; color: var(--muted); margin: 0; }

/* --------------------------------------------------------------------------
   20. Artikel und Rechtstexte
   -------------------------------------------------------------------------- */
.page-head { background: var(--grey); padding: 54px 0 46px; border-bottom: 1px solid var(--border); }
.page-head__title { margin-bottom: .3em; }
.page-head__lead { font-size: 1.1rem; color: var(--muted); margin: 0; max-width: 720px; }

.breadcrumb { font-size: .9rem; color: var(--muted); margin-bottom: 14px; }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--red); }

.prose { max-width: 780px; font-size: 1.03rem; }
.prose h2 { margin-top: 1.9em; font-size: clamp(1.4rem, 2.2vw, 1.8rem); }
.prose h3 { margin-top: 1.5em; }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose table {
  width: 100%; border-collapse: collapse; margin: 1.5em 0; font-size: .96rem;
}
.prose th, .prose td { border: 1px solid var(--border); padding: 11px 13px; text-align: left; }
.prose th { background: var(--grey); font-weight: 800; }
.prose a { font-weight: 600; }

.article-meta { font-size: .9rem; color: var(--muted); margin-bottom: 26px; }
.article-cta {
  background: var(--charcoal); color: #d3d5d9;
  padding: 34px 36px; margin: 46px 0 0;
}
.article-cta h2 { color: var(--white); margin-top: 0; font-size: 1.5rem; }
.article-list { list-style: none; padding: 0; margin: 0; }
.article-list li { border-bottom: 1px solid var(--border); padding: 14px 0; margin: 0; }

.legal-block { margin-bottom: 34px; }
.legal-missing {
  display: inline-block; background: #fdecec; color: var(--red-dark);
  border: 1px dashed var(--red); padding: 2px 8px; font-size: .9rem; font-weight: 700;
}
.todo-notice {
  background: #fdecec; border: 1px solid var(--red);
  padding: 20px 24px; margin-bottom: 32px;
}
.todo-notice h2 { color: var(--red-dark); font-size: 1.15rem; margin-top: 0; }

/* --------------------------------------------------------------------------
   21. Statusseiten
   -------------------------------------------------------------------------- */
.status { text-align: center; padding: 84px 0; max-width: 640px; margin-inline: auto; }
.status__mark {
  width: 88px; height: 88px; margin: 0 auto 26px;
  display: flex; align-items: center; justify-content: center;
  background: var(--red); color: var(--white);
  font-size: 2.4rem; font-weight: 800;
}
.status__mark--ok { background: #1a7a3c; }
.status__mark--code { font-size: 1.7rem; letter-spacing: -.02em; }
.status__title { margin-bottom: .4em; }
.status__lead { font-size: 1.1rem; color: var(--muted); }
.status__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 28px; }

/* Kontaktseite */
.form-layout { display: grid; grid-template-columns: 1.35fr 1fr; gap: 56px; align-items: start; }
.form-layout__intro { font-size: 1.02rem; }
.form-layout__hours { background: var(--grey); padding: 22px 24px; font-size: .97rem; }

/* --------------------------------------------------------------------------
   22. Footer
   -------------------------------------------------------------------------- */
.site-footer { background: var(--charcoal); color: #b6bac0; padding: 66px 0 30px; font-size: .96rem; }
.site-footer__grid {
  display: grid; gap: 40px;
  grid-template-columns: 1.6fr 1fr 1fr 1.1fr;
  padding-bottom: 40px; border-bottom: 1px solid #3a3d42;
}
.site-footer__logo { width: 218px; margin-bottom: 18px; }
.site-footer__claim { color: #9aa0a7; margin-bottom: 22px; font-size: .95rem; }
.site-footer__heading {
  font-size: .82rem; font-weight: 800; letter-spacing: .13em;
  text-transform: uppercase; color: var(--white); margin-bottom: 16px;
}
.site-footer__heading--spaced { margin-top: 30px; }
.site-footer__list { list-style: none; padding: 0; margin: 0; }
.site-footer__list li { margin-bottom: 10px; }
.site-footer__list a, .site-footer__list .linklike {
  color: #b6bac0; text-decoration: none;
}
.site-footer__list a:hover, .site-footer__list .linklike:hover { color: var(--white); }
.site-footer__hours { color: #82878e; }
.site-footer__disclaimer {
  padding: 26px 0; font-size: .87rem; color: #82878e;
  border-bottom: 1px solid #3a3d42;
}
.site-footer__bottom {
  display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  padding-top: 22px; font-size: .87rem; color: #82878e;
}
.site-footer__bottom p { margin: 0; }

/* --------------------------------------------------------------------------
   23. Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1160px) {
  .site-nav__list { gap: 18px; }
  .site-nav__list a { font-size: .92rem; }
  .brand img { width: 190px; }
}

@media (max-width: 1024px) {
  .tiles, .categories { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quickcheck__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .field-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split, .docs, .form-layout { grid-template-columns: 1fr; gap: 36px; }
  .split--reverse .split__media { order: 0; }
  .docs__media { position: static; }
  .category__title { min-height: 0; }
  .teasers { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; }
  .site-nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--white); border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow); padding: 8px 0 18px;
  }
  .site-nav.is-open { display: flex; }
  .site-header__inner { position: relative; flex-wrap: wrap; min-height: 68px; }
  .site-nav__list { flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav__list a {
    display: block; padding: 15px var(--gutter); border-bottom: 1px solid var(--grey-2);
  }
  .site-nav__list a:hover, .site-nav__list a[aria-current="page"] {
    border-bottom-color: var(--grey-2); background: var(--grey);
  }
  .site-header__actions { padding: 16px var(--gutter) 0; }
  .site-header__actions .btn { width: 100%; }
  .steps { grid-template-columns: 1fr; }
  .topbar__inner { justify-content: center; gap: 6px 18px; padding-block: 8px; }
  .topbar__claim { width: 100%; text-align: center; }
  .topbar__meta { justify-content: center; gap: 8px 18px; font-size: .84rem; }

  /* Komfortablere Tippflaechen auf Touch-Geraeten */
  .site-footer__list li { margin-bottom: 2px; }
  .site-footer__list a,
  .site-footer__list .linklike { display: inline-block; padding: 9px 0; }
  .tile__link { padding: 9px 0; }
  .brands a { padding: 13px 20px; }
  .faq summary { padding-block: 20px; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .section { padding: 56px 0; }
  .hero__inner { padding: 62px 0 76px; }
  .hero__media img { object-position: 72% 60%; }
  .hero__scrim {
    background: linear-gradient(180deg, rgba(20,20,20,.93) 0%, rgba(20,20,20,.88) 60%, rgba(20,20,20,.82) 100%);
  }
  .hero__actions .btn { width: 100%; }
  .quickcheck__panel { padding: 26px 20px 24px; margin-top: -40px; }
  .quickcheck__grid, .field-grid { grid-template-columns: 1fr; }
  .tiles, .categories, .benefits, .teasers { grid-template-columns: 1fr; }
  .form-section__panel { padding: 26px 20px; }
  .cta-strip__actions .btn, .cta-image .btn { width: 100%; }
  .cta-image__inner { padding: 64px 0; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 32px; }
  .lead-form__submit .btn { width: 100%; }
  .status { padding: 56px 0; }
  .radio { flex: 1 1 100%; }
}

@media (max-width: 460px) {
  .btn { padding: 14px 22px; font-size: .96rem; }
  .btn--large { padding: 17px 26px; }
  .quickcheck__panel { margin-top: -28px; }
}

/* --------------------------------------------------------------------------
   24. Bewegung reduzieren
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    transition-duration: .001ms !important;
  }
  .category:hover, .teaser:hover { transform: none; }
}

/* --------------------------------------------------------------------------
   25. Druck
   -------------------------------------------------------------------------- */
@media print {
  .topbar, .site-header, .site-footer, .cta-strip, .cta-image,
  .quickcheck, .lead-form__submit, .nav-toggle { display: none !important; }
  body { font-size: 11pt; color: #000; }
  .hero { background: none; color: #000; }
  .hero__media, .hero__scrim { display: none; }
  .hero h1 { color: #000; }
  a { text-decoration: underline; color: #000; }
  .section { padding: 12pt 0; }
}
