/* Peaks (vogel.haus/peaks) mobile rebuild — exact metrics from 390px capture, 2026-09-22.
   Base for later MateIt adaptation. All values in px on purpose (1:1 with reference). */

/* Schriften 1:1 wie in der App (app/_layout.js): Space Grotesk = Display, Inter = Body, JetBrains Mono = Mono.
   Selbst gehostet (DSGVO: keine Besucher-IP an Google) — variable Latin-Subsets von @fontsource-variable 5.3.0,
   decken alle Gewichte + ä/ö/ü/ß/€ ab. Lizenz: SIL OFL 1.1. Keine externen Schrift-URLs wieder einbauen. */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url('../fonts/space-grotesk-latin-wght.woff2') format('woff2-variations');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url('../fonts/inter-latin-wght.woff2') format('woff2-variations');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 100 800;
  src: url('../fonts/jetbrains-mono-latin-wght.woff2') format('woff2-variations');
}

/* Farben + Schrift-Logik 1:1 aus der App (src/features/02-homepage-alltag/theme.js, tailwind.config.js,
   src/lib/accent.js Mint, src/components/PrimaryButton.js):
     bg #0B0B0D · Karte #202024 + Rand rgba(255,255,255,.12) · Hairline .06
     Text #F3F3F5 · Mute #8E8E94 · Faint #4A4A50 (solide Tokens statt Alphas)
     Buttons: Mint #4EEAC2, Text accent.ink #0B0B0D, Display-Schrift
     Akzentworte: Mint · "crash" urgent #FF6B35 · "your rhythm" Akzent-Blau #82B4FF · Sterne premium #FFB340
     Display = Space Grotesk 700 (Titel, Buttons, Zahlen; Laufweite -1 @28, -1.5 @44, -3 @64)
     Body = Inter 400/500 Fließtext, 600 Hervorhebung, 700 uppercase Eyebrow (ls 1–1.4) · Mono = JetBrains Mono 500 */
:root {
  color-scheme: dark;
  --bg: rgb(11, 11, 13);
  --bg-lift: rgb(16, 16, 19);
  --card: rgb(32, 32, 36);
  --card-border: rgba(255, 255, 255, 0.12);
  --text: rgb(243, 243, 245);
  --mute: rgb(142, 142, 148);
  --faint: rgb(74, 74, 80);
  --success: rgb(57, 255, 136);
  --surface-2: rgb(32, 32, 36);
  --surface-3: rgb(42, 42, 46);
  --navy: rgb(78, 234, 194);
  --navy-ink: rgb(11, 11, 13);
  --mint-dim: rgb(46, 168, 142);
  --orange: rgb(255, 107, 53);
  --blue: rgb(130, 180, 255);
  --green: rgb(78, 234, 194);
  --star: rgb(255, 179, 64);
  --ink-87: var(--text);
  --ink-60: var(--mute);
  --ink-54: var(--mute);
  --ink-34: var(--faint);
  --ink-24: var(--faint);
  --ink-12: rgba(255, 255, 255, 0.12);
  --ink-06: rgba(255, 255, 255, 0.06);
  --ink-111: var(--text);
  --ph: rgb(32, 32, 36);
  --ph-dark: rgb(42, 42, 46);
  --sans: 'Inter', system-ui, -apple-system, sans-serif;
  --display: 'Space Grotesk', 'Inter', system-ui, sans-serif;
  --serif: var(--display);
  --mono: 'JetBrains Mono', ui-monospace, monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink-87);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, p, ul, li, figure { margin: 0; }
ul { padding: 0; list-style: none; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; }
.svg-sprite { position: absolute; }  /* unsichtbarer SVG-Symbol-Speicher (Icons per <use>) */
button, input { font: inherit; }

.page {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 844px;
  overflow: clip;
  background: var(--bg);
}

/* ---------- Typography ---------- */
.t-serif   { font-family: var(--display); font-size: 40px; font-weight: 700; line-height: 1.1; letter-spacing: -1.5px; color: var(--text); }
.t-serif em, .t-serif em strong { font-style: normal; font-weight: 700; }
.t-serif .c-navy   { color: var(--navy); }
.t-serif .c-orange { color: var(--orange); }
.t-serif .c-blue   { color: var(--blue); }
.t-serif .c-green  { color: var(--green); }
.t-body    { font-size: 17px; font-weight: 500; line-height: 1.4; color: var(--mute); }
.t-body strong, .t-body .hi { font-weight: 600; color: var(--text); }
.t-body.on-dark { color: var(--ink-54); }
.t-body.on-dark strong { color: var(--ink-111); }
.t-lead    { font-size: 20px; font-weight: 500; line-height: 1.4; color: var(--mute); }
.t-h3      { font-family: var(--display); font-size: 36px; font-weight: 700; line-height: 1.1; letter-spacing: -1.2px; color: var(--text); }
.t-h4      { font-family: var(--display); font-size: 28px; font-weight: 700; line-height: 1.1; letter-spacing: -1px; color: var(--text); }
.t-h5      { font-family: var(--display); font-size: 24px; font-weight: 700; line-height: 1.1; letter-spacing: -0.5px; color: var(--text); }
.t-small   { font-size: 15px; font-weight: 500; line-height: 1.4; color: var(--mute); }
.t-eyebrow { font-size: 11px; font-weight: 700; line-height: 1.4; letter-spacing: 1.4px; text-transform: uppercase; color: var(--mute); }
.t-center  { text-align: center; }
.pre-wrap  { white-space: pre-wrap; }

/* ---------- Placeholders ---------- */
.ph {
  position: relative;
  background: var(--ph);
  overflow: hidden;
  flex: none;
}
.ph::after {
  content: attr(data-label);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  text-align: center;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: var(--ink-34);
}
.ph.dark { background: var(--ph-dark); }
.ph.phone { background: var(--surface-3); box-shadow: inset 0 0 0 1px var(--ink-12); }

/* ---------- Buttons ---------- */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 20px;
  height: 48px;
  border-radius: 180px;
  background: var(--navy);
  color: var(--navy-ink);
  font-family: var(--display);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  white-space: pre;
}
.btn-primary svg { width: 24px; height: 24px; fill: var(--navy-ink); }

/* ---------- Stars ---------- */
.stars { display: flex; align-items: center; gap: 6px; border-radius: 40px; }
.stars svg { width: 18px; height: 18px; fill: var(--star); }
.stars.lg { gap: 4px; }
/* Platzhalter-Bewertungen: leere Sterne, solange keine echten Reviews vorliegen. */
.stars.empty svg { fill: none; stroke: var(--star); stroke-width: 1.6; opacity: .55; }

.stars.lg svg { width: 20px; height: 20px; }
.stars.review { gap: 8px; }
.stars.review svg { width: 20px; height: 20px; }
.rating-row { display: flex; align-items: center; justify-content: center; gap: 8px; }
.rating-row p { white-space: pre; }

/* ---------- Nav ---------- */
.nav {
  position: fixed;
  top: 24px;
  left: 20px; /* 24px Inhalts-Raster minus 4px Innenabstand des Logo-Tippfelds */
  right: 24px;
  z-index: 70; /* über dem Menü, damit Logo und Burger bedienbar bleiben */
}
/* Gläserne Kopfleiste über die volle Breite, ohne sichtbare Kante: der Inhalt dahinter wird
   leicht weichgezeichnet und abgedunkelt. Nach unten läuft die Fläche weich aus (mask-image),
   damit keine harte Kante entsteht. */
.nav::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 104px;
  background: rgba(11, 11, 13, 0.6);
  -webkit-backdrop-filter: blur(14px) saturate(130%);
  backdrop-filter: blur(14px) saturate(130%);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 66%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 66%, transparent 100%);
  pointer-events: none;
  z-index: -1;
}
/* Ohne Weichzeichner-Unterstützung: kräftigerer Verlauf, damit Logo und Striche lesbar bleiben. */
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .nav::before {
    background: linear-gradient(to bottom, rgba(11, 11, 13, 0.94) 0%, rgba(11, 11, 13, 0.8) 60%, rgba(11, 11, 13, 0) 100%);
    -webkit-mask-image: none;
    mask-image: none;
  }
}
/* Ohne Pille/Rand: Logo links, Burger rechts, beides schwebt direkt auf dem Hintergrund.
   Höhe 54.4px bleibt wie zuvor, damit die Geometrie darunter unverändert ist. */
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 54.4px;
}
.nav-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  transition: opacity 150ms ease;
}
.nav-logo img { width: 36px; height: 36px; object-fit: contain; }
.nav-logo:hover { opacity: 0.75; }
.nav-logo:active { opacity: 0.55; }
.nav-logo:focus-visible { outline: 2px solid var(--navy); outline-offset: 2px; }
.nav-burger {
  position: relative;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.nav-burger span {
  position: absolute;
  left: 2px;
  width: 20px;
  height: 2px;
  border-radius: 10px;
  background: var(--ink-87);
}
.nav-burger span:first-child { top: 7.25px; }
.nav-burger span:last-child { top: 15.25px; }
.nav-burger span { transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1), opacity 160ms ease; }
.nav-burger[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.nav-burger[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
@media (prefers-reduced-motion: reduce) { .nav-burger span { transition: none; } }
.nav-burger:focus-visible { outline: 2px solid var(--navy); outline-offset: 6px; border-radius: 4px; }

/* ---------- Hero ---------- */
/* Hero läuft im normalen Fluss (nicht mehr absolut auf fester Höhe), weil zwischen Text
   und Handy-Optik jetzt Bewertung und Review-Karten stehen. Reihenfolge:
   Titel → Text → Sterne + Anzahl → App-Store-Karten → Button → Handys. */
.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 720px;
  overflow: clip;
}
.hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
  padding: 92px 24px 0;
}
.hero-text { display: flex; flex-direction: column; align-items: center; gap: 16px; width: 100%; }
.hero-title { display: flex; flex-direction: column; align-items: center; width: 100%; }
.hero-title .hero-line { display: block; width: 100%; text-align: center; }
/* Karten laufen randlos über die volle Breite, der Seitenabstand des Heros wird aufgehoben. */
.hero .reviews { width: calc(100% + 48px); margin: 0 -24px; }
.hero .rating-row { margin-bottom: -8px; }
/* Etwas Luft zwischen Bewertungskarten und Download-Block (32 px Grundabstand + 18 px). */
.hero .download { margin-top: 18px; }
/* Echtes App-Mockup statt der Platzhalter-Handys, vollständig sichtbar, ohne Ausblendung. */
.hero-visual { position: relative; width: 100%; margin-top: 32px; }
.hero-mock { display: block; width: 292px; height: auto; margin: 0 auto; }

