/* ============================================================
   ParusVoice — Marketing-Site · Layout & Komponenten
   Tokens kommen aus tokens.css (zuerst geladen).
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: var(--t-body);
  line-height: var(--t-body-lh);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
.pv-ico { display: inline-block; vertical-align: -0.15em; flex-shrink: 0; }

.container {
  max-width: var(--container);
  margin-left: auto; margin-right: auto;
  padding-left: var(--gutter); padding-right: var(--gutter);
}

/* ---------- Shared section heading ---------- */
.kicker {
  font-size: var(--t-micro); letter-spacing: 0.10em; text-transform: uppercase;
  color: var(--sage); font-weight: 500;
}
.kicker--accent { color: var(--accent-ink); opacity: .78; font-weight: 600; }
.kicker--soft   { color: var(--sage-soft); }
.section-head { max-width: 640px; margin-bottom: var(--s-7); }
.section-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.section-title {
  font-weight: 500; font-size: 44px; line-height: 1.08;
  letter-spacing: -0.018em; color: var(--ink); margin: 14px 0 0;
  text-wrap: balance;
}

/* ---------- Buttons (full-width inside price cards) ---------- */
.pv-btn { text-decoration: none; }

/* ============================================================ NAV */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(242, 239, 232, 0.78);
  backdrop-filter: blur(28px) saturate(160%);
  -webkit-backdrop-filter: blur(28px) saturate(160%);
  border-bottom: 1px solid rgba(15, 17, 21, 0.06);
}
.nav__inner { display: flex; align-items: center; gap: 28px; padding-top: 14px; padding-bottom: 14px; }
.nav__brand { display: flex; align-items: center; gap: 8px; text-decoration: none; color: var(--ink); }
.nav__wordmark { font-size: 16px; font-weight: 500; letter-spacing: -0.01em; }
.nav__wordmark strong { font-weight: 600; }
.nav__links { display: flex; gap: 22px; margin-left: 18px; }
.nav__link { font-size: 13px; color: var(--graphite); text-decoration: none; white-space: nowrap; transition: color var(--dur) var(--ease); }
.nav__link:hover { color: var(--ink); }
.nav__spacer { flex: 1; }
.nav__signin { font-size: 13px; color: var(--graphite); text-decoration: none; white-space: nowrap; transition: color var(--dur) var(--ease); }
.nav__signin:hover { color: var(--ink); }
.nav__toggle { display: none; }

