/* =========================================================
   Solarmacherei GmbH — Aktions-Landing-Page
   Werkhoch3™ · Stand 06.08.2026
   Aufbau nach pvgreen.de/cuxhaven-aktion-wallbox
   Farben und Schriften aus solarmacherei.de
   ========================================================= */

/* ---------- Brand-Schriften ---------- */
@font-face {
  font-family: 'Transducer';
  src: url('assets/transducer-regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Scale';
  src: url('assets/Scale-Regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}

/* ---------- Design-Tokens ---------- */
:root {
  --gelb:        #F6D14F;
  --gelb-hell:   #FFDA59;
  --gelb-dunkel: #EEC93D;
  --gruen:       #B2CD41;
  --gruen-hell:  #C3E048;
  --creme:       #FBF9F0;
  --schwarz:     #000000;
  --text:        #14120C;
  --text-leise:  #57534A;
  --linie:       #E3DDCB;
  --weiss:       #FFFFFF;

  /* Dunkle Flächen für Hero und Abschluss */
  --dunkel:        #17160F;
  --dunkel-tief:   #0C0B07;
  --dunkel-linie:  #322F24;
  --dunkel-text:   #ADA695;

  --display: 'Transducer', 'Archivo', system-ui, sans-serif;
  --body:    'Scale', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --max: 1180px;
  --schmal: 760px;
  --radius: 14px;
  --radius-l: 22px;
  --schatten-l: 0 2px 4px rgba(20,18,12,.05), 0 18px 48px rgba(20,18,12,.10);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--body);
  font-size: 17px; line-height: 1.65;
  color: var(--text); background: var(--creme);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3 {
  font-family: var(--display); font-weight: 400;
  line-height: 1.08; letter-spacing: -0.015em;
  margin: 0 0 .5em; color: var(--schwarz);
}
h1 { font-size: clamp(2.2rem, 4.4vw, 3.5rem); }
h2 { font-size: clamp(1.75rem, 3.4vw, 2.6rem); }
h3 { font-size: clamp(1.1rem, 1.8vw, 1.3rem); }
p { margin: 0 0 1rem; }
a { color: inherit; }

.container { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: 22px; }
.schmal { max-width: var(--schmal); }
section { padding: clamp(56px, 7.5vw, 96px) 0; }

.eyebrow {
  font-family: var(--display); font-size: .75rem;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--text-leise); margin: 0 0 .8rem;
}
.zentriert { text-align: center; }
.lead { font-size: 1.1rem; color: var(--text-leise); }

/* Sternchen-Verweis aufs Kleingedruckte */
.stern {
  font-size: .42em; vertical-align: super; line-height: 1;
  text-decoration: none; color: inherit; opacity: .7; padding-inline: .1em;
}
.stern:hover, .stern:focus-visible { opacity: 1; text-decoration: underline; }
p .stern, .wahl-hinweis .stern, .hero-liste .stern { font-size: .8em; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-family: var(--display); font-size: 1.02rem;
  padding: 1.05rem 2rem;
  border: 2px solid var(--schwarz); border-radius: 999px;
  text-decoration: none; cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.btn svg { width: 18px; height: 18px; flex: none; }
.btn-primaer { background: var(--gelb); color: var(--schwarz); box-shadow: 0 4px 0 var(--schwarz); }
.btn-primaer:hover { background: var(--gelb-hell); transform: translateY(-2px); box-shadow: 0 6px 0 var(--schwarz); }
.btn-primaer:active { transform: translateY(2px); box-shadow: 0 2px 0 var(--schwarz); }
.btn-hell { background: var(--gelb); color: var(--schwarz); border-color: var(--gelb); box-shadow: none; }
.btn-hell:hover { background: var(--gelb-hell); border-color: var(--gelb-hell); transform: translateY(-2px); }
.btn-gross { width: 100%; font-size: 1.06rem; padding: 1.12rem 2rem; }
.btn:disabled { opacity: .4; cursor: not-allowed; transform: none; }

/* ---------- Kopfzeile ---------- */
.kopf {
  position: sticky; top: 0; z-index: 60;
  background: rgba(251,249,240,.93); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--linie);
}
.kopf-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: 13px; }
.kopf-logo img { height: 28px; width: auto; }
.kopf-rechts { display: flex; align-items: center; gap: 1.3rem; }
.kopf-tel { display: inline-flex; align-items: center; gap: .45rem; font-family: var(--display); font-size: .93rem; text-decoration: none; }
.kopf-tel svg { width: 16px; height: 16px; }
.kopf-cta { padding: .6rem 1.25rem; font-size: .88rem; box-shadow: 0 3px 0 var(--schwarz); }

/* =========================================================
   HERO — helle Fläche, Copy links, Funnel rechts
   ========================================================= */
.hero {
  background:
    radial-gradient(900px 460px at 82% 6%, rgba(246,209,79,.30), transparent 64%),
    radial-gradient(700px 420px at 6% 88%, rgba(178,205,65,.20), transparent 62%),
    var(--creme);
  color: var(--text);
  padding-block: clamp(44px, 5.5vw, 76px);
  border-bottom: 1px solid var(--linie);
}
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(34px, 4.5vw, 62px); align-items: start; }