/* ---------- Generic section ---------- */
.section {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
  padding: 24px;
  background: linear-gradient(var(--bg-lift) 0%, var(--bg) 100%);
  overflow: clip;
}
.section-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  max-width: 1200px;
  padding: 24px;
}
.stack { display: flex; flex-direction: column; align-items: center; gap: 32px; width: 100%; max-width: 1200px; }
.stack.tight { gap: 0; align-items: flex-start; }

/* ---------- Faktencheck (Grafik 1:1 aus dem App-Onboarding, FaktencheckStats.js) ----------
   43 % allein vs. 76 % mit Mate. Balkenhöhen wie in der App: Prozent × 2,2 px.
   Farben/Radien der Balken ebenfalls aus dem Screen übernommen. */
.fact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
  padding: 96px 24px 24px;
  overflow: clip;
}
/* „Faktencheck" ist eine eigene Sektion mit großer Überschrift. */
.fact-title { text-align: center; }
.fact-head { display: flex; flex-direction: column; align-items: center; gap: 12px; width: 100%; max-width: 720px; }
.fact-chart { display: flex; flex-direction: column; align-items: center; width: 100%; max-width: 300px; margin: 0; }
.fc-plot { display: flex; align-items: flex-end; justify-content: center; gap: 40px; height: 200px; width: 100%; }
.fc-col { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.fc-num {
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1;
  opacity: 0;
  transition: opacity 400ms ease-out;
}
.fc-num.alone { font-size: 38px; color: rgba(255, 255, 255, 0.22); }
.fc-num.mate  { font-size: 50px; color: var(--navy); }
.fc-bar {
  width: 80px;
  height: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 1px solid;
  border-bottom: 0;
}
.fc-bar.alone { background: rgba(255, 255, 255, 0.06); border-color: rgba(255, 255, 255, 0.08); }
.fc-bar.mate  { background: rgba(78, 234, 194, 0.10); border-color: rgba(78, 234, 194, 0.20); }
.fc-axis { width: 100%; height: 1px; background: var(--ink-06); }
.fc-labels { display: flex; justify-content: center; gap: 40px; margin-top: 12px; }
.fc-label { width: 80px; text-align: center; font-size: 13px; font-weight: 500; color: var(--text); }
.fc-label.strong { font-weight: 600; }
.fact-caption { margin-top: 32px; font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--mute); text-align: center; }
.fact-source { max-width: 320px; font-size: 12px; line-height: 1.5; color: var(--faint); text-align: center; }
.fact-source strong { font-weight: 600; color: var(--mute); }

/* Beim Sichtbarwerden: erst der graue Balken, dann der Mint-Balken (wie im Onboarding) */
.fact-chart.is-run .fc-bar.alone { height: 95px; transition: height 600ms cubic-bezier(0.33, 1, 0.68, 1) 200ms; }
.fact-chart.is-run .fc-bar.mate  { height: 167px; transition: height 1000ms cubic-bezier(0.16, 1, 0.3, 1) 800ms; }
.fact-chart.is-run .fc-num.alone { opacity: 1; transition-delay: 200ms; }
.fact-chart.is-run .fc-num.mate  { opacity: 1; transition-delay: 800ms; }
@media (prefers-reduced-motion: reduce) {
  .fact-chart .fc-bar.alone { height: 95px; }
  .fact-chart .fc-bar.mate  { height: 167px; }
  .fact-chart .fc-num { opacity: 1; }
  .fact-chart .fc-bar, .fact-chart .fc-num { transition: none; }
}

/* ---------- „Wie funktioniert’s“ (ersetzt den Problem-Abschnitt) ----------
   Große Überschrift, darunter die nummerierten Schritte. Der Inhalt je Schritt folgt noch. */
.howto {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  width: 100%;
  padding: 72px 24px 24px;
  overflow: clip;
}
.howto > .t-serif { width: 100%; max-width: 720px; }
.howto-steps { display: flex; flex-direction: column; align-items: stretch; gap: 48px; width: 100%; max-width: 720px; margin: 0; padding: 0; list-style: none; }
.howto-step { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; width: 100%; scroll-margin-top: 112px; }
.howto-num {
  font-family: var(--display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1;
  color: var(--navy);
}

/* ---------- Schritt 1: Erstelle eine Challenge (Wizard-Karten) ----------
   Fünf Entscheidungen des Erstell-Wizards, je eine Karte: Eyebrow, Titel, Optionen,
   darunter das App-Mockup beschnitten. Zwei Beschnitt-Arten:
     .peek  = Handy von oben, Kopfzeile sichtbar, unten abgeschnitten
     .zoom  = Detailausschnitt, nur die Options-Karten, größer
   Karten-Farben/Rand aus der App (#202024 + Rand .12), Radius 28. */
.howto-intro { width: 100%; font-size: 17px; font-weight: 500; line-height: 1.4; color: var(--mute); }
/* Ausklappen: Trennbalken über volle Breite, mittig darauf ein runder Knopf mit großem Mint-Pfeil */
.fold-bar { position: relative; display: flex; justify-content: center; width: 100%; margin-top: 12px; }
.fold:not([hidden]) + .fold-bar { margin-top: 20px; }
.fold-bar::before { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: var(--ink-12); }
.fold-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--bg);
  box-shadow: inset 0 0 0 1.5px var(--card-border), 0 0 0 8px var(--bg);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 150ms ease, box-shadow 150ms ease;
}
@media (hover: hover) { .fold-btn:hover { box-shadow: inset 0 0 0 1.5px var(--navy), 0 0 0 8px var(--bg); } }
.fold-btn:active { box-shadow: inset 0 0 0 1.5px var(--navy), 0 0 0 8px var(--bg); }
.fold-btn:focus-visible { outline: none; box-shadow: inset 0 0 0 1.5px var(--navy), 0 0 0 8px var(--bg); }
.fold-chev { display: block; width: 28px; height: 28px; flex: none; fill: none; stroke: var(--navy); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; transition: transform 280ms cubic-bezier(0.16, 1, 0.3, 1); }
.fold-btn[aria-expanded="true"] .fold-chev { transform: rotate(180deg); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.fold { display: grid; grid-template-rows: 0fr; width: 100%; min-width: 0; transition: grid-template-rows 320ms cubic-bezier(0.16, 1, 0.3, 1); }
.fold.no-anim { transition: none; }
.fold[hidden] { display: none; }
.fold.is-open { grid-template-rows: 1fr; }
.fold-inner { min-width: 0; min-height: 0; overflow: clip; display: flex; flex-direction: column; gap: 12px; }
@media (prefers-reduced-motion: reduce) {
  .fold, .fold-chev { transition: none; }
}
.wz-cards { display: flex; flex-direction: column; gap: 16px; width: 100%; margin-top: 8px; }
.wz {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  padding: 24px 24px 0;
  border-radius: 28px;
  background: var(--card);
  box-shadow: inset 0 0 0 1px var(--card-border);
  overflow: clip;
}
.wz-eyebrow { font-size: 11px; font-weight: 700; line-height: 1.4; letter-spacing: 1.4px; text-transform: uppercase; color: var(--navy); }
.wz-title { margin-top: 8px; font-family: var(--display); font-size: 24px; font-weight: 700; line-height: 1.1; letter-spacing: -0.5px; color: var(--text); }
.wz-badges { display: flex; flex-direction: column; gap: 14px; width: 100%; margin-top: 16px; }
/* Beispiel immer in einer eigenen Zeile unter der Pille – sonst bricht je nach Textlänge mal um, mal nicht */
.wz-badges li { display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; }
.wz-badges span + span { margin-top: -1px; }
.wz-badges b {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: none;
  padding: 7px 12px;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px var(--card-border);
  background: var(--bg);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--text);
}
.wz-badges span { font-size: 13px; font-weight: 500; line-height: 1.35; color: var(--mute); }
.wz-sub { margin-top: 10px; font-size: 14px; font-weight: 500; line-height: 1.45; color: var(--mute); }
/* Steht auf der Verlaufs-Karte über dem Mint – deshalb hell und nicht in Faint-Grau */
.wz-note { margin-top: 18px; width: 100%; text-align: center; font-size: 14px; font-weight: 600; line-height: 1.45; color: var(--text); }
.wz-tag {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px currentColor;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--star);
}
/* Bild-Fenster: alles in Prozent der Fensterbreite (bei 390 px Viewport = 390 px), damit es auf
   jeder Bildschirmbreite passt. Höhe über aspect-ratio, Verschiebung in Prozent der Bildhöhe. */