/* ============================================================ HERO */
.hero__inner {
  /* Demo bekommt die größere Hälfte — sie ist das zentrale Verkaufsstück (Owner). */
  display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 56px;
  align-items: center; padding-top: 96px; padding-bottom: 64px;
}
.hero__title {
  font-weight: 500; font-size: 76px; line-height: 1.02; letter-spacing: -0.025em;
  color: var(--ink); margin: 20px 0 0; text-wrap: balance;
}
.hero__title em { font-family: var(--font-serif); font-weight: 400; font-style: italic; letter-spacing: -0.01em; color: var(--sage); }
.hero__body { font-size: 19px; line-height: 1.55; color: var(--graphite); margin: 24px 0 36px; max-width: 480px; text-wrap: pretty; }
/* Entity-Definitionssatz (GEO): zitierbarer Ein-Satz-Steckbrief zwischen Body und CTA. */
.hero__entity { font-size: 14px; line-height: 1.55; color: var(--stone); margin: -22px 0 34px; max-width: 560px; text-wrap: pretty; }
.hero__cta { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.hero__trust { margin-top: 28px; display: flex; gap: 20px; font-size: 12px; color: var(--stone); flex-wrap: wrap; }
.hero__trust-item { display: inline-flex; align-items: center; gap: 6px; }
.hero__trust-item .pv-ico { color: var(--sage); }

/* Hero-Stage-Layout (v2.1): Lead zentriert, Bühne in voller Container-Breite darunter. */
.hero--stage { padding-bottom: 64px; }
.hero--stage .hero__lead { max-width: 780px; margin: 0 auto; text-align: center; padding-top: 72px; }
.hero--stage .hero__body { margin-left: auto; margin-right: auto; }
.hero--stage .hero__entity { margin-left: auto; margin-right: auto; }
.hero--stage .hero__cta { justify-content: center; }
.hero--stage .hero__trust { justify-content: center; }

/* Hero visual — macOS-Bühne mit Notch (Flow-Demo v2). v1 „dunkle Bühne" archiviert im
   App-Repo unter website-archive/herodemo-v1-dark/. Simulierte macOS-UI nutzt den
   System-Font-Stack (auf Macs = San Francisco), nicht die Marken-Typo. */
.hv {
  --mac-font: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-top: 56px;
  position: relative; height: min(620px, 56vw);
  border-radius: 18px; overflow: hidden;
  box-shadow: 0 24px 64px rgba(15, 17, 21, 0.22);
  /* Temporäres Wallpaper (CSS-Verlauf, mac-artig, Markentöne) — Owner ersetzt später
     durch Stock/Foto: hier ein background-image: url(…) cover drüberlegen. */
  background:
    radial-gradient(90% 70% at 18% 8%, rgba(122, 149, 131, 0.55), transparent 60%),
    radial-gradient(80% 60% at 85% 15%, rgba(242, 210, 122, 0.34), transparent 65%),
    radial-gradient(110% 80% at 70% 95%, rgba(63, 91, 76, 0.65), transparent 70%),
    linear-gradient(155deg, #324a3d 0%, #46604f 38%, #7a9583 72%, #d9ceae 100%);
}

/* Helles macOS-Fenster (Mail · Verfassen) mit Titelleiste + Traffic-Lights */
.hv__window {
  position: absolute; top: 84px; bottom: 84px; left: 50%; transform: translateX(-50%);
  width: min(680px, 70%);
  background: #FBFAF7; border-radius: 10px; overflow: hidden; z-index: 1;
  box-shadow: 0 18px 50px rgba(15, 17, 21, 0.30), 0 2px 8px rgba(15, 17, 21, 0.18);
}
.hv__titlebar { position: relative; display: flex; align-items: center; height: 38px;
  padding: 0 14px; background: #F1EFE9; border-bottom: 1px solid rgba(15, 17, 21, 0.08); }
.hv__lights { display: inline-flex; gap: 7px; }
.hv__lights i { width: 11px; height: 11px; border-radius: 999px; display: block; }
.hv__lights i:nth-child(1) { background: #FF5F57; }
.hv__lights i:nth-child(2) { background: #FEBC2E; }
.hv__lights i:nth-child(3) { background: #28C840; }
.hv__title { position: absolute; left: 50%; transform: translateX(-50%);
  font-family: var(--mac-font); font-size: 13px; font-weight: 500; color: var(--stone); }
.hv__subject { display: flex; gap: 8px; padding: 10px 24px;
  border-bottom: 1px solid rgba(15, 17, 21, 0.07);
  font-family: var(--mac-font); font-size: 14px; }
.hv__subject-label { color: var(--stone); }
.hv__subject-val { color: var(--ink); }
.hv__subject-val.is-in { animation: hv-fadein 420ms var(--ease); }
@keyframes hv-fadein { from { opacity: 0; } }
.hv__caret { display: inline-block; width: 2px; height: 18px; background: var(--graphite); vertical-align: -3px; margin-left: 1px; animation: hv-caret 1s steps(2) infinite; }

/* Statische Notch-Silhouette (das „physische" Display-Merkmal) */
.hv__notch { position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 170px; height: 30px; background: #000; border-radius: 0 0 13px 13px; z-index: 3; }

/* Recorder-Panel an der Notch (Video-Referenz screenshots/notch/): solid schwarz,
   deutlich breiter als die Notch, oben bündig, wächst NUR in der Höhe nach unten.
   Höhe steuert JS (Inhalt gemessen), Ein-/Ausblenden = Fade + Zusammenziehen ~200 ms.
   Kopfzeile: Status-Punkt LINKS (rot = Aufnahme, gelb = Verarbeitung), Equalizer RECHTS
   (weicht bei Verarbeitung dem Status-Text „Denkt nach …"). */
.hv__hud {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: min(520px, 64%); height: 0;
  background: #000; border-radius: 0 0 16px 16px;
  overflow: hidden; z-index: 4; opacity: 0;
  transition: height 200ms var(--ease), opacity 190ms var(--ease);
}
.hv__hud[data-state="rec"], .hv__hud[data-state="think"] { opacity: 1; }
.hv__hud-bar { display: flex; align-items: center; justify-content: space-between;
  height: 30px; padding: 0 14px; flex-shrink: 0; }
.hv__hud-dot { width: 7px; height: 7px; border-radius: 999px; background: #FF453A; flex-shrink: 0; }
.hv__hud[data-state="think"] .hv__hud-dot { background: #E8C35A; }
.hv__hud-eq { display: inline-flex; align-items: center; gap: 2px; height: 12px; }
.hv__hud-eq i { width: 1.5px; border-radius: 1px; background: rgba(255, 255, 255, 0.85);
  display: block; animation: hv-bar 0.9s infinite var(--ease); }
.hv__hud-eq i:nth-child(4n+1) { height: 45%; animation-delay: 0s; }
.hv__hud-eq i:nth-child(4n+2) { height: 95%; animation-delay: .12s; }
.hv__hud-eq i:nth-child(4n+3) { height: 65%; animation-delay: .24s; }
.hv__hud-eq i:nth-child(4n)   { height: 85%; animation-delay: .36s; }
.hv__hud[data-state="think"] .hv__hud-eq { display: none; }
.hv__hud-status { display: none; font-family: var(--mac-font); font-size: 12px;
  color: rgba(255, 255, 255, 0.85); }
.hv__hud[data-state="think"] .hv__hud-status { display: inline; }
.hv__hud-text { padding: 0 16px 10px; font-family: var(--mac-font); font-size: 13.5px;
  line-height: 1.5; color: #fff; }
.hv__hud-text:empty { padding-bottom: 0; }

@keyframes hv-caret { 50% { opacity: 0; } }
@keyframes hv-pulse { 0% { transform: scale(.7); opacity: .4; } 60% { transform: scale(1.4); opacity: 0; } 100% { transform: scale(1.4); opacity: 0; } }
@keyframes hv-bar { 0%, 100% { transform: scaleY(.4); } 50% { transform: scaleY(1); } }

/* ---------- Flow-Demo (js/herodemo.js) ---------- */
.hv__doc { padding: 20px 24px; font-family: var(--mac-font); font-size: 16px; line-height: 1.65;
  color: var(--ink); transition: opacity 260ms var(--ease); }
.hv__doc.is-fading { opacity: 0; }

/* Wortweises Erscheinen (Streaming-Diktat, kein Schreibmaschinen-Hacken) */
.hv__w { opacity: 0; transition: opacity 150ms var(--ease); }
.hv__w.is-in { opacity: 1; }

/* Füllwörter: lösen sich bei der Veredelung weich auf (font-size → 0 kollabiert die Breite) */
.hv__fill { transition: opacity 280ms var(--ease), font-size 320ms var(--ease); }
.hv__fill.is-doomed { opacity: 0; font-size: 0; }

/* Korrektur-Ziel: Selektion „wischt" ein (macOS-Systemblau — der User markiert im
   Zielprogramm, nicht in ParusVoice), Text morpht */
.hv__fixable { border-radius: 3px; padding: 0 1px;
  background-image: linear-gradient(rgba(0, 122, 255, 0.24), rgba(0, 122, 255, 0.24));
  background-repeat: no-repeat; background-size: 0% 100%;
  transition: background-size 500ms var(--ease), opacity 240ms var(--ease); }
.hv__fixable.is-sel { background-size: 100% 100%; }
.hv__fixable.is-fading { opacity: 0; }

/* Fn-Keycap (Push-to-talk): unten LINKS, groß und eindeutig als Mac-Taste lesbar —
   Globus unten links + „fn" oben rechts wie auf Apple-Tastaturen, Keycap-3D-Optik. */
.hv__key { position: absolute; bottom: 22px; left: 28px; z-index: 3;
  width: 56px; height: 56px; border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.22); background: #26282d;
  font-family: var(--mac-font); color: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 4px 10px rgba(0, 0, 0, 0.40);
  transition: background 180ms var(--ease), border-color 180ms var(--ease), box-shadow 180ms var(--ease), transform 120ms var(--ease); }
.hv__key-globe { position: absolute; left: 9px; bottom: 8px; opacity: 0.9; }
.hv__key-label { position: absolute; top: 7px; right: 10px; font-size: 14px; }
.hv__key.is-down { background: var(--accent); border-color: var(--accent); color: var(--accent-ink);
  box-shadow: 0 0 18px rgba(242, 210, 122, 0.65), inset 0 2px 4px rgba(0, 0, 0, 0.18);
  transform: scale(0.92); }

/* Mode-Label + Timer im HUD (macOS-Typo, Timer mit Tabellenziffern) */
.hv__mode { font-family: var(--mac-font); font-size: 11px; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--sage-soft); }
.hv__time { font-family: var(--mac-font); font-variant-numeric: tabular-nums; }

/* Aufnahme-Zustand: Wave + roter Punkt nur bei „gedrückt" lebendig */
.hv:not(.is-rec) .hv__wave i { animation-play-state: paused; opacity: 0.35; }
.hv:not(.is-rec) .hv__dot { background: rgba(242, 239, 232, 0.35); }
.hv:not(.is-rec) .hv__dot::after { display: none; }

/* Gesprochener Befehl: Sprech-Bubble poppt aus Richtung der Fn-Taste auf und überlappt
   die linke untere Fensterecke — dadurch klar: gesprochen, nicht Bildschirminhalt.
   Tail unten links zeigt zur Taste/zum User. */
.hv__say { position: absolute; left: 17%; bottom: 116px; z-index: 5;
  transform: translateY(12px) scale(0.85); transform-origin: bottom left;
  display: inline-flex; align-items: center; gap: 10px; max-width: 52%;
  padding: 11px 17px; background: #1a1c21; border: 1px solid rgba(242, 239, 232, 0.16);
  border-radius: 15px; font-family: var(--mac-font); font-size: 14.5px;
  color: rgba(242, 239, 232, 0.92); pointer-events: none;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.38);
  opacity: 0; transition: opacity 240ms var(--ease), transform 260ms var(--ease); }
.hv__say.is-on { opacity: 1; transform: translateY(0) scale(1); }
.hv__say::after { content: ''; position: absolute; left: 24px; bottom: -5.5px;
  width: 10px; height: 10px; transform: rotate(45deg);
  background: #1a1c21;
  border-right: 1px solid rgba(242, 239, 232, 0.16);
  border-bottom: 1px solid rgba(242, 239, 232, 0.16); }
.hv__say-wave { display: inline-flex; align-items: flex-end; gap: 2.5px; height: 13px; flex-shrink: 0; }
.hv__say-wave i { width: 2px; border-radius: 2px; background: var(--sage-soft); display: block;
  animation: hv-bar 0.9s infinite var(--ease); }
.hv__say-wave i:nth-child(1) { height: 55%; animation-delay: 0s; }
.hv__say-wave i:nth-child(2) { height: 100%; animation-delay: .12s; }
.hv__say-wave i:nth-child(3) { height: 75%; animation-delay: .24s; }
.hv__say-wave i:nth-child(4) { height: 90%; animation-delay: .36s; }
.hv__say:not(.is-live) .hv__say-wave i { animation-play-state: paused; opacity: 0.4; }

/* Assistent-Antwort-Panel — 1:1 nach App-Screenshot (2026-06-10): vibrant-dunkler
   Verlauf fast-schwarz → dunkelgrau, leicht transparent (backdrop-blur), kaum sichtbarer
   Rand, großzügige Abstände; NUR ✕-Kreis oben links; Frage-Bubble rechts (Text gleichhell
   wie die Antwort); Antwort = Fließtext; Eingabe-Pille mit Senden-Kreis. Typo = Onest
   (App-Schrift), NICHT der mac-System-Stack. */
.hv__panel { position: absolute; right: 26px; top: 52px; width: 340px; max-width: 46%; z-index: 4;
  display: flex; flex-direction: column; gap: 13px; padding: 16px 19px 19px;
  background: linear-gradient(180deg, rgba(32, 32, 32, 0.93) 0%, rgba(58, 58, 60, 0.86) 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 19px; color: rgba(255, 255, 255, 0.95);
  font-family: var(--font-sans); font-size: 14px; line-height: 1.45;
  -webkit-backdrop-filter: blur(28px); backdrop-filter: blur(28px);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.42);
  opacity: 0; transform: translateY(-10px);
  transition: opacity 320ms var(--ease), transform 320ms var(--ease); }
.hv__panel.is-open { opacity: 1; transform: translateY(0); }
.hv__panel-bar { display: flex; }
.hv__panel-circ { width: 23px; height: 23px; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255, 255, 255, 0.09); font-size: 10px; font-weight: 300;
  color: rgba(255, 255, 255, 0.78); }
.hv__panel-q { align-self: flex-end; max-width: 88%; background: rgba(255, 255, 255, 0.14);
  border-radius: 14px; padding: 7px 14px; font-size: 13.5px;
  color: rgba(255, 255, 255, 0.93); }
/* Antwort = reiner Fließtext links (kein Logo/Glyph) */
.hv__panel-a { font-size: 14px; line-height: 1.5; padding-right: 6px; min-height: 21px; }
.hv__panel-input { margin-top: 3px; display: flex; align-items: center; justify-content: space-between;
  gap: 10px; padding: 9px 9px 9px 14px; border-radius: 14px;
  background: rgba(255, 255, 255, 0.10);
  font-size: 13.5px; }
.hv__panel-ph { color: rgba(255, 255, 255, 0.42); }
.hv__panel-send { width: 26px; height: 26px; border-radius: 999px; flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255, 255, 255, 0.09); color: rgba(255, 255, 255, 0.55); }

/* ============================================================ TRUST */
.trust { background: var(--paper-hi); border-top: 1px solid var(--bone); border-bottom: 1px solid var(--bone); }
.trust__inner { display: flex; align-items: center; justify-content: center; gap: 36px; flex-wrap: wrap; padding-top: 20px; padding-bottom: 20px; }
.trust__item { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--graphite); }
.trust__item .pv-ico { color: var(--sage); }

/* ============================================================ FEATURES */
.features { padding-top: 96px; padding-bottom: 96px; }
.features__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.feature { background: var(--paper-hi); border: 1px solid var(--bone); border-radius: 14px; padding: 28px 28px 32px; }
.feature__icon { color: var(--sage); display: inline-block; }
.feature__kicker { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--stone); font-weight: 500; margin: 18px 0 6px; }
.feature__title { font-weight: 500; font-size: 22px; line-height: 1.22; letter-spacing: -0.005em; color: var(--ink); margin: 0 0 10px; }
.feature__body { font-size: 15px; line-height: 1.6; color: var(--graphite); margin: 0; text-wrap: pretty; }

/* ============================================================ ACCENT BAND */
.accent { background: var(--accent); color: var(--accent-ink); padding: 80px 0; }
.accent__inner { display: grid; grid-template-columns: 1.3fr 1fr; gap: 56px; align-items: center; }
.accent__title { font-weight: 500; font-size: 52px; line-height: 1.05; letter-spacing: -0.022em; margin: 16px 0 0; color: var(--accent-ink); text-wrap: balance; }
.accent__body { font-size: 17px; line-height: 1.55; color: var(--accent-ink); opacity: 0.85; margin: 20px 0 28px; max-width: 520px; }
.accent__card { background: rgba(255, 255, 255, 0.45); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(92, 69, 20, 0.12); border-radius: 14px; padding: 24px; font-family: var(--font-mono); font-size: 13px; line-height: 1.6; color: var(--accent-ink); }
.accent__card-label { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.6; margin-bottom: 12px; }
.accent__row { margin-bottom: 2px; }
.accent__term { background: var(--accent-soft); padding: 0 4px; border-radius: 3px; font-weight: 600; }
.accent__more { opacity: 0.55; margin-top: 6px; }

/* ============================================================ DIFFERENTIATORS */
.diff { padding-top: 96px; padding-bottom: 32px; }
.diff__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px 40px; }
.diff__icon { color: var(--sage); display: inline-flex; }
.diff__title { font-weight: 500; font-size: 18px; line-height: 1.3; color: var(--ink); margin: 14px 0 6px; }
.diff__body { font-size: 14px; line-height: 1.55; color: var(--graphite); margin: 0; }

/* ============================================================ CLINICIAN */
.clinician { background: var(--ink); color: var(--paper); padding: 120px 0; }
.clinician__inner { max-width: 920px; }
.clinician__quote { font-family: var(--font-serif); font-style: italic; font-weight: 400; font-size: 48px; line-height: 1.18; letter-spacing: -0.01em; margin: 18px 0 0; color: var(--paper); text-wrap: pretty; }
.clinician__author { margin-top: 56px; display: flex; align-items: center; gap: 14px; }
.clinician__avatar { width: 40px; height: 40px; border-radius: 999px; background: var(--sage-soft); flex-shrink: 0; }
.clinician__name { font-size: 14px; font-weight: 500; color: var(--paper); }
.clinician__role { font-size: 12px; color: rgba(242, 239, 232, 0.62); }
.clinician__divider { height: 1px; background: rgba(242, 239, 232, 0.10); margin: 64px 0; }
.clinician__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.stat__n { font-weight: 500; font-size: 44px; letter-spacing: -0.02em; color: var(--paper); line-height: 1; }
.stat__l { font-size: 13px; color: rgba(242, 239, 232, 0.62); margin-top: 8px; max-width: 200px; }

/* ============================================================ PRICING */
.pricing { padding-top: 96px; padding-bottom: 96px; }
.pricing__note { font-size: 14px; color: var(--stone); margin: 12px 0 0; }
.pricing__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 920px; margin: 0 auto; }
.price { background: var(--paper-hi); border: 1px solid var(--bone); border-radius: 14px; padding: 32px 28px 36px; display: flex; flex-direction: column; }
.price--featured { background: var(--ink); color: var(--paper); border-color: transparent; }
.price__name { font-size: 13px; font-weight: 500; margin-bottom: 16px; }
.price__amount-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 4px; }
.price__amount { font-weight: 500; font-size: 44px; letter-spacing: -0.02em; }
.price__cadence { font-size: 13px; opacity: 0.65; }
.price__note { font-size: 12px; opacity: 0.55; margin-bottom: 8px; }
.price__feats { list-style: none; padding: 0; margin: 20px 0 28px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.price__feat { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; }
.price__feat .pv-ico { color: var(--sage); margin-top: 3px; }
.price--featured .price__feat .pv-ico { color: var(--sage-soft); }
.price .pv-btn { width: 100%; justify-content: center; }
.pricing__foot { text-align: center; font-size: 14px; color: var(--stone); margin: 24px auto 0; max-width: 560px; }
.pricing__addon { max-width: 920px; margin: 24px auto 0; background: var(--paper-hi); border: 1px solid var(--bone); border-radius: 14px; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.pricing__addon-head { display: flex; align-items: baseline; gap: 10px; }
.pricing__addon-label { font-weight: 500; font-size: 15px; }
.pricing__addon-price { font-size: 14px; color: var(--sage); font-weight: 500; }
.pricing__addon-desc { font-size: 13px; color: var(--graphite); margin: 0; max-width: 520px; }

/* ============================================================ FOOTER */
.footer { border-top: 1px solid var(--bone); background: var(--paper); padding: 48px 0 32px; }
.footer__inner { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; }
.footer__brand-row { display: flex; align-items: center; gap: 8px; }
.footer__tagline { font-size: 13px; color: var(--graphite); max-width: 320px; margin-top: 14px; line-height: 1.55; }
.footer__col-head { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--stone); font-weight: 500; margin-bottom: 14px; }
.footer__links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.footer__links a { font-size: 13px; color: var(--ink); text-decoration: none; transition: color var(--dur) var(--ease); }
.footer__links a:hover { color: var(--sage); }
.footer__bottom { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--bone); display: flex; align-items: center; justify-content: space-between; }
.footer__bottom span { font-size: 12px; color: var(--stone); }