.hero-badge {
  display: inline-flex; align-items: center; gap: .5rem;
  background: var(--gruen-hell); border: 1.5px solid var(--schwarz);
  color: var(--schwarz); border-radius: 999px;
  padding: .36rem 1rem; font-family: var(--display);
  font-size: .74rem; letter-spacing: .12em; text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.hero-badge svg { width: 14px; height: 14px; }

.hero h1 { color: var(--schwarz); margin-bottom: .45em; line-height: 1.16; }
/* Schlüsselwörter als Textmarker statt farbiger Schrift: auf hellem Grund
   trägt farbige Schrift den Kontrast nicht, schwarz auf Marker schon.
   Als Verlauf umgesetzt, nicht als Vollfläche — ein Block in Headline-Größe
   würde in die Zeilen darüber und darunter ragen. */
.hero h1 .marker,
.hero h1 .marker-gruen {
  background-repeat: no-repeat;
  background-image: linear-gradient(
    transparent 12%, var(--markerfarbe) 12%,
    var(--markerfarbe) 92%, transparent 92%
  );
  padding-inline: .08em;
}
.hero h1 .marker { --markerfarbe: var(--gelb); }
.hero h1 .marker-gruen { --markerfarbe: var(--gruen-hell); }

.hero-sub { font-size: 1.06rem; color: var(--text-leise); max-width: 48ch; margin-bottom: 1.7rem; }

/* Häkchen-Liste */
.hero-liste { list-style: none; margin: 0 0 1.8rem; padding: 0; display: grid; gap: .85rem; }
.hero-liste li { display: flex; gap: .75rem; font-size: .95rem; color: var(--text-leise); line-height: 1.5; }
.hero-liste .haken {
  flex: none; width: 21px; height: 21px; margin-top: 2px;
  border-radius: 50%; background: var(--gruen); border: 1.5px solid var(--schwarz);
  display: flex; align-items: center; justify-content: center;
}
.hero-liste .haken svg { width: 11px; height: 11px; color: var(--schwarz); }
.hero-liste strong { color: var(--schwarz); font-weight: 400; font-family: var(--display); }

/* Vertrauenszeile */
.hero-trust {
  display: flex; flex-wrap: wrap; gap: 1rem 1.6rem;
  padding-top: 1.4rem; border-top: 1px solid var(--linie);
  font-size: .85rem; color: var(--text-leise);
}
.hero-trust span { display: inline-flex; align-items: center; gap: .5rem; }
.hero-trust svg { width: 16px; height: 16px; color: var(--schwarz); flex: none; }
.hero-trust .trust-google { gap: .4rem; }
.hero-trust .trust-google strong { font-family: var(--display); font-weight: 400; color: var(--schwarz); font-size: 1rem; }
.hero-trust .trust-sterne { display: inline-flex; gap: 1px; }
.hero-trust .trust-sterne svg { width: 13px; height: 13px; color: #F5A623; }

/* =========================================================
   FUNNEL — im Hero rechts
   ========================================================= */
.funnel-karte {
  background: var(--weiss);
  /* Setzt die Textfarbe selbst, damit die Karte unabhängig von der
     Sektion funktioniert, in der sie liegt. */
  color: var(--text);
  border: 2px solid var(--schwarz);
  border-radius: var(--radius-l);
  box-shadow: 0 8px 0 var(--schwarz);
  overflow: hidden; position: sticky; top: 78px;
}
.funnel-kopf {
  background: var(--gelb); border-bottom: 2px solid var(--schwarz);
  padding: .78rem 1.4rem; text-align: center;
  font-family: var(--display); font-size: .76rem;
  letter-spacing: .13em; text-transform: uppercase; color: var(--schwarz);
}
.funnel-body { padding: clamp(22px, 3vw, 32px); }

.fortschritt { display: flex; align-items: center; gap: .7rem; margin-bottom: 1.6rem; }
.fortschritt-bahn { flex: 1; height: 6px; background: var(--linie); border-radius: 999px; overflow: hidden; }
.fortschritt-fuellung { height: 100%; width: 33.33%; background: var(--gruen); border-radius: 999px; transition: width .32s ease; }
.fortschritt-text { font-family: var(--display); font-size: .76rem; color: var(--text-leise); white-space: nowrap; }

.schritt-panel { display: none; }
.schritt-panel.aktiv { display: block; animation: einblenden .28s ease; }
@keyframes einblenden { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.feld { margin-bottom: 1.35rem; border: 0; padding: 0; }
.feld > label, .feld-legende {
  display: block; font-family: var(--display); font-size: .99rem;
  margin-bottom: .6rem; color: var(--schwarz);
}
.feld-hilfe { font-size: .83rem; color: var(--text-leise); margin: -.4rem 0 .65rem; }

/* Eine Frage pro Schritt: die Optionen dürfen groß und ruhig stehen */
.wahl-knoepfe { display: grid; gap: 10px; }
.wahl-knoepfe.zweispaltig { grid-template-columns: 1fr 1fr; }
.wahl-knopf { position: relative; }
.wahl-knopf input { position: absolute; opacity: 0; width: 0; height: 0; }
.wahl-knopf span {
  display: flex; align-items: center; gap: .8rem;
  min-height: 56px; padding: .8rem 1.1rem;
  background: var(--creme); border: 1.5px solid var(--linie); border-radius: var(--radius);
  font-size: .97rem; cursor: pointer; transition: all .16s ease;
}
.wahl-knopf span:hover { border-color: var(--schwarz); background: var(--weiss); }
.wahl-knopf input:checked + span { background: var(--schwarz); color: var(--creme); border-color: var(--schwarz); }
.wahl-knopf input:focus-visible + span { outline: 3px solid var(--gruen); outline-offset: 2px; }
.wahl-knopf .sym { flex: none; width: 34px; height: 26px; opacity: .85; }
.wahl-knopf input:checked + span .sym { opacity: 1; }
/* Dachform-Kacheln: Symbol oben, Text darunter */
.wahl-knoepfe.kacheln { grid-template-columns: repeat(3, 1fr); }
.wahl-knoepfe.kacheln span {
  flex-direction: column; gap: .45rem; text-align: center;
  min-height: 92px; justify-content: center; font-size: .88rem; padding: .8rem .5rem;
}
.wahl-knoepfe.kacheln .sym { width: 40px; height: 28px; }

.eingabe {
  width: 100%; padding: .88rem 1rem; font-family: var(--body); font-size: 1rem;
  background: var(--weiss); border: 1.5px solid var(--linie); border-radius: var(--radius); color: var(--text);
}
.eingabe:focus { outline: none; border-color: var(--schwarz); box-shadow: 0 0 0 3px rgba(178,205,65,.35); }
.eingabe::placeholder { color: #A8A296; }
.feld-paar { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.zustimmung { display: flex; gap: .65rem; align-items: flex-start; font-size: .84rem; color: var(--text-leise); margin-bottom: 1.3rem; }
.zustimmung input { margin-top: .25rem; width: 17px; height: 17px; flex: none; accent-color: var(--schwarz); }
.zustimmung a { color: var(--schwarz); }

.funnel-navi { display: flex; gap: 10px; align-items: center; }
.zurueck { background: none; border: 0; cursor: pointer; font-family: var(--display); font-size: .9rem; color: var(--text-leise); padding: .55rem .2rem; text-decoration: underline; }
.zurueck:hover { color: var(--schwarz); }

.fehler { color: #B3261E; font-size: .85rem; margin: .5rem 0 0; display: none; }
.fehler.sichtbar { display: block; }

.hinweis-box {
  background: var(--gruen-hell); border: 1.5px solid var(--schwarz);
  border-radius: var(--radius); padding: .9rem 1.05rem; font-size: .87rem; margin-bottom: 1.3rem;
}
.hinweis-box strong { font-family: var(--display); font-weight: 400; }

.funnel-fuss { font-size: .78rem; color: var(--text-leise); text-align: center; margin: 1rem 0 0; }

/* ---------- Zwischenschritt: Regionsprüfung ---------- */
.pruefung { text-align: center; padding: 2.2rem 0 1.4rem; }
.pruefung-icon {
  width: 62px; height: 62px; margin: 0 auto 1.3rem; position: relative;
  display: flex; align-items: center; justify-content: center;
}
/* Rotierender Ring während der Prüfung */
.pruefung-ring {
  position: absolute; inset: 0; border-radius: 50%;
  border: 3px solid var(--linie); border-top-color: var(--schwarz);
  animation: drehen .8s linear infinite;
}
@keyframes drehen { to { transform: rotate(360deg); } }
.pruefung-icon svg { width: 26px; height: 26px; color: var(--text-leise); }

/* Zustand nach Abschluss */
.pruefung.fertig .pruefung-ring { animation: none; border-color: var(--schwarz); background: var(--gruen); }
.pruefung.fertig .pruefung-icon svg { color: var(--schwarz); position: relative; animation: haken-rein .3s ease; }
@keyframes haken-rein { from { transform: scale(.4); opacity: 0; } to { transform: none; opacity: 1; } }

.pruefung-titel { font-family: var(--display); font-size: 1.12rem; margin: 0 0 .4rem; color: var(--schwarz); }
.pruefung-text { font-size: .92rem; color: var(--text-leise); margin: 0; max-width: 34ch; margin-inline: auto; }

.pruefung-balken {
  height: 6px; background: var(--linie); border-radius: 999px;
  overflow: hidden; margin: 1.4rem auto 0; max-width: 260px;
}
.pruefung-balken i {
  display: block; height: 100%; width: 0; background: var(--gruen);
  border-radius: 999px; transition: width .25s linear;
}
.pruefung.fertig .pruefung-balken { display: none; }

.danke { text-align: center; padding: 1.4rem 0; }
.danke-icon {
  width: 58px; height: 58px; margin: 0 auto 1.1rem;
  background: var(--gruen); border: 2px solid var(--schwarz); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.danke-icon svg { width: 28px; height: 28px; }

/* =========================================================
   ANGEBOT — Grafik links, nummerierte Liste rechts
   ========================================================= */
.angebot { background: var(--creme); }
.angebot-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(32px, 5vw, 66px); align-items: center; }

.angebot-visual {
  background: var(--gelb); border: 2px solid var(--schwarz);
  border-radius: var(--radius-l); padding: 38px 32px;
  box-shadow: var(--schatten-l);
}
.visual-modul { display: grid; gap: 9px; margin-bottom: 2rem; }
.visual-schicht {
  height: 46px; border: 2px solid var(--schwarz); border-radius: 9px;
  background: rgba(255,255,255,.55);
  display: flex; align-items: center; padding-inline: 16px; gap: .7rem;
  font-family: var(--display); font-size: .84rem;
}
/* Das geschenkte Modul sitzt oben auf dem Stapel, leicht abgesetzt,
   und schwebt sanft herunter — es kommt obendrauf, nicht darunter. */
.visual-schicht.neu {
  background: var(--schwarz); color: var(--gelb);
  animation: draufsetzen 2.6s ease-in-out infinite;
}
.visual-schicht.neu .pfeil-rein { width: 17px; height: 17px; flex: none; }
@keyframes draufsetzen {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-5px); }
}
/* Lücke zwischen Zugabe und Bestandsstapel */
.visual-luecke { height: 6px; }
/* Sockel deutet die Steuereinheit an, damit der Stapel unten abschließt.
   Etwas schmaler als die Module, damit er als Fuß lesbar ist und nicht
   wie eine abgeschnittene Schicht wirkt. */
.visual-sockel {
  height: 16px; width: 86%; margin: 3px auto 0;
  border: 2px solid var(--schwarz); border-radius: 0 0 10px 10px;
  border-top: 0; background: rgba(0,0,0,.18);
}
.visual-schicht .punkte { display: flex; gap: 4px; margin-left: auto; }
.visual-schicht .punkte i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; opacity: .45; }

@media (prefers-reduced-motion: reduce) {
  .visual-schicht.neu { animation: none; }
}
.visual-marke { font-family: var(--display); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: #6B5A18; text-align: center; }

.angebot-liste { list-style: none; margin: 2rem 0 0; padding: 0; display: grid; gap: 1.6rem; }
.angebot-liste li { display: flex; gap: 1.1rem; }
.angebot-nr {
  flex: none; width: 34px; height: 34px; border-radius: 50%;
  background: var(--gruen); border: 1.5px solid var(--schwarz);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-size: .95rem;
}
.angebot-liste strong { display: block; font-family: var(--display); font-weight: 400; font-size: 1.08rem; margin-bottom: .2rem; }
.angebot-liste span { font-size: .95rem; color: var(--text-leise); }

/* =========================================================
   ABLAUF
   ========================================================= */
.ablauf { background: var(--weiss); border-block: 1px solid var(--linie); }
.ablauf-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 2.6rem; }
.schritt-karte {
  background: var(--creme); border: 1.5px solid var(--linie);
  border-radius: var(--radius-l); padding: 28px;
}
.schritt-badge {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 9px;
  background: var(--gruen); border: 1.5px solid var(--schwarz);
  font-family: var(--display); font-size: .95rem; margin-bottom: 1rem;
}
.schritt-karte h3 { margin-bottom: .45rem; }
.schritt-karte p { font-size: .94rem; color: var(--text-leise); margin: 0; }

/* =========================================================
   STIMMEN — echte Google-Rezensionen
   ========================================================= */
.stimmen { background: var(--creme); }

/* Google-Gesamtwertung als Badge über den Karten */
.google-badge {
  display: inline-flex; align-items: center; gap: .9rem;
  background: var(--weiss); border: 1.5px solid var(--schwarz);
  border-radius: 999px; padding: .6rem 1.4rem .6rem .9rem;
  margin-top: 1.2rem;
}
.google-badge .g-logo { width: 26px; height: 26px; flex: none; }
.google-badge .g-note { font-family: var(--display); font-size: 1.3rem; line-height: 1; }
.google-badge .g-sterne { display: flex; gap: 2px; }
.google-badge .g-sterne svg { width: 15px; height: 15px; color: #F5A623; }
.google-badge .g-zahl { font-size: .85rem; color: var(--text-leise); }

.stimmen-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px; margin-top: 2.6rem;
}
.stimme {
  background: var(--weiss); border: 1.5px solid var(--linie);
  border-radius: var(--radius-l); padding: 26px;
  display: flex; flex-direction: column;
}
.stimme-sterne { display: flex; gap: 2px; margin-bottom: .9rem; }
.stimme-sterne svg { width: 16px; height: 16px; color: #F5A623; }
.stimme-text { font-size: .95rem; color: var(--text); margin: 0 0 1.3rem; flex: 1; }
.stimme-fuss { display: flex; align-items: center; gap: .7rem; }
.stimme-avatar {
  flex: none; width: 38px; height: 38px; border-radius: 50%;
  background: var(--gruen); border: 1.5px solid var(--schwarz);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-size: 1rem;
}
.stimme-name { font-family: var(--display); font-size: .95rem; line-height: 1.25; }
.stimme-meta { font-size: .8rem; color: var(--text-leise); display: flex; align-items: center; gap: .35rem; }
.stimme-meta .g-mini { width: 12px; height: 12px; }

.stimmen-fuss { text-align: center; margin: 2.2rem 0 0; font-size: .9rem; color: var(--text-leise); }
.stimmen-fuss a { color: var(--schwarz); }

/* =========================================================
   HERSTELLER — Logoleiste
   ========================================================= */
.hersteller { background: var(--weiss); border-block: 1px solid var(--linie); padding-block: clamp(38px, 4.5vw, 58px); }
.hersteller p {
  text-align: center; font-family: var(--display); font-size: .78rem;
  letter-spacing: .13em; text-transform: uppercase; color: var(--text-leise);
  margin: 0 0 1.8rem;
}
.hersteller-reihe {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: clamp(28px, 5vw, 64px);
}
.hersteller-reihe img {
  height: 32px; width: auto;
  /* Grauton plus leichter Kontrastschub: die hellen Wortmarken (BYD,
     Sungrow) verschwinden sonst auf dem weißen Grund. */
  opacity: .8; filter: grayscale(1) contrast(1.4);
  transition: opacity .18s ease, filter .18s ease;
}
.hersteller-reihe img:hover { opacity: 1; filter: none; }

/* =========================================================
   WAHL — zwei Karten auf gelber Fläche
   ========================================================= */
.wahl { background: var(--gelb); border-block: 2px solid var(--schwarz); }
.wahl .lead { color: #40360E; }
.wahl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 2.6rem; }
.wahl-karte {
  position: relative; background: var(--creme);
  border: 1.5px solid var(--schwarz); border-radius: var(--radius-l);
  padding: 36px 30px 32px; text-align: center;
}
.wahl-karte.betont { border-width: 2.5px; background: var(--weiss); box-shadow: 0 6px 0 var(--schwarz); }
.wahl-label {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--gruen); border: 1.5px solid var(--schwarz); border-radius: 999px;
  padding: .26rem 1rem; font-family: var(--display); font-size: .74rem;
  letter-spacing: .08em; text-transform: uppercase; white-space: nowrap;
}
.wahl-karte:not(.betont) .wahl-label { background: var(--creme); }
.wahl-icon { width: 46px; height: 46px; margin: .4rem auto 1rem; color: var(--schwarz); }
.wahl-karte h3 { margin-bottom: .5rem; }
.wahl-gross {
  font-family: var(--display); font-size: clamp(1.9rem, 3.4vw, 2.5rem);
  line-height: 1; color: var(--schwarz); margin: .2rem 0 1rem;
}
.wahl-gross small { display: block; font-size: .34em; color: var(--text-leise); margin-top: .5rem; letter-spacing: .04em; }
.wahl-karte p { font-size: .94rem; color: var(--text-leise); margin: 0; }
.wahl-hinweis { text-align: center; margin: 2rem 0 0; font-size: .88rem; color: #40360E; }

/* =========================================================
   FAQ
   ========================================================= */
.faq { background: var(--weiss); border-block: 1px solid var(--linie); }
.faq-liste { margin-top: 2.4rem; display: grid; gap: 10px; }
.faq-item { background: var(--creme); border: 1.5px solid var(--linie); border-radius: var(--radius); overflow: hidden; }
.faq-frage {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1.2rem;
  background: none; border: 0; cursor: pointer; text-align: left;
  font-family: var(--display); font-size: 1rem; color: var(--schwarz);
  padding: 1.1rem 1.3rem;
}
.faq-frage:hover { background: rgba(0,0,0,.03); }
.faq-icon { flex: none; width: 18px; height: 18px; transition: transform .22s ease; }
.faq-frage[aria-expanded="true"] .faq-icon { transform: rotate(45deg); }
.faq-antwort { display: none; padding: 0 1.3rem 1.3rem; }
.faq-antwort.offen { display: block; }
.faq-antwort p { font-size: .95rem; color: var(--text-leise); margin: 0; max-width: 74ch; }

/* =========================================================
   ABSCHLUSS — dunkle Fläche
   ========================================================= */
.abschluss {
  background: linear-gradient(168deg, var(--dunkel) 0%, var(--dunkel-tief) 100%);
  color: var(--creme); text-align: center;
}
.abschluss h2 { color: var(--creme); }
.abschluss p { color: var(--dunkel-text); }
.abschluss .btn { margin-top: 1.3rem; }

/* =========================================================
   FUSSZEILE
   ========================================================= */
.fuss { background: var(--creme); padding-block: clamp(44px, 6vw, 66px); font-size: .88rem; color: var(--text-leise); }
.fuss h3 { font-size: 1rem; margin-bottom: .8rem; }
.fuss a { color: var(--text); }
.fuss-oben { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 34px; padding-bottom: 32px; border-bottom: 1px solid var(--linie); }
.fuss-logo { height: 26px; width: auto; margin-bottom: 1rem; }
.fuss-liste { list-style: none; margin: 0; padding: 0; }
.fuss-liste li { margin-bottom: .42rem; }

/* Kleingedrucktes als eigene Karte, wie bei der Vorlage */
.pflichthinweis {
  margin-top: 32px; background: var(--weiss);
  border: 1px solid var(--linie); border-radius: var(--radius-l);
  padding: clamp(22px, 3vw, 32px);
}
.pflichthinweis h4 {
  font-family: var(--display); font-weight: 400; font-size: .95rem;
  color: var(--schwarz); margin: 0 0 1rem; scroll-margin-top: 90px;
}
.pflichthinweis p { font-size: .79rem; line-height: 1.6; color: var(--text-leise); margin-bottom: .75rem; }
.pflichthinweis p:last-child { margin-bottom: 0; }
.pflichthinweis strong { color: var(--text); font-weight: 400; font-family: var(--display); }

.fuss-schluss {
  margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--linie);
  display: flex; flex-wrap: wrap; gap: 1.2rem; justify-content: space-between; font-size: .82rem;
}
.fuss-schluss nav { display: flex; flex-wrap: wrap; gap: 1.2rem; }

/* ---------- Mobiler Sticky-CTA ---------- */
.mobil-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
  background: var(--creme); border-top: 2px solid var(--schwarz);
  padding: 11px 16px calc(11px + env(safe-area-inset-bottom));
  display: none; box-shadow: 0 -6px 24px rgba(20,18,12,.14);
  transform: translateY(105%); transition: transform .26s ease;
}
.mobil-cta.sichtbar { transform: none; }
.mobil-cta .btn { width: 100%; padding: .92rem 1.4rem; }

/* ---------- Entwurfs-Markierung ---------- */
.entwurf-fahne {
  background: #B3261E; color: #fff; text-align: center;
  font-family: var(--display); font-size: .76rem; letter-spacing: .05em;
  padding: .42rem 1rem;
}

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; }
  .funnel-karte { position: static; }
  .angebot-grid { grid-template-columns: 1fr; }
  .ablauf-grid { grid-template-columns: 1fr; }
  .stimmen-grid { grid-template-columns: 1fr 1fr; }
  .wahl-grid { grid-template-columns: 1fr; gap: 30px; }
  .fuss-oben { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 640px) {
  body { font-size: 16px; padding-bottom: 76px; }
  .kopf-tel, .kopf-cta { display: none; }
  .kopf-rechts::after { content: 'Aktion läuft'; font-family: var(--display); font-size: .8rem; color: var(--text-leise); }
  .feld-paar { grid-template-columns: 1fr; }
  .stimmen-grid { grid-template-columns: 1fr; }
  .hersteller-reihe img { height: 24px; }
  .mobil-cta { display: block; }
  .hero-trust { gap: .7rem 1.2rem; font-size: .82rem; }
  .fuss-schluss { flex-direction: column; gap: .7rem; }
}

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