/* =====================================================================
   Journey of Money – Experience · Design
   Im Marken-Designsystem: Navy · Gold · Creme, Cormorant + Inter.
   (Tokens gespiegelt aus assets/css/design-system.css der Website.)
   ===================================================================== */
:root {
  --navy-900: #08131F;
  --navy-800: #0C1A2C;
  --navy-700: #102338;
  --navy-600: #163049;
  --navy-500: #1F3E5C;
  --navy: var(--navy-800);

  --gold-600: #A67C36;
  --gold-500: #C6A15B;
  --gold-400: #D6B876;
  --gold-300: #E4CE9C;
  --gold: var(--gold-500);

  --cream-100: #FCFAF4;
  --cream-200: #F7F1E6;
  --cream-300: #F0E8D8;
  --cream: var(--cream-200);
  --white: #FFFFFF;

  --ink: #16202E;
  --ink-soft: #3E4A5A;
  --ink-faint: #6B7889;
  --paper: #E9E2D3;
  --paper-soft: #B9C2CE;

  --line: rgba(22, 32, 46, 0.12);
  --line-strong: rgba(22, 32, 46, 0.22);
  --line-ondark: rgba(233, 226, 211, 0.16);
  --line-ondark-strong: rgba(233, 226, 211, 0.30);

  --good: #3f7d5a;
  --bad: #b0492f;

  --font-display: "Cormorant", Georgia, "Times New Roman", serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

  --step-0:  clamp(1rem, 0.95rem + 0.25vw, 1.13rem);
  --step-1:  clamp(1.2rem, 1.1rem + 0.5vw, 1.5rem);
  --step-2:  clamp(1.5rem, 1.3rem + 1vw, 2.1rem);
  --step-3:  clamp(1.95rem, 1.6rem + 1.8vw, 3rem);
  --step-4:  clamp(2.4rem, 1.9rem + 2.6vw, 4rem);

  --radius: 4px;
  --radius-lg: 10px;
  --container-narrow: 720px;

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);

  --shadow-sm: 0 2px 12px rgba(12, 26, 44, 0.06);
  --shadow-md: 0 18px 50px -20px rgba(12, 26, 44, 0.28);
  --shadow-lg: 0 40px 90px -40px rgba(8, 19, 31, 0.55);
}

/* =====================================================================
   Editorial refresh
   ===================================================================== */
:root {
  --radius: 8px;
  --radius-lg: 18px;
  --container-narrow: 1120px;
}

body { background: var(--cream-200); }
.app { max-width: var(--container-narrow); padding: 24px 28px 40px; }
.stage > :not(.hero) { max-width: 720px; margin-left: auto; margin-right: auto; }
.stage > .roles { max-width: 1000px; }

.hero {
  min-height: calc(100vh - 104px);
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(36px, 6vw, 86px);
  padding: 46px 0 60px;
  text-align: left;
}
.hero-copy { position: relative; z-index: 2; }
.hero-badge { margin-bottom: 26px; }
.hero-badge::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 1px;
  background: var(--gold-500);
  margin: 0 12px 3px 0;
}
.hero-badge::after { display: none; }
.hero-title {
  font-size: clamp(3.4rem, 6vw, 5.8rem);
  letter-spacing: -.035em;
  line-height: .88;
}
.hero-title em { color: var(--gold-600); font-weight: 500; }
.hero-sub {
  font-size: clamp(1rem, .9rem + .35vw, 1.2rem);
  max-width: 510px;
  margin: 28px 0 34px;
}
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  color: var(--ink-faint);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-meta span { padding: 0 16px; border-left: 1px solid var(--line-strong); }
.hero-meta span:first-child { padding-left: 0; border-left: 0; }
.hero-meta b { color: var(--navy-800); font-size: 13px; }
.hero-visual {
  position: relative;
  min-height: 610px;
  border-radius: 180px 180px 18px 18px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(8,19,31,.68));
  pointer-events: none;
}
.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
  object-position: 57% center;
  display: block;
}
.hero-visual-label {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 26px;
  z-index: 1;
  color: var(--paper);
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-display);
  font-size: 18px;
  font-style: italic;
}
.hero-visual-label span {
  font-family: var(--font-body);
  font-style: normal;
  font-size: 11px;
  letter-spacing: .12em;
  color: var(--gold-300);
  border: 1px solid rgba(228,206,156,.5);
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.roles { padding: 42px 0; }
.role-card { padding: 0 22px 22px; }
.role-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 104px;
  margin: 0;
  background: linear-gradient(135deg, var(--g1), var(--g2));
  opacity: .42;
}
.role-top {
  height: 104px;
  margin: 0 -22px 10px;
  padding: 16px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.role-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 42%;
}
.role-top::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,19,31,.05), rgba(8,19,31,.42));
}
.role-number, .role-emoji { z-index: 1; }
.role-number { font-size: 11px; font-weight: 700; letter-spacing: .12em; color: rgba(8,19,31,.52); }
.role-emoji {
  position: static;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(6px);
  font-size: 28px;
}
.role-name { margin-top: 10px; }
.role-name { overflow-wrap: anywhere; }