.wz-media { position: relative; width: calc(100% + 48px); min-height: 0; margin: 20px -24px 0; overflow: clip; }   /* min-height 0: sonst wächst ein aspect-ratio-Kasten auf Inhaltshöhe */
.wz-media img { display: block; height: auto; max-width: none; margin: 0 auto; }
.wz-media.peek { aspect-ratio: 390 / 340; }
.wz-media.peek img { width: 69.75%; }                       /* 272 / 390 */
.wz-media.peek.tall { aspect-ratio: 390 / 372; }
.wz-media.zoom { aspect-ratio: 390 / 200; }
.wz-media.zoom img { width: 87.7%; transform: translateY(-32.2%); }   /* 342 / 390 · 215 / 668 */
.wz-media.zoom.right { aspect-ratio: 390 / 262; }
.wz-media.zoom.right img { width: 82%; margin: 0 -6.2% 0 auto; transform: translateY(-28.8%); }   /* 320 / 390 · 24 / 390 · 180 / 625 */
/* Modus-Karte: Verlauf Karte → Mint (wie die Peaks-Verlaufskarte, App-Farben) */
.wz.gradient { background: linear-gradient(var(--card) 0%, var(--card) 38%, var(--mint-dim) 78%, var(--navy) 100%); }
.wz.gradient .wz-media.peek { aspect-ratio: 390 / 360; }
.wz-done { display: flex; align-items: center; gap: 10px; margin-top: 8px; font-size: 15px; font-weight: 600; line-height: 1.4; color: var(--text); }
.wz-done svg { flex: none; width: 22px; height: 22px; color: var(--navy); }

/* ---------- Schritt 2: Finde einen Partner ----------
   Unter-Abschnitte mit eigener Überschrift, kurzem Text und App-Screens.
   Die Screens hier sind roh (ohne Handy-Rahmen, 804 × 1750 aus bereiche/03/screenshots),
   deshalb steckt der Rahmen im CSS: dunkler Rand + Radius, Bild per object-fit beschnitten. */
.sub { display: flex; flex-direction: column; align-items: flex-start; gap: 0; width: 100%; margin-top: 8px; }
.sub + .sub { margin-top: 44px; }
.sub-title { font-family: var(--display); font-size: 20px; font-weight: 700; line-height: 1.2; letter-spacing: -0.4px; color: var(--text); }
.sub-text { margin-top: 10px; font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--mute); }
.sub-text strong { font-weight: 600; color: var(--text); }
/* Ablauf-Liste: Mint-Ziffern auf einer durchgehenden Linie, je eine kurze Zeile.
   Bricht den Fließtext auf, damit die Erklärung nicht als Textblock wirkt. */
.steps { position: relative; width: 100%; margin-top: 18px; padding: 0; list-style: none; }
.steps::before { content: ""; position: absolute; left: 13px; top: 14px; bottom: 16px; width: 1px; background: var(--ink-12); }
.steps li { position: relative; display: flex; align-items: flex-start; gap: 14px; padding: 9px 0; }
.steps-n {
  position: relative;
  z-index: 1;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: var(--bg);
  box-shadow: inset 0 0 0 1.5px var(--navy);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: var(--navy);
}
.steps p { padding-top: 4px; font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--mute); }
.steps strong { font-weight: 600; color: var(--text); }
.sub-punch { margin-top: 14px; padding-left: 41px; font-family: var(--display); font-size: 17px; font-weight: 700; letter-spacing: -0.3px; line-height: 1.25; color: var(--text); }

/* Mockup unter einem Unter-Abschnitt: gleicher Beschnitt wie die Wizard-Karten */
.sub-media { position: relative; width: 100%; aspect-ratio: 390 / 340; min-height: 0; margin-top: 20px; overflow: clip; }
.sub-media img { display: block; width: 74%; max-width: none; height: auto; margin: 0 auto; }

/* ---------- Schritt 3: 50 Challenge-Ideen ----------
   Sieben Kategorien als flache Akkordeons (natives <details>, kein JS). Zu sind es sieben
   Zeilen, offen die Ideen als zweizeilige Einträge. Bewusst ohne Kategorie-Signalfarben:
   die App kennt nur fünf Kategorien, hier sind es sieben. */
.cats { display: flex; flex-direction: column; width: 100%; margin-top: 4px; border-top: 1px solid var(--ink-12); }
.cat { border-bottom: 1px solid var(--ink-12); }
.cat summary {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 2px;
  list-style: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.cat summary::-webkit-details-marker { display: none; }
.cat-name { flex: 1; font-family: var(--display); font-size: 16px; font-weight: 700; letter-spacing: -0.2px; line-height: 1.2; color: var(--text); }
.cat-n {
  flex: none;
  min-width: 26px;
  padding: 3px 8px;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px var(--card-border);
  font-family: var(--display);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: var(--navy);
}
.cat-chev { flex: none; width: 17px; height: 17px; fill: none; stroke: var(--mute); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; transition: transform 240ms cubic-bezier(0.16, 1, 0.3, 1); }
.cat[open] .cat-chev { transform: rotate(180deg); stroke: var(--navy); }
.ideas { display: flex; flex-direction: column; gap: 10px; padding: 4px 0 20px; }
.ideas li {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 12px 14px;
  border-radius: 14px;
  box-shadow: inset 0 0 0 1px var(--card-border);
}
.ideas b { font-size: 14px; font-weight: 600; line-height: 1.3; color: var(--navy); }
.ideas span { font-size: 12.5px; font-weight: 500; line-height: 1.45; color: var(--mute); }
@media (prefers-reduced-motion: reduce) { .cat-chev { transition: none; } }

/* ---------- Menü (Burger) ----------
   Blatt, das von oben unter die Kopfleiste fährt. Hintergrund abgedunkelt + weichgezeichnet. */
.menu { position: fixed; inset: 0; z-index: 60; }
.menu[hidden] { display: none; }
.menu-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  border: 0;
  padding: 0;
  background: rgba(11, 11, 13, 0.6);
  backdrop-filter: blur(10px) saturate(130%);
  -webkit-backdrop-filter: blur(10px) saturate(130%);
  opacity: 0;
  transition: opacity 280ms ease;
  cursor: default;
}
.menu.is-open .menu-scrim { opacity: 1; }
.menu-panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 104px 24px 28px;
  background: var(--bg-lift);
  box-shadow: 0 1px 0 var(--ink-12), 0 24px 60px rgba(0, 0, 0, 0.55);
  transform: translateY(-100%);
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}
.menu.is-open .menu-panel { transform: translateY(0); }
.menu-panel a {
  padding: 14px 2px;
  border-bottom: 1px solid var(--ink-06);
  font-family: var(--display);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.2;
  color: var(--text);
}
.menu-panel a:active { color: var(--navy); }
.menu-lang {
  display: flex;
  gap: 8px;
  margin-top: 22px;
}
.menu-lang button {
  flex: 1;
  border: 1px solid var(--ink-12);
  border-radius: 999px;
  padding: 12px 16px;
  background: transparent;
  color: var(--text);
  font-family: var(--display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.2px;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}
.menu-lang button.is-active {
  border-color: var(--navy);
  background: transparent;
  color: var(--navy);
}
.menu-lang button:not(.is-active):active { border-color: var(--navy); color: var(--navy); }
@media (prefers-reduced-motion: reduce) {
  .menu-scrim, .menu-panel, .menu-lang button, .nav-lang button { transition: none; }
}

/* Textlink im Fließtext */
.link { color: var(--navy); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.link:hover { text-decoration-thickness: 2px; }

/* Textlink mit Pfeil: unterstrichenes Wort, der Pfeil hängt absolut daneben – so zählt er
   nicht zur Breite und der Text steht exakt mittig. */
.arrow-link { position: relative; display: inline-flex; align-items: center; font-family: var(--display); font-size: 15px; font-weight: 700; letter-spacing: -0.2px; color: var(--text); }
.arrow-link span { text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 1.5px; text-decoration-color: var(--text); }
.arrow-link-icon {
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: 9px;
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--navy);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: translateY(-50%);
  transition: transform 200ms cubic-bezier(0.16, 1, 0.3, 1);
}
.arrow-link:active .arrow-link-icon { transform: translate(3px, -50%); }
@media (hover: hover) { .arrow-link:hover .arrow-link-icon { transform: translate(3px, -50%); } }
@media (prefers-reduced-motion: reduce) { .arrow-link-icon { transition: none; } }
.hero-more { margin-top: 18px; width: 100%; text-align: center; }
/* Warteliste-Variante: Link erst unter dem App-Bild, damit oben Luft bleibt. */
.hero-more-below { position: relative; z-index: 1; margin-top: 36px; padding: 0 24px; }

/* ---------- Textseite („Was ist MateIt?“) ---------- */
.prose { display: flex; flex-direction: column; gap: 34px; width: 100%; max-width: 720px; padding: 0 24px; }
.prose section { display: flex; flex-direction: column; gap: 10px; }
.prose h2 { font-family: var(--display); font-size: 22px; font-weight: 700; letter-spacing: -0.5px; line-height: 1.2; color: var(--text); }
.prose p { font-size: 15.5px; font-weight: 500; line-height: 1.6; color: var(--mute); }
.prose strong { font-weight: 600; color: var(--text); }
.prose-list { display: flex; flex-direction: column; gap: 10px; margin-top: 2px; }
.prose-list li { padding-left: 14px; border-left: 2px solid var(--ink-12); font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--mute); }
.prose-list b { font-weight: 700; color: var(--navy); }
.prose-more { margin-top: 6px; }

/* Textseite: Zwischenüberschrift, nummerierte Abfolge, Quellenangabe.
   Bewusst schlicht – die Seite soll gelesen werden, nicht beeindrucken. */
