/* =========================================================
   Willi Krystek — styles V6
   Basis: V4 (Conversion first, heller warmer Auftritt, EIN
   Akzent Terrakotta für CTAs, Gold für Eyebrows/Sterne,
   Trust-Signale prominent, ein Conversion-Ziel).
   Neu ggü. V4:
   — Stimmen als Endlos-Marquee (aus V5 übernommen)
   — Scroll-Reveals mit Richtung: data-reveal="left"/"right"
     (Vignetten, 4 Schritte, Über-mich-Porträt)
   — Header-Untertitel: voller Berufstitel
   — Responsive verstärkt (Handy/Tablet = Haupttraffic)
   Typo: Newsreader (Lesen, Display) + Instrument Sans (UI)
   ========================================================= */

:root {
  --cream:      #fdf8f0;   /* warmes helles Papier — Grundfläche   */
  --cream-2:    #f5ecdf;   /* Wechselfläche                        */
  --card:       #ffffff;
  --ink:        #2d2430;   /* Text — ~13:1 auf Creme               */
  --ink-soft:   #544a5b;   /* Nebentext — ~7.3:1 auf Creme          */
  --terra:      #b04e2c;   /* DER Akzent: nur CTAs & Aktionen      */
  --terra-deep: #93401f;
  --terra-tint: #f8e6db;
  --gold:       #8a5f22;   /* Eyebrows, Nummern — lesbar auf Hell  */
  --gold-tint:  #f4e7cf;
  --star:       #dd9a35;   /* Sterne (dekorativ, nie Text)         */
  --night:      #332639;   /* nur Monolog + Footer                 */
  --night-2:    #271d2c;
  --light:      #f7f1e7;   /* Schrift auf Dunkel — ~12:1           */
  --line:       rgba(45,36,48,.16);
  --line-dark:  rgba(247,241,231,.22);
  --shadow-md:  0 16px 40px rgba(45,36,48,.12);
  --shadow-lg:  0 28px 64px rgba(45,36,48,.18);
  --maxw:       1140px;
  --ease:       cubic-bezier(.22,.61,.36,1);
}

/* ---------- base ---------- */
*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; -webkit-text-size-adjust: 100%; }
/* Seitliche Reveals dürfen nie einen Quer-Scrollbalken erzeugen
   (overflow-x: clip statt hidden, damit der Sticky-Header weiter greift) */
html, body { overflow-x: clip; }
body {
  margin: 0;
  font-family: "Newsreader", Georgia, serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.7;
  font-size: clamp(17px, 1rem + .15vw, 19px);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--terra-deep); text-decoration-color: color-mix(in srgb, var(--terra) 45%, transparent); text-underline-offset: 3px; }
::selection { background: var(--terra-tint); color: var(--ink); }
:focus-visible { outline: 2px solid var(--terra); outline-offset: 3px; }

h1,h2,h3 {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 500;
  line-height: 1.12;
  color: var(--ink);
  margin: 0 0 .5em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.5rem, 1.7rem + 3.8vw, 4.4rem); line-height: 1.05; }
h2 { font-size: clamp(1.9rem, 1.4rem + 2.2vw, 3rem); }
h3 { font-size: clamp(1.3rem, 1.15rem + .6vw, 1.55rem); font-weight: 600; }
p  { margin: 0 0 1.1rem; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(1.25rem, 4vw, 2.5rem); }
.container-text { max-width: 880px; }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 100;
  background: var(--terra-deep); color: #fff; padding: .7rem 1.1rem; border-radius: 0 0 10px 0;
  font-family: "Instrument Sans", sans-serif;
}
.skip-link:focus { left: 0; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .95rem 1.8rem; border-radius: 10px;
  font-family: "Instrument Sans", sans-serif; font-weight: 700; font-size: .98rem; line-height: 1.2;
  background: var(--terra); color: #fff; text-decoration: none;
  border: 0; cursor: pointer;
  box-shadow: 0 10px 26px rgba(147,64,31,.28);
  transition: background .2s var(--ease), transform .18s var(--ease), box-shadow .2s var(--ease);
}
.btn:hover { background: var(--terra-deep); transform: translateY(-1px); }
.btn-ghost {
  background: transparent; color: inherit; box-shadow: none; font-weight: 600;
  border: 1.5px solid color-mix(in srgb, currentColor 40%, transparent);
}
.btn-ghost:hover { background: transparent; border-color: currentColor; }
.btn-sm { padding: .6rem 1.15rem; font-size: .88rem; }
.btn-lg { padding: 1.15rem 2.2rem; font-size: 1.06rem; }
.btn[disabled] { opacity: .45; cursor: not-allowed; transform: none; box-shadow: none; }