.dashboard { max-width: 720px; margin-left: auto; margin-right: auto; }
.card-hero { height: 210px; isolation: isolate; overflow: hidden; }
.card-hero::before {
  content: "";
  position: absolute;
  inset: -20%;
  background-position: center;
  background-size: cover;
  z-index: -2;
}
.card-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 42%, rgba(255,255,255,.55), transparent 42%),
    repeating-linear-gradient(115deg, transparent 0 22px, rgba(255,255,255,.08) 22px 23px);
  z-index: -1;
}
.card.tier-1 .card-hero,
.card.tier-2 .card-hero,
.card.tier-3 .card-hero { background: transparent; }
.card.tier-3 .card-hero::before { filter: saturate(.65) brightness(.42); }
.card.tier-1 .card-hero::before { background-image: url("../assets/images/event-tier-1.png"); }
.card.tier-2 .card-hero::before { background-image: url("../assets/images/event-tier-2.png"); }
.card.tier-3 .card-hero::before { background-image: url("../assets/images/event-tier-3.png"); }

@media (max-width: 760px) {
  .app { padding: 18px 16px 30px; }
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 34px 0 46px;
  }
  .hero-title { font-size: clamp(3.1rem, 16vw, 4.6rem); }
  .hero-visual { min-height: 430px; border-radius: 110px 110px 16px 16px; }
  .hero-visual img { min-height: 430px; }
  .hero-meta span { padding: 0 10px; font-size: 9px; }
  .hero-meta b { font-size: 11px; }
}

/* Responsive media framing and full-bleed finale. */
.card-hero {
  width: 100%;
  height: auto;
  aspect-ratio: 21 / 9;
}
.card-photo { object-position: center 25%; }
.stage > .closing {
  position: fixed;
  inset: 0;
  z-index: 20;
  width: 100%;
  height: 100svh;
  max-width: none;
  margin: 0;
  overflow: auto;
}
.stage:has(> .closing) {
  transform: none !important;
  animation: none !important;
}
.closing {
  padding: 0;
  min-height: 100svh;
}
.closing-visual {
  min-height: 100svh;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.closing-visual img {
  position: absolute;
  inset: 0;
  object-position: 56% center;
}
.closing-visual::after {
  background:
    linear-gradient(90deg, rgba(8,19,31,.92) 0%, rgba(8,19,31,.72) 45%, rgba(8,19,31,.2) 100%),
    linear-gradient(0deg, rgba(8,19,31,.58), transparent 55%);
}
.closing-visual-copy {
  width: min(720px, calc(100% - 48px));
  min-height: 100svh;
  margin: 0 auto;
  padding: clamp(48px, 8vh, 96px) 0;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}
.closing-visual .closing-age { max-width: 620px; }
.closing-visual .closing-cliff {
  max-width: 620px;
  margin: 22px 0 28px;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}
.closing-visual .closing-statement {
  max-width: 620px;
  margin: 0 0 30px;
  padding: 24px 0 24px 28px;
  background: transparent;
  border-radius: 0;
  border-left: 2px solid var(--gold-500);
  box-shadow: none;
  color: var(--paper);
}

@media (max-width: 760px) {
  html, body { min-height: 100%; height: auto; overflow-x: hidden; }
  .app { width: 100%; min-height: calc(100svh - 48px); }
  .dashboard { top: 4px; margin-bottom: 12px; }
  .dash-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px 12px; padding: 10px 12px; }
  .stat { min-width: 0; padding: 3px 2px; }
  .stat-label { font-size: 8.5px; }
  .stat-val { font-size: 14px; }
  .stat-bar { margin-top: 4px; }
  .card-hero { aspect-ratio: 21 / 9; }
  .card-age, .card-count { top: 10px; font-size: 9px; padding: 4px 8px; }
  .card-age { left: 10px; }
  .card-count { right: 10px; }
  .card-body { padding: 21px 18px 22px; }
  .option { padding: 14px 15px; }
  .option-label { font-size: 15px; }
  .btn { min-height: 48px; padding: .95em 1.35em; }
  .btn-lg { font-size: 1rem; padding: 1.05em 1.45em; }
  .chips { align-items: stretch; }
  .chip { flex: 1 1 calc(50% - 8px); text-align: center; }
  .consequence { padding: 34px 0; }
  .cons-text { margin-top: 22px; }
  .profile-sc { grid-template-columns: 1fr; }
  .profile-visual { height: auto; aspect-ratio: 4 / 3; }
  .review-visual { height: auto; aspect-ratio: 16 / 10; }
  .observations li { padding: 14px 14px 14px 44px; font-size: 14px; }
  .fc-row, .fc-debt { padding: 13px 14px; }
  .share-btns { flex-direction: column; }
  .share-btns .btn { width: 100%; }
  .lead-form { width: 100%; }
  .field input, .field select { width: 100%; }
  .closing-visual::after {
    background: linear-gradient(0deg, rgba(8,19,31,.96) 0%, rgba(8,19,31,.76) 62%, rgba(8,19,31,.2) 100%);
  }
  .closing-visual img { object-position: 62% center; }
  .closing-visual-copy {
    width: calc(100% - 36px);
    padding: 50px 0 max(42px, env(safe-area-inset-bottom));
    justify-content: flex-end;
  }
  .closing-visual .closing-age { font-size: clamp(2.2rem, 11vw, 3.2rem); }
  .closing-visual .closing-cliff { font-size: 1rem; line-height: 1.5; }
  .closing-visual .closing-statement { font-size: 1.25rem; padding: 18px 0 18px 20px; }
  .closing-visual .btn { width: 100%; }
}

