/* ============================================================
   Wealth Level — Website
   Dieselbe Bauart wie peak-life.app und dashlytics-app.com (schwebende
   Glas-Navigation, enge Display-Schrift, Hairline-Karten, Kapsel-Knöpfe),
   mit der Identität der App: Gold als einziger Akzent, Serifen für Zahlen
   und Level-Namen. Hell zuerst, Dunkel spiegelt. Keine Webfonts, keine
   fremden Hosts.
   ============================================================ */

:root {
  --bg: #FAF9F6;
  --bg-2: #F3F1EB;
  --raised: #ECE9E1;
  --card: #FFFFFF;
  --text: #15130E;
  --text-2: #625C50;
  --text-3: #A39C8C;
  --line: rgba(21,19,14,.11);
  --line-soft: rgba(21,19,14,.07);
  --dot: rgba(21,19,14,.12);
  --gold: #86681F;
  --gold-hi: #B8963C;
  --gold-grad: linear-gradient(135deg, #C9A94E 0%, #9A7B2E 50%, #7A5F20 100%);
  --on-gold: #FFFFFF;
  --glass: rgba(255,255,255,.72);
  --glass-brd: rgba(21,19,14,.09);
  --bezel: #E9E6DE;
  --bezel-edge: rgba(21,19,14,.16);
  --night: #0D0C0A;
  --cloud-a: rgba(201,162,74,.20);
  --cloud-b: rgba(150,160,195,.20);
  --pos: #2F7D4B;
  --shadow-device: 0 1px 2px rgba(21,19,14,.06), 0 40px 80px -32px rgba(21,19,14,.30);
  --shadow-glass: 0 1px 2px rgba(21,19,14,.05), 0 12px 32px -12px rgba(21,19,14,.18);
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Inter", system-ui, "Helvetica Neue", Arial, sans-serif;
  --serif: "New York", ui-serif, Georgia, "Times New Roman", serif;
  --r: 22px;
  --ease: cubic-bezier(.2,.7,.2,1);
  color-scheme: light;
  font-synthesis: none;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --bg: #0B0A08; --bg-2: #100F0B; --raised: #1E1C16; --card: #141310;
    --text: #F5F1E8; --text-2: #A39B88; --text-3: #6C6657;
    --line: rgba(247,232,184,.13); --line-soft: rgba(247,232,184,.08); --dot: rgba(247,232,184,.11);
    --gold: #E3C46E; --gold-hi: #F7E8B8;
    --gold-grad: linear-gradient(135deg, #F7E8B8 0%, #E3C46E 45%, #A67C2E 100%); --on-gold: #241C07;
    --glass: rgba(20,19,16,.72); --glass-brd: rgba(247,232,184,.10);
    --bezel: #26231C; --bezel-edge: rgba(247,232,184,.14);
    --cloud-a: rgba(227,196,110,.16); --cloud-b: rgba(166,124,46,.14);
    --pos: #8FBF8F;
    --shadow-device: 0 1px 2px rgba(0,0,0,.5), 0 40px 80px -32px rgba(0,0,0,.9);
    --shadow-glass: 0 1px 2px rgba(0,0,0,.4), 0 12px 32px -12px rgba(0,0,0,.8);
    color-scheme: dark;
  }
}
:root[data-theme="dark"] {
  --bg: #0B0A08; --bg-2: #100F0B; --raised: #1E1C16; --card: #141310;
  --text: #F5F1E8; --text-2: #A39B88; --text-3: #6C6657;
  --line: rgba(247,232,184,.13); --line-soft: rgba(247,232,184,.08); --dot: rgba(247,232,184,.11);
  --gold: #E3C46E; --gold-hi: #F7E8B8;
  --gold-grad: linear-gradient(135deg, #F7E8B8 0%, #E3C46E 45%, #A67C2E 100%); --on-gold: #241C07;
  --glass: rgba(20,19,16,.72); --glass-brd: rgba(247,232,184,.10);
  --bezel: #26231C; --bezel-edge: rgba(247,232,184,.14);
  --cloud-a: rgba(227,196,110,.16); --cloud-b: rgba(166,124,46,.14);
  --pos: #8FBF8F;
  --shadow-device: 0 1px 2px rgba(0,0,0,.5), 0 40px 80px -32px rgba(0,0,0,.9);
  --shadow-glass: 0 1px 2px rgba(0,0,0,.4), 0 12px 32px -12px rgba(0,0,0,.8);
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--font); font-size: 17px; line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: clip; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 8px; }
img { max-width: 100%; height: auto; display: block; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
/* `display: flex` auf einem Element schlägt sonst das hidden-Attribut. */
[hidden] { display: none !important; }

.wrap { width: 100%; max-width: 1160px; margin: 0 auto; padding-inline: 22px; }
.center { text-align: center; }
.center > * { margin-inline: auto; }
.serif { font-family: var(--serif); }
.gold-text { background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.skip { position: absolute; left: 16px; top: -60px; z-index: 100; background: var(--text); color: var(--bg); padding: 10px 14px; border-radius: 999px; font-weight: 600; }
.skip:focus { top: 12px; }

/* ---------- Schrift ---------- */
h1, h2, h3 { margin: 0; text-wrap: balance; letter-spacing: -.035em; }
h1 { font-size: clamp(46px, 8.6vw, 104px); line-height: .98; font-weight: 800; letter-spacing: -.05em; }
h2 { font-size: clamp(32px, 4.8vw, 58px); line-height: 1.04; font-weight: 750; max-width: 19ch; }
h2.wide { max-width: 26ch; }
h3 { font-size: 19px; font-weight: 650; letter-spacing: -.02em; }
.muted { color: var(--text-3); }
.sub { font-size: clamp(18px, 2vw, 22px); line-height: 1.45; color: var(--text-2); margin: 22px 0 0; max-width: 40ch; letter-spacing: -.01em; text-wrap: balance; }
.lead, .body { font-size: clamp(17px, 1.5vw, 19px); color: var(--text-2); max-width: 46ch; margin: 18px 0 0; text-wrap: pretty; }
.center > .body, .center > .sub, .center > .lead, .center > h2 { margin-inline: auto; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--gold); margin: 0 0 18px; padding: 6px 13px; border-radius: 999px; box-shadow: inset 0 0 0 1px var(--line); letter-spacing: 0; text-transform: none; }

/* ---------- Knöpfe, Badge ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font: 600 16px/1 var(--font); height: 52px; padding: 0 26px; border-radius: 999px; white-space: nowrap; transition: transform .18s var(--ease), box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: scale(.98); }
.btn--gold { color: var(--on-gold); background: var(--gold-grad); box-shadow: 0 8px 26px rgba(201,162,74,.28), inset 0 1px 0 rgba(255,255,255,.35); }
.btn--gold:hover { box-shadow: 0 14px 40px rgba(201,162,74,.42), inset 0 1px 0 rgba(255,255,255,.35); }
.btn--ghost, .btn.ghost { background: var(--card); color: var(--text); box-shadow: inset 0 0 0 1px var(--line); }
.btn--ghost:hover, .btn.ghost:hover { box-shadow: inset 0 0 0 1px var(--text); }
.btn.sm, .nav__cta { font-size: 14px; height: 38px; padding: 0 16px; }
.btn--lg { height: 56px; padding: 0 30px; font-size: 17px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; align-items: center; margin-top: 34px; }
.appstore { display: inline-block; height: 52px; border-radius: 10px; transition: transform .18s var(--ease); }
.appstore img { height: 100%; width: auto; }
.appstore:hover { transform: translateY(-2px); }
.soon-note { margin: 16px auto 0; font-size: 14px; color: var(--text-2); max-width: 46ch; }
.soon-note i { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--gold-hi); margin-right: 8px; vertical-align: 1px; box-shadow: 0 0 10px var(--gold-hi); }
:root[data-store="live"] [data-soon] { display: none !important; }
:root[data-store="soon"] [data-live] { display: none !important; }

/* ---------- Navigation: schwebende Glasleiste ---------- */
.nav { position: fixed; top: calc(12px + env(safe-area-inset-top, 0px)); left: 0; right: 0; z-index: 40; padding-inline: 12px; pointer-events: none; }
.nav .bar { pointer-events: auto; max-width: 1000px; margin: 0 auto; height: 56px; padding: 0 9px 0 14px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-radius: 999px; background: var(--glass); backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); box-shadow: var(--shadow-glass), inset 0 0 0 1px var(--glass-brd); }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 17px; letter-spacing: -.02em; }
.brand img, .brand__mark img { width: 30px; height: 30px; border-radius: 7px; }
.brand__mark { display: inline-flex; }
.nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 2px; }
.nav ul a { display: inline-block; color: var(--text-2); font-size: 14px; font-weight: 500; padding: 8px 12px; border-radius: 999px; transition: color .15s, background .15s; }
.nav ul a:hover { color: var(--text); }
.nav .right { display: flex; align-items: center; gap: 6px; }
.icon-btn { width: 38px; height: 38px; border-radius: 999px; display: grid; place-items: center; }
.icon-btn svg { width: 18px; height: 18px; }
.theme-toggle { position: relative; flex: none; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; color: var(--text); background: var(--raised); box-shadow: inset 0 0 0 1px var(--line-soft); transition: background .2s, transform .15s; }
.theme-toggle:active { transform: scale(.94); }
.theme-toggle svg { position: absolute; width: 20px; height: 20px; transition: opacity .3s, transform .45s var(--ease); }
.theme-toggle .sun { opacity: 0; transform: rotate(-90deg) scale(.6); }
:root[data-theme="dark"] .theme-toggle .sun { opacity: 1; transform: none; }
:root[data-theme="dark"] .theme-toggle .moon { opacity: 0; transform: rotate(90deg) scale(.6); }
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .theme-toggle .sun { opacity: 1; transform: none; }
  :root:not([data-theme="light"]) .theme-toggle .moon { opacity: 0; transform: rotate(90deg) scale(.6); }
}
.burger { display: none; }
@media (max-width: 860px) {
  .nav ul { display: none; position: absolute; left: 12px; right: 12px; top: 64px; flex-direction: column; gap: 2px; padding: 10px; border-radius: 24px; background: var(--card); box-shadow: var(--shadow-glass), inset 0 0 0 1px var(--line); }
  .nav.open ul { display: flex; }
  .nav ul a { display: block; font-size: 17px; padding: 12px 14px; }
  .burger { display: grid; }
  .nav.open .burger .open-i, .burger .close-i { display: none; }
  .nav.open .burger .close-i { display: block; }
}
@media (max-width: 440px) { .nav .nav__cta { display: none; } }

