/* === Tokens + Basis (selbst-genügsam, damit alle Seiten shared.css allein nutzen können) === */
:root{--amber:#c97a3a;--amber-press:#b1672d;--amber-soft:#f6e9dd;--ink:#1a1916;--ink-2:#55514a;--ink-3:#8b8579;--bg:#f7f5f0;--card:#ffffff;--hair:#e9e4da;--hair-2:#f0ece4;--ok:#2f7d4f;--ok-soft:#e7f3ec;--navy:#23303a;--r:14px;--r-lg:22px;--shadow-sm:0 1px 2px rgba(26,25,22,.05);--shadow:0 1px 2px rgba(26,25,22,.04),0 12px 32px rgba(26,25,22,.07);--shadow-lg:0 2px 6px rgba(26,25,22,.06),0 24px 60px rgba(26,25,22,.12);--ease:cubic-bezier(.32,.72,0,1);--sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,system-ui,sans-serif;--maxw:1120px;--header-h:66px}
@media(max-width:560px){:root{--header-h:60px}}
*{box-sizing:border-box}
[hidden]{display:none!important}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 18px)}
html{margin:0;overflow-x:hidden}
body{margin:0;overflow-x:clip}
body{font-family:var(--sans);color:var(--ink);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit}
img{max-width:100%}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 20px}
.eyebrow{color:var(--amber);font-weight:700;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;margin:0 0 10px}
h1,h2,h3{letter-spacing:-.015em;color:var(--ink);margin:0}
h1{font-size:clamp(2rem,4.5vw,3.1rem);line-height:1.08}
h2{font-size:clamp(1.5rem,3vw,2.1rem);line-height:1.15}
.lead{color:var(--ink-2);font-size:clamp(1.05rem,1.6vw,1.22rem)}
.muted{color:var(--ink-2)}
section.band{padding:64px 0}
.sec-head{max-width:42rem;margin:0 auto 40px;text-align:center}
/* =====================================================================
   SHARED CSS — Header + Footer + globale Premium-Upgrades
   Nutzt ausschließlich vorhandene Tokens (--amber, --navy, --hair, --r,
   --r-lg, --ease, --shadow-*, --sans). In den <style>-Block der index.html
   einfügen ODER 1:1 in shared.css auslagern und in jede Seite per
   <link rel="stylesheet" href="shared.css"> einbinden.
   Ersetzt: Header-Block (Z.40-49) und Footer-Block (Z.173-178).
   ===================================================================== */