.stage > .roles { max-width: 1000px; }
.role-name { overflow-wrap: anywhere; }
.stage > .roles { max-width: 1000px; }
.role-name { overflow-wrap: anywhere; }

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { height: 100%; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(1100px 620px at 82% -8%, #FBF6EC 0, transparent 60%),
    radial-gradient(900px 560px at -8% 6%, #FCFAF4 0, transparent 55%),
    var(--cream-200);
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
  min-height: 100%;
}

/* ---------- Fortschritt ---------- */
.progress-track { position: fixed; top: 0; left: 0; right: 0; height: 3px; background: transparent; z-index: 50; }
.progress-fill {
  height: 100%; width: 0;
  background: linear-gradient(90deg, var(--gold-600), var(--gold-400));
  transition: width .6s var(--ease); border-radius: 0 3px 3px 0;
}

.app { max-width: var(--container-narrow); margin: 0 auto; padding: 26px 20px 40px; min-height: calc(100vh - 56px); }
.app-footer { text-align: center; color: var(--ink-faint); font-size: 12px; letter-spacing: .04em; padding: 16px; }

/* ---------- Buttons (Marken-Stil: Gold-Pill, Versalien) ---------- */
.btn {
  --btn-bg: var(--gold-500); --btn-fg: var(--navy-900); --btn-bd: var(--gold-500);
  appearance: none; cursor: pointer; font-family: var(--font-body);
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  font-size: var(--step-0); font-weight: 600; line-height: 1.15;
  letter-spacing: .05em; text-transform: uppercase; text-align: center;
  color: var(--btn-fg); background: var(--btn-bg); border: 1px solid var(--btn-bd);
  padding: 1.05em 1.9em; border-radius: 50px; text-decoration: none;
  transition: transform .5s var(--ease-out), background-color .35s var(--ease),
    color .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -12px rgba(166, 124, 54, .55); }
.btn:active { transform: translateY(0) scale(.985); }
.btn:disabled { opacity: .45; cursor: not-allowed; transform: none; box-shadow: none; }
.btn-primary { --btn-bg: var(--gold-500); --btn-fg: var(--navy-900); --btn-bd: var(--gold-500); }
.btn-primary:hover { --btn-bg: var(--gold-400); }
.btn-lg { padding: 1.2em 2.3em; font-size: var(--step-1); }
.btn-ghost {
  --btn-bg: transparent; --btn-fg: var(--ink); --btn-bd: var(--line-strong);
  box-shadow: none; margin-top: 10px;
}
.btn-ghost:hover { --btn-bg: var(--navy-800); --btn-fg: var(--white); --btn-bd: var(--navy-800); box-shadow: var(--shadow-md); }
.btn-line {
  --btn-bg: var(--white); --btn-fg: var(--ink); --btn-bd: var(--line-strong);
  box-shadow: var(--shadow-sm); text-transform: none; letter-spacing: 0; font-weight: 600;
}
.btn-line:hover { --btn-bg: var(--navy-800); --btn-fg: var(--paper); --btn-bd: var(--navy-800); }

/* ---------- Stage-Übergänge ---------- */
.stage { position: relative; }
.stage.entering { animation: stageIn .34s var(--ease) both; }
@keyframes stageIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

/* ---------- Typo-Bausteine ---------- */
.section-title { font-family: var(--font-display); font-size: var(--step-3); font-weight: 600; letter-spacing: -.01em; line-height: 1.08; color: var(--navy-900); }
.section-sub { color: var(--ink-soft); font-size: var(--step-0); margin-top: 12px; }

/* ================= HERO ================= */
.hero { text-align: center; padding: 46px 6px; }
.hero-badge {
  display: inline-block; font-family: var(--font-body); font-weight: 600; font-size: 12px;
  letter-spacing: .22em; text-transform: uppercase; color: var(--gold-600);
  margin-bottom: 22px;
}
.hero-badge::before, .hero-badge::after { content: "—"; color: var(--gold-400); margin: 0 .6em; }
.hero-title { font-family: var(--font-display); font-size: var(--step-4); font-weight: 600; letter-spacing: -.01em; line-height: 1.03; color: var(--navy-900); }
.hero-sub { font-size: var(--step-1); color: var(--ink-soft); max-width: 540px; margin: 20px auto 32px; font-weight: 400; }
.hero-hint { margin-top: 18px; font-size: 12px; letter-spacing: .04em; color: var(--ink-faint); }

/* ================= ROLLEN ================= */
.roles { text-align: center; padding: 20px 0; }
.role-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 28px; }
.role-card {
  cursor: pointer; text-align: left; border: 1px solid var(--line); border-radius: var(--radius-lg);
  background: var(--white); box-shadow: var(--shadow-sm); padding: 0 20px 20px;
  transition: transform .5s var(--ease-out), box-shadow .35s var(--ease), border-color .35s var(--ease);
  position: relative; overflow: hidden; font-family: inherit;
}
.role-card::before {
  content: ""; display: block; margin: 0 -20px 16px; height: 74px;
  background: linear-gradient(135deg, var(--navy-600), var(--navy-900));
}
.role-emoji {
  position: absolute; top: 40px; left: 20px; font-size: 32px;
  filter: drop-shadow(0 6px 14px rgba(8,19,31,.35));
}
.role-name { font-family: var(--font-display); font-weight: 600; font-size: var(--step-1); color: var(--navy-900); margin-top: 26px; }
.role-tag { color: var(--ink-soft); font-size: 13.5px; margin: 6px 0 14px; min-height: 38px; }
.role-meta { display: flex; flex-wrap: wrap; gap: 7px; font-size: 12px; color: var(--ink-soft); }
.role-meta span { background: var(--cream-200); border: 1px solid var(--line); padding: 4px 9px; border-radius: 999px; }
.role-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--gold-300); }