/* ---------- Sterne & Trust ---------- */
.stars { color: var(--star); letter-spacing: .1em; font-size: 1em; }
.trust-row {
  list-style: none; display: flex; flex-wrap: wrap; gap: .6rem 1.8rem;
  padding: 0; margin: 1.6rem 0 0;
  font-family: "Instrument Sans", sans-serif; font-size: .9rem; font-weight: 600; color: var(--ink);
}
.trust-row li { display: inline-flex; align-items: center; gap: .45rem; }
.trust-row strong { font-weight: 700; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--cream) 94%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease);
}
.site-header.scrolled { border-bottom-color: var(--line); box-shadow: 0 8px 26px rgba(45,36,48,.07); }
/* Der lange Berufstitel im Untertitel braucht mehr Breite, damit
   Marke + alle Kapitelanker in EINER Zeile bleiben (nicht umbrechen). */
.site-header .container { max-width: 1240px; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 68px; }
.brand { display: flex; flex-direction: column; line-height: 1.15; color: var(--ink); text-decoration: none; min-width: 0; }
.brand-name { font-family: "Newsreader", serif; font-weight: 600; font-size: 1.18rem; letter-spacing: .01em; }
.brand-sub { font-family: "Instrument Sans", sans-serif; font-size: .66rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; color: var(--ink-soft); }

.site-nav { display: flex; align-items: center; flex-wrap: nowrap; gap: 1.15rem; font-family: "Instrument Sans", sans-serif; }
.site-nav > a:not(.btn) { color: var(--ink); font-weight: 500; font-size: .92rem; text-decoration: none; position: relative; white-space: nowrap; }
.site-nav > a:not(.btn):hover { color: var(--terra-deep); }
.site-nav > a:not(.btn)::after {
  content: ""; position: absolute; left: 0; bottom: -6px; height: 1.5px; width: 0; background: var(--terra);
  transition: width .22s var(--ease);
}
.site-nav > a:not(.btn):hover::after { width: 100%; }

.nav-toggle {
  display: none; flex-direction: column; gap: 5px; width: 44px; height: 44px; flex: 0 0 auto;
  align-items: center; justify-content: center; background: none; border: 0; cursor: pointer;
}
.nav-toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .25s var(--ease), opacity .2s; }

/* ---------- sections & typo helpers ---------- */
.section { padding-block: clamp(4rem, 8vw, 6.5rem); }
.section-tint { background: var(--cream-2); }
.section-head { margin: 0 0 clamp(2rem, 4vw, 3rem); }
.section-head h2 { max-width: 26ch; }
.section-intro { color: var(--ink-soft); max-width: 62ch; font-size: 1.05em; }
.eyebrow {
  font-family: "Instrument Sans", sans-serif;
  text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; font-weight: 700;
  color: var(--gold); margin: 0 0 1rem;
}
.section-cta { margin-top: clamp(2.2rem, 4vw, 3rem); }
.cta-note {
  display: block; margin-top: .8rem;
  font-family: "Instrument Sans", sans-serif; font-size: .84rem; line-height: 1.5; color: var(--ink-soft);
}

.prose { max-width: 66ch; }
.prose h3 { margin-top: 1.6em; }
.prose-punch { font-size: 1.22em; line-height: 1.5; margin-top: 1.4rem; }