/* ============================================================ RESPONSIVE */
@media (max-width: 767px) {
  .nav__inner { position: relative; gap: 12px; }
  .nav__brand { margin-right: auto; }
  .nav__links {
    display: none; position: absolute; top: 100%; left: 0; right: 0; margin-left: 0;
    flex-direction: column; gap: 0; background: var(--paper);
    border-bottom: 1px solid var(--bone); padding: 8px 0;
  }
  .nav__links.is-open { display: flex; }
  .nav__link { padding: 12px 24px; }
  .nav__spacer, .nav__signin { display: none; }
  .nav__toggle {
    display: inline-flex; flex-direction: column; justify-content: center; gap: 4px;
    width: 40px; height: 40px; padding: 9px; background: none; border: none; cursor: pointer;
  }
  .nav__toggle span { display: block; height: 2px; background: var(--ink); border-radius: 2px; }

  .hero__inner { grid-template-columns: 1fr; gap: 32px; padding-top: 56px; }
  .hero__title { font-size: 48px; }
  .hero__body { font-size: 17px; }
  .hero--stage .hero__lead { padding-top: 48px; }
  .hv { height: 66vw; min-height: 360px; margin-top: 36px; }
  .hv__window { width: 88%; top: 56px; bottom: 64px; }
  .hv__doc { font-size: 14px; padding: 14px 16px; }
  .hv__notch { width: 130px; height: 26px; }
  .hv__hud { width: 88%; }
  .hv__hud-bar { height: 26px; }
  .hv__panel { right: 12px; top: 40px; max-width: 78%; }
  .hv__say { left: 12%; bottom: 86px; max-width: 76%; }
  .hv__key { left: 14px; bottom: 14px; width: 44px; height: 44px; }
  .hv__key-label { top: 5px; right: 8px; font-size: 12px; }
  .hv__key-globe { left: 7px; bottom: 6px; }
  .hv__subject { padding: 8px 16px; font-size: 13px; }

  .section-title { font-size: 32px; }
  .features__grid { grid-template-columns: 1fr; }
  .accent__inner { grid-template-columns: 1fr; gap: 32px; }
  .accent__title { font-size: 36px; }
  .diff__grid { grid-template-columns: 1fr; }
  .clinician { padding: 72px 0; }
  .clinician__quote { font-size: 32px; }
  .clinician__stats { grid-template-columns: 1fr; gap: 24px; }
  .pricing__grid { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr 1fr; gap: 32px; }
}