/* ================= ONBOARDING ================= */
.onboard { text-align: center; padding: 8px 0 12px; }
.onboard-kicker { text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 600; color: var(--gold-600); margin-bottom: 8px; }
.onboard-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; text-align: left; margin: 26px auto 20px; max-width: 620px; }
.ob-item { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 14px 16px; box-shadow: var(--shadow-sm); }
.ob-item.wide { grid-column: 1 / -1; }
.ob-item b { display: block; font-size: 15px; color: var(--navy-900); margin-bottom: 3px; }
.ob-item span { font-size: 13.5px; color: var(--ink-soft); }
.ob-well { list-style: none; margin: 10px 0 8px; display: grid; gap: 7px; }
.ob-well li { font-size: 13.5px; color: var(--ink-soft); }
.ob-well li span { display: inline-block; min-width: 148px; font-weight: 600; color: var(--navy-900); }
.ob-item.wide em { display: block; margin-top: 6px; font-size: 13px; color: var(--gold-600); font-style: italic; }
@media (max-width: 560px) { .ob-well li span { min-width: 0; display: block; } }
.onboard-note { font-size: 13px; color: var(--ink-faint); max-width: 520px; margin: 0 auto 24px; font-style: italic; }
@media (max-width: 560px) { .onboard-tiles { grid-template-columns: 1fr; } }

/* ================= DASHBOARD ================= */
.dashboard { position: sticky; top: 8px; z-index: 20; margin-bottom: 18px;
  opacity: 0; max-height: 0; overflow: hidden; transition: opacity .4s var(--ease), max-height .4s var(--ease); }
.dashboard.visible { opacity: 1; max-height: 320px; }
.dash-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px;
  background: rgba(252, 250, 244, .82); backdrop-filter: blur(12px);
  border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 12px; box-shadow: var(--shadow-sm);
}
.stat { position: relative; padding: 6px 8px; border-radius: var(--radius); transition: background .3s; }
.stat.pulse { background: rgba(198, 161, 91, .12); }
.stat.clickable { cursor: pointer; }
.stat.clickable:hover { background: rgba(198, 161, 91, .14); }
.stat-tap { color: var(--gold-600); font-weight: 700; font-size: 11px; }
.stat-top { display: flex; align-items: center; color: var(--ink-faint); font-size: 10.5px; letter-spacing: .02em; }
.stat-label { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-transform: uppercase; letter-spacing: .04em; }
.stat-val { font-family: var(--font-display); font-weight: 600; font-size: 17px; margin-top: 2px; color: var(--navy-900); letter-spacing: 0; }
.stat-bar { height: 4px; background: rgba(22,32,46,.10); border-radius: 999px; margin-top: 6px; overflow: hidden; }
.stat-bar i { display: block; height: 100%; border-radius: 999px;
  background: linear-gradient(90deg, var(--gold-600), var(--gold-400)); transition: width .7s var(--ease); }
/* Delta-Badge in eigener reservierter Zeile am unteren Kachelrand – überlappt nie
   die Überschrift und verursacht keinen Layout-Sprung (feste Höhe, immer präsent). */
.stat-delta { height: 13px; line-height: 13px; margin-top: 4px; text-align: right;
  font-size: 11px; font-weight: 700; font-family: var(--font-body);
  opacity: 0; transform: translateY(-2px); transition: opacity .3s, transform .3s; }
.stat-delta.show { opacity: 1; transform: translateY(0); }
.stat-delta.good { color: var(--good); }
.stat-delta.bad { color: var(--bad); }

/* ================= EREIGNISKARTE ================= */
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); overflow: hidden; }
.card-hero { position: relative; height: 190px; display: flex; align-items: center; justify-content: center; }
.card-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
.card-hero::after {
  background:
    linear-gradient(180deg, rgba(8,19,31,.08), rgba(8,19,31,.28)),
    linear-gradient(90deg, rgba(8,19,31,.12), transparent 35%, transparent 65%, rgba(8,19,31,.12));
}
.card-emoji {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(252,250,244,.82);
  backdrop-filter: blur(8px);
  font-size: 38px;
  border: 1px solid rgba(255,255,255,.5);
}
.card-emoji { font-size: 78px; filter: drop-shadow(0 10px 22px rgba(8,19,31,.25)); animation: pop .55s var(--ease-out); }
@keyframes pop { 0% { transform: scale(.6); opacity: 0; } 100% { transform: scale(1); opacity: 1; } }
.card-age, .card-count {
  position: absolute; top: 14px; font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  background: rgba(252,250,244,.82); color: var(--navy-800); padding: 5px 12px; border-radius: 999px;
}
.card-age { left: 16px; } .card-count { right: 16px; }

/* Kartenkopf nach Stufe – steigende Dramatik */
.card.tier-1 .card-hero { background: linear-gradient(135deg, var(--cream-200), var(--cream-300)); }
.card.tier-2 .card-hero { background: linear-gradient(135deg, var(--gold-300), var(--gold-500)); }
.card.tier-3 .card-hero { background: linear-gradient(150deg, var(--navy-600), var(--navy-900)); }
.card.tier-3 .card-emoji { filter: drop-shadow(0 0 26px rgba(214,184,118,.55)) drop-shadow(0 10px 22px rgba(0,0,0,.4)); }
.card.tier-3 .card-age, .card.tier-3 .card-count { background: rgba(233,226,211,.16); color: var(--paper); }