/* ---------- hero — hell, warm, mit Gesicht ---------- */
.hero {
  background:
    radial-gradient(70% 60% at 85% 0%, rgba(221,154,53,.14) 0%, transparent 60%),
    linear-gradient(180deg, #fffdf8 0%, var(--cream) 70%, var(--cream-2) 100%);
  padding-block: clamp(3rem, 6.5vw, 5.5rem) clamp(3.5rem, 7vw, 6rem);
}
.hero-inner {
  display: grid; grid-template-columns: 1.25fr .95fr;
  gap: clamp(2.2rem, 5vw, 4.5rem); align-items: center;
}
.hero h1 em { font-style: italic; color: var(--terra-deep); }
.hero-lead { font-size: clamp(1.1rem, 1rem + .45vw, 1.28rem); max-width: 56ch; margin-top: 1.3rem; }
.hero-lead2 { color: var(--ink-soft); max-width: 56ch; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.4rem; margin: 1.9rem 0 0; }
.hero-cta-note {
  font-family: "Instrument Sans", sans-serif; font-size: .84rem; line-height: 1.5;
  color: var(--ink-soft);
}

/* Hero-Visual: Porträt heute — Platz für den VSL später.
   Für das Video später einfach .hero-figure durch den Player /
   das <video>-Embed ersetzen (gleiche Größe, gleiche Rundung). */
.hero-media { position: relative; max-width: 420px; justify-self: end; width: 100%; }
/* Rahmen um Bild + Badge — die Unterschrift bleibt außerhalb, damit das
   Badge sie nie verdecken kann (Badge hängt am .hero-frame, nicht am
   ganzen .hero-media inkl. Caption). */
.hero-frame { position: relative; }
.hero-figure {
  overflow: hidden; border-radius: 18px;
  background: var(--cream-2); box-shadow: var(--shadow-lg);
}
.hero-figure img { display: block; width: 100%; height: auto; }
.media-badge {
  position: absolute; left: -14px; bottom: 26px;
  display: flex; align-items: center; gap: .7rem;
  background: var(--card); border: 1px solid var(--line); border-radius: 14px;
  padding: .7rem 1rem; box-shadow: var(--shadow-md);
  font-family: "Instrument Sans", sans-serif; line-height: 1.3;
}
.media-badge .stars { font-size: .9rem; }
.media-badge strong { display: block; font-size: .92rem; color: var(--ink); }
.media-badge small { color: var(--ink-soft); font-size: .78rem; }
.hero-caption {
  margin: 1rem 0 0; font-family: "Instrument Sans", sans-serif;
  font-size: .84rem; color: var(--ink-soft); text-align: left;
}
.hero-caption strong { color: var(--ink); }

/* ---------- Vignetten (Spiegel) ---------- */
.vignettes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.2rem clamp(2rem, 5vw, 4rem); }
.vignette { border-top: 1px solid var(--line); padding-top: 1.3rem; }
.vignette h3 { margin-bottom: .35em; }
.vignette p { margin: 0; color: var(--ink-soft); }
.vignette em { color: var(--ink); }