.prose h3 { margin-top: 6px; font-family: var(--display); font-size: 17px; font-weight: 700; letter-spacing: -0.3px; line-height: 1.25; color: var(--text); }
.prose-steps { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-top: 4px; counter-reset: step; }
.prose-steps li { position: relative; padding-left: 34px; font-size: 15px; font-weight: 500; line-height: 1.55; color: var(--mute); }
.prose-steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--ink-12);
  font-family: var(--display);
  font-size: 12px;
  font-weight: 700;
  color: var(--navy);
}
.prose-steps b { font-weight: 700; color: var(--text); }
.prose-facts li { padding-left: 14px; border-left: 2px solid var(--ink-12); }
.prose-src { font-size: 13px; line-height: 1.5; color: var(--mute); opacity: 0.85; }
.prose-note { padding: 14px 16px; border-radius: 18px; background: var(--card); box-shadow: inset 0 0 0 1px var(--card-border); font-size: 14px; line-height: 1.55; }
.prose-sources { display: flex; flex-direction: column; gap: 8px; margin-top: 2px; }
.prose-sources li { font-size: 13px; font-weight: 500; line-height: 1.5; color: var(--mute); }
.page-foot .store-badges { justify-content: center; margin-bottom: 8px; }

/* ---------- Preise-Seite ---------- */
.plans { display: flex; flex-direction: column; align-items: center; gap: 16px; width: 100%; max-width: 720px; padding: 0 24px; }
.plan {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 26px 24px;
  border-radius: 28px;
  background: var(--card);
  box-shadow: inset 0 0 0 1px var(--card-border);
  overflow: clip;
}
.plan.premium { background: linear-gradient(var(--card) 0%, var(--card) 42%, var(--mint-dim) 86%, var(--navy) 100%); }
.plan-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: var(--navy); }
.plan-name { margin-top: 8px; font-family: var(--display); font-size: 28px; font-weight: 700; letter-spacing: -1px; line-height: 1.1; color: var(--text); }
.plan-price { margin-top: 14px; display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.plan-price.lead { margin-top: 10px; }
.plan-price.lead b { font-size: 40px; letter-spacing: -1.5px; }
.plan-price b { font-family: var(--display); font-size: 34px; font-weight: 700; letter-spacing: -1.2px; line-height: 1; color: var(--text); }
.plan-price span { font-size: 14px; font-weight: 500; color: var(--mute); }
.plan-note { margin-top: 8px; font-size: 13px; font-weight: 500; line-height: 1.45; color: var(--mute); }
/* Tarife nebeneinander, der Jahres-Tarif hervorgehoben */
.tariffs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; width: 100%; margin-top: 10px; }
.tariff {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 13px;
  border-radius: 16px;
  background: rgba(11, 11, 13, 0.55);
  box-shadow: inset 0 0 0 1px var(--card-border);
}
.tariffs-label { width: 100%; margin-top: 20px; font-size: 11px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: var(--mute); }
.tariff-name { font-size: 12px; font-weight: 600; line-height: 1.3; color: var(--text); }
.tariff-flag {
  margin-top: 7px;
  align-self: flex-start;
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--navy);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1.3;
  color: var(--navy-ink);
  white-space: nowrap;
}
.tariff-price { display: flex; align-items: baseline; gap: 3px; margin-top: 4px; white-space: nowrap; }
.tariff-price b { font-family: var(--display); font-size: 21px; font-weight: 700; letter-spacing: -0.8px; line-height: 1; color: var(--text); }
.tariff-price span { font-size: 11px; font-weight: 500; color: var(--mute); }
.tariff-sub { font-size: 11.5px; white-space: nowrap; font-weight: 500; line-height: 1.35; color: var(--mute); }
.trial { display: flex; align-items: flex-start; gap: 10px; width: 100%; margin-top: 14px; font-size: 13.5px; font-weight: 500; line-height: 1.45; color: var(--text); }
.trial svg { flex: none; width: 18px; height: 18px; margin-top: 1px; fill: none; stroke: var(--navy); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.trial b { font-weight: 700; }
.plan-list { width: 100%; margin-top: 20px; display: flex; flex-direction: column; gap: 11px; }
.plan-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; font-weight: 500; line-height: 1.4; color: var(--text); }
.plan-list svg { flex: none; width: 19px; height: 19px; margin-top: 1px; fill: none; stroke: var(--navy); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.plan-list li.off { color: var(--faint); }
.plan-list li.off svg { stroke: var(--faint); }
/* Rechtlicher Kaufhinweis: bewusst klein, er soll vollständig da sein, aber nicht dominieren */
.plan-alt { width: 100%; margin-top: 20px; padding-top: 14px; border-top: 1px solid var(--ink-12); font-size: 10.5px; font-weight: 500; line-height: 1.5; color: var(--text); opacity: 0.85; }
.plan-alt b { font-weight: 700; }
.page-head { display: flex; flex-direction: column; align-items: center; gap: 14px; width: 100%; max-width: 720px; padding: 132px 24px 32px; text-align: center; }
.page-head h1 { font-family: var(--display); font-size: clamp(26px, 8vw, 40px); font-weight: 700; line-height: 1.1; letter-spacing: -1.5px; color: var(--text); overflow-wrap: break-word; hyphens: auto; }
.page-head p { font-size: 17px; font-weight: 500; line-height: 1.45; color: var(--mute); }
.page-foot { width: 100%; max-width: 720px; padding: 36px 24px 64px; text-align: center; }
.page-foot p { font-size: 10.5px; font-weight: 500; line-height: 1.5; color: var(--faint); }
/* Rechtslinks in der Fußzeile bleiben weiß statt Mint – sie sind Pflichtangabe, kein Handlungsaufruf */
.page-foot .link { color: var(--text); }
.page-back { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; font-family: var(--display); font-size: 15px; font-weight: 700; color: var(--navy); }

/* ---------- Cards ---------- */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  padding: 24px;
  border-radius: 64px;
  background: var(--card);
  box-shadow: inset 0 0 0 1px var(--card-border);
  overflow: clip;
}
.card.center { align-items: center; }
.card.between { justify-content: space-between; align-items: center; }
.card > p { width: 100%; }
.card.gradient { background: linear-gradient(rgb(32, 32, 36) 0%, rgb(46, 168, 142) 68%, rgb(78, 234, 194) 100%); }
.card.photo { color: var(--ink-111); }
.card.photo .bg { position: absolute; inset: 0; z-index: 0; }
.card.photo .shade { position: absolute; inset: 0; z-index: 0; }
.card.photo > p, .card.photo > .pill-row { position: relative; z-index: 1; }

.num-row { display: flex; align-items: flex-start; gap: 10px; width: 100%; overflow: clip; }
.num {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 40px;
  padding: 6px 12px;
  border-radius: 70px;
  box-shadow: inset 0 0 0 1.5px var(--ink-87);
  font-family: var(--display);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--ink-87);
  white-space: pre;
}
.num.on-dark { box-shadow: inset 0 0 0 1.5px var(--ink-87); color: var(--ink-87); }

.pill-row { display: flex; align-items: flex-start; gap: 10px; width: 100%; overflow: clip; }
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 12px;
  border-radius: 70px;
  box-shadow: inset 0 0 0 1.5px var(--ink-111);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  line-height: 1.4;
  color: var(--ink-111);
  white-space: pre;
}

.logos { display: flex; flex-direction: column; align-items: center; gap: 16px; width: 100%; padding: 24px; overflow: clip; }
.logo-apple-health {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 163px;
  height: 45px;
  padding: 0 10px;
  border: 1.5px solid var(--ink-12);
  border-radius: 8px;
  background: var(--surface-2);
  color: var(--ink-111);
}
.logo-apple-health .heart { width: 30px; height: 28px; }
.logo-apple-health .txt { display: flex; flex-direction: column; line-height: 1; }
.logo-apple-health .txt small { font-size: 9px; font-weight: 500; }
.logo-apple-health .txt b { font-size: 17px; font-weight: 600; letter-spacing: -0.3px; }
.logo-word {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--display);
  font-weight: 700;
  color: var(--ink-111);
}
.logo-word.garmin { width: 203px; height: 68px; font-size: 32px; letter-spacing: 3px; }
.logo-word.oura { width: 103px; height: 32px; font-size: 30px; font-weight: 400; letter-spacing: 1px; color: var(--ink-87); }

.card-art { position: absolute; top: 116px; left: -57px; right: -58px; height: 248px; z-index: 1; }
.card-art .hand {
  position: absolute;
  top: 58px;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  text-align: center;
  font-family: var(--display);
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.8px;
  color: var(--ink-111);
  white-space: pre-wrap;
}
.card-art .arrow { position: absolute; width: 50px; height: 50px; stroke: var(--ink-111); fill: none; stroke-width: 10; stroke-linecap: round; stroke-linejoin: round; }
.card-art .arrow.l { left: 130px; top: 82px; transform: rotate(180deg); }
.card-art .arrow.r { left: 281px; top: 108px; width: 32px; height: 32px; transform: rotate(120deg); }
.card-art .curve { position: absolute; top: 133px; left: 50%; transform: translateX(-50%); width: 541px; height: 115px; }

.icon-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
  padding: 24px;
  border-radius: 56px;
  overflow: clip;
}
.icon-row .app-icon { width: 64px; height: 64px; border-radius: 14px; background: var(--surface-3); box-shadow: inset 0 0 0 1px var(--ink-12); }
.icon-row p { width: 100%; }

.phone-shot { width: 272px; max-width: 272px; height: 589px; border-radius: 32px; }
.watch-shot { width: 146px; height: 173px; border-radius: 29px; }
.watch-pair { display: flex; align-items: center; justify-content: center; gap: 48px; width: 100%; }
.watch-pair .watch-shot { width: 123px; height: 147px; }