.card-body { padding: 26px 24px 28px; }
.card-title { font-family: var(--font-display); font-size: var(--step-2); font-weight: 600; letter-spacing: -.01em; color: var(--navy-900); line-height: 1.1; }
.card-story { color: var(--ink-soft); font-size: var(--step-0); margin: 12px 0 22px; }
.options { display: flex; flex-direction: column; gap: 11px; }
.option {
  text-align: left; background: var(--cream-100); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 15px 18px; cursor: pointer; font-family: inherit;
  transition: border-color .25s var(--ease), transform .3s var(--ease-out), box-shadow .3s var(--ease), background .25s, opacity .25s;
  display: flex; flex-direction: column; gap: 3px;
}
.option:hover { border-color: var(--gold-500); box-shadow: var(--shadow-sm); transform: translateY(-1px); }
.option-headrow { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.option-label { font-weight: 600; font-size: 16px; color: var(--navy-900); }
.option-detail { font-size: 13px; color: var(--ink-faint); }
.option-cost { flex: 0 0 auto; font-weight: 700; font-size: 14px; font-variant-numeric: tabular-nums; }
.option-cost.neg { color: var(--bad); }
.option-cost.pos { color: var(--good); }
.opt-uncertain {
  display: inline-block; vertical-align: middle; margin-left: 8px;
  font-size: 9.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--gold-600); background: rgba(198,161,91,.14);
  border: 1px solid var(--gold-300); border-radius: 999px; padding: 2px 8px;
}
.option.dim { opacity: .35; }
.option.chosen { border-color: var(--gold-500); background: rgba(198,161,91,.10); opacity: 1; }

/* ================= KONSEQUENZ ================= */
.consequence { text-align: center; padding: 40px 10px; }
.consequence-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--gold-600);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.consequence-kicker::before,
.consequence-kicker::after {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--gold-400);
}
.cons-text { font-family: var(--font-display); font-size: var(--step-2); font-weight: 500; font-style: italic; margin: 18px auto 24px; max-width: 480px; line-height: 1.3; color: var(--navy-900); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 28px; }
.chip { font-size: 12px; font-weight: 500; padding: 8px 13px; border-radius: 5px; background: transparent; color: var(--ink-soft); border: 1px solid var(--line-strong); }
.chip b { margin-left: 4px; font-weight: 700; }
.chip.good { background: rgba(63,125,90,.12); color: var(--good); border-color: rgba(63,125,90,.25); }
.chip.bad { background: rgba(176,73,47,.10); color: var(--bad); border-color: rgba(176,73,47,.22); }
.chips.perm-row { margin-top: -14px; margin-bottom: 24px; }
.chip.perm { border-style: dashed; }
.chip.perm i { font-style: normal; margin-left: 6px; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; opacity: .8; }
.cons-insight {
  max-width: 500px; margin: 0 auto 26px; padding: 16px 20px;
  background: var(--navy-800); color: var(--paper); border-radius: var(--radius-lg);
  border-left: 3px solid var(--gold-500); font-family: var(--font-display);
  font-style: italic; font-size: var(--step-1); line-height: 1.35; text-align: left;
}

/* ================= FINANZCHECK ================= */
.finance-check { text-align: center; }
.fc-total { margin: 16px 0 8px; color: var(--ink-soft); font-size: 15px; }
.fc-total b { font-family: var(--font-display); color: var(--navy-900); font-size: 20px; }
.fc-sliders, .fc-debt { text-align: left; margin-top: 14px; }
.fc-row, .fc-debt { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 14px 16px; margin-bottom: 12px; box-shadow: var(--shadow-sm); }
.fc-head { display: flex; justify-content: space-between; font-weight: 600; font-size: 15px; color: var(--navy-900); }
.fc-amt { color: var(--gold-600); font-variant-numeric: tabular-nums; }
.fc-hint { font-size: 12px; color: var(--ink-faint); margin-top: 4px; }
.fc-cash { display: flex; justify-content: space-between; align-items: center;
  margin: 4px 0 14px; padding: 14px 16px; border-radius: var(--radius-lg);
  background: var(--cream-300); border: 1px dashed var(--gold-400);
  font-weight: 600; color: var(--navy-900); }
.fc-cash b { font-family: var(--font-display); font-size: 20px; color: var(--gold-600); }
.fc-cash b.neg { color: var(--bad); }
input[type=range] {
  -webkit-appearance: none; appearance: none; width: 100%; height: 5px; border-radius: 999px;
  background: rgba(22,32,46,.12); margin: 14px 0 2px; outline: none;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; width: 22px; height: 22px; border-radius: 50%;
  background: var(--white); border: 3px solid var(--gold-500); box-shadow: var(--shadow-sm); cursor: pointer;
}
input[type=range]::-moz-range-thumb {
  width: 22px; height: 22px; border-radius: 50%; background: var(--white);
  border: 3px solid var(--gold-500); box-shadow: var(--shadow-sm); cursor: pointer;
}
.fc-warn { min-height: 18px; font-size: 13px; margin: 6px 0 12px; color: var(--bad); opacity: 0; transition: opacity .2s; }
.fc-warn.show { opacity: 1; }
.fc-warn.soft { color: var(--ink-faint); }