/* ---------- Hero ---------- */
.hero { position: relative; padding-block: clamp(116px, 13vw, 168px) 0; overflow: hidden; isolation: isolate; text-align: center; }
.hero .dots { position: absolute; inset: 0; z-index: -1; pointer-events: none; background-image: radial-gradient(var(--dot) 1.1px, transparent 1.1px); background-size: 24px 24px; -webkit-mask-image: radial-gradient(75% 45% at 50% 16%, #000 10%, transparent 100%); mask-image: radial-gradient(75% 45% at 50% 16%, #000 10%, transparent 100%); }
.hero .clouds { position: absolute; inset: 0; z-index: -2; pointer-events: none; background: radial-gradient(50% 36% at 84% 12%, var(--cloud-a), transparent 70%), radial-gradient(44% 32% at 8% 4%, var(--cloud-b), transparent 70%); }
.hero-icon { width: 84px; height: 84px; border-radius: 19px; margin: 0 auto 26px; box-shadow: 0 18px 30px -8px rgba(21,19,14,.35); }
.hero h1 .w { display: inline-block; }
@media (prefers-reduced-motion: no-preference) {
  .hero h1 .w { opacity: 0; transform: translateY(.35em); filter: blur(6px); animation: word .9s var(--ease) forwards; animation-delay: calc(var(--n) * 70ms + 80ms); }
  @keyframes word { to { opacity: 1; transform: none; filter: none; } }
  .hero-icon { animation: iconin .9s var(--ease) both; }
  @keyframes iconin { from { opacity: 0; transform: translateY(14px) scale(.86); } to { opacity: 1; transform: none; } }
}

/* Das Geldfeld: eine Zahl, groß, sonst nichts — wie im Check-in der App. */
.ask { margin: 44px auto 0; max-width: 760px; }
.ask__label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.ask__field { display: flex; align-items: baseline; justify-content: center; gap: 12px; border-bottom: 1px solid var(--line); padding: 0 8px 8px; position: relative; cursor: text; }
.ask__field::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: -1px; height: 2px; background: var(--gold-grad); transition: left .5s var(--ease), right .5s var(--ease); }
.ask__field:focus-within::after { left: 0; right: 0; }
.ask input { width: 7ch; max-width: 100%; min-width: 0; text-align: right; background: none; border: 0; outline: 0; color: var(--text); font: 700 clamp(44px, 8vw, 92px)/1.1 var(--serif); letter-spacing: -.02em; font-variant-numeric: tabular-nums; caret-color: var(--gold); padding: 0; }
.ask input::placeholder { color: var(--text-3); opacity: .55; }
.ask__eur { font: 700 clamp(30px, 5vw, 56px)/1 var(--serif); color: var(--text-3); }
.ask__meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px 22px; margin-top: 18px; font-size: 14px; color: var(--text-2); }
.chips { display: inline-flex; gap: 2px; padding: 4px; border-radius: 999px; background: var(--raised); box-shadow: inset 0 0 0 1px var(--line-soft); flex-wrap: wrap; justify-content: center; }
.chips button { font-size: 13.5px; font-weight: 500; color: var(--text-2); padding: 6px 13px; border-radius: 999px; transition: color .2s, background .2s; }
.chips button:hover { color: var(--text); }
.chips button[aria-pressed="true"] { color: var(--text); background: var(--card); box-shadow: 0 1px 3px rgba(0,0,0,.12), inset 0 0 0 1px var(--line-soft); }
.presets { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 16px; }
.presets button { font-size: 13.5px; color: var(--text-2); border-radius: 999px; padding: 5px 13px; box-shadow: inset 0 0 0 1px var(--line); transition: color .2s, box-shadow .2s; }
.presets button:hover { color: var(--gold); box-shadow: inset 0 0 0 1px var(--gold); }