/* ============================================================ FAQ */
.faq { padding-top: 32px; padding-bottom: 96px; }
.faq__list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq__item { background: var(--paper-hi); border: 1px solid var(--bone); border-radius: 14px; padding: 0 24px; }
.faq__q { cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 0; font-size: 16px; font-weight: 500; color: var(--ink); }
.faq__q::-webkit-details-marker { display: none; }
.faq__chev { color: var(--stone); transition: transform var(--dur) var(--ease); flex-shrink: 0; }
.faq__item[open] .faq__chev { transform: rotate(180deg); }
.faq__a { font-size: 15px; line-height: 1.6; color: var(--graphite); margin: 0; padding: 0 0 20px; max-width: 640px; }

/* ============================================================ SUBPAGES */
.page-hero { padding-top: 72px; padding-bottom: 32px; max-width: 760px; }
.page-hero h1 { font-weight: 500; font-size: 52px; line-height: 1.06; letter-spacing: -0.02em; margin: 14px 0 0; color: var(--ink); text-wrap: balance; }
.page-hero p { font-size: 18px; line-height: 1.6; color: var(--graphite); margin: 20px 0 0; max-width: 640px; text-wrap: pretty; }
.page-hero .hero__cta { margin-top: 28px; }
.page-note { font-size: 13px; color: var(--stone); max-width: 640px; }
.prose { max-width: 760px; padding-bottom: 96px; font-size: 15px; line-height: 1.65; color: var(--graphite); }
.prose h2 { font-size: 22px; font-weight: 500; color: var(--ink); margin: 40px 0 10px; }
.prose p { margin: 0 0 14px; }
.prose ul { margin: 0 0 14px; padding-left: 20px; }
.prose li { margin-bottom: 6px; }
.cta-band { background: var(--ink); color: var(--paper); padding: 72px 0; text-align: center; margin-top: 32px; }
.cta-band h2 { font-weight: 500; font-size: 36px; letter-spacing: -0.015em; margin: 0 0 10px; }
.cta-band p { color: rgba(242, 239, 232, 0.72); margin: 0 0 28px; }
.cta-band .pv-btn--primary { background: var(--paper); color: var(--ink); }

/* ============================================================ CONSENT */
.consent { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 90; max-width: 720px; margin: 0 auto; background: var(--paper-hi); border: 1px solid var(--bone); border-radius: 14px; padding: 18px 20px; box-shadow: var(--shadow-2); display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.consent__text { font-size: 13px; line-height: 1.55; color: var(--graphite); margin: 0; flex: 1 1 380px; }
.consent__text a { color: var(--sage); }
.consent__actions { display: flex; gap: 10px; flex-shrink: 0; }

/* ============================================================ RESPONSIVE (Anbau) */
@media (max-width: 767px) {
  .page-hero h1 { font-size: 36px; }
  .cta-band h2 { font-size: 28px; }
}

/* ============================================================ REDUCED MOTION */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hv__caret, .hv__dot::after, .hv__wave i { animation: none; }
}