/* ================= RÜCKBLICK ================= */
.review { text-align: center; padding: 20px 0; }
.review-visual,
.profile-visual,
.closing-visual {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--navy-800);
  box-shadow: var(--shadow-md);
}
.review-visual { height: 230px; margin-bottom: 28px; }
.review-visual img,
.profile-visual img,
.closing-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* Kopf-sicherer Ausschnitt: Fokus nach oben, damit Gesichter/Köpfe nicht abgeschnitten werden */
.review-visual img,
.profile-visual img { object-position: center 20%; }
.review-visual::after,
.profile-visual::after,
.closing-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 28%, rgba(8,19,31,.82));
}
.review-visual-copy {
  position: absolute;
  z-index: 1;
  left: 24px;
  right: 24px;
  bottom: 20px;
  color: var(--white);
  text-align: left;
}
.visual-kicker { display: block; color: var(--gold-300); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; }
.review-visual-copy b { display: block; margin-top: 3px; font-family: var(--font-display); font-size: 28px; font-weight: 600; }
.review-emoji { font-size: 50px; animation: pop .55s var(--ease-out); }
.observations { list-style: none; text-align: left; margin: 26px auto; max-width: 540px; display: grid; gap: 12px; }
.observations li {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 16px 18px 16px 48px; font-size: 16px; font-weight: 400; color: var(--navy-800);
  box-shadow: var(--shadow-sm); position: relative; animation: slideIn .5s both;
}
.observations { counter-reset: observation; }
.observations li { counter-increment: observation; }
.observations li::before {
  content: counter(observation, decimal-leading-zero);
  position: absolute;
  left: 17px;
  top: 17px;
  color: var(--gold-600);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}
.observations li:nth-child(2) { animation-delay: .08s; }
.observations li:nth-child(3) { animation-delay: .16s; }
.observations li:nth-child(4) { animation-delay: .24s; }
@keyframes slideIn { from { opacity: 0; transform: translateX(-12px); } to { opacity: 1; transform: none; } }

/* ================= PROFIL ================= */
.profile { text-align: center; padding: 16px 0; }
.profile-visual { height: 280px; margin-bottom: 24px; }
.profile-visual-copy {
  position: absolute;
  z-index: 1;
  left: 28px;
  right: 28px;
  bottom: 24px;
  text-align: left;
}
.profile-visual .profile-kicker { color: var(--gold-300); }
.profile-visual .profile-name { color: var(--white); font-size: clamp(2.3rem, 7vw, 3.4rem); }
.profile-emoji { font-size: 54px; animation: pop .55s var(--ease-out); }
.profile-kicker { text-transform: uppercase; letter-spacing: .2em; font-size: 11px; font-weight: 600; color: var(--gold-600); margin-top: 8px; }
.profile-name { font-family: var(--font-display); font-size: var(--step-3); font-weight: 600; letter-spacing: -.01em; color: var(--navy-900); margin-top: 4px; }
.profile-desc { color: var(--ink-soft); font-size: var(--step-0); max-width: 540px; margin: 14px auto 22px; }
.profile-sc { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; text-align: left; margin: 0 auto 22px; max-width: 560px; }
.sc-item { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 15px 17px; box-shadow: var(--shadow-sm); }
.sc-item b { display: block; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--gold-600); margin-bottom: 5px; font-weight: 600; }
.sc-item span { font-size: 14px; color: var(--ink); }
.rating-heads { display: flex; flex-direction: column; gap: 6px; margin: 4px auto 24px; max-width: 540px; }
.rate-line { font-family: var(--font-display); font-size: var(--step-1); font-weight: 500; font-style: italic; color: var(--navy-800); }
.scores { display: grid; gap: 13px; text-align: left; max-width: 560px; margin: 0 auto; }
.score-top { display: flex; justify-content: space-between; font-size: 13px; font-weight: 600; margin-bottom: 5px; color: var(--ink-soft); text-transform: uppercase; letter-spacing: .04em; }
.score-top b { font-family: var(--font-display); font-size: 16px; color: var(--navy-900); }
.score-bar { height: 7px; background: rgba(22,32,46,.10); border-radius: 999px; overflow: hidden; }
.score-bar i { display: block; height: 100%; border-radius: 999px;
  background: linear-gradient(90deg, var(--gold-600), var(--gold-400)); transition: width 1s var(--ease); }
.profile-note { font-size: 12px; color: var(--ink-faint); margin: 24px auto 18px; max-width: 460px; }

/* ================= CLOSING ================= */
.closing { text-align: center; padding: 34px 6px; }
.closing-visual { min-height: 370px; margin-bottom: 28px; }
.closing-visual img { position: absolute; inset: 0; object-position: 52% center; }
.closing-visual::after { background: linear-gradient(180deg, rgba(8,19,31,.12), rgba(8,19,31,.9)); }
.closing-visual-copy {
  position: relative;
  z-index: 1;
  min-height: 370px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px;
}
.closing-visual .closing-age { color: var(--white); }
.closing-visual .closing-cliff { color: rgba(255,255,255,.86); margin-bottom: 0; }
.closing-age { font-family: var(--font-display); font-size: var(--step-3); font-weight: 600; letter-spacing: -.01em; color: var(--navy-900); }
.closing-cliff { color: var(--ink-soft); font-size: var(--step-1); max-width: 540px; margin: 18px auto 30px; font-weight: 400; }
.closing-statement {
  font-family: var(--font-display); font-size: var(--step-2); font-weight: 500; line-height: 1.35; font-style: italic;
  max-width: 580px; margin: 0 auto 36px; padding: 30px 32px; color: var(--paper);
  border-radius: var(--radius-lg); background: linear-gradient(155deg, var(--navy-700), var(--navy-900));
  box-shadow: var(--shadow-lg); border-left: 3px solid var(--gold-500);
}