/* ---------- Monolog (der eine dunkle Moment) ---------- */
.monolog { background: linear-gradient(180deg, var(--night-2) 0%, var(--night) 100%); color: var(--light); padding-block: clamp(4rem, 8vw, 6rem); }
.monolog-intro {
  font-family: "Instrument Sans", sans-serif; text-transform: uppercase; letter-spacing: .18em;
  font-size: .72rem; font-weight: 700; color: var(--star); margin-bottom: 2rem;
}
.monolog-quote { margin: 0 0 2.4rem; padding: 0; border: 0; }
.monolog-quote p {
  font-size: clamp(1.3rem, 1.1rem + 1vw, 1.8rem); line-height: 1.45;
  margin: 0 0 .9rem; color: var(--light);
}
.monolog-turn { color: var(--light); max-width: 60ch; margin: 0; }
.monolog-turn strong { color: #fff; font-weight: 600; }

/* ---------- Übersetzungs-Paare ---------- */
.pairs { margin: 0; }
.pair { border-top: 1px solid var(--line); padding: 1.4rem 0; }
.pair:last-child { border-bottom: 1px solid var(--line); }
.pair dt { font-size: clamp(1.25rem, 1.1rem + .7vw, 1.6rem); font-weight: 500; }
.pair dd { margin: .4rem 0 0; font-style: italic; color: var(--terra-deep); font-size: 1.08em; }
.pair dd::before {
  content: "eigentlich:"; font-style: normal;
  font-family: "Instrument Sans", sans-serif; font-size: .7rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .16em; color: var(--gold);
  margin-right: .6rem; position: relative; top: -2px;
}

/* ---------- der Kreislauf ----------
   Layout-Fix V4: Nummer und Text stehen in einem festen
   2-Spalten-Raster — erste Zeile und Folgezeilen fluchten,
   überall identische Einrückung. */
.cycle { margin: clamp(2rem, 5vw, 3.5rem) auto; }
.cycle-node {
  display: grid; grid-template-columns: 26px 1fr; gap: .8rem; align-items: start;
  background: var(--card); border: 1px solid var(--line); border-radius: 14px;
  padding: 1.05rem 1.2rem; font-size: .95rem; line-height: 1.55; color: var(--ink);
  box-shadow: 0 6px 18px rgba(45,36,48,.05);
}
.cycle-node p { margin: 0; }
.cycle-node em { color: var(--terra-deep); }
.cycle-num {
  display: inline-grid; place-items: center; width: 26px; height: 26px; margin-top: .1em;
  border: 1.5px solid var(--gold); color: var(--gold); border-radius: 50%;
  font-family: "Newsreader", serif; font-weight: 600; font-size: .85rem; line-height: 1;
}
.cycle-arrow {
  display: block; text-align: center; color: var(--gold);
  font-family: "Instrument Sans", sans-serif; font-size: 1.1rem; padding: .5rem 0;
}
.cycle-arrow-loop { font-size: .85rem; font-weight: 600; letter-spacing: .04em; }
.cycle-ring { display: none; }

@media (min-width: 880px) {
  .cycle { position: relative; height: 540px; max-width: 780px; }
  .cycle-arrow { display: none; }
  .cycle-node { position: absolute; width: 300px; }
  .cycle-n1 { top: 0; left: 50%; transform: translateX(-50%); }
  .cycle-n2 { right: 0; top: 50%; transform: translateY(-50%); width: 256px; }
  .cycle-n3 { bottom: 0; left: 50%; transform: translateX(-50%); }
  .cycle-n4 { left: 0; top: 50%; transform: translateY(-50%); width: 256px; }
  .cycle-ring {
    display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
    width: 320px; height: 320px; border-radius: 50%;
    border: 1.5px dashed color-mix(in srgb, var(--ink) 30%, transparent);
  }
  .cycle-ring::after {
    content: "der immer\A gleiche Streit"; white-space: pre; text-align: center;
    position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
    font-family: "Newsreader", serif; font-style: italic; font-size: 1.15rem;
    color: var(--ink-soft); line-height: 1.4;
  }
}

/* ---------- „du hast es versucht" ---------- */
.tries { list-style: none; padding: 0; margin: 0 0 1.8rem; max-width: 66ch; }
.tries li { padding: .65rem 0 .65rem 1.8rem; position: relative; font-size: 1.06em; }
.tries li::before { content: "—"; position: absolute; left: 0; color: var(--gold); }
.tries li + li { border-top: 1px solid var(--line); }

/* ---------- die Wende ---------- */
.keyframe {
  margin: clamp(2.2rem, 5vw, 3.4rem) 0;
  padding: clamp(1.8rem, 4vw, 2.6rem) 0;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  max-width: 66ch;
}
.keyframe-myth { font-style: italic; color: var(--ink-soft); font-size: 1.1em; margin-bottom: .5rem; }
.keyframe-truth { font-size: clamp(1.35rem, 1.15rem + 1vw, 1.8rem); line-height: 1.35; margin: 0; }
.keyframe-truth strong { font-weight: 600; }

/* ---------- der ehrliche Deal (heller Brief) ---------- */
.letter {
  max-width: 72ch; background: var(--card); border: 1px solid var(--line);
  border-left: 4px solid var(--terra); border-radius: 16px;
  padding: clamp(1.8rem, 4.5vw, 3rem); box-shadow: var(--shadow-md);
}
.letter p { color: var(--ink-soft); }
.letter strong { color: var(--ink); font-weight: 600; }
.letter em { color: var(--ink); }
.letter-sign { font-style: italic; font-size: 1.3rem; color: var(--terra-deep) !important; margin-top: 1.6rem; }

/* ---------- Stimmen — Endlos-Marquee (aus V5) ---------- */
.stimmen-sec { overflow: hidden; }
.rating-line {
  display: flex; flex-wrap: wrap; align-items: center; gap: .6rem;
  font-family: "Instrument Sans", sans-serif; font-weight: 600; font-size: .95rem; color: var(--ink);
  margin: 0;
}
.marquee { margin-top: clamp(1.5rem, 3vw, 2.5rem); overflow-x: auto; scrollbar-width: none; }
.marquee::-webkit-scrollbar { display: none; }
.marquee-track { display: flex; width: max-content; }
.marquee.is-anim .marquee-track { animation: marquee 48s linear infinite; }
.marquee.is-anim:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }
.marquee-list { list-style: none; display: flex; gap: 1.4rem; padding: .5rem .7rem; margin: 0; }
.testimonial {
  width: min(400px, 84vw); flex: 0 0 auto;
  background: var(--card); border: 1px solid var(--line); border-radius: 18px;
  padding: 1.6rem 1.6rem 1.4rem; box-shadow: 0 10px 26px rgba(45,36,48,.07);
  display: flex; flex-direction: column; gap: 1rem;
}
.testimonial .stars { font-size: .85rem; }
.testimonial blockquote { margin: 0; font-size: 1.05rem; line-height: 1.55; color: var(--ink); flex: 1; }
.testimonial figure { display: flex; align-items: center; gap: .8rem; margin: 0; }
.testimonial figure img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
.testimonial figcaption strong { display: block; font-family: "Instrument Sans", sans-serif; font-size: .92rem; }
.testimonial figcaption small { color: var(--ink-soft); font-family: "Instrument Sans", sans-serif; font-size: .8rem; }