/* ---------- Trusted ---------- */
.trusted {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  width: 100%;
  padding: 24px;
  background: linear-gradient(var(--bg-lift) 0%, var(--bg) 100%);
}
.trusted-head { display: flex; flex-direction: column; align-items: center; gap: 24px; width: 100%; max-width: 1200px; overflow: clip; }
.rating-big { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.rating-big h2 { font-family: var(--display); font-size: 48px; font-weight: 700; line-height: 1.1; letter-spacing: -2px; color: var(--text); white-space: pre; }
.rating-big p { white-space: pre; }
.trusted-copy { display: flex; flex-direction: column; align-items: center; gap: 16px; width: 100%; overflow: clip; }
.trusted-copy h2, .trusted-copy p { width: 100%; text-align: center; }
.awards { display: flex; flex-direction: column; align-items: center; gap: 24px; width: 100%; overflow: clip; }
.award { display: flex; align-items: center; justify-content: center; gap: 8px; }
.award .laurel { width: 40px; height: 40px; fill: var(--ink-12); color: var(--ink-12); }
.award .laurel.flip { transform: scaleX(-1); }
.award-text { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.award-text p { white-space: pre; color: var(--ink-87); }
.award-sub { display: flex; align-items: center; gap: 4px; }
.award-sub svg { width: 16px; height: 16px; fill: var(--ink-54); }
.award-sub span { font-size: 15px; font-weight: 600; line-height: 1.4; color: var(--ink-54); white-space: pre; }

/* Laufband: läuft von selbst (JS scrollt), lässt sich aber wischen, um vorzuspulen. */
.reviews {
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  touch-action: pan-x;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
}
.reviews::-webkit-scrollbar { display: none; }
.reviews:active { cursor: grabbing; }
.reviews ul { display: flex; align-items: stretch; gap: 12px; width: max-content; padding: 0 24px; }
.reviews li { flex: none; }
.review-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 268px;
  padding: 18px;
  border-radius: 24px;
  background: var(--card);
  box-shadow: inset 0 0 0 1px var(--card-border);
}
.review-head { display: flex; align-items: center; gap: 10px; }
.review-head .who { flex: 1; min-width: 0; }
.review-head .name { font-size: 13px; font-weight: 600; line-height: 1.3; color: var(--text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.review-head .meta { display: flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 500; line-height: 1.4; color: var(--faint); white-space: nowrap; }
.review-head .meta .sep { opacity: 0.7; }
.review-head .src { flex: none; width: 15px; height: 15px; fill: var(--faint); }
.stars.mini { gap: 1.5px; }
.stars.mini svg { width: 10px; height: 10px; }
.avatar {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-family: var(--display);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
/* Verlaufs-Paletten 1:1 aus src/components/Avatar.js */
.avatar.v0 { background: linear-gradient(135deg, #FF8A5C, #E85D2B); }
.avatar.v1 { background: linear-gradient(135deg, #7AB0FF, #3B6FD4); }
.avatar.v2 { background: linear-gradient(135deg, #C8FF3A, #8BB82A); }
.avatar.v3 { background: linear-gradient(135deg, #FF6BB5, #D63F8E); }
.avatar.v4 { background: linear-gradient(135deg, #FFD55C, #E0A52B); }
/* Genau vier Zeilen, damit alle Karten gleich hoch sind; längere Texte enden mit Auslassung. */
.review-card .body {
  height: 76px;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
  color: var(--text);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

/* ---------- Hallo / paper ---------- */
.hallo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
  padding: 24px 24px 184px;
  background: linear-gradient(var(--bg-lift) 0%, var(--bg) 100%);
}
.hallo-head { display: flex; flex-direction: column; align-items: center; gap: 8px; width: 100%; max-width: 720px; overflow: clip; }
.hallo-head h2, .hallo-head p { width: 100%; text-align: center; }
.paper-wrap { position: relative; display: flex; align-items: center; justify-content: center; width: 100%; max-width: 672px; }
.paper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 48px 24px 192px;
  border-radius: 32px;
  background-color: var(--card);
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.14) 0.8px, transparent 0.9px),
    linear-gradient(rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0.07) 33%, rgba(255, 255, 255, 0) 66%, rgba(255, 255, 255, 0.025) 66%, rgba(255, 255, 255, 0) 100%);
  background-size: 12px 12px, 100% 100%;
  box-shadow:
    rgba(0, 0, 0, 0.3) 0.414945px 0.652056px 2.31867px -0.3px,
    rgba(0, 0, 0, 0.35) 1.13001px 1.77573px 6.31463px -0.6px,
    rgba(0, 0, 0, 0.4) 2.7px 4.2px 15px -0.9px;
  overflow: clip;
}
.paper h1 {
  width: 100%;
  font-family: var(--display);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -1.5px;
  color: var(--faint);
  text-align: center;
}
.paper-text { display: flex; flex-direction: column; align-items: center; gap: 8px; width: 100%; overflow: clip; }
.paper-text p { width: 100%; font-family: var(--sans); font-size: 18px; font-weight: 400; line-height: 1.45; color: var(--text); }
.paper-more { position: relative; width: 100%; }
.paper-more .fade {
  display: inline-block;
  width: 100%;
  background: linear-gradient(0deg, rgba(243, 243, 245, 0) 37%, rgba(243, 243, 245, 0.92) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.paper-more a {
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: var(--display);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--navy);
}
.polaroid {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 187px;
  padding: 12px 12px 22px;
  border-radius: 2px;
  background: var(--surface-2);
  box-shadow:
    rgba(0, 0, 0, 0.6) 0px 0.602187px 0.602187px -1.25px,
    rgba(0, 0, 0, 0.55) 0px 2.28853px 2.28853px -2.5px,
    rgba(0, 0, 0, 0.4) 0px 10px 10px -3.75px;
}
.polaroid .photo { width: 163px; height: 210px; border-radius: 2px; box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 2px 1px inset; }
.polaroid .sig { width: 106px; height: 29px; font-family: var(--display); font-size: 18px; font-weight: 700; line-height: 29px; letter-spacing: -0.4px; text-align: center; color: var(--text); }
.polaroid.a { left: -14px; bottom: -122px; transform: rotate(-4deg); }
.polaroid.b { left: 142px; bottom: -113px; padding: 12px; gap: 8px; transform: rotate(7deg); }
.polaroid.b .sig { width: 116px; height: 58px; line-height: 58px; font-size: 18px; }

/* ---------- FAQ ---------- */
.faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  width: 100%;
  padding: 24px;
  background: linear-gradient(var(--bg-lift) 0%, var(--bg) 100%);
  overflow: clip;
}
.faq > h2 { width: 100%; text-align: center; white-space: pre; }
.faq-list { display: flex; flex-direction: column; align-items: center; gap: 12px; width: 100%; max-width: 720px; overflow: clip; }
.faq-item { width: 100%; }
.faq-item summary {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px;
  border-radius: 16px;
  list-style: none;
  cursor: pointer;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary p { flex: 1; font-weight: 600; color: var(--text); }
.faq-item summary svg { flex: none; width: 20px; height: 20px; stroke: var(--ink-111); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform 200ms ease; }
.faq-item[open] summary svg { transform: rotate(180deg); }
.faq-item .answer { padding: 0 16px 16px; }
.faq-divider { width: 100%; height: 1px; border-radius: 10px; background: var(--ink-12); }

/* Kontakt unter dem FAQ: antippbare Zeile wie die „Kein Mate?“-Karte in der App –
   Text links, runder Mint-Pfeil rechts. Kein Voll-Mint-Knopf, der würde mit „App laden“ konkurrieren. */
.ask { display: flex; flex-direction: column; align-items: center; gap: 14px; width: 100%; max-width: 720px; margin-top: 12px; padding: 0 24px; }
.ask-card {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 18px 18px 18px 20px;
  border-radius: 20px;
  background: var(--card);
  box-shadow: inset 0 0 0 1px var(--card-border);
  transition: background-color 160ms ease;
}
.ask-card-text { display: flex; flex-direction: column; gap: 3px; flex: 1; min-width: 0; }
.ask-card-text b { font-family: var(--display); font-size: 17px; font-weight: 700; letter-spacing: -0.3px; line-height: 1.25; color: var(--text); }
.ask-card-text span { font-size: 13px; font-weight: 500; line-height: 1.4; color: var(--mute); overflow-wrap: anywhere; }
.ask-card-arrow {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--navy);
}
.ask-card-arrow svg { width: 19px; height: 19px; fill: none; stroke: var(--navy-ink); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; transition: transform 200ms cubic-bezier(0.16, 1, 0.3, 1); }
.ask-card:active { background: var(--surface-3); }
.ask-card:active .ask-card-arrow svg { transform: translateX(2px); }
@media (hover: hover) {
  .ask-card:hover { background: var(--surface-3); }
  .ask-card:hover .ask-card-arrow svg { transform: translateX(2px); }
}
.ask-hint { font-size: 12.5px; font-weight: 500; line-height: 1.5; text-align: center; color: var(--faint); }
@media (prefers-reduced-motion: reduce) { .ask-card, .ask-card-arrow svg { transition: none; } }

/* ---------- Final CTA ---------- */
.final {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 96px;
  width: 100%;
  max-width: 1200px;
  padding: 192px 24px 24px;
  overflow: clip;
}
.final-cta { display: flex; flex-direction: column; align-items: center; gap: 32px; width: 100%; overflow: clip; }
.final-text { display: flex; flex-direction: column; align-items: center; gap: 16px; width: 100%; max-width: 720px; overflow: clip; }
.final-text h1 { width: 100%; font-family: var(--display); font-size: 48px; font-weight: 700; line-height: 1.05; letter-spacing: -2px; color: var(--text); text-align: center; }
.final-text h1 em strong { font-style: normal; font-weight: 700; color: var(--navy); }
.final-text p { width: 100%; text-align: center; }

.newsletter { width: 100%; max-width: 720px; }
.newsletter-inner { display: flex; flex-direction: column; align-items: center; gap: 24px; width: 100%; }
.newsletter-copy { display: flex; flex-direction: column; align-items: center; gap: 8px; width: 100%; overflow: hidden; }
.newsletter-copy p, .newsletter-copy h4 { width: 100%; text-align: center; }
.newsletter-copy .kicker { color: var(--ink-34); }
.newsletter-form { display: flex; flex-direction: column; align-items: center; gap: 12px; width: 100%; }
.newsletter-form form { position: relative; width: 100%; max-width: 516px; height: 60px; }
.newsletter-form input[type="email"] {
  width: 100%;
  height: 60px;
  padding: 20px 120px 20px 20px;
  border: 0;
  border-radius: 102px;
  background: var(--surface-2);
  color: var(--ink-87);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  outline: none;
}
.newsletter-form input[type="email"]::placeholder { color: var(--ink-34); }
.newsletter-form button {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 100px;
  height: 44px;
  padding: 0 16px;
  border: 0;
  border-radius: 94px;
  background: var(--navy);
  color: var(--navy-ink);
  font-family: var(--display);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
}
.newsletter-form .note { width: 100%; text-align: center; font-size: 15px; line-height: 1.4; color: var(--ink-34); }
.newsletter-form .note a { color: var(--ink-54); text-decoration: underline; }

.blog-grid { display: grid; grid-template-columns: 100%; grid-auto-rows: 1fr; justify-content: center; gap: 32px; width: 100%; max-width: 720px; }
.blog-card { justify-content: flex-start; }
.blog-card { display: flex; flex-direction: column; align-items: center; width: 100%; overflow: clip; }
.blog-card .cover { width: 100%; aspect-ratio: 1.5 / 1; border-radius: 48px; }
.blog-card .txt { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; width: 100%; padding: 24px 16px 16px; overflow: clip; }
.blog-card .txt h5, .blog-card .txt p { width: 100%; }

/* ---------- Footer ---------- */
.footer { display: flex; flex-direction: column; align-items: center; gap: 24px; width: 100%; overflow: clip; }
.footer-top { display: flex; flex-direction: column; align-items: center; gap: 32px; width: 100%; max-width: 720px; padding: 56px 24px 32px; overflow: clip; }
.brand { display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }
.brand .mark { width: 32px; height: 32px; }
.brand-name { display: flex; flex-direction: column; align-items: center; gap: 4px; }
/* Rechtliches + Hilfe stehen unter dem Trenner nebeneinander, mittig; darunter das Copyright. */
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 32px 40px; width: 100%; padding: 32px 24px 0; }
.brand-name .name { font-family: var(--display); font-size: 32px; font-weight: 700; line-height: 1.2; letter-spacing: -1px; color: var(--text); white-space: pre; }
.brand-name .tag { white-space: pre; }
/* Offizielle Store-Buttons (Assets aus website-v2/img/badges).
   Gemessen: Apple füllt seine Datei ganz aus (120×40). Der Google-Play-Button hat rundum 41 px
   durchsichtigen Rand (sichtbar 564×168 in 646×250), also nur 67,2 % der Dateihöhe.
   Darum wird er um 1/0,672 größer skaliert und der durchsichtige Rand per negativem Außenabstand
   wieder abgezogen. Ergebnis: beide Rahmen exakt --badge-h hoch, Abstände bleiben gleichmäßig. */
.download { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.download-label {
  font-family: var(--display);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -1px;
  color: var(--text);
  text-align: center;
}
.download-label span { color: var(--navy); }
/* ---------- Varianten: "launch" (Store-Version) / "waitlist" (Warteliste) ----------
   Umschalten per ?variant=waitlist | ?variant=launch | ?variant=reset (Dev, unsichtbar). */
html[data-variant="launch"] [data-only="waitlist"],
html[data-variant="waitlist"] [data-only="launch"] { display: none !important; }

/* ---------- Warteliste ----------
   Store-Badges bleiben sichtbar, aber gedimmt und von einem Absperrband überzogen.
   Darunter, mit viel Luft, die Eintragung. */
.waitlist {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  width: 100%;
  margin-top: 8px;
}
.soon-img {
  display: block;
  width: min(100%, 420px);
  height: auto;
  margin: 8px 0;
}
.waitlist-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 440px;
}
.waitlist-kicker {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--mint-dim);
}
.waitlist-body .download-label { margin-top: -6px; }
.waitlist-lead { color: var(--mute); }
/* Eintrag öffnet den Flow: Schein-Eingabefeld .wl-pill, Stil in css/waitlist-flow.css */
.waitlist-cta { display: flex; justify-content: center; width: 100%; margin-top: 16px; }

.store-badges {
  --badge-h: 46px;
  /* Play-Badge (DE): sichtbarer Rahmen ist 646x192 von 646x250 -> 76,8 % der Hoehe,
     volle Breite. Das Bild wird entsprechend groesser skaliert und der transparente
     Rand oben/unten per negativem Margin wieder herausgerechnet. */
  --play-visible: 0.768;
  --play-pad: calc(var(--badge-h) * (1 / var(--play-visible) - 1) / 2);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
/* Schwebende Download-Leiste am unteren Rand, gleiche Glas-Optik wie die Kopfleiste. */
.dl-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: rgba(11, 11, 13, 0.72);
  -webkit-backdrop-filter: blur(14px) saturate(130%);
  backdrop-filter: blur(14px) saturate(130%);
  box-shadow: inset 0 1px 0 var(--ink-12);
  transform: translateY(100%);
  transition: transform 280ms cubic-bezier(0.16, 1, 0.3, 1);
}
.dl-bar.is-open { transform: translateY(0); }
.dl-bar[hidden] { display: none; }
.dl-bar .store-badges { --badge-h: 40px; gap: 10px; }
.dl-close {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: var(--ink-06);
  color: var(--mute);
  cursor: pointer;
  transition: background 150ms ease, color 150ms ease;
}
.dl-close svg { width: 18px; height: 18px; }
.dl-close:hover { background: var(--ink-12); color: var(--text); }
.dl-close:focus-visible { outline: 2px solid var(--navy); outline-offset: 2px; }
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .dl-bar { background: rgba(11, 11, 13, 0.95); }
}
@media (prefers-reduced-motion: reduce) {
  .dl-bar { transition: none; }
}

.store-badge { display: inline-block; border-radius: 8px; transition: opacity 150ms ease; }
.store-badge img { display: block; height: var(--badge-h); width: auto; }
.store-badge.play { margin: calc(var(--play-pad) * -1) 0; }
.store-badge.play img { height: calc(var(--badge-h) / var(--play-visible)); }
.store-badge:hover { opacity: 0.82; }
.store-badge:active { opacity: 0.65; }
.store-badge:focus-visible { outline: 2px solid var(--navy); outline-offset: 4px; }
.link-group { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; overflow: clip; }
.link-group .head { font-size: 15px; font-weight: 600; line-height: 1.4; color: var(--ink-111); white-space: pre; }
.link-group a { font-size: 15px; font-weight: 500; line-height: 1.4; color: var(--ink-54); white-space: pre; }
.footer-divider { width: 100%; max-width: 720px; height: 1px; border-radius: 10px; background: var(--ink-12); }
.footer-bottom { display: flex; flex-direction: column; align-items: center; gap: 36px; width: 100%; max-width: 720px; }
.legal { display: flex; flex-direction: column; align-items: center; gap: 16px; width: 100%; padding: 24px; overflow: clip; }
.legal .company { display: flex; flex-direction: column; align-items: center; gap: 16px; width: 100%; }
.legal .company .mark { width: 32px; height: 32px; }
.legal .company p { font-size: 15px; font-weight: 600; line-height: 1.4; color: var(--ink-111); }
.legal .links { display: flex; align-items: center; gap: 32px; }
.legal .links a { font-size: 15px; font-weight: 500; line-height: 1.4; color: var(--ink-54); white-space: pre; }

.receipt {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 320px;
  padding: 24px;
  border-radius: 4px 4px 0 0;
  background: var(--surface-2);
  box-shadow:
    rgba(0, 0, 0, 0.5) 0.398096px -0.398096px 2.58977px -1.125px,
    rgba(0, 0, 0, 0.45) 1.20725px -1.20725px 7.85px -2.25px,
    rgba(0, 0, 0, 0.3) 5px -5px 20px -3.375px;
  overflow: clip;
}
.receipt::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.3;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.05), transparent 30%, rgba(255, 255, 255, 0.04) 60%, transparent),
    linear-gradient(25deg, transparent 40%, rgba(255, 255, 255, 0.05) 50%, transparent 60%);
  pointer-events: none;
}
.receipt p {
  position: relative;
  width: 100%;
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.28px;
  color: var(--ink-87);
  white-space: pre-wrap;
}
.receipt .blk { position: relative; display: flex; flex-direction: column; width: 100%; }
.receipt .stamp { text-align: right; color: var(--ink-24); }
.receipt .gap { height: 22.4px; }
.receipt .c { text-align: center; }


/* ---------- Rechtsseiten (Impressum, Datenschutz, Nutzungsbedingungen, Konto löschen, Support) ----------
   Langer Fließtext, der gelesen werden muss: linksbündig, engere Abstände als auf den
   Erzählseiten, Tabellen horizontal scrollbar statt gequetscht. */
.prose.legal { gap: 18px; text-align: left; }
.prose.legal h2 { margin-top: 20px; font-size: 20px; }
.prose.legal h2:first-child { margin-top: 0; }
.prose.legal h3 { margin-top: 12px; font-size: 16px; }
.prose.legal p { font-size: 15px; }
.prose.legal a { color: var(--navy); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.prose.legal a:hover { text-decoration-thickness: 2px; }
.prose.legal em { font-style: normal; color: var(--text); }

.prose.legal ul,
.prose.legal ol { display: flex; flex-direction: column; gap: 8px; padding-left: 20px; }
.prose.legal ul { list-style: disc; }
.prose.legal ol { list-style: decimal; }
.prose.legal li { font-size: 15px; font-weight: 500; line-height: 1.6; color: var(--mute); }
.prose.legal li::marker { color: var(--faint); }

/* Rechtstexte (Datenschutz, Impressum, Nutzungsbedingungen): nur Überschriften weiß, aller Text grau;
   Wichtiges nur fett (keine Kästen). */
.prose.legal.calm strong,
.prose.legal.calm em,
.prose.legal.calm th { color: var(--mute); font-weight: 700; }

/* Kasten für Zusammenfassungen und Hinweise */
.prose.legal .note {
  padding: 18px;
  border-radius: 20px;
  background: var(--card);
  box-shadow: inset 0 0 0 1px var(--card-border);
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--mute);
}
.prose.legal .note strong { color: var(--text); }

/* Noch zu füllende Angaben sichtbar markieren, damit sie vor dem Launch auffallen. */
.prose.legal .placeholder {
  padding: 1px 6px;
  border-radius: 6px;
  background: rgba(255, 179, 64, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 179, 64, 0.35);
  font-family: var(--mono);
  font-size: 13px;
  color: var(--star);
}

.prose.legal .table-scroll { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.prose.legal table { width: 100%; table-layout: fixed; border-collapse: collapse; font-size: 13.5px; }
.prose.legal th,
.prose.legal td {
  padding: 10px 10px 10px 0;
  word-break: break-word;
  hyphens: auto;
  border-bottom: 1px solid var(--ink-12);
  text-align: left;
  vertical-align: top;
  line-height: 1.5;
}
.prose.legal th { font-weight: 600; color: var(--text); }
.prose.legal td { font-weight: 500; color: var(--mute); }
.prose.legal tbody tr:last-child td { border-bottom: 0; }

/* Support: Kontaktkarte nutzt die .ask-card der Startseite. */
.prose .ask { max-width: none; margin-top: 0; padding: 0; }
/* Die Karte ist selbst der Link - keine Unterstreichung wie im Fliesstext. */
.prose.legal .ask-card { text-decoration: none; }
.prose.legal .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--navy);
  font-family: var(--display);
  font-size: 15px;
  font-weight: 700;
  color: var(--navy-ink);
  text-decoration: none;
}
.prose.legal .btn:hover { opacity: .88; }

.page-head .label,
.prose.legal .label {
  align-self: center;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--navy);
}

/* Querverweise unter dem Text */
.page-links { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px 20px; margin-bottom: 4px; }
.page-links a { font-size: 14px; font-weight: 500; color: var(--mute); text-decoration: none; }
.page-links a:hover { color: var(--text); }


/* =====================================================================================
   Entwickler-Umschalter für die Seiten-Variante (Reviews ⇄ Warteliste) — 2026-09-23
   Sichtbar nur lokal; das Einblenden macht das Skript in jeder Seite (Hostname-Prüfung).
   Vor dem Launch: dieses Stück CSS, den Block `.devbar` im Markup und den zugehörigen
   IIFE in jeder Seite löschen — sonst bleibt nichts zurück.
   Sitzt unten rechts über der Download-Leiste (deren z-index ist 40).
   ===================================================================================== */
.devbar {
  position: fixed;
  right: 12px;
  bottom: 84px;
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px;
  border-radius: 999px;
  background: var(--card);
  box-shadow: inset 0 0 0 1px var(--card-border), 0 6px 20px rgba(0, 0, 0, 0.45);
}
.devbar[hidden] { display: none; }
.devbar-tag {
  padding: 0 8px 0 6px;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--faint);
}
.devbar button {
  padding: 7px 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--mute);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 1.2;
  cursor: pointer;
  transition: color 150ms ease, background-color 150ms ease;
}
.devbar button:hover { color: var(--text); background: var(--ink-06); }
.devbar button.is-active { color: var(--navy); background: var(--ink-06); cursor: default; }
.devbar button:focus-visible { outline: 2px solid var(--navy); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) { .devbar button { transition: none; } }
/* Ab 1024 ist die Download-Leiste aus, der Umschalter darf nach unten rutschen. */
@media (min-width: 1024px) { .devbar { bottom: 16px; } }