/* ---------- Das Ergebnis: die Reihe von hundert ----------
   Die Karte bringt ihre Farben selbst mit und bleibt in beiden Modi dunkel —
   wie die Statuskarte und die Teilen-Karte der App. */
.verdict { position: relative; margin: 40px auto 0; max-width: 980px; text-align: left; border-radius: 32px; padding: clamp(22px, 3.4vw, 40px); color: #F5F1E8;
  background: linear-gradient(105deg, #2b2720 0%, #4a453c 34%, #25221c 62%, #1c1a15 100%);
  box-shadow: 0 40px 90px -30px rgba(21,19,14,.55), inset 0 0 0 1px rgba(247,232,184,.16), inset 0 1px 0 rgba(255,255,255,.10);
  overflow: hidden; transition: transform .5s var(--ease); }
.verdict::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(420px circle at var(--mx, 30%) var(--my, 0%), rgba(255,255,255,.10), transparent 60%); }
.verdict__top { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 12px 32px; }
.verdict__kicker { font-size: 11.5px; letter-spacing: .18em; text-transform: uppercase; color: #C9C1AE; margin: 0 0 6px; }
.verdict__main { margin: 0; font: 700 clamp(30px, 4.6vw, 56px)/1.02 var(--serif); letter-spacing: -.02em; text-wrap: balance; }
.verdict__main.is-empty { opacity: .5; }
.verdict__side { text-align: right; margin: 0; font-size: 15px; color: #C9C1AE; max-width: 24em; }
.verdict__side strong { color: #F5F1E8; font-weight: 600; }
.verdict .gold-text { background: linear-gradient(135deg, #F7E8B8 0%, #E3C46E 45%, #C9A24A 100%); -webkit-background-clip: text; background-clip: text; }
.parade { display: flex; align-items: flex-end; gap: clamp(1px, .25vw, 3px); height: clamp(110px, 17vw, 190px); margin-top: 30px; position: relative; }
.parade span { flex: 1; min-width: 0; border-radius: 3px 3px 0 0; height: var(--h); background: rgba(255,255,255,.13); transition: background .45s var(--ease) calc(var(--i) * 6ms); }
.parade span.is-behind { background: linear-gradient(180deg, #E3C46E, #8a6a2a); }
.parade span.is-you { background: #FFF6D8; box-shadow: 0 0 22px rgba(247,232,184,.75); }
.parade__you { position: absolute; bottom: calc(var(--youh, 0%) + 10px); left: var(--youx, 50%); transform: translateX(-50%); font-size: 11.5px; font-weight: 700; letter-spacing: .08em; color: #241c07; background: #F7E8B8; padding: 3px 9px; border-radius: 999px; white-space: nowrap; opacity: 0; transition: opacity .4s, left .5s var(--ease), bottom .5s var(--ease); }
.parade__you.is-on { opacity: 1; }
.parade__axis { display: flex; justify-content: space-between; margin-top: 10px; font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; color: #A39B88; }
.verdict__facts { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 26px; border-top: 1px solid rgba(255,255,255,.10); }
.fact { padding: 18px 18px 0 0; }
.fact + .fact { padding-left: 18px; border-left: 1px solid rgba(255,255,255,.10); }
.fact__k { display: block; font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: #C9C1AE; }
.fact__v { display: block; font-size: clamp(17px, 1.9vw, 23px); font-weight: 700; font-variant-numeric: tabular-nums; margin-top: 3px; letter-spacing: -.02em; }
.fact__s { display: block; font-size: 12.5px; color: #A39B88; margin-top: 1px; }
.verdict__cta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; margin-top: 28px; }
.verdict__cta p { margin: 0; flex: 1 1 300px; font-size: 16px; color: #C9C1AE; }
.verdict__cta p strong { color: #F5F1E8; }
.hero__badges { list-style: none; display: flex; gap: 8px 22px; flex-wrap: wrap; justify-content: center; margin: 22px 0 0; padding: 0; font-size: 13.5px; color: var(--text-2); }
.hero__badges li::before { content: "✓"; color: var(--gold); margin-right: 7px; font-weight: 700; }

.stats { display: grid; grid-template-columns: repeat(4, auto); justify-content: center; gap: 10px 0; margin-top: 48px; }
.stat { display: flex; flex-direction: column; align-items: center; gap: 4px; padding-inline: clamp(16px, 3vw, 34px); border-left: 1px solid var(--line); }
.stat:first-child { border-left: 0; }
.stat b { font-size: 30px; font-weight: 700; letter-spacing: -.03em; line-height: 1; font-variant-numeric: tabular-nums; }
.stat span { font-size: 13px; color: var(--text-2); font-weight: 500; }
@media (max-width: 520px) { .stats { grid-template-columns: repeat(2, 1fr); max-width: 320px; margin-inline: auto; gap: 22px 0; } .stat:nth-child(3) { border-left: 0; } }

/* ---------- Geräte ---------- */
.phone { width: min(100%, 330px); flex: none; background: var(--bezel); border-radius: 15.5% / 7.2%; padding: 2.6%; box-shadow: var(--shadow-device), 0 0 0 1px var(--bezel-edge); position: relative; }
.phone .screen { position: relative; border-radius: 13.4% / 6.2%; overflow: hidden; background: #0B0A08; aspect-ratio: 640 / 1389; box-shadow: 0 0 0 1px var(--bezel-edge); }
.phone .screen::before { content: ""; position: absolute; left: 50%; top: 1.35%; width: 29%; height: 3.6%; transform: translateX(-50%); border-radius: 999px; background: #000; z-index: 2; }
.phone img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.phone--sm { width: min(100%, 272px); }
.phone--xs { width: min(100%, 224px); }
.fan { position: relative; margin-top: clamp(56px, 7vw, 88px); display: flex; justify-content: center; align-items: flex-end; }
.fan .mid { width: min(74vw, 330px); z-index: 2; }
.fan .side { width: 272px; margin-bottom: 38px; transform: rotate(var(--rot)); }
.fan .left { --rot: -5deg; margin-right: -34px; }
.fan .right { --rot: 5deg; margin-left: -34px; }
@media (max-width: 880px) { .fan .side { width: 30vw; margin-bottom: 4vw; } .fan .left { margin-right: -5vw; } .fan .right { margin-left: -5vw; } .fan .mid { width: 40vw; } }
@media (max-width: 560px) { .fan .side { display: none; } .fan .mid { width: min(78vw, 320px); } }

/* ---------- Laufband der Klassen ---------- */
.band { border-block: 1px solid var(--line-soft); padding-block: 26px; overflow: hidden; margin-top: clamp(56px, 7vw, 88px); }
.band .label { text-align: center; font-size: 14px; font-weight: 500; color: var(--text-2); margin-bottom: 18px; }
.band .label b { color: var(--text); font-weight: 600; }
.rows { -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.track { display: flex; gap: 8px; width: max-content; animation: slide 70s linear infinite; }
.track span { font: 600 15px/1 var(--serif); height: 40px; display: inline-flex; align-items: center; gap: 8px; padding: 0 16px; border-radius: 999px; background: var(--card); color: var(--text); white-space: nowrap; box-shadow: inset 0 0 0 1px var(--line); }
.track span small { font: 500 12.5px/1 var(--font); color: var(--text-2); }
.track span.is-you { background: var(--gold-grad); color: var(--on-gold); box-shadow: none; }
.track span.is-you small { color: inherit; opacity: .8; }
.band:hover .track { animation-play-state: paused; }
@keyframes slide { to { transform: translateX(-50%); } }

/* ---------- Abschnitte ---------- */
.sec, .section { padding-block: clamp(84px, 10vw, 140px); position: relative; }
.sec.grey { background: var(--bg-2); border-block: 1px solid var(--line-soft); }
.sec.night { background: var(--night); color: #F5F1E8; --text: #F5F1E8; --text-2: #A39B88; --text-3: #6C6657; --line: rgba(247,232,184,.13); --line-soft: rgba(247,232,184,.08); --card: #141310; --gold: #E3C46E; --gold-grad: linear-gradient(135deg, #F7E8B8 0%, #E3C46E 45%, #A67C2E 100%); }
.section-head { margin-bottom: clamp(44px, 6vw, 72px); }
.you-note { display: inline-block; margin-top: 18px; font-size: 13px; color: var(--text-2); box-shadow: inset 0 0 0 1px var(--line); border-radius: 999px; padding: 5px 13px; }
.you-note b { color: var(--gold); font-weight: 600; }
.card { background: var(--card); border-radius: var(--r); box-shadow: inset 0 0 0 1px var(--line); }

.two { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(32px, 6vw, 88px); align-items: center; }
.two > * { min-width: 0; }
.two.flip .visual { order: -1; }
.visual { display: flex; justify-content: center; align-items: flex-start; gap: 18px; }
.visual .phone + .phone { margin-top: 64px; }
@media (max-width: 860px) { .two { grid-template-columns: 1fr; } .two .visual, .two.flip .visual { order: 2; } }

.ticks { list-style: none; margin: 28px 0 0; padding: 0; display: flex; flex-direction: column; gap: 13px; }
.ticks li { position: relative; padding-left: 30px; font-size: 16.5px; color: var(--text-2); }
.ticks li::before { content: ""; position: absolute; left: 0; top: 4px; width: 18px; height: 18px; border-radius: 50%; background: var(--gold-grad);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/></svg>") center/13px no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/></svg>") center/13px no-repeat; }
.ticks b { color: var(--text); font-weight: 600; }
.text-cta { display: inline-block; margin-top: 28px; color: var(--gold); font-weight: 600; }
.text-cta:hover { text-decoration: underline; }

/* ---------- Level-Leiter ---------- */
.ladder__track { display: grid; grid-template-columns: repeat(10, 1fr); gap: 6px; }
.rung { position: relative; padding-top: 24px; text-align: left; }
.rung::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 8px; border-radius: 99px; background: var(--raised); box-shadow: inset 0 0 0 1px var(--line-soft); }
.rung::after { content: ""; position: absolute; left: 0; top: 0; height: 8px; border-radius: 99px; width: var(--fill, 0%); background: var(--gold-grad); box-shadow: 0 0 16px rgba(227,196,110,.45); transition: width .7s var(--ease) calc(var(--i) * 70ms); }
.rung__n { font: 700 13px/1 var(--serif); color: var(--text-3); letter-spacing: .06em; }
.rung__t { display: block; font: 600 clamp(12.5px, 1.12vw, 15px)/1.15 var(--serif); margin-top: 6px; color: var(--text-3); transition: color .4s; hyphens: manual; }
.rung__a { display: block; font-size: 11.5px; color: var(--text-3); margin-top: 3px; font-variant-numeric: tabular-nums; }
.rung.is-done .rung__t { color: var(--text); }
.rung.is-now .rung__t, .rung.is-now .rung__n { color: var(--gold); }
.ladder__say { text-align: center; margin: 64px auto 0; font: 700 clamp(26px, 4vw, 50px)/1.12 var(--serif); letter-spacing: -.02em; max-width: 22em; text-wrap: balance; }
.ladder__say small { display: block; max-width: 38em; margin: 16px auto 0; font: 400 17px/1.6 var(--font); letter-spacing: 0; color: var(--text-2); }

/* ---------- Ritual: das Telefon bleibt stehen, die Schritte ziehen vorbei ---------- */
.ritual { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.ritual__stage { position: sticky; top: 14vh; height: 74vh; display: grid; place-items: center; }
.ritual__stage .phone { width: min(300px, 33vh); }
.ritual__stage .screen img { position: absolute; inset: 0; opacity: 0; transition: opacity .6s var(--ease); }
.ritual__stage .screen img.is-on { opacity: 1; }
.ritual__steps { padding: 16vh 0; display: flex; flex-direction: column; gap: 42vh; }
.rstep { opacity: .25; transition: opacity .5s var(--ease); }
.rstep.is-on { opacity: 1; }
.rstep__n { font: 700 14px/1 var(--serif); color: var(--gold); letter-spacing: .08em; }
.rstep h3 { font-size: clamp(34px, 4.4vw, 58px); font-weight: 750; line-height: 1.02; margin: 12px 0 0; letter-spacing: -.04em; }
.rstep p { color: var(--text-2); font-size: 18.5px; max-width: 30em; margin: 18px 0 0; }
.rstep .phone { display: none; }

/* ---------- Projektion ---------- */
.future { max-width: 980px; margin: 0 auto; padding: clamp(22px, 3.4vw, 40px); border-radius: 32px; }
.future .future__say { font: 700 clamp(28px, 4.4vw, 54px)/1.05 var(--serif); margin: 0; color: var(--text); letter-spacing: -.02em; text-wrap: balance; }
.future .future__sub { color: var(--text-2); margin: 12px 0 0; font-size: 16px; }
.future svg { width: 100%; height: auto; display: block; margin-top: 22px; overflow: visible; color: var(--text); }
.future__ctl { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 36px; margin-top: 18px; }
.slider label { display: flex; justify-content: space-between; font-size: 13px; font-weight: 500; color: var(--text-2); }
.slider label b { color: var(--text); font-variant-numeric: tabular-nums; font-size: 15px; }
.slider input { width: 100%; accent-color: var(--gold); margin-top: 10px; }
.future .future__fine { font-size: 12.5px; color: var(--text-2); margin: 18px 0 0; }

/* ---------- Was es nicht ist ---------- */
.nots { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.not { padding: 28px 24px; }
.not s { display: block; font-size: clamp(21px, 2.1vw, 27px); font-weight: 750; letter-spacing: -.03em; text-decoration-color: var(--gold); text-decoration-thickness: 2px; color: var(--text-3); }
.not p { margin: 12px 0 0; font-size: 15px; color: var(--text-2); }

/* ---------- Privatsphäre ---------- */
.vault__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 56px; text-align: left; }
.vault__grid .card { padding: 28px 24px; }
.card__big { font: 700 46px/1 var(--serif); margin-bottom: 14px; display: block; }
.card h3 { margin-bottom: 8px; }
.card p { color: var(--text-2); font-size: 15px; margin: 0; }
.vault__fine { color: var(--text-2); font-size: 14.5px; max-width: 70ch; margin: 34px auto 0; }
.vault__fine a, .faq details a, .post a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Wissen ---------- */
.posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.post-card { display: flex; flex-direction: column; padding: 26px 24px 22px; transition: transform .25s var(--ease), box-shadow .25s; }
.post-card:hover { transform: translateY(-4px); box-shadow: inset 0 0 0 1px var(--gold), var(--shadow-glass); }
.post-card__fig { font: 700 clamp(30px, 3vw, 40px)/1 var(--serif); letter-spacing: -.02em; }
.post-card__cap { font-size: 12.5px; color: var(--text-2); margin-top: 6px; }
.post-card h3 { margin-top: 26px; font-size: 20px; line-height: 1.2; }
.post-card p { color: var(--text-2); font-size: 15px; margin: 10px 0 0; flex: 1; }
.post-card__go { margin-top: 20px; font-size: 14px; font-weight: 600; color: var(--gold); }

/* ---------- FAQ ---------- */
.faq { max-width: 780px; margin: 0 auto; text-align: left; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 22px 36px 22px 0; position: relative; font-size: 18px; font-weight: 600; letter-spacing: -.01em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); color: var(--gold); font-size: 24px; font-weight: 400; transition: transform .25s var(--ease); }
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details p { color: var(--text-2); margin: 0 0 24px; max-width: 64ch; }

/* ---------- Schluss ---------- */
.close { position: relative; padding: clamp(100px, 13vw, 170px) 0; text-align: center; overflow: hidden; background: var(--night); color: #F5F1E8; --text-2: #A39B88; }
.close__glow { position: absolute; inset: auto 0 -40% 0; height: 620px; background: radial-gradient(50% 60% at 50% 100%, rgba(227,196,110,.30), transparent 70%); pointer-events: none; }
.close .wrap { position: relative; display: flex; flex-direction: column; align-items: center; }
.close__icon { width: 104px; height: 104px; border-radius: 24px; box-shadow: 0 24px 60px rgba(0,0,0,.55); margin-bottom: 34px; }
.close h2 { font-size: clamp(40px, 7vw, 92px); max-width: 14ch; letter-spacing: -.045em; font-weight: 800; }
.close h2 .gold-text { background: linear-gradient(135deg, #F7E8B8 0%, #E3C46E 45%, #A67C2E 100%); -webkit-background-clip: text; background-clip: text; }
.close p { color: var(--text-2); font-size: 20px; margin: 22px auto 0; max-width: 40ch; text-wrap: balance; }
.close p.fine { font-size: 13.5px; margin-top: 22px; }
.close .soon-note { color: rgba(255,255,255,.7); }
/* QR nur dort, wo man die App nicht direkt laden kann: am Schreibtisch. */
.qr { display: none; align-items: center; gap: 22px; margin-top: 38px; text-align: left; box-shadow: inset 0 0 0 1px rgba(247,232,184,.14); background: rgba(255,255,255,.04); border-radius: 24px; padding: 18px 26px 18px 18px; }
.qr img { width: 128px; height: 128px; border-radius: 12px; }
.qr b { display: block; font-size: 17px; }
.qr span { color: #A39B88; font-size: 14.5px; }
.is-desktop[data-store="live"] .qr { display: flex; }

/* Klebende Leiste auf dem iPhone — der kürzeste Weg zum Laden. */
.sticky { position: fixed; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); z-index: 60; display: none; align-items: center; gap: 12px; padding: 10px 10px 10px 12px; border-radius: 22px; background: var(--glass); box-shadow: var(--shadow-glass), inset 0 0 0 1px var(--glass-brd); backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); transform: translateY(140%); transition: transform .45s var(--ease); }
.sticky img { width: 42px; height: 42px; border-radius: 10px; }
.sticky__t { flex: 1; min-width: 0; line-height: 1.25; }
.sticky__t b { display: block; font-size: 15px; }
.sticky__t span { font-size: 12.5px; color: var(--text-2); }
.is-ios .sticky { display: flex; }
.sticky.is-on { transform: none; }

/* ---------- Fußzeile ---------- */
.foot { border-top: 1px solid var(--line-soft); padding: 44px 0; background: var(--bg-2); }
.foot__inner { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.foot__brand { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.foot__links { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap; }
.foot__links a, .foot a { color: var(--text-2); font-size: 14.5px; }
.foot__links a:hover, .foot a:hover { color: var(--text); }
.foot__legal { flex-basis: 100%; color: var(--text-2); font-size: 12.5px; margin: 8px 0 0; opacity: .85; }
.is-ios .foot { padding-bottom: 120px; }

/* ---------- Artikel ---------- */
.post { padding: clamp(116px, 13vw, 160px) 0 72px; }
.post__inner { max-width: 720px; }
.post h1 { font-size: clamp(36px, 5.6vw, 62px); letter-spacing: -.04em; line-height: 1.03; }
.post__meta { color: var(--text-2); font-size: 14px; margin: 18px 0 0; }
.post__lede { font-size: clamp(19px, 2vw, 22px); color: var(--text-2); margin: 26px 0 0; line-height: 1.5; }
.post h2 { font-size: clamp(25px, 3vw, 32px); max-width: none; margin: 52px 0 0; letter-spacing: -.03em; }
.post p, .post li { font-size: 18px; line-height: 1.7; color: var(--text); }
.post p { margin: 18px 0 0; }
.post ul { padding-left: 22px; margin: 18px 0 0; }
.post strong { font-weight: 650; }
.post table { width: 100%; border-collapse: collapse; margin: 26px 0 0; font-variant-numeric: tabular-nums; }
.post caption { text-align: left; font-size: 13px; font-weight: 500; color: var(--text-2); padding-bottom: 10px; }
.post th, .post td { text-align: left; padding: 13px 4px; border-bottom: 1px solid var(--line); font-size: 16.5px; }
.post th { color: var(--text-2); font-weight: 600; font-size: 13px; }
.post td:last-child, .post th:last-child { text-align: right; }
.post td:last-child { color: var(--gold); font-weight: 650; }
.post__key { margin: 30px 0 0; padding: 24px 26px; border-radius: var(--r); background: var(--bg-2); box-shadow: inset 0 0 0 1px var(--line-soft); }
.post__key b { display: block; font: 700 clamp(32px, 4.6vw, 48px)/1 var(--serif); letter-spacing: -.02em; }
.post__key span { display: block; color: var(--text-2); font-size: 15px; margin-top: 8px; }
.post__more { margin-top: 64px; }
.post__more h2 { margin-bottom: 20px; }
.post__more .posts { grid-template-columns: 1fr 1fr; }
.post__src { font-size: 13px !important; color: var(--text-2) !important; margin-top: 40px !important; }

/* ---------- Einblenden ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
/* Ohne JavaScript bleibt nichts unsichtbar. */
.no-js .reveal, .no-js .rstep { opacity: 1; transform: none; }
.no-js .ritual__stage .screen img:first-child { opacity: 1; }

/* ---------- Schmal ---------- */
@media (max-width: 960px) {
  .vault__grid, .posts { grid-template-columns: 1fr; }
  .nots { grid-template-columns: 1fr 1fr; }
  .ritual { grid-template-columns: 1fr; }
  .ritual__stage { display: none; }
  .ritual__steps { padding: 0; gap: 84px; text-align: center; align-items: center; }
  .rstep { opacity: 1; display: flex; flex-direction: column; align-items: center; }
  .rstep .phone { display: block; margin-bottom: 30px; }
  .rstep p { margin-inline: auto; }
  .ladder__track { grid-template-columns: repeat(5, 1fr); row-gap: 26px; }
  .verdict__facts { grid-template-columns: 1fr 1fr; }
  .fact:nth-child(3) { border-left: 0; padding-left: 0; }
  .fact:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.10); margin-top: 18px; }
  .verdict__side { text-align: left; }
  .post__more .posts { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .future__ctl { grid-template-columns: 1fr; }
  .visual .phone--xs { width: 46%; }
  .visual .phone + .phone { margin-top: 36px; }
  .foot__inner { flex-direction: column; align-items: flex-start; }
  .foot__links { margin-left: 0; }
  .nots { grid-template-columns: 1fr; }
  .parade { gap: 1px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .sticky, .parade span, .rung::after, .verdict { transition: none; }
  .track { flex-wrap: wrap; width: auto; justify-content: center; }
  .rows { mask-image: none; -webkit-mask-image: none; }
}

/* ============================================================
   VERMÖGENSRECHNER (rechner.html)
   ============================================================
   Eigene Sektion statt neuer Datei: Die Seite teilt Farben, Schrift und
   Knöpfe mit der Landing — zwei Stylesheets hießen zwei Wahrheiten über
   dieselbe Marke. */

.calc-hero {
  padding: 76px 0 40px;
  background: radial-gradient(90% 70% at 50% 0%, rgba(227, 196, 110, .10), transparent 62%), var(--bg);
}

.calc-wrap { max-width: 720px; }

.calc-title {
  font-size: clamp(34px, 6vw, 54px);
  line-height: 1.05;
  margin: 6px 0 14px;
  letter-spacing: -.01em;
}

.calc-lead { margin-bottom: 28px; }

.calc {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 620px) {
  .calc { grid-template-columns: 1.4fr 1fr 1fr; align-items: end; }
}

.calc__field { display: flex; flex-direction: column; gap: 7px; }

.calc__field label {
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--text-2);
}

.calc__optional { text-transform: none; letter-spacing: 0; font-weight: 400; }

.calc__input { position: relative; }

.calc input,
.calc select {
  width: 100%;
  padding: 15px 16px;
  font-size: 17px;
  font-family: inherit;
  color: var(--text);
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 14px;
  appearance: none;
}

.calc input { padding-right: 42px; font-variant-numeric: tabular-nums; }

.calc input:focus,
.calc select:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(227, 196, 110, .18);
}

.calc__currency {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-2);
  font-size: 17px;
  pointer-events: none;
}

.calc__privacy {
  margin-top: 16px;
  font-size: 13.5px;
  color: var(--text-2);
  line-height: 1.6;
}

.calc__result {
  margin-top: 34px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--bg-2);
}

.calc__headline {
  font-size: clamp(30px, 5.4vw, 44px);
  line-height: 1.1;
  margin: 0;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.calc__sub { margin: 6px 0 20px; color: var(--text-2); font-size: 16px; }

/* Der Balken zeigt das Perzentil, nicht den Betrag: Ein Balken für Beträge
   wäre bei einer log-verteilten Größe unlesbar — 90 % der Nutzer lägen im
   ersten Prozent seiner Breite. */
.calc__bar {
  height: 8px;
  border-radius: 99px;
  background: rgba(255, 255, 255, .07);
  overflow: hidden;
}

.calc__bar span {
  display: block;
  height: 100%;
  background: var(--gold-grad);
  border-radius: 99px;
  transition: width .35s cubic-bezier(.22, .8, .3, 1);
}

.calc__facts {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.calc__facts li {
  padding-left: 22px;
  position: relative;
  color: var(--text-2);
  font-size: 15.5px;
  line-height: 1.6;
}

.calc__facts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: var(--gold);
}

.calc__facts strong { color: var(--text); }

.calc__cta {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.calc__ctaText { margin: 0; color: var(--text-2); font-size: 15.5px; }

.calc-table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0 40px;
  font-variant-numeric: tabular-nums;
}

.calc-table caption {
  text-align: left;
  font-size: 12.5px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--text-2);
  padding-bottom: 10px;
}

.calc-table th,
.calc-table td {
  text-align: left;
  padding: 13px 4px;
  border-bottom: 1px solid var(--line);
  font-size: 15.5px;
}

.calc-table th { color: var(--text-2); font-weight: 600; font-size: 13px; }
.calc-table td:last-child { text-align: right; color: var(--gold); font-weight: 600; }

.calc-wrap h3 {
  font-size: 18px;
  margin: 26px 0 8px;
  color: var(--text);
}

.calc__source {
  margin-top: 34px;
  font-size: 12.5px;
  color: var(--text-2);
  line-height: 1.7;
}

/* Der Rechner ist eine Lesespalte: Überschriften linksbündig, und die
   Einordnung schließt dicht an das Ergebnis an. */
.calc-hero { padding-top: clamp(116px, 13vw, 150px); background: none; }
.calc-hero + .section { padding: 8px 0 96px; }
.calc-wrap .section-head { text-align: left; margin: 56px 0 0; max-width: none; font-size: clamp(26px, 3.4vw, 36px); }
.calc-title { font-family: var(--font); font-weight: 800; letter-spacing: -.045em; }
.calc input, .calc select { background: var(--card); }
.calc__result { background: var(--card); box-shadow: inset 0 0 0 1px var(--line); border: 0; }
.calc__bar { background: var(--raised); }
.legal { padding-top: clamp(116px, 13vw, 150px) !important; }
.calc-wrap h2.serif, .legal h1.serif { font-family: var(--font); font-weight: 750; letter-spacing: -.035em; }

/* ============================================================
   DIE APP VERKAUFEN
   ============================================================
   Rechner und Beiträge holen Menschen auf die Seite; diese Bausteine führen
   sie von dort in die App. Die App-Karte ist auf jeder Seite dieselbe — die
   dunkle Metallfläche der Ergebnis-Karte, damit „das ist die App" überall
   gleich aussieht. Sie bringt ihre Farben selbst mit (wie `.sec.night`). */
.appcard { --text: #F5F1E8; --text-2: #C9C1AE; --gold: #E3C46E; --on-gold: #241C07;
  --gold-grad: linear-gradient(135deg, #F7E8B8 0%, #E3C46E 45%, #A67C2E 100%);
  --pad: clamp(26px, 4vw, 48px);
  position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: clamp(24px, 5vw, 64px); align-items: start; overflow: hidden; text-align: left; border-radius: 32px; padding: var(--pad); color: var(--text);
  background: linear-gradient(105deg, #2b2720 0%, #4a453c 34%, #25221c 62%, #1c1a15 100%);
  box-shadow: 0 40px 90px -40px rgba(21,19,14,.55), inset 0 0 0 1px rgba(247,232,184,.16), inset 0 1px 0 rgba(255,255,255,.10); }
.appcard p.appcard__kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; font-size: 13px; font-weight: 600; color: #C9C1AE; max-width: none; }
.appcard__kicker img { width: 28px; height: 28px; border-radius: 7px; flex: none; }
.appcard h2, .appcard h3 { margin: 0; max-width: 17ch; color: var(--text); font-size: clamp(26px, 3.4vw, 40px); line-height: 1.06; font-weight: 750; letter-spacing: -.035em; }
.appcard p { margin: 14px 0 0; color: var(--text-2); font-size: 16.5px; line-height: 1.55; max-width: 44ch; }
.appcard .ticks { margin: 20px 0 0; padding: 0; gap: 10px; }
.appcard .ticks li { font-size: 15.5px; line-height: 1.5; color: var(--text-2); }
.appcard .cta-row { justify-content: flex-start; margin-top: 26px; gap: 12px 18px; }
.appcard .appstore { text-decoration: none; }
.appcard__free { font-size: 13.5px; color: #C9C1AE; }
.appcard__alt { font-size: 14.5px; font-weight: 600; color: var(--gold) !important; }
.appcard p.soon-note { margin: 16px 0 0; font-size: 14px; color: rgba(255,255,255,.7); }
/* Das Telefon schaut von unten in die Karte: Der obere Teil des Screens ist
   der, der verkauft (Statuskarte, Perzentil). */
.appcard__shot { align-self: end; width: clamp(190px, 22vw, 250px); margin-bottom: calc(-170px - var(--pad)); }
.appcard--narrow { column-gap: 32px; }
.appcard--narrow .appcard__shot { width: 215px; margin-bottom: calc(-70px - var(--pad)); }
/* `.post a` färbt und unterstreicht Textlinks — Karten sind keine. */
.post a.post-card { color: inherit; text-decoration: none; }
@media (max-width: 720px) {
  .appcard { grid-template-columns: 1fr; }
  .appcard__shot, .appcard--narrow .appcard__shot { justify-self: center; width: min(64%, 240px); margin-top: 32px; margin-bottom: calc(-56% - var(--pad)); }
}

/* Rechner gegen App: warum die Zahl von eben nicht reicht. */
.versus { display: grid; grid-template-columns: minmax(0, .56fr) minmax(0, 1.44fr); gap: 14px; align-items: stretch; margin: 0 auto; }
.versus .appcard { column-gap: clamp(24px, 3vw, 44px); }
.versus .appcard h3 { font-size: clamp(26px, 3vw, 36px); max-width: 15ch; }
.versus .appcard__shot { width: clamp(190px, 20vw, 250px); margin-bottom: calc(-90px - var(--pad)); }
.versus__web { padding: clamp(24px, 2.6vw, 32px); }
.versus__web h3 { font-size: 13px; font-weight: 600; color: var(--text-2); letter-spacing: 0; }
.versus__web h3 + p { font: 700 clamp(24px, 2.8vw, 34px)/1.1 var(--serif); letter-spacing: -.02em; color: var(--text-3); margin: 14px 0 0; }
.versus__list { list-style: none; margin: 24px 0 0; padding: 0; display: flex; flex-direction: column; gap: 13px; font-size: 16px; color: var(--text-2); }
.versus__list li { position: relative; padding-left: 28px; }
.versus__list li::before { content: ""; position: absolute; left: 2px; top: .72em; width: 12px; height: 2px; border-radius: 2px; background: var(--text-3); }
@media (max-width: 960px) { .versus { grid-template-columns: 1fr; } }
/* Das Laufband darüber zieht schon eine Linie. */
#app.sec.grey { border-top: 0; }

/* Das Ergebnis im Hero endet mit dem Grund, die App zu laden. */
.verdict__cta { padding-top: 26px; border-top: 1px solid rgba(255,255,255,.10); gap: 18px 32px; }
.verdict__pitch { flex: 1 1 340px; }
.verdict__pitch b { display: block; font: 700 clamp(21px, 2.5vw, 30px)/1.15 var(--serif); letter-spacing: -.015em; color: #F5F1E8; text-wrap: balance; }
.verdict__pitch p { margin: 10px 0 0; font-size: 15.5px; max-width: 52ch; }
.verdict__get { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.verdict__get small { font-size: 12.5px; color: #A39B88; }

/* Ladezeile unter einem Abschnitt. */
.cta-row.left { justify-content: flex-start; }
.cta-note { font-size: 14px; color: var(--text-2); }
.sec-cta { margin-top: clamp(48px, 6vw, 80px); text-align: center; }
.sec-cta p { margin: 0 auto; font: 700 clamp(22px, 2.6vw, 30px)/1.2 var(--serif); letter-spacing: -.015em; max-width: 24em; text-wrap: balance; }
.sec-cta .cta-row { margin-top: 22px; }

/* In Beiträgen: die schmale App-Zeile mitten im Text. */
.post__app { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 16px; margin: 36px 0 0; padding: 14px 16px; border-radius: 18px; background: var(--card); box-shadow: inset 0 0 0 1px var(--line); }
.post__app img { width: 46px; height: 46px; border-radius: 11px; flex: none; }
.post__app p { flex: 1 1 260px; margin: 0; font-size: 15.5px; line-height: 1.45; color: var(--text-2); }
.post__app p b { display: block; color: var(--text); font-weight: 650; }
.post__app a.btn { color: var(--on-gold); text-decoration: none; }
.post .appcard { margin-top: 56px; }
.post .appcard a.btn { text-decoration: none; }
.wissen-app { margin-top: clamp(56px, 7vw, 88px); }
.calc-app { margin-top: 40px; }

/* Leiter auf dem Handy: untereinander — zehn Spalten passen dort nicht,
   und abgeschnittene Level-Namen sind schlimmer als eine lange Liste. */
@media (max-width: 600px) {
  .ladder__track { grid-template-columns: 1fr; row-gap: 0; }
  .rung { display: grid; grid-template-columns: 34px 1fr auto; align-items: baseline; column-gap: 6px; padding: 16px 0 12px; }
  .rung::before, .rung::after { top: auto; bottom: 0; height: 4px; }
  .rung__t { margin-top: 0; font-size: 17px; }
  .rung__a { margin-top: 0; font-size: 13px; }
}