/* ---------- Header (Sticky, Glas, Nav + CTA + Burger) ---------- */
header.nav{position:sticky;top:0;z-index:60;background:rgba(247,245,240,.85);backdrop-filter:saturate(160%) blur(12px);-webkit-backdrop-filter:saturate(160%) blur(12px);border-bottom:1px solid transparent;transition:border-color .2s,box-shadow .2s}
header.nav.scrolled{border-color:var(--hair);box-shadow:var(--shadow-sm)}
.nav-in{display:flex;align-items:center;gap:18px;height:66px}
.logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:1.05rem;letter-spacing:-.01em;text-decoration:none;color:var(--ink);flex:0 0 auto}
.logo .mark{width:32px;height:32px;border-radius:9px;background:var(--amber);color:#fff;display:grid;place-items:center;font-weight:800;flex:0 0 auto}
.logo .logo-txt{line-height:1.05}
.logo small{display:block;font-weight:600;font-size:.72rem;color:var(--ink-3);letter-spacing:.02em;margin-top:-1px}

.nav-menu{display:flex;align-items:center;gap:4px;margin:0 auto}
.nav-menu a{white-space:nowrap;font-weight:600;font-size:.94rem;color:var(--ink-2);text-decoration:none;padding:9px 14px;border-radius:999px;min-height:44px;display:inline-flex;align-items:center;transition:color .15s,background .15s}
.nav-menu a:hover{color:var(--ink);background:rgba(26,25,22,.05)}

.nav-right{display:flex;align-items:center;gap:8px;flex:0 0 auto;margin-left:auto}
.nav-cta{font:inherit;font-weight:700;font-size:.92rem;padding:0 20px;min-height:44px;display:inline-flex;align-items:center;border-radius:999px;background:var(--amber);color:#fff;border:none;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background .15s}
.nav-cta:hover{background:var(--amber-press)}

/* Burger (mobil) */
.nav-burger{display:none;width:44px;height:44px;border:1px solid var(--hair);border-radius:11px;background:#fff;cursor:pointer;align-items:center;justify-content:center;color:var(--ink);flex:0 0 auto}
.nav-burger svg{display:block}

/* Mobile-Drawer (rechts) + Scrim */
.nav-scrim{position:fixed;inset:0;background:rgba(26,25,22,.42);opacity:0;visibility:hidden;transition:opacity .25s var(--ease),visibility .25s var(--ease);z-index:70}
.nav-scrim.open{opacity:1;visibility:visible}
.nav-drawer{position:fixed;top:0;right:0;height:100dvh;width:min(86vw,340px);background:#fff;z-index:80;transform:translateX(100%);transition:transform .3s var(--ease);box-shadow:-12px 0 40px rgba(26,25,22,.18);display:flex;flex-direction:column;padding:18px 18px calc(18px + env(safe-area-inset-bottom));overflow-y:auto}
.nav-drawer.open{transform:none}
.nav-drawer .drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
.nav-drawer .nav-close{width:44px;height:44px;border:none;background:none;cursor:pointer;border-radius:11px;display:grid;place-items:center;color:var(--ink-2);flex:0 0 auto}
.nav-drawer .nav-close:hover{background:rgba(26,25,22,.05)}
.nav-drawer nav{display:flex;flex-direction:column;margin-top:4px}
.nav-drawer nav a{font-weight:600;font-size:1.05rem;color:var(--ink);text-decoration:none;padding:15px 8px;border-bottom:1px solid var(--hair-2);min-height:44px;display:flex;align-items:center}
.nav-drawer nav a:hover{color:var(--amber)}
.nav-drawer .nav-cta-block{margin-top:18px;justify-content:center;min-height:52px;font-size:1.02rem}
.nav-drawer .drawer-foot{margin:14px 2px 0;font-size:.82rem;color:var(--ink-3);text-align:center}

@media(max-width:1024px){ .nav-menu{display:none} .nav-burger{display:flex} }
@media(max-width:520px){ .nav-right .nav-cta{display:none} }
@media(min-width:1025px){ .nav-drawer,.nav-scrim{display:none} }
@media(max-width:560px){ .nav-in{height:60px;gap:12px} .logo small{display:none} .logo .mark{width:28px;height:28px} }

/* Anker-Offset, damit der Sticky-Header die Überschriften nicht verdeckt */
#how,#benefits,#advisor,#faq,#check{scroll-margin-top:calc(var(--header-h) + 18px + env(safe-area-inset-top,0px))}

/* ---------- Footer (mehrspaltig, navy, seriös) ---------- */
footer.ft{margin-top:56px;background:var(--navy);color:#aebcc4}
footer.ft a{color:#cdd6db;text-decoration:none;transition:color .15s}
footer.ft a:hover{color:#fff}
.ft-top{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:36px 32px;padding:52px 0 40px}
.ft-brand .logo{color:#fff;margin-bottom:14px}
.ft-brand .logo small{color:#8ea0aa}
.ft-claim{font-size:.92rem;line-height:1.6;color:#9fb0ba;max-width:32ch;margin:0 0 16px}
.ft-badges{display:flex;flex-wrap:wrap;gap:8px}
.ft-badge{display:inline-flex;align-items:center;gap:6px;font-size:.76rem;font-weight:600;color:#cdd6db;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.09);border-radius:999px;padding:5px 11px}
.ft-badge svg{flex:0 0 auto;color:#eab98a}
.ft-col h4{color:#fff;font-size:.8rem;letter-spacing:.07em;text-transform:uppercase;margin:0 0 16px;font-weight:700}
.ft-col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:11px}
.ft-col li a{font-size:.92rem;display:inline-flex;align-items:center;gap:9px;min-height:24px}
.ft-contact .ic{flex:0 0 auto;color:#eab98a;display:inline-flex}
.ft-bottom{border-top:1px solid rgba(255,255,255,.09);padding:18px 0;display:flex;flex-wrap:wrap;gap:10px 20px;justify-content:space-between;align-items:center;font-size:.82rem;color:#8ea0aa}
.ft-bottom .ft-legal{display:flex;gap:18px;flex-wrap:wrap;align-items:center}
@media(max-width:860px){ .ft-top{grid-template-columns:1fr 1fr;gap:32px 24px;padding:44px 0 32px} .ft-brand{grid-column:1/-1} }
@media(max-width:560px){ .ft-top{grid-template-columns:1fr;gap:30px;text-align:center} .ft-brand .logo{justify-content:center}.ft-claim{margin-left:auto;margin-right:auto}.ft-badges,.ft-bottom .ft-legal{justify-content:center}.ft-col ul{align-items:center}.ft-bottom{flex-direction:column;align-items:center;text-align:center;gap:8px} .ft-bottom .ft-legal{gap:14px} }

/* ---------- GLOBALE PREMIUM-UPGRADES ---------- */

/* 1) Sticky Mobile-CTA-Bar (größter Conversion-Hebel; erscheint nach Hero, blendet bei #check aus) */
.mobile-bar{position:fixed;left:0;right:0;bottom:0;z-index:55;display:none;align-items:center;justify-content:space-between;gap:14px;padding:11px 16px calc(11px + env(safe-area-inset-bottom));background:rgba(255,255,255,.96);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid var(--hair);box-shadow:0 -6px 24px rgba(26,25,22,.10);transform:translateY(120%);transition:transform .3s var(--ease)}
.mobile-bar.show{transform:none}
.mb-txt b{display:block;font-size:.88rem;line-height:1.15;color:var(--ink);white-space:nowrap}
.mb-txt small{color:var(--ink-3);font-size:.78rem}
.mb-cta{flex:0 0 auto;background:var(--amber);color:#fff;text-decoration:none;font-weight:700;font-size:.95rem;padding:0 20px;min-height:46px;border-radius:999px;display:flex;align-items:center;box-shadow:0 6px 16px rgba(201,122,58,.30)}
.mb-cta:active{background:var(--amber-press)}
@media(max-width:860px){ body{padding-bottom:76px} .mobile-bar{display:flex} }

/* 2) Form-Card als visueller Held: Amber-Akzentkante */
.card#check{border-top:3px solid var(--amber)}

/* 3) Hero-Vertrauensanker (ehrliche Pill-Reihe statt Fake-Social-Proof) */
.hero-assure{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.hero-assure span{display:inline-flex;align-items:center;gap:6px;font-size:.8rem;font-weight:600;color:var(--ink-2);background:#fff;border:1px solid var(--hair);border-radius:999px;padding:6px 12px}
.hero-assure span svg{flex:0 0 auto;color:var(--amber)}

/* 4) Eyebrow mit kurzer Akzentlinie (editorial-Struktur) */
.sec-head .eyebrow{display:inline-flex;align-items:center;gap:9px}
.sec-head .eyebrow::before{content:"";width:22px;height:2px;background:var(--amber);border-radius:2px}

/* 5) Premium-Whitespace + engere Lesebreite */
section.band{padding:clamp(56px,9vw,92px) 0}
.sec-head{max-width:40rem}

/* 6) Scroll-Reveal (dezent, reduced-motion-sicher) */
.reveal{opacity:0;transform:translateY(16px);transition:opacity .6s var(--ease),transform .6s var(--ease);transition-delay:var(--d,0ms)}
.reveal.in{opacity:1;transform:none}
@media(max-width:560px){ .reveal{transform:translateY(8px);transition-delay:0ms!important} }
@media(prefers-reduced-motion:reduce){ .reveal{opacity:1;transform:none;transition:none} html{scroll-behavior:auto} }

/* 7) Micro-Interaction auf Choice-Buttons */
.choice:active{transform:scale(.98)}

/* Body-Padding-Reset: kein doppeltes Bottom-Padding nötig, Bar überlagert nur */

/* Vorteile sind von 6 auf 4 Kacheln geschrumpft (zwei waren wortgleiche
   Doppelungen). In 3 Spalten bliebe die vierte allein in der zweiten Reihe. */
@media(min-width:861px){ .benefits{grid-template-columns:repeat(2,1fr)} }

/* ============================================================
   HERO-REIHENFOLGE unter 1024px
   Vorher: Schlagzeile -> Video -> KNOPF -> Erklaerung. Die Begruendung
   stand also hinter der Handlungsaufforderung. Jetzt liest es sich als
   Kette: Aufhaenger -> Versprechen -> Beleg (Video) -> Handlung -> Belege.
   ============================================================ */
@media(max-width:1024px){
  .hero .lead{order:3}
  .hero-side{order:4}
}

/* ============================================================
   FORMULAR: die Aktionsleiste MUSS immer sichtbar sein
   Schritt 1 ist ~1100px hoch, der Kartenausschnitt auf dem Handy ~775px.
   Die Knopfreihe lag damit ~280px unter der Sichtkante — wer dort tippte,
   traf .check-modal__backdrop und SCHLOSS das Formular, statt weiterzugehen.
   Die Leiste klebt jetzt am unteren Rand des Ausschnitts, egal wie lang
   der Schritt ist oder wie klein das Fenster wird.
   ============================================================ */
.check-modal .card .frow{
  position:sticky;bottom:0;z-index:3;
  margin-top:18px;padding:14px 0 4px}
/* Hintergrund zieht ueber das seitliche Kartenpolster hinaus, damit beim
   Scrollen nichts seitlich hinter den Knoepfen durchlaeuft. Der Ueberstand
   wird vom overflow der Karte abgeschnitten. */
.check-modal .card .frow::before{
  content:"";position:absolute;inset:0 -32px;z-index:-1;
  background:var(--card);
  box-shadow:0 -12px 16px -12px rgba(26,25,22,.30)}
/* Der Ueberspringen-Knopf scrollt bewusst mit — die klebende Leiste bleibt
   das Letzte im Ausschnitt. */
.check-modal .card .skip-step{margin-top:10px}
/* Damit ein Feld, das der Browser beim Fokussieren ins Bild scrollt, nicht
   hinter der klebenden Leiste landet. */
.check-modal .card{scroll-padding-bottom:96px}

/* dvh-Rueckfall: kennt der Browser dvh nicht, faellt die ganze Deklaration
   weg und die Karte waechst aus dem fixierten Modal heraus. vh MUSS zuerst
   stehen — shared.css laedt nach dem inline <style>, ein alleinstehendes vh
   hier wuerde das dvh von dort sonst ueberschreiben statt absichern. */
.check-modal .card{max-height:calc(100vh - 48px);max-height:calc(100dvh - 48px)}
@media(max-width:560px){
  .check-modal .card{max-height:calc(100vh - 32px);max-height:calc(100dvh - 32px)}
}

/* Ergebnis-Box im 0-Euro-Fall: Satz statt Betrag, darum kleiner gesetzt */
.big.big--text{font-size:clamp(1.25rem,4.5vw,1.7rem);line-height:1.25;text-wrap:balance}

/* ============================================================
   DRUCKANSICHT
   Vor allem fuer Impressum und Datenschutz — die werden gelegentlich
   ausgedruckt oder als PDF gesichert. Bedienelemente, Video und
   Navigation gehoeren dann nicht aufs Papier, Links schon.
   ============================================================ */
@media print{
  .nav-burger,.nav-drawer,.nav-scrim,.nav-cta,.mobile-bar,.skip-link,
  .hero-video,.check-modal,.hero-open-check,.cta,.vsl-bar,.vsl-unmute,
  .reveal{display:none!important}
  .reveal{opacity:1!important;transform:none!important}
  *{background:transparent!important;color:#000!important;box-shadow:none!important}
  body{font-size:11pt;line-height:1.45}
  section.band,.hero,footer.ft{padding:8pt 0!important;border:0!important}
  /* Ziel eines Links gehoert im Druck sichtbar dazu */
  main a[href^="http"]::after,main a[href^="mailto"]::after{content:" (" attr(href) ")";font-size:9pt;word-break:break-all}
  details{page-break-inside:avoid}
  details > summary ~ *{display:block!important}   /* zugeklappte FAQ trotzdem drucken */
  h1,h2,h3{page-break-after:avoid}
}

/* ---------- Sprung zum Inhalt (Tastatur + Screenreader) ----------
   Liegt ausserhalb des Bildes, bis er den Fokus bekommt. Nicht mit
   display:none arbeiten — das nimmt ihn aus der Tab-Reihenfolge. */
.skip-link{position:absolute;left:-9999px;top:0;z-index:200;
  background:var(--ink);color:#fff;font:inherit;font-weight:700;
  padding:12px 18px;border-radius:0 0 10px 0;text-decoration:none}
.skip-link:focus{left:0}
.skip-link:focus-visible{outline:3px solid var(--amber);outline-offset:2px}
[id="inhalt"]:focus{outline:none}

/* ============================================================
   KONTRAST (WCAG AA) — selbst nachgerechnet auf Creme #faf7f1
   Amirs Bernstein #c97a3a bleibt die Markenfarbe und wird NICHT
   geaendert. Nur dort, wo er als kleiner Text oder kleines Symbol
   auftritt, kommt eine dunklere Variante zum Einsatz:
     Eyebrow-Text  #c97a3a 3,10:1  ->  #9c5a26 5,03:1
     Badges/Icons  #c97a3a 2,78:1  ->  #8a5524 5,77:1
     Meta-Grau     #8b8579 3,43:1  ->  #6f6a5f 5,03:1
   KNOEPFE: weisser Text auf #c97a3a liegt bei 3,32:1. Ueber die
   Schriftgroesse loesen ginge nur bei den grossen CTAs (>=18,66px
   fett zaehlt als Grosstext) — der Navigations-Knopf ist mit
   14,7px zu klein dafuer, und zwei verschieden dunkle Knoepfe auf
   einer Seite sehen nach Fehler aus. Darum EINE dunklere Fuellung
   fuer alle Knoepfe: #a85f28 = 4,85:1 mit weissem Text.
   Dekorative Flaechen (Logo-Marke, weiche Hintergruende, Rahmen)
   behalten #c97a3a — die Marke bleibt.
   ============================================================ */
:root{ --amber-text:#9c5a26; --amber-ic:#8a5524; --ink-3:#6f6a5f; --amber-btn:#a85f28 }
.eyebrow{color:var(--amber-text)}
.stepcard .n,.benefit .bi,.ti-ic,.ft-badge svg,.ft-contact .ic{color:var(--amber-ic)}
.cta,.hero-open-check,.nav-cta,.mb-cta,.vsl-unmute{background:var(--amber-btn)}
.cta:hover,.hero-open-check:hover,.nav-cta:hover,.mb-cta:hover,.vsl-unmute:hover{background:#8f4f20}
/* etwas groesser: besser lesbar und besser zu treffen */
.cta,.hero-open-check{font-size:1.08rem}

/* Stand-Datum auf den Rechtsseiten */
.stand{margin:-6px 0 22px;font-size:.86rem;color:var(--ink-3)}

/* Hilfetext direkt unter einem Eingabefeld */
.fld-hint{display:block;margin-top:6px;font-size:.8rem;line-height:1.45;color:var(--ink-3)}

/* ---------- Formular Schritt 3: Upload ist optional, das muss man sehen ---------- */
.opt-h{font-weight:500;color:var(--ink-3);font-size:.72em}
.skip-step{display:block;width:100%;margin-top:12px;padding:12px 14px;min-height:44px;
  background:none;border:0;color:var(--ink-2);font:inherit;font-size:.92rem;font-weight:600;
  text-decoration:underline;text-underline-offset:3px;cursor:pointer;border-radius:10px}
.skip-step:hover{color:var(--ink)}
.skip-step:focus-visible{outline:3px solid var(--amber);outline-offset:2px}

/* ============================================================
   VIDEO: ein Schalter zur Zeit
   Vor dem ersten Ton-Klick standen die "Ton einschalten"-Pille UND die
   Bedienleiste (mit eigenem Stummschalter) gleichzeitig im Bild — zwei
   Schalter fuer dieselbe Sache, und die Leiste lag auf den eingebrannten
   Untertiteln. Ist die Pille weg (Autoplay blockiert -> [hidden]), verhaelt
   sich die Leiste wieder normal.
   ============================================================ */
.hero-video:not(.is-unmuted) .vsl-unmute:not([hidden]) ~ .vsl-bar{opacity:0;pointer-events:none}
.vsl-unmute__tx{white-space:nowrap}

/* Der Video-Titel ("Amir erklaert den Check") stand bis zum ersten JS-Tick
   sichtbar UEBER den eingebrannten Untertiteln — ein kurzes Textknaeuel bei
   jedem Seitenaufruf. Das Video hat autoplay, also ist "laeuft" der Normalfall:
   Titel startet unsichtbar und kommt nur zurueck, wenn Autoplay blockiert wurde. */
.hero-video .video-copy{opacity:0}
.hero-video.autoplay-blockiert .video-copy{opacity:1}

/* ============================================================
   MOBILE ABSTANDS-POLITUR
   Muss hier stehen und nicht im inline <style> von index.html:
   shared.css wird NACH dem <style> geladen und gewinnt sonst
   mit .band{padding:clamp(56px,...)} gegen jeden Mobil-Override.
   ============================================================ */
@media(max-width:640px){
  /* section.band = 0-1-1, ein blosses .band verliert dagegen */
  section.band{padding:32px 0}

  /* ---- Hero: EINE Leseachse ----
     Vorher wechselte die Ausrichtung dreimal (Eyebrow wirkte links, H1 und
     Fliesstext zentriert, Haekchenliste links) — das liest sich schief.
     Die Haekchenliste MUSS linksbuendig bleiben (Listen liest man an der
     Kante), also richtet sich alles andere danach statt umgekehrt. */
  .hero .eyebrow,.hero h1,.hero .lead,.hero .muted,.hero-copy{text-align:left}
  /* Relikte aus dem zentrierten Hero: die zentrierten den Block und rueckten
     H1 und Vorspann gegenueber allen Nachbarn um 7-27px ein. */
  .hero h1{max-width:none;margin-left:0;margin-right:0}
  .hero .lead{max-width:none;margin-left:0;margin-right:0}
  .hero .lead{margin:12px 0 0;line-height:1.5;max-width:none}
  .hero .ticks{margin:16px 0 0;align-self:stretch}
  /* die 320px-Bremse stammt aus dem zentrierten Hero und laesst die Zeilen
     bei linksbuendigem Satz vorzeitig umbrechen */
  .hero .ticks li{padding:0;max-width:none}
  .hero p.muted{margin:12px 0 0!important}
  .hero .hero-side{margin:16px 0 0;max-width:none}
  .sec-head{margin-bottom:20px}
  .sec-head h2{margin-bottom:8px}
  .final{padding:38px 0 8px}
  footer.ft{margin-top:32px}
  /* Footer zweispaltig statt vier Bloecke untereinander (spart ~200px).
     Ueberschreibt den 560er-Block weiter oben, der auf 1fr + zentriert stellt. */
  .ft-top{padding:28px 0 20px;gap:22px 18px;grid-template-columns:1fr 1fr;text-align:left}
  .ft-brand{grid-column:1 / -1}
  /* Der 560er-Block oben zentriert alles einzeln. Hier nehmen wir die
     Ausrichtung zurueck (align/text-align); flex-direction:column und der
     8px-Abstand der .ft-bottom bleiben bewusst aus dem 560er-Block stehen. */
  .ft-brand .logo{justify-content:flex-start}
  .ft-claim{margin-left:0;margin-right:0}
  .ft-badges,.ft-bottom .ft-legal{justify-content:flex-start}
  .ft-col ul{align-items:flex-start}
  .ft-bottom{align-items:flex-start;text-align:left}

  /* Karten-Raster: enger stapeln, Innenpolster runter */
  .steps3{gap:12px}
  .steps3 > *{padding:18px 16px}
  .benefits{gap:10px}
  .benefits > *{padding:13px 14px}

  /* Bilder fressen auf dem Handy die meiste Hoehe */
  .photo-slot{max-height:150px}
  .photo-slot img{height:100%;object-fit:cover}
  .advisor img,.advisor .photo-slot{max-height:260px}
}
/* Schritt-Karten quer: Bild links, Nummer+Titel+Text rechts.
   Gestapelt kostet jede Karte ~341px, quer ~155px.
   NUR bis 560px — daruber stehen die Karten zweispaltig (index.html:336),
   da waere die Textspalte neben dem Bild nur noch ~170px breit. */
@media(max-width:560px){
  /* Kopfzeile (Bild + Nummer + Titel) nebeneinander, der Beschreibungstext
     darunter ueber die VOLLE Breite. Lag der Text neben dem Bild, blieben
     bei 375px nur ~29 Zeichen pro Zeile — zu wenig zum Lesen. */
  .stepcard{
    display:grid;
    grid-template-columns:84px auto 1fr;
    grid-template-areas:"bild nr titel" "text text text";
    column-gap:12px;row-gap:9px;align-items:center;
    padding:14px}
  .stepcard .photo-slot{grid-area:bild;margin:0;aspect-ratio:1/1;max-height:none;align-self:center}
  .stepcard .n{grid-area:nr;width:25px;height:25px;border-radius:8px;font-size:.8rem;margin:0}
  .stepcard h3{grid-area:titel;font-size:1.02rem;margin:0;align-self:center}
  .stepcard p{grid-area:text;font-size:.9rem}
}
/* Unter 360px bleibt neben dem 84px-Bild nur ~170px Textspalte — das sind
   ~21 Zeichen pro Zeile, unlesbar. Dort wieder Bild oben, Text volle Breite. */
@media(max-width:359px){
  .stepcard{display:block;padding:14px}
  .stepcard .photo-slot{aspect-ratio:16/9;max-height:110px;margin:0 0 10px}
  .stepcard .n{margin-bottom:6px}
  /* gleicher Grund: neben dem 42px-Symbol bleiben nur ~26 Zeichen pro Zeile */
  .benefit{display:block}
  .benefit .bi{margin-bottom:8px}
}

/* Zu lange Zeilen auf breiten Schirmen: ueber ~80 Zeichen verliert das Auge
   beim Ruecksprung die Zeile. Betrifft die Hero-Fussnote und den
   Ansprechpartner-Absatz. */
@media(min-width:641px){
  .hero p.muted{max-width:52ch}
  .advisor .lead{max-width:56ch}
}
@media(max-width:400px){
  section.band{padding:26px 0}
  .steps3 > *{padding:15px 14px}
  .photo-slot{max-height:130px}
}

/* ============================================================
   FAQ-AKKORDEON
   grid-template-rows 0fr -> 1fr ist der einzige Weg, eine Hoehe
   von "auto" sauber zu animieren — in beide Richtungen, ohne JS.
   ============================================================ */
.faq-item{background:var(--card);border:1px solid var(--hair);border-radius:var(--r);
  margin-bottom:12px;overflow:hidden;transition:border-color .18s var(--ease),box-shadow .18s var(--ease)}
.faq-item.offen{box-shadow:var(--shadow-sm);border-color:var(--hair)}
.faq-q{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;
  margin:0;padding:18px 20px;min-height:56px;background:none;border:0;cursor:pointer;
  font:inherit;font-weight:700;font-size:1.02rem;color:var(--ink);text-align:left;line-height:1.35}
.faq-q:hover{color:var(--amber-text)}
.faq-q:focus-visible{outline:3px solid var(--amber);outline-offset:-3px;border-radius:var(--r)}
.faq-q .chev{flex:0 0 auto;color:var(--amber-ic);transition:transform .28s var(--ease)}
.faq-item.offen .faq-q .chev{transform:rotate(180deg)}
.faq-a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s var(--ease)}
.faq-item.offen .faq-a{grid-template-rows:1fr}
.faq-a-in{overflow:hidden;min-height:0}
.faq-a-in{padding:0 20px;color:var(--ink-2);font-size:.98rem;line-height:1.6}
.faq-item.offen .faq-a-in{padding-bottom:18px}
@media(prefers-reduced-motion:reduce){
  .faq-a{transition:none}
  .faq-q .chev{transition:none}
}

/* Duenner Bernstein-Rahmen ums Hero-Video (Wunsch Pascal 16.08.).
   Der weisse Rahmen davor verschwand auf hellem Grund komplett. */
.hero-video{border:2px solid var(--amber)!important;
  box-shadow:0 0 0 1px rgba(201,122,58,.16), var(--shadow-lg)}

/* ============================================================
   ANSPRECHPARTNER — Komposition
   Vorher: 300x400-Portrait neben einer 736px breiten Textspalte,
   die nur 299px hoch war. 101px Hoehendifferenz und eine viel zu
   breite, duenne Textzeile -> der Block wirkte unfertig.
   Jetzt: schmaleres Hochformat, engere Lesebreite, das Ganze als
   zentrierte Einheit statt zweier freistehender Elemente.
   ============================================================ */
@media(min-width:861px){
  .advisor-grid{
    grid-template-columns:280px minmax(0,1fr);
    gap:48px;align-items:center;
    max-width:940px;margin-left:auto;margin-right:auto}
  .advisor .photo-slot{max-width:280px!important;aspect-ratio:4/5}
  .advisor h2{font-size:clamp(1.5rem,2.4vw,1.95rem)}
  .advisor .lead{max-width:44ch}
  .advisor .sign{margin-top:20px;padding-top:16px;border-top:1px solid var(--hair)}
}

/* Ohne JavaScript muessen die FAQ-Antworten LESBAR sein. Das Akkordeon klappt
   sie per CSS zu (grid-template-rows:0fr) und nur JS klappt wieder auf - ohne
   JS war der Text damit unerreichbar. Diese Regel oeffnet ihn dann. */
html:not(.js) .faq-a{ grid-template-rows:1fr }
html:not(.js) .faq-a-in{ padding-bottom:20px }
html:not(.js) .faq-q .chev{ display:none }