/* ================= TRANSITION / INFO ================= */
.transition, .info { padding: 16px 0; }
.train-list { list-style: none; display: grid; gap: 10px; margin: 24px 0; }
.train-list li {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 15px 18px 15px 46px; font-size: 16px; color: var(--navy-800); box-shadow: var(--shadow-sm); position: relative;
}
.train-list { counter-reset: training; }
.train-list li { counter-increment: training; }
.train-list li::before {
  content: counter(training, decimal-leading-zero);
  position: absolute;
  left: 17px;
  top: 17px;
  color: var(--gold-600);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}

/* Abschluss: 5 Welten mit Beispielspielen */
.journey-levels { display: grid; gap: 14px; margin: 26px 0; text-align: left; }
.jl-level {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 18px 20px; box-shadow: var(--shadow-sm); position: relative;
  border-left: 3px solid var(--gold-400);
}
.jl-head { display: flex; align-items: baseline; gap: 14px; margin-bottom: 12px; }
.jl-num { font-family: var(--font-display); font-size: 26px; font-weight: 600; color: var(--gold-500); line-height: 1; flex: 0 0 auto; }
.jl-world { font-family: var(--font-display); font-size: 22px; font-weight: 600; color: var(--navy-900); line-height: 1.1; }
.jl-theme { font-size: 13px; color: var(--ink-faint); margin-top: 2px; }
.jl-games { display: flex; flex-wrap: wrap; gap: 8px; }
.jl-game {
  font-size: 12.5px; color: var(--ink-soft); background: var(--cream-200);
  border: 1px solid var(--line); border-radius: 999px; padding: 6px 12px;
}
.jl-game b { color: var(--navy-900); font-weight: 600; }
@media (max-width: 560px) { .jl-game { font-size: 12px; } }

/* ================= CTA / FORMULAR ================= */
.cta { text-align: center; padding: 12px 0; }
.cta-personal { font-size: 15px; color: var(--ink-soft); margin-bottom: 10px; }
.cta-personal b { font-family: var(--font-display); font-style: italic; font-weight: 600; color: var(--gold-600); }
.cta-book { margin: 26px auto 6px; min-width: 260px; }
.cta-share { margin: 28px auto 6px; padding-top: 22px; border-top: 1px solid var(--line); max-width: 480px; }
.cta-share-label { font-family: var(--font-display); display: block; font-size: var(--step-1); font-weight: 500; color: var(--navy-900); margin-bottom: 14px; }
.cta-replay {
  display: block; margin: 14px auto 0; background: none; border: 0; cursor: pointer;
  font-family: var(--font-body); font-size: 13px; color: var(--ink-faint);
  letter-spacing: .02em; transition: color .2s;
}
.cta-replay:hover { color: var(--navy-800); }
.lead-form { text-align: left; max-width: 480px; margin: 24px auto 0; display: grid; gap: 14px; }
.field { display: grid; gap: 6px; }
.field label { font-size: 12px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-faint); }
.field input, .field select {
  font-family: inherit; font-size: 16px; padding: 14px 15px; border-radius: var(--radius);
  border: 1px solid var(--line-strong); background: var(--white); color: var(--ink); outline: none;
  transition: border-color .25s, box-shadow .25s;
}
.field input:focus, .field select:focus { border-color: var(--gold-500); box-shadow: 0 0 0 3px rgba(198,161,91,.2); }
.more summary { cursor: pointer; font-size: 14px; color: var(--gold-600); font-weight: 600; padding: 4px 0; }
.more[open] summary { margin-bottom: 10px; }
.more { display: grid; gap: 14px; }
.form-err { color: var(--bad); font-size: 14px; min-height: 18px; text-align: center; }

/* ================= SHARE / CONFIRM ================= */
.share, .confirm { text-align: center; padding: 24px 0; }
.share-btns { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 24px 0 10px; }
.confirm-box {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 22px; margin: 24px auto; max-width: 480px; box-shadow: var(--shadow-sm); text-align: left; color: var(--ink-soft);
}
.confirm-box b { font-family: var(--font-display); font-size: var(--step-1); display: block; margin-bottom: 6px; color: var(--navy-900); }
.confirm-box u { color: var(--gold-600); text-decoration-color: var(--gold-300); }

/* ================= RESPONSIVE ================= */
@media (max-width: 560px) {
  .dash-grid { grid-template-columns: repeat(4, 1fr); gap: 5px; padding: 9px; }
  .stat { padding: 4px 4px; }
  .stat-val { font-size: 14px; }
  .stat-label { font-size: 9px; }
  .profile-sc { grid-template-columns: 1fr; }
  .review-visual { height: 205px; }
  .profile-visual { height: 235px; }
  .closing-visual,
  .closing-visual-copy { min-height: 330px; }
  .closing-visual-copy { padding: 24px 20px; }
  .card-hero { height: 158px; }
  .card-emoji { font-size: 62px; }
  .btn { letter-spacing: .03em; }
}
@media (min-width: 720px) { .role-grid { grid-template-columns: repeat(4, 1fr); } }
@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; } }