/* ---------- Ablauf ---------- */
.steps { list-style: none; padding: 0; margin: 0; counter-reset: step; max-width: 66ch; }
.step { counter-increment: step; border-top: 1px solid var(--line); padding: 1.5rem 0 1.1rem 4.4rem; position: relative; }
.step::before {
  content: counter(step);
  position: absolute; left: 0; top: 1.35rem;
  font-family: "Newsreader", serif; font-weight: 500; font-size: 2.1rem; line-height: 1;
  color: var(--gold);
}
.step h3 { margin-bottom: .3em; }
.step p { margin: 0; color: var(--ink-soft); }
/* Ablauf zweispaltig: Coaching-Bild neben den vier Schritten */
.weg-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(2rem, 5vw, 3.5rem); align-items: center; margin-top: clamp(1.4rem, 3vw, 2.4rem); }
.weg-media { overflow: hidden; border-radius: 16px; max-width: 320px; box-shadow: var(--shadow-md); }
.weg-media img { display: block; width: 100%; height: auto; }
.weg-grid .steps { max-width: none; margin: 0; }

/* ---------- Über Willi ---------- */
.about { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: center; max-width: 1040px; }
.about-media { overflow: hidden; border-radius: 16px; max-width: 380px; box-shadow: var(--shadow-md); }
.about-media img { display: block; width: 100%; height: auto; }
.about-body h2 { max-width: 22ch; }
.about-body p { color: var(--ink-soft); max-width: 62ch; }
.about-body em { color: var(--ink); }
.chips { list-style: none; display: flex; flex-wrap: wrap; gap: .6rem; padding: 0; margin: 1.5rem 0 0; }
.chips li {
  font-family: "Instrument Sans", sans-serif; font-weight: 600; font-size: .8rem; letter-spacing: .02em;
  border: 1px solid color-mix(in srgb, var(--terra) 45%, transparent); color: var(--terra-deep);
  padding: .45rem 1rem; border-radius: 999px;
}
.about-note { font-family: "Instrument Sans", sans-serif; font-size: .84rem; margin-top: 1.4rem; }

/* ---------- FAQ / Einwände ---------- */
.faq { border-top: 1px solid var(--line); max-width: 780px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary {
  cursor: pointer; list-style: none;
  padding: 1.3rem 3rem 1.3rem .1rem;
  font-weight: 600; font-size: 1.12rem; line-height: 1.4; color: var(--ink);
  position: relative; transition: color .2s var(--ease);
}
.faq-item summary:hover { color: var(--terra-deep); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; position: absolute; right: .1rem; top: 50%; transform: translateY(-50%);
  width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%;
  display: grid; place-items: center;
  font-family: "Newsreader", serif; font-weight: 500; font-size: 1.35rem; color: var(--gold);
  transition: transform .25s var(--ease), background .2s var(--ease); line-height: 1;
}
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); background: var(--gold-tint); border-color: transparent; }
.faq-body { padding: 0 3rem 1.5rem .1rem; color: var(--ink-soft); }
.faq-body p { margin: 0; }
.faq-body em { color: var(--ink); }