/* =====================================================================================
   Tablet (≥ 720 px), Desktop (≥ 1024 px), große Bildschirme (≥ 1440 px) — 2026-09-23
   Nur Abstände, Raster und Größen ändern sich. Farben, Schriften und Komponenten bleiben
   exakt wie auf dem Handy; unter 720 px wird nichts hiervon wirksam.
   ===================================================================================== */
:root { --pad-x: 24px; --wide: 1200px; }
.nav-links { display: none; }

/* ---------- Tablet ab 720: breitere Spalte, Kopfleiste im Raster, Laufband randlos ---------- */
@media (min-width: 720px) {
  :root { --pad-x: 40px; }

  .nav { top: 20px; left: 0; right: 0; }
  .nav-inner { max-width: var(--wide); margin: 0 auto; padding: 0 var(--pad-x) 0 calc(var(--pad-x) - 4px); }
  .nav::before { height: 96px; }

  .t-serif, .page-head h1 { font-size: 48px; letter-spacing: -1.8px; }
  .t-h4 { font-size: 32px; letter-spacing: -1.1px; }
  .download-label { font-size: 32px; }

  .hero { max-width: 840px; }
  .hero-copy { padding: 112px var(--pad-x) 0; }
  .hero-text .t-body { max-width: 600px; }
  .hero-mock { width: 340px; }
  /* Laufband über die volle Fensterbreite; die Karten beginnen an der Inhaltskante */
  .hero .reviews { width: 100vw; margin: 0 0 0 calc(50% - 50vw); }
  .reviews ul { padding: 0 max(var(--pad-x), calc((100vw - 840px) / 2 + var(--pad-x))); }
  .hero-more-below { padding: 0 var(--pad-x); }

  .fact { padding: 96px var(--pad-x) 32px; }
  .fact-head { max-width: 600px; }
  .fact-chart { max-width: 340px; }
  .fact-source { max-width: 480px; }

  .howto { padding: 96px var(--pad-x) 32px; }
  .howto > .t-serif, .howto-steps { max-width: 840px; }
  .fold-inner { gap: 16px; }
  .wz-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  /* Ungerade Kartenzahl: die letzte Karte nimmt beide Spalten, das Handy bleibt gleich groß */
  .wz-cards .wz:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .wz-cards .wz:last-child:nth-child(odd) .wz-media.peek { aspect-ratio: 840 / 380; }
  .wz-cards .wz:last-child:nth-child(odd) .wz-media.peek img { width: 300px; }
  /* Kürzere Karten wachsen auf Zeilenhöhe: das Handy rutscht ans Kartenende und wird dort
     angeschnitten wie in den langen Karten, statt mitten im Verlauf zu enden. */
  .wz-media { margin-top: auto; padding-top: 20px; }
  .sub + .sub { margin-top: 32px; }
  .sub-media { aspect-ratio: auto; height: 380px; }
  .sub-media img { width: 340px; }
  .ideas { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

  .faq { padding: 48px var(--pad-x) 32px; gap: 40px; }
  .faq-list, .ask { max-width: 840px; }
  .ask { padding: 0; }

  .footer-top { max-width: var(--wide); padding: 72px var(--pad-x) 40px; }
  .footer-links { gap: 32px 96px; padding: 40px var(--pad-x) 0; }
  .brand .store-badges { flex-wrap: nowrap; }
  .footer-divider, .footer-bottom { max-width: var(--wide); }
  .legal { padding: 8px var(--pad-x) 40px; }

  .page-head { max-width: 840px; padding: 140px var(--pad-x) 32px; }
  .prose, .plans, .page-foot { padding-left: var(--pad-x); padding-right: var(--pad-x); }
  .page-foot { padding-top: 40px; padding-bottom: 72px; }
}

/* ---------- Preise: beide Tarife nebeneinander, sobald zwei Karten bequem passen ---------- */
@media (min-width: 900px) {
  .plans { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 20px; max-width: 960px; }
}

/* ---------- Desktop ab 1024: Menüpunkte in der Kopfleiste, Hero zweispaltig, Raster nutzen ---------- */
@media (min-width: 1024px) {
  .nav-links { display: flex; align-items: center; gap: 4px; }
  .nav-links a {
    padding: 10px 14px;
    border-radius: 999px;
    font-family: var(--display);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 1.2;
    color: var(--mute);
    transition: color 150ms ease, background-color 150ms ease;
  }
  .nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--text); background: var(--ink-06); }
  .nav-links a:focus-visible { outline: 2px solid var(--navy); outline-offset: 2px; }
  .nav-burger { display: none; }

  /* Sprachschalter in der Kopfleiste. Auf dem Handy steckt er im Menü-Blatt (.menu-lang);
     ab 1024 ist der Burger weg, darum hier dieselbe Funktion als kompaktes DE/EN-Paar. */
  .nav-lang {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    margin-left: 6px;
    padding-left: 10px;
    border-left: 1px solid var(--ink-12);
  }
  .nav-lang button {
    padding: 10px 12px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--mute);
    font-family: var(--display);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 1.2;
    cursor: pointer;
    transition: color 150ms ease, background-color 150ms ease;
  }
  .nav-lang button:hover { color: var(--text); background: var(--ink-06); }
  .nav-lang button.is-active { color: var(--navy); }
  .nav-lang button.is-active:hover { background: transparent; cursor: default; }
  .nav-lang button:focus-visible { outline: 2px solid var(--navy); outline-offset: 2px; }

  .t-serif, .page-head h1 { font-size: 60px; letter-spacing: -2.4px; line-height: 1.05; }
  .t-h4 { font-size: 36px; letter-spacing: -1.2px; }
  .t-h5 { font-size: 28px; letter-spacing: -0.7px; }
  .howto-intro { font-size: 18px; }

  /* Hero: Text links, App-Mockup rechts, das Laufband darunter über beide Spalten.
     .hero-copy löst sich auf (display: contents), damit seine Kinder im Raster stehen. */
  .hero {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
    /* Leere 1fr-Zeilen oben und unten: das Mockup ist höher als der Text, die Textgruppe
       bleibt dadurch als Block mittig neben dem Handy statt sich über die Höhe zu verteilen.
       Reihenfolge links: Text → Sterne → Laufband → Download (2026-09-23 so gewünscht). */
    grid-template-rows: 1fr auto auto auto auto 1fr auto;
    grid-template-areas:
      ". visual"
      "text visual"
      "rating visual"
      "reviews visual"
      "download visual"
      ". visual"
      "more more";
    column-gap: 48px;
    align-items: start;
    max-width: var(--wide);
    padding: 128px var(--pad-x) 0;
    overflow: visible;
  }
  .hero-copy { display: contents; }
  .hero-text { grid-area: text; align-items: flex-start; padding-top: 0; }
  .hero-title { align-items: flex-start; }
  .hero-title .hero-line { text-align: left; }
  .hero-text .t-body { text-align: left; font-size: 19px; max-width: 34em; }
  .hero-more { text-align: left; }
  /* Desktop braucht Luft: deutlicher Abstand nach „Was ist MateIt?", die Bewertungszeile
     steht mittig über dem Laufband, der Download-Block setzt sich klar ab und ist größer –
     dort soll der Blick hin (2026-09-23 so gewünscht). */
  .hero .rating-row { grid-area: rating; justify-content: center; margin: 72px 0 0; }
  .hero .download, .hero .waitlist { grid-area: download; align-items: flex-start; margin-top: 28px; }
  .hero .download { margin-top: 80px; gap: 24px; }
  .hero .download-label { text-align: left; font-size: 46px; letter-spacing: -1.6px; }
  .hero .store-badges { justify-content: flex-start; --badge-h: 60px; gap: 16px; }
  .waitlist-body { align-items: flex-start; }
  .waitlist-body .t-center { text-align: left; }
  .hero-visual { grid-area: visual; margin: 0; align-self: center; }
  .hero-mock { width: min(100%, 320px); }
  /* Laufband steht jetzt in der linken Spalte statt randlos über die volle Fensterbreite:
     es gehört direkt unter die Sterne, darum die 100vw-Regel aus dem Tablet-Block zurücknehmen. */
  .hero .reviews {
    grid-area: reviews;
    width: 100%;
    margin: 28px 0 0;
    /* Weiche Kanten: das Laufband steht jetzt in der Spalte statt randlos am Fensterrand,
       darum sollen die an- und abfahrenden Karten ausblenden statt hart abzureißen. */
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 56px, #000 calc(100% - 56px), transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 56px, #000 calc(100% - 56px), transparent 100%);
  }
  .reviews ul { padding: 0; }
  .hero-more-below { grid-area: more; padding: 0; margin-top: 40px; }

  /* Store-Fassung: Handy oben bündig mit dem Titel, „Hol dir MateIt" + Store-Buttons
     darunter mittig über die volle Breite – der Blick soll dort landen (2026-09-23). */
  html[data-variant="launch"] .hero {
    grid-template-rows: auto auto auto 1fr auto auto;
    grid-template-areas:
      "text visual"
      "rating visual"
      "reviews visual"
      ". visual"
      "download download"
      "more more";
  }
  html[data-variant="launch"] .hero-visual { align-self: start; margin-top: 8px; }
  /* Textblock + Bewertungen etwas tiefer, das Handy bleibt oben. */
  html[data-variant="launch"] .hero-text { margin-top: 56px; }
  html[data-variant="launch"] .hero .download { align-items: center; justify-self: center; margin-top: 112px; }
  html[data-variant="launch"] .hero .download-label { text-align: center; }
  html[data-variant="launch"] .hero .store-badges { justify-content: center; }

  /* Warteliste: mehr Luft. Links Titel → Text → Badge-Bild mit Absperrband, rechts das Handy.
     Die Eintragung steht darunter mittig und groß. */
  html[data-variant="waitlist"] .hero {
    padding-top: 120px;
    grid-template-rows: auto auto 1fr auto auto;
    grid-template-areas:
      "text visual"
      "soon visual"
      ". visual"
      "body body"
      "more more";
  }
  html[data-variant="waitlist"] .hero .waitlist { display: contents; }
  /* Handy bleibt oben, der Textblock links sitzt deutlich tiefer (entkoppelt per margin-top). */
  html[data-variant="waitlist"] .hero-visual { align-self: start; margin-top: 0; }
  html[data-variant="waitlist"] .hero-text { margin-top: 136px; }
  html[data-variant="waitlist"] .soon-img { grid-area: soon; width: min(100%, 460px); margin: 96px 0 0; }
  html[data-variant="waitlist"] .waitlist-kicker { display: none; }
  html[data-variant="waitlist"] .hero .waitlist-body {
    grid-area: body;
    justify-self: center;
    align-items: center;
    gap: 20px;
    max-width: 640px;
    margin-top: 88px;
  }
  html[data-variant="waitlist"] .waitlist-body .download-label { margin-top: 0; font-size: 58px; letter-spacing: -2.1px; text-align: center; }
  html[data-variant="waitlist"] .waitlist-body .t-center { text-align: center; }
  html[data-variant="waitlist"] .waitlist-lead { font-size: 19px; text-wrap: balance; }
  html[data-variant="waitlist"] .waitlist-cta { margin-top: 24px; }
  html[data-variant="waitlist"] .hero-more-below { justify-self: center; text-align: center; margin-top: 48px; }

  /* Faktencheck: große Überschrift mittig über beiden Spalten, darunter Text links, Diagramm rechts */
  .fact {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      "title title"
      "head chart"
      "source chart";
    column-gap: 64px;
    row-gap: 24px;
    align-items: center;
    max-width: var(--wide);
    padding: 160px var(--pad-x) 48px;
  }
  .fact-title { grid-area: title; margin-bottom: 40px; }
  .fact-head { grid-area: head; align-items: flex-start; max-width: 520px; }
  .fact-head .t-h4, .fact-head .t-body { text-align: left; }
  .fact-source { grid-area: source; align-self: start; max-width: 520px; text-align: left; }
  .fact-chart { grid-area: chart; max-width: 400px; justify-self: center; }
  .fc-plot { height: 260px; gap: 56px; }
  .fc-bar, .fc-label { width: 100px; }
  .fc-labels { gap: 56px; }
  .fc-num.alone { font-size: 44px; }
  .fc-num.mate { font-size: 58px; }
  .fact-chart .fc-bar.alone, .fact-chart.is-run .fc-bar.alone { height: 124px; }
  .fact-chart .fc-bar.mate,  .fact-chart.is-run .fc-bar.mate  { height: 217px; }
  .fact-caption { font-size: 16px; }

  .howto { padding-top: 128px; gap: 56px; }
  .howto > .t-serif, .howto-steps { max-width: 960px; }
  .howto-steps { gap: 64px; }
  .wz-cards .wz:last-child:nth-child(odd) .wz-media.peek { aspect-ratio: 960 / 380; }
  /* Schritt 2: „Mate einladen" und „Mate finden" nebeneinander */
  .fold-inner:has(> .sub) { display: grid; grid-template-columns: 1fr 1fr; column-gap: 48px; }
  .fold-inner:has(> .sub) .sub + .sub { margin-top: 8px; }
  .ideas { grid-template-columns: 1fr 1fr 1fr; }

  .faq { padding-top: 96px; gap: 48px; }

  .footer-top { padding-top: 88px; }
  /* Download-Leiste nur auf Handy und Tablet: am Desktop stehen die Store-Buttons im Hero und im Footer */
  .dl-bar { display: none !important; }

  .page-head { padding-top: 160px; }
  .prose { max-width: 760px; }
}

/* ---------- Große Bildschirme ab 1440: mehr Luft, größeres Mockup ---------- */
@media (min-width: 1440px) {
  .hero { column-gap: 80px; padding-top: 148px; }
  html[data-variant="waitlist"] .hero { padding-top: 128px; }
  html[data-variant="launch"] .hero-text { margin-top: 64px; }
  html[data-variant="waitlist"] .hero-text { margin-top: 156px; }
  .hero-mock { width: min(100%, 360px); }
  .hero .rating-row { margin-top: 88px; }
  .hero .download, html[data-variant="launch"] .hero .download { margin-top: 128px; }
  .hero .download-label { font-size: 52px; letter-spacing: -1.9px; }
  .hero .store-badges { --badge-h: 64px; }
  .fact { column-gap: 96px; }
  .fact-chart { max-width: 440px; }
}