/* Final cascade for the editorial refresh. */
body { background: var(--cream-200); }
.app { max-width: var(--container-narrow); padding: 24px 28px 40px; }
.stage > :not(.hero):not(.roles) { max-width: 720px; margin-left: auto; margin-right: auto; }
.stage > .roles { max-width: 1000px; margin-left: auto; margin-right: auto; }
.hero {
  min-height: calc(100vh - 104px);
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(36px, 6vw, 86px);
  padding: 46px 0 60px;
  text-align: left;
}
.hero-badge { margin-bottom: 26px; }
.hero-badge::before { content: ""; display: inline-block; width: 36px; height: 1px; background: var(--gold-500); margin: 0 12px 3px 0; }
.hero-badge::after { display: none; }
.hero-title { font-size: clamp(3.4rem, 6vw, 5.8rem); letter-spacing: -.035em; line-height: .88; }
.hero-title em { color: var(--gold-600); font-weight: 500; }
.hero-sub { font-size: clamp(1rem, .9rem + .35vw, 1.2rem); max-width: 510px; margin: 28px 0 34px; }
.hero-visual img { width: 100%; height: 100%; min-height: 610px; object-fit: cover; object-position: 57% center; display: block; }
.roles { padding: 42px 0; }
.role-card { padding: 0 22px 22px; }
.role-card::before { position: absolute; inset: 0 0 auto; height: 104px; margin: 0; background: linear-gradient(135deg, var(--g1), var(--g2)); opacity: .42; }
.role-emoji { position: static; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.72); backdrop-filter: blur(6px); font-size: 28px; }
.role-name { margin-top: 10px; overflow-wrap: anywhere; }
.dashboard { max-width: 720px; margin-left: auto; margin-right: auto; }
.card-hero { height: 210px; isolation: isolate; overflow: hidden; }
.card.tier-1 .card-hero,
.card.tier-2 .card-hero,
.card.tier-3 .card-hero { background: transparent; }

@media (max-width: 760px) {
  .app { padding: 18px 16px 30px; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 34px; padding: 34px 0 46px; }
  .hero-title { font-size: clamp(3.1rem, 16vw, 4.6rem); }
  .hero-visual { min-height: 430px; border-radius: 110px 110px 16px 16px; }
  .hero-visual img { min-height: 430px; }
  .hero-meta span { padding: 0 10px; font-size: 9px; }
  .hero-meta b { font-size: 11px; }
}

/* Final responsive cascade: preserve cinematic framing and make the finale immersive. */
.card-hero {
  width: 100%;
  height: auto;
  aspect-ratio: 21 / 9;
}
.card-photo { object-position: center 25%; }

.stage > .closing {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.closing {
  min-height: 100svh;
  padding: 0;
}
.closing-visual {
  width: 100%;
  min-height: 100svh;
  margin: 0;
  border-radius: 0;
}
.closing-visual img {
  position: absolute;
  inset: 0;
}
.closing-visual::after {
  background: linear-gradient(90deg, rgba(8,19,31,.9) 0%, rgba(8,19,31,.68) 48%, rgba(8,19,31,.16) 100%);
}
.closing-visual-copy {
  width: min(100%, 720px);
  min-height: 100svh;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(48px, 8vw, 110px);
  text-align: left;
}
.closing-visual .closing-cliff {
  margin: 16px 0 28px;
  text-align: left;
}
.closing-statement {
  max-width: 620px;
  margin: 0 0 32px;
  padding: 18px 0 18px 24px;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

@media (max-width: 760px) {
  html, body { height: auto; overflow-x: hidden; }
  .app { width: 100%; }
  .dashboard { margin-bottom: 18px; }
  .dash-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding: 10px; }
  .stat { min-width: 0; padding: 7px 8px; }
  .stat-label { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .stat-val { font-size: 15px; }

  .card-hero { height: auto; aspect-ratio: 21 / 9; }
  .card-badge { padding: 6px 10px; font-size: 9px; }
  .card-body { padding: 22px 24px 26px; }
  .card-title { font-size: clamp(1.65rem, 8vw, 2.15rem); }
  .option { min-height: 48px; padding: 13px 16px; }
  .btn { min-height: 48px; }
  .chips { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .chip { justify-content: center; min-width: 0; text-align: center; }

  .review-visual { height: auto; aspect-ratio: 16 / 10; }
  .profile-visual { height: auto; aspect-ratio: 4 / 3; }
  .observations li { padding: 14px 15px 14px 44px; font-size: 15px; }
  .fc-row, .fc-debt { padding: 13px 14px; }
  .share-btns { flex-direction: column; }
  .share-btns .btn, .lead-form, .cta-book { width: 100%; }

  .closing-visual::after {
    background: linear-gradient(180deg, rgba(8,19,31,.08) 18%, rgba(8,19,31,.9) 67%, rgba(8,19,31,.98) 100%);
  }
  .closing-visual img { object-position: 58% center; }
  .closing-visual-copy {
    width: 100%;
    min-height: 100svh;
    justify-content: flex-end;
    align-items: stretch;
    padding: 40px 22px max(32px, env(safe-area-inset-bottom));
  }
  .closing-age { font-size: clamp(2.25rem, 10vw, 3.35rem); }
  .closing-cliff { font-size: 1rem; }
  .closing-statement { font-size: clamp(1.5rem, 7vw, 2rem); padding: 12px 0 12px 18px; }
  .closing .btn { width: 100%; }
}

/* ---------- Statische Einleitung (SEO, KI-Lesbarkeit, ohne JavaScript) ----------
   Steht im ausgelieferten HTML und bleibt unter der interaktiven Bühne stehen. */
.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;
}
.static-intro {
  max-width: 640px;
  margin: 56px auto 0;
  padding-top: 28px;
  border-top: 1px solid rgba(8, 19, 31, .12);
  color: var(--ink-soft, #4a5b6b);
  font-size: 15px;
}
.static-intro h2 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--navy-900, #0d2135);
  margin-bottom: 10px;
}
.static-intro p { margin: 0 0 12px; }
.static-intro__note { font-size: 13px; opacity: .85; }
.static-intro__cta {
  color: var(--gold-600, #A9873F);
  font-weight: 600;
  border-bottom: 1px solid currentColor;
  text-decoration: none;
}