/* ---------- für wen (nicht) ---------- */
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; }
.fit { border-radius: 16px; padding: 1.8rem 1.9rem; }
.fit-yes { background: var(--terra-tint); }
.fit-no { background: var(--card); border: 1px solid var(--line); }
.fit h3 { margin-bottom: .8em; }
.fit ul { list-style: none; margin: 0; padding: 0; }
.fit li { padding: .5rem 0 .5rem 1.6rem; position: relative; color: var(--ink-soft); }
.fit li strong { color: var(--ink); }
.fit li + li { border-top: 1px solid var(--line); }
.fit-yes li::before { content: "✓"; position: absolute; left: 0; color: var(--terra-deep); font-family: "Instrument Sans", sans-serif; }
.fit-no li::before { content: "—"; position: absolute; left: 0; color: var(--gold); }

/* ---------- Schluss-CTA ---------- */
.cta-final {
  background:
    radial-gradient(75% 65% at 50% 112%, rgba(221,154,53,.28) 0%, transparent 62%),
    linear-gradient(180deg, var(--cream) 0%, var(--gold-tint) 100%);
  text-align: center;
}
.cta-final .section-head { margin-bottom: 1.4rem; }
.cta-final h2, .cta-final .section-intro { margin-inline: auto; }
.cta-final .trust-row { justify-content: center; margin-top: 2rem; }

/* ---------- Fragebogen-Seite (Beziehungs-Check) ---------- */
.check-hero { text-align: center; padding-block: clamp(2.5rem, 5vw, 4rem) 0; }
.check-hero .eyebrow { margin-bottom: .8rem; }
.check-hero h1 { font-size: clamp(2rem, 1.5rem + 2.4vw, 3.2rem); }
.check-hero .section-intro { margin-inline: auto; }
.funnel-section { padding-block: clamp(2rem, 4vw, 3rem) clamp(4rem, 8vw, 6rem); }
.funnel { max-width: 620px; margin-inline: auto; }
.funnel-direct { text-align: center; margin: 1.6rem 0 0; color: var(--ink-soft); font-size: .95rem; font-family: "Instrument Sans", sans-serif; }

.funnel-card {
  background: var(--card); border: 1px solid var(--line); border-radius: 18px;
  box-shadow: var(--shadow-lg); padding: clamp(1.7rem, 4vw, 2.7rem);
  animation: funnelIn .45s var(--ease);
}
@keyframes funnelIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

.funnel-progress { height: 5px; background: var(--cream-2); border-radius: 999px; overflow: hidden; margin-bottom: 1.5rem; }
.funnel-progress > span { display: block; height: 100%; background: linear-gradient(90deg, var(--star), var(--terra)); border-radius: 999px; transition: width .45s var(--ease); }

.funnel-eyebrow {
  font-family: "Instrument Sans", sans-serif;
  text-transform: uppercase; letter-spacing: .16em; font-size: .7rem; font-weight: 700;
  color: var(--gold); margin: 0 0 .7rem;
}
.funnel-q {
  font-family: "Newsreader", serif; font-weight: 500;
  font-size: clamp(1.45rem, 1.2rem + 1.1vw, 1.95rem); line-height: 1.18;
  margin: 0 0 .5rem; outline: none; color: var(--ink);
}
.funnel-lead { color: var(--ink-soft); margin: 0 0 1.3rem; }
.funnel-hint { font-family: "Instrument Sans", sans-serif; color: var(--terra-deep); font-size: .82rem; font-weight: 600; margin: 0 0 1rem; }
.funnel-help { color: var(--ink-soft); font-size: .9rem; margin: 1.1rem 0 0; }
.funnel-sign { font-style: italic; font-size: 1.15rem; color: var(--terra-deep); margin: .4rem 0 0; }

.funnel-opts { display: grid; gap: .7rem; margin: 1.2rem 0 0; }
.funnel-opt {
  display: flex; align-items: center; gap: .85rem; width: 100%; text-align: left;
  font: inherit; font-size: 1rem; color: var(--ink); cursor: pointer;
  border: 1.5px solid var(--line); border-radius: 12px; padding: .95rem 1.1rem;
  background: #fff;
  transition: border-color .2s var(--ease), background .2s var(--ease), transform .12s var(--ease);
}
.funnel-opt:hover { border-color: color-mix(in srgb, var(--terra) 55%, var(--line)); transform: translateY(-1px); }
.funnel-opt.is-selected { border-color: var(--terra); background: var(--terra-tint); }
.funnel-opt-mark {
  flex: 0 0 auto; width: 22px; height: 22px; border: 2px solid var(--line); border-radius: 6px;
  display: grid; place-items: center; background: #fff;
  transition: background .2s, border-color .2s;
}
.funnel-opts.is-single .funnel-opt-mark { border-radius: 50%; }
.funnel-opt.is-selected .funnel-opt-mark { background: var(--terra); border-color: var(--terra); }
.funnel-opt-mark::after { content: "✓"; color: #fff; font-size: .78rem; line-height: 1; opacity: 0; transform: scale(.6); transition: opacity .2s, transform .2s; }
.funnel-opt.is-selected .funnel-opt-mark::after { opacity: 1; transform: scale(1); }
.funnel-opt-label { flex: 1; }

.funnel-field { margin: 0 0 1.1rem; }
.funnel-field label { display: block; font-family: "Instrument Sans", sans-serif; font-weight: 600; font-size: .92rem; margin-bottom: .4rem; }
.funnel-field input {
  width: 100%; font: inherit; color: var(--ink); background: #fff;
  border: 1.5px solid var(--line); border-radius: 10px; padding: .8rem .95rem;
  transition: border-color .18s, box-shadow .18s;
}
.funnel-field input:focus { outline: none; border-color: var(--terra); box-shadow: 0 0 0 3px var(--terra-tint); }
.funnel-field small { display: block; color: var(--ink-soft); font-family: "Instrument Sans", sans-serif; font-size: .8rem; margin-top: .4rem; }
.funnel-consent { display: flex; gap: .6rem; align-items: flex-start; font-family: "Instrument Sans", sans-serif; font-size: .85rem; line-height: 1.55; color: var(--ink-soft); margin: 0 0 1.3rem; cursor: pointer; }
.funnel-consent input { width: auto; margin-top: .2rem; accent-color: var(--terra); }

.funnel-actions { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-top: 1.6rem; }
.funnel-intro .funnel-actions, .funnel-end .funnel-actions { justify-content: center; }
.funnel-status { margin: 1rem 0 0; font-family: "Instrument Sans", sans-serif; font-weight: 600; font-size: .9rem; text-align: center; }
.funnel-status.is-error { color: #8c3a40; }

.funnel-end { text-align: center; }
.funnel-badge {
  width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center;
  margin: 0 auto 1.2rem; font-size: 1.6rem; background: var(--terra-tint); color: var(--terra-deep);
}
.funnel-end-gelb .funnel-badge { background: var(--gold-tint); color: var(--gold); }
.funnel-help-list { list-style: none; padding: 0; margin: 1.2rem 0; display: grid; gap: .6rem; text-align: left; }
.funnel-help-list li { background: var(--cream-2); border-radius: 10px; padding: .85rem 1rem; font-size: .95rem; }

/* ---------- footer ---------- */
.site-footer { background: var(--night-2); color: var(--light); padding-block: 2.8rem; font-family: "Instrument Sans", sans-serif; font-size: .92rem; }
.footer-brand .brand-name { color: #fff; font-family: "Newsreader", serif; font-size: 1.2rem; font-weight: 600; }
.footer-brand p { margin: .4rem 0 0; line-height: 1.6; }
.footer-brand a { color: var(--star); }
.footer-inner { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 1.4rem; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 1.3rem; }
.footer-nav a { color: var(--light); text-decoration: none; }
.footer-nav a:hover { color: #fff; text-decoration: underline; }
.footer-legal { width: 100%; margin: 0; padding-top: 1.2rem; border-top: 1px solid var(--line-dark); font-size: .82rem; }

/* ---------- legal pages ---------- */
.container-narrow { max-width: 760px; }
.legal h1 { margin-bottom: 1rem; }
.legal h2 { font-size: 1.4rem; margin-top: 2rem; }
.legal h3 { font-size: 1.1rem; margin-top: 1.5rem; margin-bottom: .4rem; }
.legal p, .legal li { color: var(--ink-soft); }
.legal ul { padding-left: 1.2rem; }
.legal .legal-stand { font-size: .9rem; color: var(--ink-soft); margin-bottom: 2rem; }
.legal-note {
  background: var(--gold-tint); border-left: 3px solid var(--gold);
  padding: 1rem 1.2rem; border-radius: 10px; color: var(--ink) !important; margin: 1.4rem 0;
}

/* ---------- reveal (mit Richtung) ----------
   data-reveal          → von unten (wie V4)
   data-reveal="left"   → von links herein
   data-reveal="right"  → von rechts herein */
[data-reveal] { opacity: 0; transform: translateY(16px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
[data-reveal="left"]  { transform: translateX(-44px); }
[data-reveal="right"] { transform: translateX(44px); }
[data-reveal].in-view { opacity: 1; transform: none; }
.monolog-quote p { opacity: 0; transform: translateY(10px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.monolog-quote.in-view p { opacity: 1; transform: none; }
.monolog-quote.in-view p:nth-child(1) { transition-delay: .05s; }
.monolog-quote.in-view p:nth-child(2) { transition-delay: .35s; }
.monolog-quote.in-view p:nth-child(3) { transition-delay: .65s; }
.monolog-quote.in-view p:nth-child(4) { transition-delay: .95s; }
.monolog-quote.in-view p:nth-child(5) { transition-delay: 1.25s; }

/* ---------- responsive ----------
   Handy & Tablet sind der Haupttraffic: Nav klappt schon ab
   1200px ins Burger-Menü (der lange Berufstitel + 7 Nav-Punkte
   passen darunter nicht mehr in eine Zeile nebeneinander). */
@media (max-width: 1200px) {
  .site-nav {
    position: fixed; inset: 68px 0 auto 0; flex-direction: column; align-items: stretch; gap: 0;
    background: var(--cream); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-lg);
    padding: .5rem 1.25rem 1.25rem; transform: translateY(-130%); transition: transform .3s var(--ease); z-index: 40;
  }
  body.nav-open .site-nav { transform: translateY(0); }
  .site-nav > a:not(.btn) { padding: .95rem 0; border-bottom: 1px solid var(--line); }
  .site-nav > a:not(.btn)::after { display: none; }
  .site-nav .btn { margin-top: .9rem; }
  .nav-toggle { display: inline-flex; }
  body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-media { justify-self: center; max-width: 340px; margin-top: .5rem; }
  .about { grid-template-columns: 1fr; }
  .about-media { order: -1; max-width: 300px; }
  .weg-grid { grid-template-columns: 1fr; gap: 1.8rem; }
  .weg-media { order: -1; max-width: 280px; margin-inline: auto; }
}
@media (max-width: 760px) {
  .vignettes { grid-template-columns: 1fr; gap: 1.8rem; }
  .fit-grid { grid-template-columns: 1fr; }
  .faq-body { padding-right: .1rem; }
  .step { padding-left: 3.4rem; }
}
@media (max-width: 720px) {
  .brand-sub { font-size: .56rem; letter-spacing: .06em; max-width: calc(100vw - 120px); }
  .footer-inner { flex-direction: column; }
}
@media (max-width: 480px) {
  .btn-lg { width: 100%; }
  .hero-actions { align-items: stretch; }
  .hero-cta-note { text-align: center; width: 100%; }
  .section-cta { text-align: center; }
  .media-badge { left: 8px; bottom: 12px; padding: .55rem .8rem; }
  .fit { padding: 1.4rem 1.2rem; }
  .letter { padding: 1.5rem 1.2rem; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  [data-reveal], .monolog-quote p { opacity: 1 !important; transform: none !important; transition: none !important; }
  .marquee.is-anim .marquee-track { animation: none !important; }
  .btn, .funnel-opt { transition: none; }
}
