        /* ============================================================
       SCHRIFT — lokal gehostet (DSGVO-konform)
       Source Sans 3 = Fließtext-Fallback · Radley = Markenname-Wortmarke
       ============================================================ */
    @font-face { font-family: "Source Sans 3"; font-style: normal; font-display: swap; font-weight: 300 700; src: url("assets/fonts/source-sans-3-latin-wght-normal.woff2") format("woff2"); unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
    @font-face { font-family: "Source Sans 3"; font-style: normal; font-display: swap; font-weight: 300 700; src: url("assets/fonts/source-sans-3-latin-ext-wght-normal.woff2") format("woff2"); unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
    @font-face { font-family: "Source Sans 3"; font-style: italic; font-display: swap; font-weight: 300 700; src: url("assets/fonts/source-sans-3-latin-wght-italic.woff2") format("woff2"); unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
    @font-face { font-family: "Source Sans 3"; font-style: italic; font-display: swap; font-weight: 300 700; src: url("assets/fonts/source-sans-3-latin-ext-wght-italic.woff2") format("woff2"); unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
    @font-face { font-family: "Radley"; font-style: normal; font-display: swap; font-weight: 400; src: url("assets/fonts/radley-latin-400-normal.woff2") format("woff2"); unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
    @font-face { font-family: "Radley"; font-style: normal; font-display: swap; font-weight: 400; src: url("assets/fonts/radley-latin-ext-400-normal.woff2") format("woff2"); unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
    @font-face { font-family: "Radley"; font-style: italic; font-display: swap; font-weight: 400; src: url("assets/fonts/radley-latin-400-italic.woff2") format("woff2"); unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
    @font-face { font-family: "Radley"; font-style: italic; font-display: swap; font-weight: 400; src: url("assets/fonts/radley-latin-ext-400-italic.woff2") format("woff2"); unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }

/* ============================================================
       DESIGN TOKENS
       ============================================================ */
    :root {
      /* RGB-Fallbacks (Safari < 15.4, Firefox < 113) — werden durch oklch() überschrieben sobald supported */
      --bg: #faf8f3;
      --bg-soft: #f4f1ea;
      --bg-deep: #142a4d;

      --surface: #fdfcf8;
      --surface-warm: #ece5d6;

      --text: #1f2c44;
      --text-soft: #666c7c;
      --text-on-dark: #f3eee0;
      --text-on-dark-muted: #b3b8c2;

      --brand: #2d4373;
      --brand-strong: #1f3158;
      --brand-soft: #d6dceb;

      --accent: #d9a85e;
      --accent-strong: #b88638;
      --accent-text: #8a6520;   /* Gold für Kleintext, AA-konform auf hellen Flächen */

      --border: #d8dae4;
      --border-strong: #b6bac9;
    }
    /* Moderne Browser: präzise oklch-Werte */
    @supports (color: oklch(0% 0 0)) {
      :root {
        --bg: oklch(98% 0.006 80);
        --bg-soft: oklch(96% 0.009 80);
        --bg-deep: oklch(20% 0.025 250);

        --surface: oklch(99% 0.004 80);
        --surface-warm: oklch(94% 0.012 75);

        --text: oklch(22% 0.025 250);
        --text-soft: oklch(50% 0.020 250);
        --text-on-dark: oklch(95% 0.008 80);
        --text-on-dark-muted: oklch(75% 0.015 250);

        --brand: oklch(34% 0.075 250);
        --brand-strong: oklch(26% 0.085 250);
        --brand-soft: oklch(88% 0.030 250);

        --accent: oklch(72% 0.130 75);
        --accent-strong: oklch(62% 0.140 75);
        --accent-text: oklch(50% 0.105 75);

        --border: oklch(88% 0.012 250);
        --border-strong: oklch(78% 0.020 250);
      }
    }
    :root {

      /* Font-Stacks (konsolidiert für Wartbarkeit) */
      --font-sans: "Frutiger", "Frutiger LT Std", "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
      --font-brand: "Radley", "Iowan Old Style", "Palatino Linotype", Georgia, serif; /* Markenname-Wortmarke */
      --font-tabular: "Frutiger", "Frutiger LT Std", "Source Sans 3", system-ui, sans-serif;

      /* OpenType-Feature-Sets */
      --font-features: "kern" 1, "liga" 1, "calt" 1;
      --font-features-tnum: "kern" 1, "liga" 1, "calt" 1, "tnum" 1, "lnum" 1;

      /* Spacing scale (fluid) */
      --space-2xs: clamp(0.25rem, 0.2vw + 0.2rem, 0.375rem);
      --space-xs: clamp(0.5rem, 0.4vw + 0.4rem, 0.75rem);
      --space-s: clamp(0.75rem, 0.6vw + 0.6rem, 1rem);
      --space-m: clamp(1rem, 1vw + 0.8rem, 1.5rem);
      --space-l: clamp(1.5rem, 1.5vw + 1.2rem, 2.5rem);
      --space-xl: clamp(2.5rem, 3vw + 1.5rem, 4rem);
      --space-2xl: clamp(4rem, 5vw + 2rem, 7rem);
      --space-3xl: clamp(6rem, 8vw + 2rem, 10rem);

      /* Type scale (fluid) */
      --t-eyebrow: 0.75rem;
      --t-body-s: 0.9375rem;
      --t-body: 1.0625rem;
      --t-body-l: 1.1875rem;
      --t-h3: clamp(1.125rem, 0.5vw + 1rem, 1.375rem);
      --t-h2: clamp(1.5rem, 1.5vw + 1rem, 2.25rem);
      --t-h1: clamp(1.75rem, 2vw + 1rem, 2.5rem); /* Sektions-Header — reduziert (vorher max 3.25rem), Hero nutzt --t-display */
      --t-display: clamp(2.5rem, 6vw + 1rem, 5.5rem);
      --t-display-xl: clamp(2.75rem, 7vw + 1rem, 6.5rem);

      /* Layout */
      --container: 1280px;
      --container-narrow: 880px;
      --gutter: clamp(1.25rem, 4vw, 3rem);
      --radius-media: 8px;   /* einheitliche, leicht abgerundete Ecken für alle Bilder */

      /* Motion — verfeinerte Easing-Kurven */
      --ease-out: cubic-bezier(.16,1,.3,1);
      --ease-out-soft: cubic-bezier(.25,.1,.25,1);
      --ease-out-expo: cubic-bezier(.19,1,.22,1);          /* dramatischer Ausschwung */
      --ease-in-out: cubic-bezier(.65,.05,.36,1);          /* symmetrisch, ruhig */
      --ease-emphasized: cubic-bezier(.2,0,0,1);           /* Material-3-Stil, decisive */
      --duration-quick: 160ms;
      --duration-base: 240ms;
      --duration-slow: 420ms;

      /* Refinierte Schatten — sanfter & schichtbarer */
      --shadow-xs:  0 1px 2px rgba(20,42,77,0.04);
      --shadow-sm:  0 2px 4px rgba(20,42,77,0.06), 0 1px 2px rgba(20,42,77,0.04);
      --shadow-md:  0 8px 20px -6px rgba(20,42,77,0.10), 0 4px 8px -2px rgba(20,42,77,0.06);
      --shadow-lg:  0 24px 48px -16px rgba(20,42,77,0.18), 0 12px 24px -8px rgba(20,42,77,0.10);
      --shadow-inset-hairline: inset 0 1px 0 rgba(255,255,255,0.7);
    }

    /* ============================================================
       RESET + BASE
       ============================================================ */
    *,*::before,*::after { box-sizing: border-box; }
    html {
      -webkit-text-size-adjust: 100%;
      scroll-behavior: smooth;
      scroll-padding-top: 80px;
    }
    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
    }
    /* Lenis Smooth-Scroll Kompatibilitäts-Klassen (kein CSS-Snap → kein Konflikt) */
    html.lenis, html.lenis body { height: auto; }
    .lenis.lenis-smooth { scroll-behavior: auto !important; }
    .lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
    .lenis.lenis-stopped { overflow: clip; }
    /* Nur WÄHREND des aktiven Scrollens Klicks aufs iframe unterbinden (Wheel-Schutz).
       Vorher `.lenis-smooth iframe` — das machte den Rechner dauerhaft unklickbar. */
    .lenis.lenis-scrolling iframe { pointer-events: none; }
    body {
      margin: 0;
      background: var(--bg);
      color: var(--text);
      font-family: var(--font-sans);
      font-size: var(--t-body);
      line-height: 1.55;
      font-feature-settings: var(--font-features);
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      position: relative;
    }
    /* Editorial-Paper-Grain — sehr dezente Textur, gibt Atmosphäre wie auf Magazinpapier.
       Inline-SVG, kein zusätzlicher Request. Wird per pointer-events: none neutralisiert. */
    body::before {
      content: '';
      position: fixed;
      inset: 0;
      pointer-events: none;
      z-index: 1;
      background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.078 0 0 0 0 0.165 0 0 0 0 0.302 0 0 0 0.06 0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");
      background-size: 200px 200px;
      mix-blend-mode: multiply;
      opacity: 0.55;
    }
    @media (prefers-reduced-motion: no-preference) {
      body::before { opacity: 0.55; }
    }
    img, svg { max-width: 100%; display: block; height: auto; }
    button { font: inherit; color: inherit; cursor: pointer; }
    a { color: inherit; }

    /* Tabular-Numerale für Stats, Kennzahlen, Daten, Preise */
    .tnum,
    .stat-num,
    .anchor-result-value,
    .calc-result-value {
      font-feature-settings: var(--font-features-tnum);
      font-variant-numeric: tabular-nums lining-nums;
    }

    /* ============================================================
       FOCUS — sichtbar, einheitlich, WCAG-konform (4.5:1)
       ============================================================ */
    :focus { outline: none; }
    :focus-visible {
      outline: 2px solid var(--accent-strong);
      outline-offset: 3px;
      border-radius: 2px;
    }
    .btn:focus-visible,
    .anchor-tab:focus-visible,
    .calc-step-pip:focus-visible {
      outline: 2px solid var(--accent-strong);
      outline-offset: 3px;
    }
    /* Spezifische Focus-Variante auf dunklem Grund */
    .income :focus-visible,
    .contact :focus-visible {
      outline-color: var(--accent);
    }

    /* ============================================================
       SKIP LINK (Tastatur-Sprung zu Hauptinhalt)
       ============================================================ */
    .skip-link {
      position: absolute;
      top: -100px;
      left: 0;
      background: var(--brand);
      color: var(--text-on-dark);
      padding: 0.875rem 1.25rem;
      text-decoration: none;
      font-weight: 500;
      font-size: 0.9375rem;
      border-radius: 0 0 4px 0;
      z-index: 9999;
      transition: top 220ms cubic-bezier(.16,1,.3,1);
    }
    .skip-link:focus { top: 0; }

    /* Visually-hidden helper */
    .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;
    }
    h1,h2,h3,h4 {
      font-family: var(--font-sans);
      font-weight: 400;
      margin: 0;
      line-height: 1.05;
      letter-spacing: -0.02em;
      color: var(--text);
      text-wrap: balance;          /* moderne Browser: ausgewogenere Zeilenumbrüche */
    }
    p {
      margin: 0;
      text-wrap: pretty;           /* moderne Browser: bessere Witwen/Waisen-Behandlung */
    }
    /* Lange Fließtext-Absätze bekommen leicht weichere Ränder */
    .lead, .hero-body, .pain-body, .reveal-body p, .stage-body {
      hyphens: auto;
      -webkit-hyphens: auto;
      hyphenate-limit-chars: 8 3 3;
    }

    /* Selection — wärmer & on-brand */
    ::selection { background: color-mix(in oklab, var(--accent) 80%, var(--text) 20%); color: var(--bg); }

    /* ============================================================
       UTILITIES
       ============================================================ */
    .container {
      max-width: var(--container);
      margin: 0 auto;
      padding-inline: var(--gutter);
    }
    .container-narrow {
      max-width: var(--container-narrow);
      margin: 0 auto;
      padding-inline: var(--gutter);
    }
    .eyebrow {
      font-family: var(--font-sans);
      font-size: var(--t-eyebrow);
      font-weight: 600;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--text);
      display: inline-block;
      font-feature-settings: var(--font-features), "ss01" 1;
    }
    .eyebrow-line {
      display: inline-flex;
      align-items: center;
      gap: 0.85rem;
    }
    .eyebrow-line::before {
      content: '';
      width: 2.25rem;
      height: 1px;
      background: linear-gradient(
        to right,
        transparent 0%,
        var(--accent-strong) 35%,
        var(--accent-strong) 100%
      );
    }
    /* Eyebrow mit Index-Nummer (z. B. „01 · WIE DER WEG AUSSIEHT") */
    .eyebrow-num {
      font-variant-numeric: tabular-nums;
      color: var(--accent-text);
      margin-right: 0.5rem;
      font-weight: 700;
    }

    /* ============================================================
       BUTTONS
       ============================================================ */
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.625rem;
      min-height: 44px;            /* WCAG Touch-Target */
      padding: 0.875rem 1.5rem;
      border: 1px solid transparent;
      border-radius: 999px;
      font-family: var(--font-sans);
      font-size: 0.9375rem;
      font-weight: 500;
      letter-spacing: -0.005em;
      text-decoration: none;
      cursor: pointer;
      touch-action: manipulation;  /* entfernt 300ms Tap-Delay auf iOS */
      transition:
        background var(--duration-base) var(--ease-out),
        color var(--duration-base) var(--ease-out),
        border-color var(--duration-base) var(--ease-out),
        transform var(--duration-base) var(--ease-out-expo),
        box-shadow var(--duration-base) var(--ease-out);
      white-space: nowrap;
      will-change: transform;
    }
    .btn:disabled, .btn[aria-disabled="true"] {
      opacity: 0.5;
      cursor: not-allowed;
      pointer-events: none;
    }
    .btn:active { transform: translateY(0); transition-duration: var(--duration-quick); }

    /* Edler refinement: feine Inset-Highlights, Bernstein-Hairline-Akzent
       der bei Hover auftaucht, ruhigere Schatten, leicht weiteres Letterspacing. */
    .btn-primary {
      position: relative;
      background: var(--brand);
      color: var(--text-on-dark);
      letter-spacing: 0.018em;
      font-weight: 500;
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.10),
        inset 0 -1px 0 rgba(0,0,0,0.08),
        0 1px 2px rgba(20,42,77,0.10),
        0 6px 16px -8px rgba(20,42,77,0.22);
    }
    .btn-primary::after {
      content: '';
      position: absolute;
      left: 22%;
      right: 22%;
      bottom: -4px;
      height: 1px;
      background: linear-gradient(to right,
        transparent 0%,
        var(--accent) 50%,
        transparent 100%);
      opacity: 0;
      transform: scaleX(0.5);
      transition: opacity 320ms var(--ease-out), transform 360ms var(--ease-out-expo);
      border-radius: 1px;
      pointer-events: none;
    }
    .btn-primary:hover,
    .btn-primary:focus-visible {
      background: var(--brand-strong);
      transform: translateY(-2px);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.12),
        inset 0 -1px 0 rgba(0,0,0,0.10),
        0 2px 4px rgba(20,42,77,0.12),
        0 14px 30px -10px rgba(20,42,77,0.32);
    }
    .btn-primary:hover::after,
    .btn-primary:focus-visible::after {
      opacity: 1;
      transform: scaleX(1);
    }
    /* Arrow bekommt Bernstein-Akzent als feiner Marker */
    .btn-primary .arr {
      color: var(--accent);
      transition: transform 260ms var(--ease-out-expo), color 220ms var(--ease-out);
    }
    .btn-ghost {
      color: var(--text);
      border-color: var(--border-strong);
      background: transparent;
    }
    .btn-ghost:hover {
      border-color: var(--text);
      transform: translateY(-2px);
      box-shadow: 0 8px 20px -10px rgba(20,42,77,0.18);
    }
    @media (prefers-reduced-motion: reduce) {
      .btn:hover, .btn:active { transform: none; }
    }
    .btn-text {
      color: var(--brand);
      min-height: 0;
      padding: 0.35rem 0;
      font-weight: 500;
      text-decoration: none;
      border: 0;
      border-bottom: 1px solid color-mix(in oklch, currentColor 45%, transparent);
      border-radius: 0;
      background: none;
      align-self: center;
      transition: border-color 220ms var(--ease-out), opacity 220ms var(--ease-out);
    }
    .btn-text:hover { border-bottom-color: currentColor; }
    .btn .arr {
      transition: transform 220ms var(--ease-out);
    }
    .btn:hover .arr { transform: translateX(3px); }

    /* ============================================================
       TOP BAR
       ============================================================ */
    .topbar {
      position: sticky;
      top: 0;
      z-index: 100;
      backdrop-filter: blur(18px) saturate(1.15);
      -webkit-backdrop-filter: blur(18px) saturate(1.15);
      background: color-mix(in oklch, var(--bg) 62%, transparent);
      border-bottom: 1px solid transparent;
      transition:
        border-color var(--duration-base) var(--ease-out),
        background var(--duration-base) var(--ease-out),
        box-shadow var(--duration-base) var(--ease-out),
        opacity 600ms var(--ease-out),
        transform 600ms var(--ease-out);
    }
    .topbar.scrolled {
      border-color: color-mix(in oklch, var(--border) 70%, transparent);
      background: color-mix(in oklch, var(--bg) 68%, transparent);
      box-shadow: 0 1px 0 rgba(20,42,77,0.03), 0 4px 18px -12px rgba(20,42,77,0.08);
    }
    .topbar-inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-block: 1rem;
    }
    .logo {
      font-family: var(--font-tabular);
      font-weight: 700;
      font-size: 1.25rem;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      text-decoration: none;
      color: var(--text);
      white-space: nowrap;
      display: inline-flex;
      align-items: center;
      gap: 0.55rem;
      position: relative;
      transition: color var(--duration-base) var(--ease-out);
    }
    @media (min-width: 720px) {
      .logo { font-size: 1.375rem; letter-spacing: 0.07em; }
    }
    .logo .dot { color: var(--accent-strong); }

    .topbar .btn { padding: 0.625rem 1.125rem; font-size: 0.875rem; }
    .topbar-cta { display: flex; align-items: center; gap: 1rem; }
    @media (max-width: 959px) {
      .topbar-meta { display: none; }
    }
    .topbar-meta {
      font-size: 0.8125rem;
      color: var(--text);
    }
    .topbar-nav {
      display: none;
      gap: clamp(0.875rem, 1.5vw, 1.5rem);
      align-items: center;
      flex: 1;
      justify-content: center;
    }
    .topbar-link {
      font-family: var(--font-tabular);
      font-size: 0.8125rem;
      font-weight: 500;
      letter-spacing: 0.02em;
      color: var(--text);
      text-decoration: none;
      padding: 0.375rem 0.25rem;
      position: relative;
      transition: color 220ms var(--ease-out);
      white-space: nowrap;
    }
    .topbar-link::after {
      content: '';
      position: absolute;
      left: 0.25rem;
      right: 0.25rem;
      bottom: 0.125rem;
      height: 1px;
      background: var(--accent-strong);
      transform: scaleX(0);
      transform-origin: left center;
      transition: transform 260ms var(--ease-out);
    }
    .topbar-link:hover,
    .topbar-link:focus-visible {
      color: var(--text);
    }
    .topbar-link:hover::after,
    .topbar-link:focus-visible::after {
      transform: scaleX(1);
    }
    @media (min-width: 960px) {
      .topbar-nav { display: flex; }
    }

    /* ---- Bild-Container: 3:4 formstabil halten ----
       max-height 600px allein ließ das Seitenverhältnis bei mittleren
       Fensterbreiten kippen (Breite wuchs weiter, Höhe gedeckelt) —
       daher Breite auf 450px (= 600 * 3/4) mitdeckeln und zentrieren. */
    @media (min-width: 960px) {
      .hero-decoration { max-width: 450px; margin-inline: auto; }
    }
    @media (min-width: 880px) {
      .painpoint-portrait,
      .contact-visual,
      .digivv-frame { max-width: 450px; margin-inline: auto; }
    }

    /* Sehr schmale Screens: kompakter CTA neben Logo + Burger */
    @media (max-width: 519px) {
      .topbar .cta-long { display: none; }
      .topbar .btn { padding: 0.5rem 0.875rem; }
      .topbar-cta { gap: 0.25rem; }
    }

    /* ---- Mobile-Navigation (Burger, nur <960px) ---- */
    .nav-toggle {
      display: none;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 7px;
      width: 44px;
      height: 44px;
      margin-right: -0.5rem;
      background: none;
      border: none;
      cursor: pointer;
      color: var(--text);
      transition: color var(--duration-base) var(--ease-out);
    }
    .nav-toggle-line {
      width: 20px;
      height: 1.5px;
      background: currentColor;
      transition: transform 280ms var(--ease-out);
    }
    .topbar.nav-open .nav-toggle-line:first-child { transform: translateY(4.25px) rotate(45deg); }
    .topbar.nav-open .nav-toggle-line:last-child { transform: translateY(-4.25px) rotate(-45deg); }
    .mobile-nav { display: none; }
    @media (max-width: 959px) {
      .nav-toggle { display: inline-flex; }
      .mobile-nav {
        display: block;
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-6px);
        transition:
          max-height 380ms var(--ease-out),
          opacity 280ms var(--ease-out),
          transform 380ms var(--ease-out),
          visibility 0s linear 380ms;
      }
      .topbar.nav-open .mobile-nav {
        max-height: 340px;
        opacity: 1;
        visibility: visible;
        transform: none;
        transition:
          max-height 420ms var(--ease-out),
          opacity 320ms var(--ease-out) 60ms,
          transform 420ms var(--ease-out),
          visibility 0s;
      }
      .mobile-nav-inner {
        display: flex;
        flex-direction: column;
        padding-block: 0.5rem 1.1rem;
      }
      .mobile-nav-link {
        font-family: var(--font-tabular);
        font-size: 1rem;
        font-weight: 500;
        letter-spacing: 0.02em;
        color: var(--text);
        text-decoration: none;
        padding-block: 0.8rem;
        border-bottom: 1px solid color-mix(in oklch, var(--border) 60%, transparent);
        position: relative;
        display: block;
      }
      .mobile-nav-link::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -1px;
        height: 1px;
        width: 100%;
        background: var(--accent-strong);
        transform: scaleX(0);
        transform-origin: left center;
        transition: transform 260ms var(--ease-out);
      }
      .mobile-nav-link:hover::after,
      .mobile-nav-link:focus-visible::after { transform: scaleX(1); }
      .mobile-nav-meta {
        margin: 1rem 0 0;
        font-size: 0.8125rem;
        color: var(--text-soft);
      }
    }
    @media (prefers-reduced-motion: reduce) {
      .mobile-nav, .topbar.nav-open .mobile-nav, .nav-toggle-line { transition: none; }
    }

    /* ============================================================
       HERO
       ============================================================ */
    .hero {
      padding-block: var(--space-xl) clamp(5rem, 6vw + 2.5rem, 9rem);
      position: relative;
      overflow: hidden;
    }
    .hero-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: var(--space-l);
      align-items: center;
    }
    @media (min-width: 960px) {
      .hero-grid {
        grid-template-columns: 1.4fr 1fr;
        gap: var(--space-2xl);
      }
    }
    .hero-eyebrow {
      margin-bottom: var(--space-m);
      opacity: 0;
      animation: fadeUp 700ms var(--ease-out) 100ms forwards;
      /* Kurs-Zeile: Radley kursiv statt Uppercase-Tracking — Wärme statt Label-Grammatik */
      font-family: var(--font-brand);
      font-style: italic;
      font-size: 1.05rem;
      letter-spacing: 0.01em;
      color: var(--text);
    }
    .hero-title {
      font-size: var(--t-display-xl);
      letter-spacing: -0.04em;
      line-height: 0.95;
      margin-bottom: var(--space-l);
      opacity: 0;
      animation: fadeUp 800ms var(--ease-out) 200ms forwards;
    }
    .hero-title .dot {
      color: var(--accent-strong);
    }
    .hero-sub {
      font-family: var(--font-tabular);
      font-weight: 300;
      font-size: clamp(1.25rem, 1.5vw + 0.5rem, 1.875rem);
      line-height: 1.25;
      letter-spacing: -0.015em;
      color: var(--text);
      max-width: 30ch;
      margin-bottom: var(--space-l);
      opacity: 0;
      animation: fadeUp 900ms var(--ease-out) 350ms forwards;
    }
    .hero-body {
      font-size: var(--t-body-l);
      line-height: 1.6;
      max-width: 42ch;
      color: var(--text);
      margin-bottom: var(--space-l);
      opacity: 0;
      animation: fadeUp 900ms var(--ease-out) 500ms forwards;
    }
    .hero-ctas {
      display: flex;
      flex-wrap: wrap;
      gap: 0.75rem;
      margin-bottom: var(--space-l);
      opacity: 0;
      animation: fadeUp 900ms var(--ease-out) 650ms forwards;
    }
    .hero-trust {
      font-size: 0.8125rem;
      color: var(--text-soft);
      letter-spacing: 0.01em;
      max-width: 40ch;
      opacity: 0;
      animation: fadeUp 900ms var(--ease-out) 800ms forwards;
    }
    .hero-trust .sep { margin-inline: 0.625rem; opacity: 0.5; }

    /* Hero-Decoration: Foto als atmosphärischer Backdrop, SVG-Akzent als Overlay */
    .hero-decoration {
      position: relative;
      align-self: center;
      width: 100%;
      aspect-ratio: 3 / 4;
      max-height: 600px;
      overflow: hidden;
      border-radius: var(--radius-media);
      background: linear-gradient(135deg, oklch(34% 0.075 250) 0%, oklch(20% 0.025 250) 100%);
      opacity: 0;
      animation: fadeIn 1200ms var(--ease-out) 700ms forwards;
      isolation: isolate;
    }
    @media (max-width: 959px) {
      .hero-decoration {
        aspect-ratio: 16 / 9;
        max-height: 280px;
        min-height: 0;
        margin-top: var(--space-l);
      }
      /* Panorama-Variante (2.35:1): Motiv mittig halten, nicht am Hochkant-Wert (25%) ausrichten */
      .hero-photo { object-position: center 45%; }
    }
    .hero-photo {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 25%;
      display: block;
      filter: none;
      z-index: 0;
    }
    .hero-decoration::after {
      content: '';
      position: absolute;
      inset: 0;
      background: none;
      pointer-events: none;
      z-index: 1;
    }
    .hero-svg-overlay {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      mix-blend-mode: screen;
      opacity: 0.95;
      pointer-events: none;
    }
    .hero-photo-credit {
      position: absolute;
      top: 0.75rem;
      right: 0.75rem;
      z-index: 3;
      color: var(--text-on-dark);
      font-size: 0.6875rem;
      opacity: 0.55;
      letter-spacing: 0.03em;
      text-decoration: none;
      text-shadow: 0 1px 3px rgba(0,0,0,0.6);
    }
    .hero-photo-credit:hover { opacity: 0.85; }
    .photo-credit { text-shadow: 0 1px 3px rgba(0,0,0,0.6); }

    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(20px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    @keyframes fadeIn {
      from { opacity: 0; }
      to   { opacity: 1; }
    }

        /* ============================================================
       HERO-EINSTIEG — sanftes Ankommen beim Laden (Splash-Overlay entfernt)
       ============================================================ */
    .hero-text { animation: hero-arrive 640ms var(--ease-out) both; }
    .hero-decoration { animation: hero-arrive 640ms var(--ease-out) 120ms both; }
    @keyframes hero-arrive {
      from { opacity: 0; transform: translateY(14px); }
      to   { opacity: 1; transform: none; }
    }
    @media (prefers-reduced-motion: reduce) {
      .hero-text, .hero-decoration { animation: none; }
    }

    /* ============================================================
       SPLASH — Cinematischer Intro (~90% Bildschirmhöhe, Hero schneidet an)
       ============================================================ */
    .splash {
      min-height: 90vh;
      min-height: 90svh;
      display: grid;
      place-items: center;
      text-align: center;
      position: relative;
      overflow: hidden;
      padding: var(--space-2xl) var(--gutter);
      background: var(--bg);
    }
    .splash-inner {
      position: relative;
      z-index: 2;
      max-width: min(90rem, 100%);
    }
    .splash-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: clamp(0.875rem, 1.5vw, 1.25rem);
      margin-bottom: clamp(1.5rem, 4vw, 2.75rem);
      font-family: var(--font-sans);
      font-weight: 300;
      font-size: clamp(1.25rem, 2.4vw + 0.5rem, 2rem);
      line-height: 1.3;
      letter-spacing: -0.015em;
      color: var(--text);
      opacity: 0;
      animation: splash-fade 1000ms var(--ease-out) 250ms forwards;
    }
    .splash-eyebrow::before, .splash-eyebrow::after {
      content: '';
      width: clamp(2.5rem, 6vw, 4rem);
      height: 1px;
      background: var(--border-strong);
      flex: none;
    }
    .splash-logo {
      font-family: var(--font-brand);
      font-weight: 400;
      font-size: clamp(3rem, 13vw, 11rem);
      letter-spacing: 0.01em;
      text-transform: uppercase;
      line-height: 0.95;
      margin: 0;
      color: var(--text);
      opacity: 0;
      animation: splash-rise 1300ms var(--ease-out) 400ms forwards;
    }
    .splash-sub {
      font-family: var(--font-sans);
      font-weight: 300;
      font-size: clamp(1.25rem, 2.4vw + 0.5rem, 2rem);
      line-height: 1.3;
      letter-spacing: -0.015em;
      color: var(--text);
      max-width: 38ch;
      margin: clamp(1.25rem, 3.5vw, 2.25rem) auto 0;
      opacity: 0;
      animation: splash-rise 1300ms var(--ease-out) 800ms forwards;
    }
    .splash-scroll {
      position: absolute;
      bottom: clamp(2rem, 5vh, 3.5rem);
      left: 50%;
      transform: translateX(-50%);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      color: var(--text);
      opacity: 0;
      animation: splash-fade 1200ms var(--ease-out) 1500ms forwards;
      z-index: 3;
      padding: 0.75rem 1.25rem;
      min-width: 44px;
      min-height: 44px;
      border-radius: 999px;
      transition: color 260ms var(--ease-out), transform 260ms var(--ease-out);
    }
    .splash-scroll:hover { color: var(--accent-text); }
    .splash-scroll:hover .splash-arrow { transform: translateY(4px); }
    .splash-arrow {
      display: block;
      animation: splash-arrow-hint 2000ms cubic-bezier(.5,0,.25,1) infinite;
      transition: transform 260ms var(--ease-out);
      filter: drop-shadow(0 1px 1px color-mix(in srgb, var(--text) 8%, transparent));
    }
    @keyframes splash-arrow-hint {
      0%, 100% { transform: translateY(0); opacity: 0.6; }
      50%      { transform: translateY(8px); opacity: 1; }
    }
    @keyframes splash-fade { from { opacity: 0; } to { opacity: 1; } }
    @keyframes splash-rise {
      from { opacity: 0; transform: translateY(30px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    /* Scroll-driven Exit (nur in modernen Browsern) */
    @supports (animation-timeline: view()) {
      @media (prefers-reduced-motion: no-preference) {
        .splash-inner {
          animation: splash-exit linear both;
          animation-timeline: view();
          animation-range: exit 0% exit 95%;
        }
        @keyframes splash-exit {
          0%   { opacity: 1; transform: scale(1) translateY(0); }
          100% { opacity: 0; transform: scale(0.86) translateY(-50px); }
        }
        .splash-scroll {
          animation: splash-scroll-out linear both;
          animation-timeline: view();
          animation-range: exit 0% exit 35%;
        }
        @keyframes splash-scroll-out {
          0%   { opacity: 1; transform: translateX(-50%) translateY(0) scale(1); }
          100% { opacity: 0; transform: translateX(-50%) translateY(24px) scale(0.92); }
        }
      }
    }
    /* Topbar während Splash ausblenden */
    .topbar.splash-hidden {
      opacity: 0;
      transform: translateY(-100%);
      pointer-events: none;
    }
    /* Splash-Sub: word-by-word dynamic reveal */
    .splash-sub-word {
      display: inline-block;
      opacity: 0;
      transform: translateY(18px) rotate(-1.5deg);
      filter: blur(4px);
      transition:
        opacity 700ms var(--ease-out-expo),
        transform 800ms var(--ease-out-expo),
        filter 600ms var(--ease-out);
    }
    .splash-sub-word.is-shown {
      opacity: 1;
      transform: translateY(0) rotate(0);
      filter: blur(0);
    }
    .splash-sub.is-split {
      animation: none !important;
      opacity: 1 !important;
      transform: none !important;
    }
    @media (prefers-reduced-motion: reduce) {
      .splash-eyebrow, .splash-logo, .splash-sub, .splash-scroll {
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
      }
      .splash-arrow { animation: none !important; opacity: 1 !important; transform: none !important; }
      .splash-scroll { transform: translateX(-50%); }
      .splash-sub-word { opacity: 1; transform: none; filter: none; transition: none; }
    }

    /* ============================================================
       SECTION FRAME
       ============================================================ */
    /* Einheitlicher Rhythmus: oben kompakt (Headline sitzt beim Anspringen direkt
       unter der Nav), unten großzügig — konstante 128px zwischen Sektionen. */
    section { padding-block: var(--space-xl) var(--space-2xl); }
    .stages, .faq { padding-block: var(--space-s) var(--space-m); }
    .section-head {
      display: flex;
      flex-direction: column;
      gap: var(--space-s);
      margin-bottom: var(--space-l);
      max-width: 56ch;
    }
        /* Section-Head H2 — dokumentweit einheitliche Schriftgröße & Farben (Henrik) */
    .section-head h2 {
      font-size: var(--t-h1);
      letter-spacing: -0.02em;
      line-height: 1.05;
      color: var(--text);
      text-wrap: balance;
    }
    /* Auf dunklem Grund: Text weiß */
    .contact .section-head h2 { color: var(--text-on-dark); }
    .income .section-head h2 { color: var(--text); }
    /* Akzent-Span dokumentweit Bernstein — als Kontrastfarbe */
    .section-head h2 .em { color: var(--accent-strong); font-style: normal; }
    .section-head h2 .em-accent { color: var(--accent-strong); font-style: normal; }
    .section-head .lead {
      font-size: var(--t-body-l);
      color: var(--text);
      max-width: 50ch;
      text-wrap: pretty;
    }

    /* ============================================================
       SCROLL-REVEAL (CSS-only, animation-timeline)
       Sehr dezent: Section-Heads liften beim Erscheinen kurz.
       Graceful fallback: keine Animation in Browsern ohne Support.
       ============================================================ */
    @supports (animation-timeline: view()) {
      @media (prefers-reduced-motion: no-preference) {
        .section-head,
        .reveal-head,
        .anchor,
        .pullquote {
          animation: section-rise linear both;
          animation-timeline: view();
          animation-range: entry 0% entry 35%;
        }
        @keyframes section-rise {
          from { opacity: 0; transform: translateY(18px); }
          to   { opacity: 1; transform: translateY(0); }
        }
      }
    }

    /* ============================================================
       PERFORMANCE — content-visibility für Sektionen unterhalb des Folds
       Spart Layout-/Paint-Kosten beim ersten Render auf langen Seiten.
       contain-intrinsic-size verhindert Scroll-Sprung.
       ============================================================ */
    .stages,
    .income,
    .reveal,
    .helga,
    .faq,
    .contact {
      content-visibility: auto;
      contain-intrinsic-size: 1px 1200px;
    }

    /* ============================================================
       TRUST BAR
       ============================================================ */
    .trust {
      padding-block: var(--space-l);
      border-block: 1px solid var(--border);
      background:
        linear-gradient(180deg, var(--bg-soft) 0%, color-mix(in oklab, var(--bg-soft) 92%, var(--accent) 8%) 100%);
      position: relative;
    }
    /* Feine vertikale Trennlinien zwischen Trust-Items (Editorial-Stil) */
    .trust::before {
      content: '';
      position: absolute;
      inset: 0;
      pointer-events: none;
      background:
        linear-gradient(90deg, transparent calc(50% - 0.5px), var(--border) calc(50% - 0.5px), var(--border) calc(50% + 0.5px), transparent calc(50% + 0.5px));
      opacity: 0;
    }
    .trust-eyebrow {
      text-align: center;
      margin-bottom: var(--space-l);
    }
    .trust-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
      gap: var(--space-l);
      align-items: start;
      list-style: none;
      padding: 0;
      margin: 0;
      position: relative;
      z-index: 1;
    }
    .trust-item {
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
      padding-block: var(--space-s);
      text-align: center;
      position: relative;
      transition: transform var(--duration-base) var(--ease-out);
    }
    .trust-item:hover { transform: translateY(-2px); }
    /* Subtile vertikale Trenner zwischen den Items (verschwinden bei Wrap) */
    .trust-item + .trust-item::before {
      content: '';
      position: absolute;
      left: calc(var(--space-l) / -2);
      top: 15%;
      bottom: 15%;
      width: 1px;
      background: var(--border);
      pointer-events: none;
    }
    @media (max-width: 640px) {
      .trust-item + .trust-item::before { display: none; }
    }
    .trust-num {
      font-family: var(--font-sans);
      font-size: clamp(2rem, 3vw + 0.5rem, 2.75rem);
      font-weight: 400;
      line-height: 1;
      letter-spacing: -0.03em;
      color: var(--text);
      font-feature-settings: var(--font-features-tnum);
      font-variant-numeric: tabular-nums lining-nums;
    }
    .trust-num .small {
      font-size: 0.6em;
      color: var(--text);
      margin-left: 0.08em;
      font-weight: 500;
    }
    .trust-label {
      font-size: 0.8125rem;
      color: var(--text);
      line-height: 1.4;
      letter-spacing: 0.02em;
    }
    @media (prefers-reduced-motion: reduce) {
      .trust-item:hover { transform: none; }
    }
    /* Trust-Grid lebt im Reuss-Reveal als klar abgegrenztes Kennzahlen-Band */
    .reveal .trust-grid {
      margin: 0;
      border-block: 1px solid var(--border);
      padding-block: var(--space-l);
    }

    /* ============================================================
       PAIN POINT
       ============================================================ */
    /* Weicher Hintergrund (wie Stages) — wechselt sich mit den --bg-Sektionen ab */
    .painpoint {
      background: var(--bg-soft);
      border-block: 1px solid var(--border);
    }
    .painpoint .container-narrow > .eyebrow { display: block; margin-bottom: var(--space-l); }
    .painpoint h2 {
      font-size: var(--t-h1);
      font-weight: 400;
      letter-spacing: -0.02em;
      line-height: 1.05;
      max-width: 22ch;
      margin-bottom: var(--space-xl);
      color: var(--text);
      text-wrap: balance;
    }
    .painpoint h2 .em { color: var(--accent-strong); font-style: normal; }
    .painpoint-body {
      font-family: var(--font-tabular);
      font-size: clamp(1.0625rem, 0.5vw + 1rem, 1.25rem);
      line-height: 1.6;
      color: var(--text);
      max-width: 60ch;
    }
    .painpoint-body p + p { margin-top: 1.25em; }
    .painpoint-body .closing {
      color: var(--brand);
      font-weight: 500;
    }

    /* EDITORIAL PHOTO (responsive, warm tone, graceful fallback) */
    .editorial-photo {
      position: relative;
      width: 100%;
      aspect-ratio: 16 / 9;
      overflow: hidden;
      border-radius: var(--radius-media);
      background: linear-gradient(135deg, oklch(34% 0.075 250) 0%, oklch(26% 0.085 250) 100%);
      isolation: isolate;
      margin: 0;
    }
    .editorial-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 1200ms var(--ease-out);
    }
    .editorial-photo::after {
      content: '';
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, transparent 40%, oklch(20% 0.025 250 / 0.45) 100%),
        linear-gradient(135deg, oklch(72% 0.130 75 / 0.04), transparent 60%);
      pointer-events: none;
      z-index: 1;
    }
    .editorial-photo .photo-caption {
      position: absolute;
      bottom: clamp(1rem, 2vw, 1.5rem);
      left:   clamp(1rem, 2vw, 1.5rem);
      right:  clamp(1rem, 2vw, 1.5rem);
      z-index: 2;
      color: var(--text-on-dark);
      font-family: var(--font-tabular);
      font-size: clamp(0.875rem, 1.2vw + 0.4rem, 1.0625rem);
      line-height: 1.4;
      max-width: 38ch;
      text-shadow: 0 1px 6px oklch(20% 0.025 250 / 0.4);
    }
    .editorial-photo .photo-credit {
      position: absolute;
      top: 0.75rem;
      right: 0.75rem;
      z-index: 2;
      color: var(--text-on-dark);
      font-size: 0.6875rem;
      opacity: 0.55;
      letter-spacing: 0.03em;
      text-decoration: none;
    }
    .editorial-photo .photo-credit:hover { opacity: 0.85; text-decoration: underline; }
    .painpoint .editorial-photo {
      margin: var(--space-xl) 0 var(--space-l);
      max-width: 60ch;
    }
    /* Pain-Point Banner — analog zum Reveal-Banner: contained, mit Overlay-Caption */
    .painpoint-banner {
      position: relative;
      width: 100%;
      aspect-ratio: 21 / 9;
      max-height: 380px;
      overflow: hidden;
      margin: var(--space-2xl) 0 0;
      background: linear-gradient(135deg, oklch(34% 0.075 250) 0%, oklch(20% 0.025 250) 100%);
      border-radius: var(--radius-media);
      isolation: isolate;
    }
    @media (max-width: 720px) {
      .painpoint-banner { aspect-ratio: 16 / 9; }
    }
    .painpoint-banner img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .painpoint-banner::after {
      content: '';
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, oklch(20% 0.025 250 / 0.6) 0%, oklch(20% 0.025 250 / 0.25) 55%, oklch(20% 0.025 250 / 0.4) 100%);
      pointer-events: none;
      z-index: 1;
    }
    .painpoint-banner-overlay {
      position: absolute;
      left: clamp(1.25rem, 4vw, 3rem);
      bottom: clamp(1.25rem, 3vw, 2.25rem);
      z-index: 2;
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
      max-width: 44ch;
    }
    .painpoint-banner-eyebrow {
      font-size: 0.75rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--accent);
      font-weight: 600;
    }
    .painpoint-banner-headline {
      font-family: var(--font-tabular);
      font-size: clamp(1.125rem, 1.5vw + 0.5rem, 1.875rem);
      font-weight: 400;
      color: var(--text-on-dark);
      line-height: 1.25;
      letter-spacing: -0.01em;
      text-shadow: 0 2px 12px oklch(20% 0.025 250 / 0.6);
    }
    .painpoint-banner-headline .em-accent {
      color: var(--accent);
    }
    .painpoint-banner .photo-credit {
      position: absolute;
      top: 0.75rem;
      right: 0.875rem;
      z-index: 2;
      color: oklch(95% 0.008 80);
      font-size: 0.6875rem;
      opacity: 0.55;
      letter-spacing: 0.03em;
      text-decoration: none;
    }
    .painpoint-banner .photo-credit:hover { opacity: 0.85; }

    /* Architecture banner for Reuss-Reveal */
    .reveal-banner {
      position: relative;
      width: 100%;
      aspect-ratio: 21 / 9;
      max-height: 300px;
      overflow: hidden;
      border-radius: var(--radius-media);
      margin: 0;
      background: linear-gradient(135deg, oklch(34% 0.075 250) 0%, oklch(20% 0.025 250) 100%);
    }
    .reveal-banner img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .reveal-banner::after {
      content: '';
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, oklch(20% 0.025 250 / 0.6) 0%, oklch(20% 0.025 250 / 0.25) 50%, oklch(20% 0.025 250 / 0.4) 100%);
      pointer-events: none;
    }
    .reveal-banner-overlay {
      position: absolute;
      left: clamp(1.25rem, 4vw, 3rem);
      bottom: clamp(1.25rem, 3vw, 2.25rem);
      z-index: 2;
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
      max-width: 48ch;
    }
    .reveal-banner-eyebrow {
      font-size: 0.75rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--accent);
      font-weight: 600;
    }
    .reveal-banner-headline {
      font-family: var(--font-tabular);
      font-size: clamp(1.375rem, 2vw + 0.5rem, 2.25rem);
      font-weight: 400;
      color: var(--text-on-dark);
      line-height: 1.15;
      letter-spacing: -0.01em;
      text-shadow: 0 2px 12px oklch(20% 0.025 250 / 0.6);
    }
    .reveal-banner-headline .em-accent {
      color: var(--accent);
    }
    .reveal-banner .photo-credit {
      position: absolute;
      bottom: 0.75rem;
      right: 0.75rem;
      color: oklch(95% 0.008 80);
      font-size: 0.6875rem;
      opacity: 0.55;
      letter-spacing: 0.03em;
      text-decoration: none;
      z-index: 2;
    }
    .reveal-banner .photo-credit:hover { opacity: 0.85; }
    @media (max-width: 720px) {
      .reveal-banner { aspect-ratio: 16 / 9; }
    }

    /* ============================================================
       STAGES
       ============================================================ */
    /* Stages: ruhige, einspaltige Editorial-Timeline (Bild entfernt) */
    .stages-layout {
      margin-top: var(--space-l);
    }
    .stages {
      background: var(--bg-soft);
      border-block: 1px solid var(--border);
    }
    .stage {
      /* Kompakter Rhythmus: eigenes Maß statt --space-xl, damit die Schritte
         enger zusammenrücken. Der Timeline-Punkt (::after) nutzt dasselbe Maß. */
      --stage-pad: clamp(0.6rem, 0.7vw + 0.4rem, 0.9rem);
      display: grid;
      grid-template-columns: auto 1fr;
      gap: var(--space-l);
      padding-block: var(--stage-pad);
      border-bottom: 1px solid var(--border);
      position: relative;
    }
    .stage:last-child { border-bottom: 0; }
    @media (min-width: 768px) {
      .stage { grid-template-columns: 200px 1fr; gap: var(--space-2xl); }
    }
    .stage-num {
      font-family: var(--font-sans);
      font-size: clamp(2rem, 3vw + 0.5rem, 3.25rem);
      letter-spacing: -0.04em;
      line-height: 1;
      color: var(--brand);
      align-self: start;
      font-feature-settings: var(--font-features-tnum);
      font-variant-numeric: tabular-nums lining-nums;
      position: relative;
      transition: color var(--duration-base) var(--ease-out);
    }
    /* Akzent-Punkt nach der Nummer entfernt (Henrik) — der Timeline-Knoten
       auf der vertikalen Linie trägt diesen Akzent stattdessen. */
    .stage-num::after { content: none; }
    .stage-content h3 {
      font-size: var(--t-h3);
      margin-bottom: var(--space-s);
      max-width: 30ch;
      text-wrap: balance;
    }
    .stage-content p {
      font-size: var(--t-body);
      line-height: 1.65;
      color: var(--text);
      max-width: 60ch;
    }
    .stage-content > p:first-of-type { margin-bottom: 0; }
    @media (prefers-reduced-motion: reduce) {
      .stage:hover .stage-num,
      .stage:hover .stage-content h3,
      .stage:hover .stage-content p { transform: none; }
    }

    /* --- Stage: ausklappbares Detail („Ausführlich") — gleiche Mechanik wie FAQ --- */
    .stage-detail {
      margin-top: var(--space-m);
      border-top: 1px solid var(--border);
      max-width: 62ch;
    }
    .stage-detail-toggle {
      list-style: none;
      display: flex;
      align-items: center;
      gap: 0.7rem;
      cursor: pointer;
      padding-block: 0.85rem;
      min-height: 44px;
      font-family: var(--font-sans);
      font-size: 0.75rem;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      font-weight: 600;
      color: var(--text);
      transition: color var(--duration-base) var(--ease-out);
      -webkit-tap-highlight-color: transparent;
    }
    .stage-detail-toggle::-webkit-details-marker { display: none; }
    .stage-detail-toggle::marker { content: ""; }
    .stage-detail-toggle:hover { color: var(--brand); }
    .stage-detail-toggle:focus-visible {
      outline: 2px solid var(--accent-strong);
      outline-offset: 3px;
      border-radius: 3px;
    }
    .stage-detail-ind {
      width: 26px;
      height: 26px;
      flex-shrink: 0;
      border: 1px solid var(--border-strong);
      border-radius: 50%;
      display: grid;
      place-items: center;
      font-size: 1rem;
      font-weight: 300;
      line-height: 1;
      color: var(--text);
      transition: transform 360ms var(--ease-out-expo),
                  border-color var(--duration-base) var(--ease-out),
                  color var(--duration-base) var(--ease-out);
    }
    .stage-detail[open] .stage-detail-ind {
      transform: rotate(45deg);
      border-color: var(--accent-strong);
      color: var(--accent-text);
    }
    .stage-detail-toggle:hover .stage-detail-ind { border-color: var(--border-strong); color: var(--brand); }
    .stage-detail-toggle .sd-less { display: none; }
    .stage-detail[open] .stage-detail-toggle .sd-more { display: none; }
    .stage-detail[open] .stage-detail-toggle .sd-less { display: inline; }
    .stage-detail-body {
      display: grid;
      grid-template-rows: 0fr;
      transition: grid-template-rows 460ms var(--ease-out-expo);
    }
    .stage-detail[open] .stage-detail-body { grid-template-rows: 1fr; }
    .stage-detail-inner { overflow: hidden; min-height: 0; }
    .stage-detail-text {
      padding-bottom: var(--space-l);
      font-size: var(--t-body);
      line-height: 1.65;
      color: var(--text);
    }
    .stage-detail-text > p { margin: 0 0 0.9em; max-width: none; }
    .stage-detail-text > p:last-child { margin-bottom: 0; }
    .stage-detail-list {
      list-style: none;
      margin: 0 0 1.1em;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 0.55rem;
    }
    .stage-detail-list li {
      position: relative;
      padding-left: 1.2rem;
    }
    .stage-detail-list li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0.62em;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: var(--accent);
    }
    .stage-detail-list strong { color: var(--text); font-weight: 600; }
    /* Säulen (Vertrieb / Regulierung / IT) als definitorische Reihe */
    .stage-pillars {
      margin: 0 0 1.1em;
      display: grid;
      gap: 0.85rem;
      padding: 0;
      list-style: none;
    }
    .stage-pillars > li {
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      gap: 0.15rem;
    }
    @media (min-width: 560px) {
      .stage-pillars > li {
        grid-template-columns: 8.5rem minmax(0, 1fr);
        gap: 0.4rem 1.1rem;
        align-items: baseline;
      }
    }
    .stage-pillar-term {
      font-family: var(--font-sans);
      font-size: 0.75rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      font-weight: 700;
      color: var(--brand);
      padding-top: 0.12em;
    }
    .stage-pillar-def { color: var(--text); }

    /* ============================================================
       STAGE-VISUALS — Monoline-Icons, die sich beim Aufklappen
       („Ausführlich") verändern. Geschlossen schlicht, geöffnet
       groß, leuchtend, mit ergänzendem Detail.
       ============================================================ */
    .stage-visual { display: none; }
    @media (min-width: 860px) {
      .stage { grid-template-columns: 200px minmax(0, 1fr) 150px; column-gap: clamp(1.5rem, 3vw, 3rem); }
      .stage-visual {
        display: grid; place-items: center;
        width: 150px; height: 140px;
        position: relative; align-self: start; margin-top: 0.35rem;
      }
    }
    .stage-visual svg {
      width: 72px; height: 72px; stroke-width: 1.5; color: var(--text-soft);
      transition: color .5s var(--ease-out), transform .55s var(--ease-out), filter .55s var(--ease-out);
    }

    /* 01 — Glühbirne → leuchtet, Gehirn + Lichtlinien erscheinen */
    .brainbulb { position: relative; width: 72px; height: 72px; transition: transform .55s var(--ease-out), filter .55s var(--ease-out); }
    .brainbulb svg { position: absolute; top: 0; left: 0; width: 72px; height: 72px; }
    .brainbulb svg.brain { top: 14px; left: 26px; width: 20px; height: 20px; stroke-width: 2; opacity: 0; transform: scale(.4); transform-origin: center; transition: opacity .45s var(--ease-out), transform .5s var(--ease-out); }
    .brainbulb .rays { position: absolute; inset: 0; pointer-events: none; }
    .brainbulb .rays span { position: absolute; left: 36px; top: 26px; width: 3px; height: 9px; background: var(--accent); border-radius: 999px; transform-origin: center; opacity: 0; transform: translate(-50%,-50%) rotate(var(--r)) translateY(-30px) scaleY(0); transition: opacity .45s var(--ease-out), transform .5s var(--ease-out); }
    .stage:has(.stage-detail[open]) .v-brain svg { color: var(--accent-strong); }
    .stage:has(.stage-detail[open]) .v-brain svg:not(.brain) { transform: none; filter: none; }
    .stage:has(.stage-detail[open]) .v-brain .brainbulb svg.brain { opacity: 1; transform: scale(1); transition-delay: .12s; }
    .stage:has(.stage-detail[open]) .v-brain .brainbulb .rays span { opacity: .9; transform: translate(-50%,-50%) rotate(var(--r)) translateY(-30px) scaleY(1); }
    .stage:has(.stage-detail[open]) .v-brain .brainbulb { transform: scale(2); filter: drop-shadow(0 0 11px color-mix(in oklch, var(--accent) 70%, transparent)); }

    /* 02 / 03 / 04 — Reveal-Komposition: geschlossen klein, geöffnet groß + Detail */
    .cico { position: relative; width: 72px; height: 72px; transition: transform .55s var(--ease-out), filter .55s var(--ease-out); }
    .cico > svg { position: absolute; top: 0; left: 0; width: 72px; height: 72px; }
    .stage:has(.stage-detail[open]) .v-reveal svg { color: var(--accent-strong); }
    .stage:has(.stage-detail[open]) .v-reveal .cico { transform: scale(2); filter: drop-shadow(0 0 11px color-mix(in oklch, var(--accent) 70%, transparent)); }

    /* 02 — Zielscheibe: beim Öffnen erscheint der Treffer-Pfeil */
    .bullseye .tgt-closed { opacity: 1; transition: opacity .3s var(--ease-out); }
    .bullseye .tgt-art { opacity: 0; transition: opacity .3s var(--ease-out); }
    .bullseye .arrow2 { opacity: 0; transition: opacity .45s var(--ease-out); }
    .stage:has(.stage-detail[open]) .v-reveal .bullseye .tgt-closed { opacity: 0; }
    .stage:has(.stage-detail[open]) .v-reveal .bullseye .tgt-art { opacity: 1; }
    .stage:has(.stage-detail[open]) .v-reveal .bullseye .arrow2 { opacity: 1; }

    /* 03 — einzelne Säule → Tempel mit drei Säulen */
    .build3 .col-closed { opacity: 1; transition: opacity .4s var(--ease-out); }
    .build3 .temple { opacity: 0; transition: opacity .45s var(--ease-out); }
    .stage:has(.stage-detail[open]) .v-reveal .build3 .col-closed { opacity: 0; }
    .stage:has(.stage-detail[open]) .v-reveal .build3 .temple { opacity: 1; }

    /* 04 — Partner-Netzwerk: Handschlag im Zentrum, drei Leistungs-Kreise erscheinen */
    .net4 .net { opacity: 0; transform: scale(.7); transform-origin: center; transition: opacity .5s var(--ease-out), transform .55s var(--ease-out); }
    .net4 .net .big { fill: var(--surface); }
    .net4 .net .node { fill: currentColor; }
    .net4 .ctr { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: var(--text-soft); transition: color .5s var(--ease-out); }
    .net4 .ctr .ph-handshake { width: 30px; height: 30px; display: inline-block; transform: scale(1.7); transform-origin: center; transition: transform .5s var(--ease-out); }
    .stage:has(.stage-detail[open]) .v-reveal .net4 .ctr .ph-handshake { transform: scale(1); }
    .net4 svg.ic { width: 12px; height: 12px; opacity: 0; transform: scale(.4); transform-origin: center; transition: opacity .4s var(--ease-out), transform .5s var(--ease-out); }
    .net4 svg.ic-top { top: 3px; left: 30px; }
    .net4 svg.ic-r { top: 44px; left: 54px; }
    .net4 svg.ic-l { top: 44px; left: 7px; }
    .stage:has(.stage-detail[open]) .v-reveal .net4 .ctr { color: var(--accent-strong); }
    .stage:has(.stage-detail[open]) .v-reveal .net4 .net { opacity: 1; transform: scale(1); }
    .stage:has(.stage-detail[open]) .v-reveal .net4 svg.ic { opacity: 1; transform: scale(1); }
    .stage:has(.stage-detail[open]) .v-reveal .net4 svg.ic-top { transition-delay: .14s; }
    .stage:has(.stage-detail[open]) .v-reveal .net4 svg.ic-r { transition-delay: .22s; }
    .stage:has(.stage-detail[open]) .v-reveal .net4 svg.ic-l { transition-delay: .3s; }
    @media (prefers-reduced-motion: reduce) {
      .stage-visual *, .stage-visual { transition-duration: .001ms !important; }
    }

    /* ============================================================
       INCOME CALC
       ============================================================ */
    .income {
      background: var(--bg);
      color: var(--text);
    }
    .income h2, .income h3 { color: var(--text); }
    .income .eyebrow { color: var(--accent-text); }
    .income .lead { color: var(--text); }

    .income .section-head h2 .em {
      color: var(--accent-strong);
      font-style: normal;
    }

    /* Rechner-Embed: iframe füllt den Container, Höhe kommt per postMessage aus dem Rechner.
       Ohne diese Regeln fällt das iframe auf die Browser-Defaultgröße (300×150) zurück. */
    .calc-embed-wrap {
      width: 100%;
      margin-top: var(--space-l);
    }
    .calc-embed {
      display: block;
      width: 100%;
      border: 0;
      /* Höhenänderungen (z. B. E-Mail-Box klappt auf) weich statt sprunghaft */
      transition: height 260ms var(--ease-out);
      /* Nur Lade-Fallback — die tatsächliche Höhe meldet der Rechner per postMessage.
         Bewusst knapp unter der Intro-Höhe, damit unter dem Rechner kein Leerraum entsteht. */
      min-height: 480px;
    }

    /* Fallback-Hinweis, falls sich der Rechner nicht meldet (Ladefehler / blockiertes JS im iframe).
       Die .income-Sektion ist hell (var(--bg)) — dunkler Text, AA-sicherer Gold-Ton für Links. */
    .calc-fallback {
      background: color-mix(in oklch, var(--text) 5%, transparent);
      border: 1px solid var(--border);
      border-radius: 4px;
      padding: var(--space-m);
      margin-top: var(--space-m);
      color: var(--text);
    }
    .calc-fallback a { color: var(--accent-text); }
    .calc-fallback[hidden] { display: none; }

    /* Anchor card with example calculation */
    .anchor {
      background: color-mix(in oklch, var(--text-on-dark) 6%, transparent);
      border: 1px solid color-mix(in oklch, var(--text-on-dark) 12%, transparent);
      border-radius: 4px;
      padding: var(--space-l);
      margin-bottom: var(--space-l);
    }
    .anchor-tabs {
      display: flex;
      flex-wrap: wrap;
      gap: 0.5rem;
      margin-bottom: var(--space-m);
    }
    .anchor-tab {
      padding: 0.625rem 1.125rem;
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid color-mix(in oklch, var(--text-on-dark) 18%, transparent);
      background: transparent;
      color: var(--text-on-dark-muted);
      border-radius: 999px;
      font-size: 0.8125rem;
      font-weight: 500;
      letter-spacing: 0.01em;
      transition:
        background var(--duration-base) var(--ease-out),
        color var(--duration-base) var(--ease-out),
        border-color var(--duration-base) var(--ease-out),
        transform var(--duration-base) var(--ease-out-expo);
      cursor: pointer;
    }
    .anchor-tab:hover {
      border-color: color-mix(in oklch, var(--text-on-dark) 40%, transparent);
      color: var(--text-on-dark);
      transform: translateY(-1px);
    }
    .anchor-tab.active {
      background: var(--text-on-dark);
      color: var(--bg-deep);
      border-color: var(--text-on-dark);
      box-shadow: 0 4px 14px -6px rgba(0,0,0,0.4);
    }
    @media (prefers-reduced-motion: reduce) {
      .anchor-tab:hover { transform: none; }
    }
    .anchor-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: var(--space-l);
      margin-bottom: var(--space-l);
    }
    @media (min-width: 720px) {
      .anchor-grid { grid-template-columns: 1fr 1fr 1fr; gap: var(--space-l); }
    }
    .anchor-block {
      display: flex;
      flex-direction: column;
      gap: 0.4rem;
    }
    .anchor-block-label {
      font-size: 0.75rem;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--text-on-dark-muted);
    }
    .anchor-block-value {
      font-family: var(--font-sans);
      font-size: clamp(1.5rem, 2vw + 0.8rem, 2.25rem);
      letter-spacing: -0.03em;
      line-height: 1.05;
      font-feature-settings: var(--font-features-tnum);
      font-variant-numeric: tabular-nums lining-nums;
    }
    .anchor-block.delta .anchor-block-value {
      color: var(--accent);
    }
    .anchor-profile {
      font-size: 0.875rem;
      color: var(--text-on-dark-muted);
      padding-top: var(--space-m);
      border-top: 1px solid color-mix(in oklch, var(--text-on-dark) 12%, transparent);
    }

    .income-cta-row {
      display: flex;
      flex-wrap: wrap;
      gap: 0.75rem 1.5rem;
      align-items: center;
    }
    .btn-accent {
      position: relative;
      background: var(--accent);
      color: var(--bg-deep);
      border: 1px solid var(--accent);
      letter-spacing: 0.018em;
      font-weight: 500;
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.18),
        inset 0 -1px 0 rgba(0,0,0,0.06),
        0 1px 2px rgba(0,0,0,0.10),
        0 6px 16px -8px rgba(184,134,56,0.28);
    }
    .btn-accent::after {
      content: '';
      position: absolute;
      left: 22%;
      right: 22%;
      bottom: -4px;
      height: 1px;
      background: linear-gradient(to right,
        transparent 0%,
        var(--brand) 50%,
        transparent 100%);
      opacity: 0;
      transform: scaleX(0.5);
      transition: opacity 320ms var(--ease-out), transform 360ms var(--ease-out-expo);
      border-radius: 1px;
      pointer-events: none;
    }
    .btn-accent:hover,
    .btn-accent:focus-visible {
      background: var(--accent-strong);
      border-color: var(--accent-strong);
      transform: translateY(-2px);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.22),
        inset 0 -1px 0 rgba(0,0,0,0.08),
        0 2px 4px rgba(0,0,0,0.12),
        0 14px 30px -10px rgba(184,134,56,0.40);
    }
    .btn-accent:hover::after,
    .btn-accent:focus-visible::after {
      opacity: 1;
      transform: scaleX(1);
    }
    .btn-accent .arr {
      color: var(--brand-strong);
      transition: transform 260ms var(--ease-out-expo), color 220ms var(--ease-out);
    }
    .btn-on-dark {
      background: transparent;
      color: var(--text-on-dark);
      border: 1px solid color-mix(in oklch, var(--text-on-dark) 25%, transparent);
    }
    .btn-on-dark:hover {
      border-color: var(--text-on-dark);
    }

    /* Calculator wizard */
    .calculator {
      display: grid;
      grid-template-rows: 0fr;
      transition: grid-template-rows 600ms var(--ease-out);
      margin-top: var(--space-l);
    }
    .calculator.open { grid-template-rows: 1fr; }
    .calculator-inner {
      overflow: hidden;
      min-height: 0;
    }
    .calc-card {
      background: color-mix(in oklch, var(--text-on-dark) 4%, transparent);
      border: 1px solid color-mix(in oklch, var(--text-on-dark) 12%, transparent);
      border-radius: 4px;
      padding: var(--space-xl);
      margin-top: var(--space-m);
    }
    .calc-stepper {
      display: flex;
      gap: 0.75rem;
      margin-bottom: var(--space-l);
      flex-wrap: wrap;
    }
    .calc-step-pip {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      padding: 0.4rem 0.875rem;
      border-radius: 999px;
      font-size: 0.8125rem;
      color: var(--text-on-dark-muted);
      background: color-mix(in oklch, var(--text-on-dark) 4%, transparent);
      border: 1px solid color-mix(in oklch, var(--text-on-dark) 10%, transparent);
    }
    .calc-step-pip.active {
      background: var(--text-on-dark);
      color: var(--bg-deep);
      border-color: var(--text-on-dark);
    }
    .calc-step-pip.done {
      color: var(--accent);
      border-color: color-mix(in oklch, var(--accent) 40%, transparent);
    }
    .calc-step-pip-num {
      font-family: var(--font-tabular);
      font-size: 0.875rem;
    }

    .calc-step { display: none; }
    .calc-step.active { display: block; }
    .calc-step h3 {
      font-size: var(--t-h3);
      font-family: var(--font-tabular);
      margin-bottom: 0.5rem;
      color: var(--text-on-dark);
    }
    .calc-step .step-hint {
      color: var(--text-on-dark-muted);
      font-size: 0.9375rem;
      margin-bottom: var(--space-l);
      max-width: 50ch;
    }

    .calc-fields {
      display: grid;
      gap: var(--space-l);
    }
    .calc-field label {
      display: block;
      font-size: 0.8125rem;
      color: var(--text-on-dark-muted);
      margin-bottom: 0.5rem;
      letter-spacing: 0.01em;
    }
    .calc-field .val-display {
      font-family: var(--font-tabular);
      color: var(--accent);
    }
    .calc-field input[type="number"], .calc-field input[type="text"],
    .calc-field input[type="email"], .calc-field input[type="tel"] {
      width: 100%;
      padding: 0.85rem 1rem;
      background: color-mix(in oklch, var(--text-on-dark) 4%, transparent);
      border: 1px solid color-mix(in oklch, var(--text-on-dark) 18%, transparent);
      border-radius: 6px;
      color: var(--text-on-dark);
      font-family: inherit;
      font-size: 1rem;
      font-feature-settings: var(--font-features-tnum);
      font-variant-numeric: tabular-nums lining-nums;
      transition: border-color var(--duration-base) var(--ease-out), background var(--duration-base) var(--ease-out), box-shadow var(--duration-base) var(--ease-out);
    }
    .calc-field input:hover {
      border-color: color-mix(in oklch, var(--text-on-dark) 28%, transparent);
    }
    .calc-field input:focus {
      outline: 0;
      border-color: var(--accent);
      background: color-mix(in oklch, var(--text-on-dark) 7%, transparent);
      box-shadow: 0 0 0 3px color-mix(in oklab, var(--accent) 22%, transparent);
    }
    .calc-field input[type="range"] {
      width: 100%;
      accent-color: var(--accent);
      height: 28px;
    }
    /* Verfeinerte Range-Slider Thumbs (WebKit/Mozilla) */
    .calc-field input[type="range"]::-webkit-slider-thumb {
      box-shadow: 0 2px 6px rgba(0,0,0,0.4);
    }
    .calc-field input[type="range"]::-moz-range-thumb {
      box-shadow: 0 2px 6px rgba(0,0,0,0.4);
    }
    .calc-options {
      display: grid;
      gap: 0.625rem;
    }
    .calc-option {
      display: flex;
      align-items: center;
      gap: 0.875rem;
      padding: 0.875rem 1.125rem;
      background: color-mix(in oklch, var(--text-on-dark) 3%, transparent);
      border: 1px solid color-mix(in oklch, var(--text-on-dark) 12%, transparent);
      border-radius: 4px;
      cursor: pointer;
      transition: all 220ms var(--ease-out);
    }
    .calc-option:hover { border-color: color-mix(in oklch, var(--text-on-dark) 30%, transparent); }
    .calc-option input { accent-color: var(--accent); }
    .calc-option-text {
      flex: 1;
      font-size: 0.9375rem;
    }
    .calc-option-hint {
      display: block;
      color: var(--text-on-dark-muted);
      font-size: 0.8125rem;
      margin-top: 0.15rem;
    }

    .calc-nav {
      display: flex;
      justify-content: space-between;
      gap: 1rem;
      margin-top: var(--space-l);
      padding-top: var(--space-l);
      border-top: 1px solid color-mix(in oklch, var(--text-on-dark) 10%, transparent);
    }

    /* Result */
    .calc-result { display: none; }
    .calc-result.shown { display: block; }
    .calc-loading {
      display: none;
      flex-direction: column;
      align-items: center;
      gap: 1rem;
      padding-block: var(--space-2xl);
      color: var(--text-on-dark-muted);
    }
    .calc-loading.shown { display: flex; }
    .calc-loading-bar {
      width: 240px;
      height: 2px;
      background: color-mix(in oklch, var(--text-on-dark) 10%, transparent);
      overflow: hidden;
      position: relative;
      border-radius: 99px;
    }
    .calc-loading-bar::after {
      content: '';
      position: absolute;
      inset: 0;
      background: var(--accent);
      width: 30%;
      animation: slideBar 1400ms var(--ease-out) infinite;
    }
    @keyframes slideBar {
      0% { transform: translateX(-100%); }
      100% { transform: translateX(400%); }
    }

    .result-headline {
      font-family: var(--font-tabular);
      font-size: clamp(2rem, 3vw + 0.5rem, 3rem);
      letter-spacing: -0.025em;
      line-height: 1.05;
      margin-bottom: var(--space-l);
    }
    .result-headline .delta { color: var(--accent); }
    .result-headline .delta.is-negative {
      color: var(--text-on-dark);
      font-style: normal;
      opacity: 0.85;
    }
    .result-table {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: var(--space-l);
      font-size: 0.9375rem;
    }
    .result-table th, .result-table td {
      padding: 0.875rem 0.5rem;
      text-align: right;
      border-bottom: 1px solid color-mix(in oklch, var(--text-on-dark) 10%, transparent);
    }
    .result-table th:first-child, .result-table td:first-child {
      text-align: left;
      color: var(--text-on-dark-muted);
    }
    .result-table th {
      font-weight: 500;
      font-size: 0.8125rem;
      letter-spacing: 0.01em;
      color: var(--text-on-dark-muted);
      text-transform: uppercase;
    }
    .result-table tr.highlight td {
      font-family: var(--font-tabular);
      font-size: 1.0625rem;
      color: var(--accent);
      border-bottom-color: var(--accent);
    }

    .result-export {
      background: color-mix(in oklch, var(--accent) 10%, transparent);
      border: 1px solid color-mix(in oklch, var(--accent) 25%, transparent);
      padding: var(--space-l);
      border-radius: 4px;
      margin-top: var(--space-l);
    }
    .result-export h4 {
      font-family: var(--font-tabular);
      font-size: 1.125rem;
      margin-bottom: 0.75rem;
      color: var(--text-on-dark);
    }
    .result-export-form {
      display: flex;
      flex-wrap: wrap;
      gap: 0.625rem;
      margin-top: 0.875rem;
    }
    .result-export-form input {
      flex: 1;
      min-width: 240px;
    }
    .result-disclaimer {
      font-size: 0.75rem;
      color: var(--text-on-dark-muted);
      margin-top: var(--space-m);
      max-width: 72ch;
      line-height: 1.55;
      padding: 0.875rem 1rem;
      background: oklch(28% 0.035 250 / 0.45);
      border-radius: 6px;
    }
    .result-disclaimer strong {
      color: var(--text-on-dark);
      font-style: normal;
      font-weight: 500;
    }
    .income-disclaimer-top {
      font-size: 0.8125rem;
      color: var(--text-on-dark-muted);
      margin: var(--space-m) auto 0;
      max-width: 72ch;
      line-height: 1.55;
      padding: 0.75rem 1rem;
      background: oklch(28% 0.035 250 / 0.4);
      border-radius: 6px;
      text-align: left;
    }
    .income-disclaimer-top strong {
      color: var(--text-on-dark);
      font-weight: 500;
    }
    /* Lead-Intro im Rechner-Kasten: über den Auswahl-Tabs */
    .anchor-intro {
      margin: 0 0 var(--space-m);
      max-width: none;
      font-size: var(--t-body-l);
      line-height: 1.5;
      color: var(--text-on-dark-muted);
      text-wrap: pretty;
    }
    /* Disclaimer in den Kasten gezogen: rechts neben der Profil-Zeile, gleiche Höhe */
    .anchor-footer {
      display: flex;
      flex-wrap: wrap;
      gap: var(--space-m) var(--space-xl);
      align-items: flex-start;
      margin-top: var(--space-m);
      padding-top: var(--space-m);
      border-top: 1px solid color-mix(in oklch, var(--text-on-dark) 12%, transparent);
    }
    .anchor-footer .anchor-profile {
      flex: 1 1 220px;
      margin: 0;
      padding-top: 0;
      border-top: 0;
    }
    .anchor-footer .anchor-disclaimer {
      flex: 1 1 340px;
      margin: 0;
      max-width: 56ch;
    }

    /* ============================================================
       REUSS REVEAL
       ============================================================ */
    .reveal {
      background: var(--surface);
      border-block: 1px solid var(--border);
    }
    /* Einheitlicher vertikaler Rhythmus für alle Blöcke des Reuss-Bereichs */
    .reveal > .container {
      display: flex;
      flex-direction: column;
      gap: var(--space-xl);
    }
    .reveal-head {
      display: grid;
      gap: var(--space-l);
    }
    /* Im Reuss-Kopf übernimmt der Grid-Gap den Abstand — globale section-head-Margin hier neutralisieren (sonst doppelt) */
    .reveal-head .section-head { margin-bottom: 0; }
    @media (min-width: 880px) {
      .reveal-head { grid-template-columns: 1fr; gap: var(--space-l); }
    }
    .reveal-head h2 {
      font-size: var(--t-h1);
    }
    .reveal-body {
      font-family: var(--font-tabular);
      font-size: clamp(1.0625rem, 0.5vw + 1rem, 1.1875rem);
      line-height: 1.6;
      color: var(--text);
      max-width: 70ch;
    }
    .reveal-body p { margin: 0; }

    /* Three pillars */
    .pillars-stakkato {
      font-family: var(--font-sans);
      font-size: clamp(1.5rem, 3vw + 0.5rem, 2.5rem);
      letter-spacing: -0.015em;
      text-align: center;
      margin-block: var(--space-2xl);
      padding-block: var(--space-l);
      border-top: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
      text-wrap: balance;
    }
    .pillars-stakkato .em { color: var(--brand); font-weight: 500; }
    .pillars-stakkato .sep { color: var(--accent-strong); margin-inline: 0.4em; }

    .pillars {
      display: grid;
      grid-template-columns: 1fr;
      gap: var(--space-l);
    }
    @media (min-width: 768px) {
      .pillars {
        grid-template-columns: repeat(3, 1fr);
        gap: var(--space-xl);
        position: relative;
      }
      /* Feine vertikale Trenner — Editorial-Spaltenrhythmus */
      .pillars::before,
      .pillars::after {
        content: '';
        position: absolute;
        top: 5%;
        bottom: 5%;
        width: 1px;
        background: var(--border);
        pointer-events: none;
      }
      .pillars::before { left: 33.333%; }
      .pillars::after  { left: 66.666%; }
    }
    .pillar {
      padding-inline: clamp(0px, 1vw, 0.5rem);
      position: relative;
    }
    .pillar h3 {
      font-size: var(--t-h3);
      font-family: var(--font-sans);
      margin-bottom: var(--space-s);
      color: var(--brand);
      font-weight: 700;
      letter-spacing: -0.005em;
      position: relative;
      padding-left: 1.5rem;
    }
    /* Bernstein-Marker vor jeder Säulen-Überschrift */
    .pillar h3::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0.5em;
      width: 1rem;
      height: 1px;
      background: var(--accent-strong);
    }
    .pillar p {
      font-size: var(--t-body);
      line-height: 1.65;
      color: var(--text);
      max-width: 36ch;
    }

    /* Institutional pull quote — Editorial-Behandlung */
    .pullquote {
      max-width: 62ch;
      margin: 0 auto;
      padding: var(--space-l) 0 0;
      text-align: center;
      border-top: 1px solid var(--border);
      position: relative;
    }
    /* Ornamentale Bernstein-Markierung in der Mitte oben */
    .pullquote::before {
      content: '';
      position: absolute;
      top: -1px;
      left: 50%;
      transform: translateX(-50%);
      width: 3rem;
      height: 1px;
      background: var(--accent-strong);
    }
    .pullquote-text {
      font-family: var(--font-sans);
      font-size: clamp(1.375rem, 1.5vw + 1rem, 2rem);
      line-height: 1.4;
      letter-spacing: -0.02em;
      color: var(--text);
      margin-bottom: var(--space-m);
      font-weight: 400;
      text-wrap: balance;
    }
    .pullquote-attr {
      font-family: var(--font-sans);
      font-size: 0.75rem;
      color: var(--text);
      letter-spacing: 0.22em;
      text-transform: uppercase;
      font-weight: 600;
    }

    .awards {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: var(--space-s) var(--space-l);
      padding: var(--space-l) 0 0;
      margin: 0;
      list-style: none;
      border-top: 1px solid var(--border);
    }
    .award {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      font-size: 0.8125rem;
      color: var(--text);
      letter-spacing: 0.04em;
      font-weight: 500;
      transition: color var(--duration-base) var(--ease-out);
    }
    .award:hover { color: var(--text); }
    .award::before {
      content: '';
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: var(--accent-strong);
      flex-shrink: 0;
    }

    /* ============================================================
       REUSS — Verbund (Gruppen-Übersicht) + Leistungsmatrix
       Eingebettet in den Reuss-Bereich, gleiche Tokens & Rhythmus.
       ============================================================ */
    .reveal-subhead {
      display: flex;
      flex-direction: column;
      gap: var(--space-s);
      max-width: 62ch;
    }
    .reveal-subhead h3 {
      font-family: var(--font-brand);
      font-size: var(--t-h1);
      font-weight: 400;
      letter-spacing: -0.02em;
      line-height: 1.05;
      color: var(--text);
      text-wrap: balance;
    }
    .reveal-subhead h3 .em { color: var(--accent-strong); font-style: normal; }
    .reveal-subhead .lead {
      font-size: var(--t-body-l);
      line-height: 1.55;
      color: var(--text);
      max-width: 58ch;
      text-wrap: pretty;
    }

    /* ---- Verbund-Raster ---- */
    /* Überschrift des Verbund-Schaubilds: mittig über den Kacheln */
    .verbund-head {
      font-family: var(--font-brand);
      font-size: var(--t-h2);
      font-weight: 400;
      letter-spacing: -0.02em;
      line-height: 1.1;
      color: var(--text);
      text-align: center;
      text-wrap: balance;
    }
    .verbund { display: flex; flex-direction: column; gap: var(--space-l); }
    .verbund-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: clamp(0.75rem, 1.2vw, 1.1rem);
    }
    @media (max-width: 559px) {
      .verbund-grid { grid-template-columns: 1fr; }
    }
    @media (min-width: 680px) {
      .verbund-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    }
    @media (min-width: 1040px) {
      .verbund-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
    }
    /* Detail-Karte wandert gestapelt (JS) direkt ins Grid unter die
       Zeile der gewählten Kachel — dann volle Breite über alle Spalten */
    .verbund-grid > .verbund-detail { grid-column: 1 / -1; }
    .firm {
      position: relative;
      display: flex;
      flex-direction: column;
      text-decoration: none;
      color: inherit;
      cursor: pointer;
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: 11px;
      box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset, 0 10px 30px -20px rgba(20,42,77,0.20), 0 2px 8px -6px rgba(20,42,77,0.10);
      overflow: hidden;
      transition: transform var(--duration-base) var(--ease-out), box-shadow var(--duration-base) var(--ease-out), border-color var(--duration-base) var(--ease-out);
    }
    .firm:hover {
      transform: translateY(-3px);
      box-shadow: 0 1px 0 rgba(255,255,255,0.7) inset, 0 18px 44px -22px rgba(20,42,77,0.22), 0 4px 14px -8px rgba(20,42,77,0.10);
      border-color: var(--border-strong);
    }
    .firm-plate {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 104px;
      padding: 1.2rem 1.3rem;
      background: #ffffff;
      border-bottom: 1px solid var(--border);
    }
    .firm-plate img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
    .firm-plate.lg img { max-height: 72px; }
    .firm-plate.md img { max-height: 54px; }
    .firm-plate.sm img { max-height: 40px; }
    .firm-body {
      display: flex;
      flex-direction: column;
      flex: 1;
      gap: 0.4rem;
      padding: 1rem 1.1rem 1.15rem;
    }
    .firm-loc {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      font-size: 0.6875rem;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--accent-text);
    }
    .firm-loc .pin {
      width: 0.4rem; height: 0.4rem; border-radius: 50%;
      background: var(--accent);
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--accent) 22%, transparent);
      flex: none;
    }
    .firm-name {
      font-size: 0.95rem;
      font-weight: 600;
      line-height: 1.25;
      letter-spacing: -0.006em;
      color: var(--text);
      text-wrap: balance;
      /* Zwei Zeilen reservieren, damit der graue Rollen-Text in allen
         Kacheln auf derselben Höhe beginnt */
      min-height: 2.5em;
    }
    .firm-role {
      margin-top: 0;
      font-size: 0.8125rem;
      line-height: 1.4;
      color: var(--text);
      text-wrap: pretty;
    }
    .firm.regulated::before {
      content: '';
      position: absolute;
      inset: 0 auto 0 0;
      width: 3px;
      background: linear-gradient(var(--accent), var(--accent-strong));
      z-index: 2;
    }
    /* ---- Verbund-Detail: ausklappbare Unternehmensinfo ---- */
    /* Kacheln sind jetzt Buttons: native Button-Optik neutralisieren */
    button.firm {
      appearance: none;
      -webkit-appearance: none;
      font: inherit;
      text-align: left;
      padding: 0;
      margin: 0;
    }
    /* Fußleiste der Kachel: gleiche Bauart wie die Logo-Fläche (abgesetzte Zone) */
    .firm-foot {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 0.5rem;
      padding: 0.55rem 1.1rem;
      background: #ffffff;
      border-top: 1px solid var(--border);
      font-size: 0.6875rem;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--text-soft);
      transition: background var(--duration-base) var(--ease-out),
                  color var(--duration-base) var(--ease-out),
                  border-color var(--duration-base) var(--ease-out);
    }
    .firm-foot-chev {
      flex: none;
      transition: transform var(--duration-base) var(--ease-out);
    }
    .firm:hover .firm-foot { color: var(--accent-text); }
    .firm.is-active {
      /* Echte 2px-Border: identisches Konstrukt wie Karte und Tunnelwände,
         damit alle Linien bei jeder Displayskalierung gleich rastern */
      border: 2px solid var(--accent);
      box-shadow: 0 18px 44px -22px rgba(20,42,77,0.22),
                  0 4px 14px -8px rgba(20,42,77,0.10);
    }
    .firm.is-active .firm-foot {
      background: color-mix(in oklch, var(--accent) 8%, #ffffff);
      border-top-color: color-mix(in oklch, var(--accent) 30%, var(--border));
      color: var(--accent-text);
    }
    .firm.is-active .firm-foot-chev { transform: rotate(180deg); }

    /* Bei offener Karte: Detail-Zeilen ausblenden, die Kacheln enden
       abgerundet über der Info-Karte */
    .verbund-grid.panel-open .firm-foot { display: none; }
    .verbund-detail {
      display: grid;
      grid-template-rows: 0fr;
      /* Zuklappen deutlich schneller als Aufklappen */
      transition: grid-template-rows 0.2s var(--ease-out);
    }
    .verbund-detail.open {
      grid-template-rows: 1fr;
      transition: grid-template-rows 0.5s var(--ease-out);
    }
    .verbund-detail-clip {
      position: relative;
      overflow: hidden;
      min-height: 0;
      opacity: 0;
      transition: opacity 0.14s var(--ease-out);
    }
    .verbund-detail.open .verbund-detail-clip { opacity: 1; }
    .verbund-detail-card {
      position: relative;
      padding: clamp(1.15rem, 2vw, 1.6rem) clamp(1.15rem, 2.2vw, 1.8rem) clamp(1.25rem, 2vw, 1.6rem);
      background: var(--surface);
      /* Exakt dieselbe Rahmentechnik wie die aktive Kachel: echte 2px-Border */
      border: 2px solid var(--accent);
      border-radius: 14px;
      box-shadow: 0 18px 44px -24px rgba(20,42,77,0.22),
                  0 4px 14px -8px rgba(20,42,77,0.10);
      overflow: hidden;
    }
    .vd-head {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 1rem;
      margin-bottom: 1rem;
    }
    .vd-nav { display: flex; gap: 0.4rem; }
    .vd-btn {
      appearance: none;
      -webkit-appearance: none;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 2.1rem;
      height: 2.1rem;
      padding: 0;
      border-radius: 50%;
      border: 1px solid var(--border-strong);
      background: #ffffff;
      color: var(--text);
      cursor: pointer;
      transition: border-color var(--duration-base) var(--ease-out),
                  color var(--duration-base) var(--ease-out),
                  background var(--duration-base) var(--ease-out);
    }
    .vd-btn:hover {
      border-color: var(--accent);
      color: var(--accent-text);
      background: color-mix(in oklch, var(--accent) 7%, #ffffff);
    }
    .vd-panel[hidden] { display: none; }
    .vd-kicker {
      display: block;
      font-size: 0.6875rem;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--accent-text);
      margin-bottom: 0.35rem;
    }
    .vd-name {
      font-size: clamp(1.05rem, 1.6vw, 1.25rem);
      font-weight: 600;
      letter-spacing: -0.008em;
      color: var(--text);
      margin-bottom: 0.9rem;
      text-wrap: balance;
    }
    .vd-cols {
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      gap: 1.1rem;
      align-items: start;
    }
    @media (min-width: 860px) {
      .vd-cols { grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); gap: 1.6rem; }
    }
    .vd-text p {
      font-size: 0.92rem;
      line-height: 1.62;
      color: var(--text);
      text-wrap: pretty;
    }
    .vd-text p + p { margin-top: 0.7rem; }
    .vd-benefit {
      background: color-mix(in oklch, var(--accent) 7%, #ffffff);
      border: 1px solid color-mix(in oklch, var(--accent) 25%, var(--border));
      border-radius: 11px;
      padding: 1rem 1.1rem 1.05rem;
    }
    .vd-benefit-label {
      font-size: 0.6875rem;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--accent-text);
      margin-bottom: 0.45rem;
    }
    .vd-benefit p {
      font-size: 0.9rem;
      line-height: 1.58;
      color: var(--text);
      text-wrap: pretty;
    }
    .vd-site { margin-top: 0.9rem; }
    .vd-link {
      display: inline-flex;
      align-items: center;
      gap: 0.35rem;
      font-size: 0.85rem;
      font-weight: 600;
      color: var(--accent-text);
      text-decoration: none;
      border-bottom: 1px solid color-mix(in oklch, var(--accent) 40%, transparent);
      transition: border-color var(--duration-base) var(--ease-out);
    }
    .vd-link:hover { border-color: var(--accent-strong); }
    @media (prefers-reduced-motion: reduce) {
      .verbund-detail { transition: none; }
      .verbund-detail-clip { transition: none; }
      .firm-foot, .firm-foot-chev { transition: none; }
    }

    .verbund-legend {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 0.4rem 0.9rem;
      font-size: 0.8125rem;
      color: var(--text-soft);
    }
    .verbund-legend .legend-dot {
      display: inline-block;
      width: 0.55rem; height: 0.85rem; border-radius: 2px;
      background: linear-gradient(var(--accent), var(--accent-strong));
      vertical-align: -1px;
      margin-right: 0.15rem;
    }

    /* ---- Leistungsmatrix ---- */
    .matrix-block {
      display: flex;
      flex-direction: column;
      gap: var(--space-l);
      /* Dunklerer, vollbreiter Band-Hintergrund — Kontrast zu den Nachbarbereichen (IT-Feedback 07/2026).
         box-shadow + clip-path = Full-Bleed ohne horizontalen Overflow. */
      background: color-mix(in oklch, var(--surface-warm) 55%, var(--bg-soft));
      box-shadow: 0 0 0 100vmax color-mix(in oklch, var(--surface-warm) 55%, var(--bg-soft));
      clip-path: inset(0 -100vmax);
      padding-block: var(--space-xl);
    }
    .matrix-card {
      width: 100%;
      max-width: 880px;
      margin: 0 auto;
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: 10px;
      box-shadow: 0 1px 0 rgba(255,255,255,0.7) inset, 0 18px 44px -22px rgba(20,42,77,0.22), 0 4px 14px -8px rgba(20,42,77,0.10);
      overflow: hidden;
    }
    .matrix-scroll { overflow-x: auto; padding: clamp(1rem, 2.5vw, 1.5rem); }
    table.matrix {
      width: 100%;
      min-width: 560px;
      border-collapse: collapse;
      font-size: clamp(0.8125rem, 0.4vw + 0.7rem, 0.9375rem);
    }
    table.matrix thead .grp th {
      padding: 0.35rem 0.75rem 0.55rem;
      text-align: center;
      font-weight: 600;
      font-size: clamp(0.875rem, 0.5vw + 0.75rem, 1.0625rem);
      letter-spacing: -0.005em;
      color: var(--brand);
      vertical-align: bottom;
    }
    table.matrix thead .grp th.grp-wp { border-bottom: 2px solid color-mix(in oklch, var(--brand) 32%, transparent); }
    table.matrix thead .grp th.grp-fonds { border-bottom: 2px solid color-mix(in oklch, var(--accent) 55%, transparent); }
    table.matrix thead .grp th.spacer { border: 0; }
    table.matrix thead .sub th {
      padding: 0.55rem 0.75rem 0.7rem;
      text-align: center;
      font-weight: 500;
      font-size: 0.78em;
      color: var(--text);
      border-bottom: 1px solid var(--border);
    }
    table.matrix thead .sub th.rowhead {
      text-align: left;
      font-weight: 600;
      font-size: 0.9em;
      color: var(--text);
      vertical-align: bottom;
    }
    .matrix .sub-note { font-size: 0.85em; color: var(--text); }
    table.matrix .div-l { border-left: 1px solid var(--border); }
    table.matrix tbody th {
      text-align: left;
      font-weight: 500;
      padding: 0.95rem 1rem 0.95rem 0.75rem;
      color: var(--text);
      line-height: 1.35;
      border-bottom: 1px solid var(--border);
      width: 38%;
    }
    table.matrix tbody th .qual {
      color: var(--text-soft);
      font-weight: 400;
      font-size: 0.86em;
      white-space: nowrap;
    }
    table.matrix tbody td {
      text-align: center;
      padding: 0.95rem 0.75rem;
      border-bottom: 1px solid var(--border);
      vertical-align: middle;
    }
    table.matrix tbody tr:last-child th,
    table.matrix tbody tr:last-child td { border-bottom: 0; }
    table.matrix tbody tr:nth-child(even) th,
    table.matrix tbody tr:nth-child(even) td {
      background: color-mix(in oklch, var(--surface-warm) 55%, transparent);
    }
    .matrix .yes {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 1.6rem;
      height: 1.6rem;
      border-radius: 50%;
      background: color-mix(in oklch, var(--accent) 18%, transparent);
      color: var(--accent-text);
    }
    .matrix .yes svg { width: 0.95rem; height: 0.95rem; }
    .matrix .no { color: var(--border-strong); font-size: 1.05em; line-height: 1; }
    .matrix-foot {
      padding: 0.9rem clamp(1.25rem, 3vw, 2rem) clamp(1.1rem, 2.5vw, 1.5rem);
      display: flex;
      flex-wrap: wrap;
      gap: 0.5rem 1.25rem;
      align-items: center;
      justify-content: space-between;
      border-top: 1px solid var(--border);
    }
    .matrix-note {
      margin: 0;
      font-size: 0.8125rem;
      font-style: italic;
      color: var(--text-soft);
    }
    .matrix-note sup { font-style: normal; }
    /* Mobil: Tabelle komplett einpassen statt horizontal scrollen */
    @media (max-width: 639px) {
      .matrix-scroll { overflow-x: visible; padding: 0.75rem 0.4rem; }
      table.matrix { min-width: 0; font-size: 0.66rem; }
      table.matrix thead .grp th { font-size: 0.66rem; padding: 0.25rem 0.2rem 0.4rem; hyphens: auto; overflow-wrap: anywhere; }
      table.matrix thead .sub th { font-size: 0.6rem; padding: 0.4rem 0.1rem 0.5rem; }
      table.matrix thead .sub th.rowhead { font-size: 0.66rem; }
      table.matrix tbody th { width: 31%; padding: 0.6rem 0.3rem 0.6rem 0.4rem; hyphens: auto; }
      table.matrix tbody th .qual { white-space: normal; display: block; font-size: 0.85em; }
      table.matrix tbody td { padding: 0.6rem 0.1rem; }
      .matrix .yes { width: 1.15rem; height: 1.15rem; }
      .matrix .yes svg { width: 0.7rem; height: 0.7rem; }
    }

    /* ---- Digitale Vermögensverwaltung (Robo-Advisor, Live-Beleg) ----
       Vorschau als CSS-Nachbildung des echten Auftritts unter
       direkt.anlegen.evolution.cloud — bewusst fremdes Design im
       Browser-Rahmen, analog zum HELGA-Screen. */
    .digivv-block { display: flex; flex-direction: column; gap: var(--space-l); }
    .digivv-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: var(--space-xl);
      align-items: start;
    }
    @media (min-width: 880px) {
      .digivv-grid {
        grid-template-columns: 1.4fr 1fr;
        gap: var(--space-2xl);
        align-items: center;
      }
    }
    /* Linke Spalte: Aufbau wie .painpoint-text (Subhead + painpoint-body + CTA) */
    .digivv-content {
      max-width: 64ch;
      display: flex;
      flex-direction: column;
      gap: var(--space-m);
    }
    .digivv-cta { margin: 0; }
    /* Bildkarte: 3:4 wie .painpoint-portrait, als Link zur Live-Anwendung */
    .digivv-frame {
      display: block;
      position: relative;
      aspect-ratio: 3 / 4;
      max-height: 600px;
      width: 100%;
      border-radius: var(--radius-media);
      overflow: hidden;
      align-self: center;
      text-decoration: none;
      transition: transform var(--duration-base) var(--ease-out-expo),
                  box-shadow var(--duration-base) var(--ease-out);
    }
    .digivv-frame:hover,
    .digivv-frame:focus-visible {
      transform: translateY(-3px);
      box-shadow: 0 2px 4px rgba(20,42,77,0.08), 0 20px 40px -18px rgba(20,42,77,0.32);
    }
    @media (prefers-reduced-motion: reduce) {
      .digivv-frame, .digivv-frame:hover, .digivv-frame:focus-visible { transform: none; transition: none; }
    }
    .digivv-frame picture { display: contents; }
    .digivv-frame img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top;
    }

    /* ---- Variante 2: Credibility-Band ---- */
    .reveal-band{
      background: var(--bg-soft);
      border: 1px solid var(--border);
      border-radius: 16px;
      padding: clamp(1.5rem, 3vw, 2.5rem);
      display: flex;
      flex-direction: column;
      gap: clamp(1.4rem, 3vw, 2.1rem);
    }
    .reveal-band .band-label{
      margin: 0;
      display: flex; align-items: center; gap: 0.7rem;
      font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
      color: var(--brand-strong);
    }
    .reveal-band .band-label::after{ content: ''; flex: 1; height: 1px; background: var(--border); }
    /* Kennzahlen im Band: ohne eigene Trennlinien — das Band rahmt sie */
    .reveal .reveal-band .trust-grid{ margin: 0; border-block: 0; padding-block: 0; }
    /* Awards als ruhige, zentrierte Schlusszeile (statt Laufband) */
    .reveal-awards{
      list-style: none; margin: 0; padding: 0;
      display: flex; flex-wrap: wrap; justify-content: center;
      gap: 0.6rem 1.75rem;
    }
    /* Bild + Pullquote kombiniert — institutioneller Abschluss */
    .reveal-quote{
      position: relative;
      margin: 0;
      border-radius: var(--radius-media);
      overflow: hidden;
      isolation: isolate;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: clamp(300px, 38vw, 460px);
      padding: clamp(2.25rem, 5vw, 4.5rem) clamp(1.5rem, 5vw, 4.5rem);
      background: linear-gradient(135deg, var(--brand) 0%, var(--brand-strong) 100%);
    }
    .reveal-quote::before{ content: none; }
    .reveal-quote-inner{
      margin: 0;
      max-width: 56ch;
      text-align: center;
      position: relative;
    }
    .reveal-quote-inner::before{
      content: '';
      display: block;
      width: 3rem; height: 1px;
      background: var(--accent);
      margin: 0 auto clamp(1.25rem, 2.5vw, 1.75rem);
    }
    .reveal-quote .pullquote-text{
      font-family: var(--font-sans);
      font-size: clamp(1.375rem, 1.5vw + 1rem, 2rem);
      line-height: 1.4;
      letter-spacing: -0.02em;
      color: var(--text-on-dark);
      margin: 0 0 var(--space-m);
      font-weight: 400;
      text-wrap: balance;
    }
    .reveal-quote .pullquote-attr{
      font-family: var(--font-sans);
      font-size: 0.75rem;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      font-weight: 600;
      color: var(--accent);
    }
    .reveal-quote .photo-credit{
      position: absolute;
      bottom: 0.75rem;
      right: 0.9rem;
      z-index: 1;
    }

    /* Eigenstaendiges Zitat-Band (nach HELGA verschoben) — gleicher Look wie im Reuss-Bereich */
    .quote-band {
      background: var(--surface);
      border-block: 1px solid var(--border);
      padding-block: var(--space-xl);
    }

    /* ============================================================
       LEBENSWERK — Bestandswert-Perspektive (ersetzt das Zitat-Band)
       Surface-Hintergrund wie das frühere Band, Pillars-Muster
       aus dem Reuss-Bereich wiederverwendet.
       ============================================================ */
    .legacy {
      background: var(--surface);
      border-block: 1px solid var(--border);
    }
    .legacy-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: var(--space-l);
      align-items: center;
      margin-bottom: var(--space-l);
    }
    @media (min-width: 960px) {
      .legacy-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: var(--space-xl); }
    }
    .legacy-copy .section-head { margin-bottom: var(--space-s); }
    .legacy-lead {
      font-size: var(--t-body-l);
      line-height: 1.55;
      color: var(--text);
      max-width: 58ch;
      margin-bottom: var(--space-m);
      text-wrap: pretty;
    }
    /* --- Wertkurven-Grafik --- */
    .legacy-chart { margin: 0; max-width: 600px; }
    .legacy-chart svg { width: 100%; height: auto; display: block; }
    .lg-axis { stroke: var(--border-strong); stroke-width: 1; }
    .lg-axlabel, .lg-note {
      font-family: var(--font-sans);
      font-size: 12px;
      fill: var(--text-soft);
      letter-spacing: 0.01em;
    }
    .lg-note-strong { fill: var(--accent-strong); font-weight: 600; }
    .lg-curve { fill: none; stroke-width: 2.5; stroke-linecap: round; }
    .lg-salary { stroke: var(--brand); opacity: 0.55; }
    .lg-asset  { stroke: var(--accent-strong); }
    .lg-cut { stroke: var(--text-soft); stroke-width: 1; stroke-dasharray: 3 4; }
    .lg-dot { fill: var(--accent-strong); }
    .lg-dot-halo { fill: none; stroke: var(--accent-strong); stroke-width: 1; opacity: 0.45; }
    .legacy-legend {
      display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem 1.5rem;
      margin-top: 0;
      font-size: 0.8rem; color: var(--text-soft);
    }
    .legacy-legend span { display: inline-flex; align-items: center; gap: 0.45rem; }
    .lg-sw { display: inline-block; width: 18px; height: 3px; border-radius: 999px; }
    .lg-sw-salary { background: var(--brand); opacity: 0.55; }
    .lg-sw-asset  { background: var(--accent-strong); }

    /* Draw-in beim Scrollen (script.js setzt .is-visible auf .legacy) */
    .lg-curve { stroke-dasharray: 1; stroke-dashoffset: 1; }
    .lg-fade { opacity: 0; transform: translateY(5px); }
    .legacy.is-visible .lg-salary { stroke-dashoffset: 0; transition: stroke-dashoffset 1.1s var(--ease-out); }
    .legacy.is-visible .lg-asset  { stroke-dashoffset: 0; transition: stroke-dashoffset 1.6s var(--ease-out) 0.25s; }
    .legacy.is-visible .lg-fade {
      opacity: 1; transform: translateY(0);
      transition: opacity 0.6s var(--ease-out), transform 0.6s var(--ease-out);
    }
    .legacy.is-visible .lg-fade-1 { transition-delay: 1.05s; }
    .legacy.is-visible .lg-fade-2 { transition-delay: 1.7s; }
    @media (prefers-reduced-motion: reduce) {
      .lg-curve { stroke-dashoffset: 0 !important; transition: none !important; }
      .lg-fade { opacity: 1 !important; transform: none !important; transition: none !important; }
    }

    /* ============================================================
       HELGA — Eingelassener Bildschirm (Hardware-Editorial)
       Außen: Hauptpalette (Cream / Marine / Bernstein).
       Innen (im Device-Frame): fremdes Demo-Universum mit
       eigenem Purple/Teal-Branding — wie ein eingelassener
       Bildschirm in einer Hardware-Reportage.
       ============================================================ */
    .helga {
      background:
        linear-gradient(180deg, var(--bg) 0%, var(--bg-soft) 100%);
      color: var(--text);
      position: relative;
      overflow: hidden;
      border-top: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
    }
    /* Warm-Bernstein-Hauch rechts oben — verbindet Sektion mit Brand */
    .helga::after {
      content: '';
      position: absolute;
      top: -10%;
      right: -8%;
      width: 50%;
      height: 70%;
      background: radial-gradient(circle, rgba(217,168,94,0.14) 0%, transparent 65%);
      pointer-events: none;
      z-index: 0;
      filter: blur(40px);
    }
    /* Sekundäres Marineblau-Echo links unten (Klassen-Name aus Legacy beibehalten) */
    .helga-glow-teal {
      position: absolute;
      bottom: -10%;
      left: -5%;
      width: 45%;
      height: 60%;
      background: radial-gradient(circle, rgba(45,67,115,0.08) 0%, transparent 60%);
      pointer-events: none;
      z-index: 0;
      filter: blur(40px);
    }

    .helga-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: var(--space-xl);
      align-items: start;
      position: relative;
      z-index: 1;
    }
    @media (min-width: 960px) {
      .helga-grid {
        /* Gleiche Spaltenaufteilung wie die übrigen Bild-Sektionen (Robo-Block) */
        grid-template-columns: 1.4fr 1fr;
        gap: var(--space-2xl);
        align-items: center;
      }
    }
    /* HELGA-Visual: statisches Bild, formatiert wie die übrigen Seitenbilder (Robo-Block).
       Bild ist exakt auf das Tablet zugeschnitten (1060x1308) — natürliches
       Seitenverhältnis beibehalten, damit oben/unten nichts Helles übersteht. */
    .helga-visual {
      position: relative;
      margin: 0;
      margin-inline: auto;
      aspect-ratio: 1060 / 1308;
      max-height: 600px;
      width: 100%;
      max-width: 450px;
      border-radius: var(--radius-media);
      overflow: hidden;
      align-self: center;
      justify-self: center;
      box-shadow: 0 18px 44px -22px rgba(20,42,77,0.35);
    }
    .helga-visual img { width: 100%; height: 100%; object-fit: cover; display: block; }
    /* Gerät auf Höhe der linken Spalte; Chat füllt es */
    @media (min-width: 960px) {
      /* Etwas kleiner als die volle Spalte: max. Breite + zentriert (Henrik) */
      .helga-device { align-self: center; justify-self: center; width: 92%; max-width: 600px; }
      .helga-device-frame { max-height: 672px; }
      .helga-device-frame { display: flex; flex-direction: column; flex: 1 1 auto; min-height: 0; }
      .helga-device-screen { flex: 1 1 auto; display: flex; flex-direction: column; min-height: 0; }
      .helga-device-screen .helga-chat-demo { flex: 1 1 auto; min-height: 0; }
      .helga-chat-frame { flex: 1 1 auto; min-height: 0; }
      .helga-device .helga-chat-body { flex: 1 1 auto; min-height: 0; max-height: none; overflow-y: auto; justify-content: space-between; padding: 0.55rem 0.8rem 0.5rem; gap: 0.25rem; }
      /* Chat-Inhalt minimal dichter, damit die Demo im kleineren Geraet vollstaendig sichtbar ist */
      .helga-device .helga-msg { font-size: 0.8rem; padding: 0.42rem 0.7rem; }
      .helga-device .helga-msg-time { margin-top: 0.15rem; }
    }
    /* Editorial-Spalte (links) — Brand-Palette */
    .helga .eyebrow-line {
      color: var(--accent-text);
    }
    .helga .eyebrow-line::before {
      background: var(--accent);
      opacity: 1;
    }
    .helga h2 {
      font-family: var(--font-brand);
      font-size: var(--t-h1);
      font-weight: 400;
      letter-spacing: -0.02em;
      margin-bottom: var(--space-s);
      line-height: 1.05;
      color: var(--text);
      text-wrap: balance;
    }
    .helga h2 .em {
      color: var(--accent-strong);
      background: none;
      -webkit-background-clip: initial;
      background-clip: initial;
      -webkit-text-fill-color: currentColor;
      font-style: normal;
    }
    .helga-lead {
      font-size: var(--t-body-l);
      line-height: 1.55;
      color: var(--text);
      margin-bottom: var(--space-m);
      max-width: 58ch;
      text-wrap: pretty;
    }
    /* Editorial-Annotationen statt Glas-Cards */
    .helga-features {
      list-style: none;
      padding: 0;
      /* Liste ist das letzte Element der Spalte — Abstand darunter wäre toter Raum */
      margin: 0;
      display: grid;
      grid-template-columns: 1fr;
      gap: 0;
      border-top: 1px solid var(--border);
    }
    .helga-feature {
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 0.875rem 1.25rem;
      align-items: start;
      padding: 0.75rem 0;
      background: transparent;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
      border: 0;
      border-bottom: 1px solid var(--border);
      border-radius: 0;
      transition: padding-left 240ms var(--ease-out), border-color 240ms var(--ease-out);
    }
    .helga-feature:hover {
      transform: none;
      border-bottom-color: var(--border-strong);
      background: transparent;
      padding-left: 0.5rem;
    }
    .helga-feature-num {
      font-family: var(--font-tabular);
      font-size: 0.6875rem;
      letter-spacing: 0.22em;
      font-weight: 700;
      background: none;
      -webkit-background-clip: initial;
      background-clip: initial;
      -webkit-text-fill-color: currentColor;
      color: var(--accent-text);
      padding-top: 0.3rem;
      min-width: 2rem;
    }
    .helga-feature h3 {
      font-size: var(--t-h3);
      font-weight: 600;
      letter-spacing: -0.005em;
      margin: 0 0 0.3rem;
      color: var(--text);
    }
    .helga-feature p {
      font-size: 0.9375rem;
      line-height: 1.55;
      color: var(--text);
      margin: 0;
      max-width: 46ch;
    }
    .helga-ctas {
      display: flex;
      flex-wrap: wrap;
      gap: 0.75rem;
    }
    /* HELGA-Sektion: Buttons erben von globalen .btn-primary / .btn-ghost —
       Pill-Form und edler Style sind dokumentweit konsistent. */

    /* CHAT-DEMO im Glassmorphismus */
    .helga-chat-demo {
      position: relative;
      display: flex;
      flex-direction: column;
      gap: 0.875rem;
      z-index: 1;
    }
    .helga-chat-frame {
      background: rgba(12,6,20,0.55);
      backdrop-filter: blur(40px) saturate(1.4);
      -webkit-backdrop-filter: blur(40px) saturate(1.4);
      border: 1px solid var(--h-glass-bord);
      border-radius: 24px;
      box-shadow:
        0 4px 24px rgba(155,60,164,0.18),
        0 24px 64px rgba(12,6,20,0.6);
      overflow: hidden;
      display: flex;
      flex-direction: column;
    }
    .helga-chat-header {
      display: flex;
      align-items: center;
      gap: 0.7rem;
      padding: 0.5rem 0.95rem;
      border-bottom: 1px solid var(--h-glass-bord);
      background: rgba(255,255,255,0.03);
    }
    .helga-avatar {
      width: 40px;
      height: 40px;
      flex-shrink: 0;
      border-radius: 50%;
      overflow: hidden;
      background: linear-gradient(135deg, var(--h-deep) 0%, var(--h-magenta) 100%);
      box-shadow: 0 0 0 1px var(--h-glass-bord), 0 6px 18px rgba(155,60,164,0.35);
      position: relative;
    }
    .helga-avatar img,
    .helga-avatar svg {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
    }
    .helga-chat-meta {
      display: flex;
      flex-direction: column;
      gap: 0.125rem;
      min-width: 0;
    }
    .helga-chat-meta strong {
      font-family: var(--font-tabular);
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: 0.03em;
      color: var(--h-text);
    }
    .helga-chat-status {
      font-size: 0.75rem;
      color: var(--h-text-mute);
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
    }
    .helga-status-dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--h-teal-mid);
      box-shadow: 0 0 0 3px rgba(2,129,136,0.25);
      animation: helga-pulse 2.4s ease-in-out infinite;
    }
    @keyframes helga-pulse {
      0%, 100% { box-shadow: 0 0 0 3px rgba(2,129,136,0.25); opacity: 1; }
      50%      { box-shadow: 0 0 0 7px rgba(2,129,136,0.08); opacity: 0.85; }
    }
    @media (prefers-reduced-motion: reduce) {
      .helga-status-dot { animation: none; }
    }

    .helga-chat-body {
      padding: 0.7rem 0.9rem 0.6rem;
      display: flex;
      flex-direction: column;
      gap: 0.3rem;
      min-height: 240px;
      max-height: 380px;
      overflow-y: auto;
    }
    .helga-msg {
      max-width: 86%;
      padding: 0.5rem 0.78rem;
      border-radius: 13px;
      font-size: 0.85rem;
      line-height: 1.4;
      position: relative;
    }
    .helga-msg p { margin: 0; }
    .helga-msg-time {
      display: block;
      font-size: 0.6875rem;
      opacity: 0.55;
      margin-top: 0.3rem;
      letter-spacing: 0.02em;
    }
    .helga-msg-helga {
      align-self: flex-start;
      background: rgba(255,255,255,0.09);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      color: var(--h-text);
      border: 1px solid var(--h-glass-bord);
      border-bottom-left-radius: 6px;
    }
    .helga-msg-user {
      align-self: flex-end;
      background: linear-gradient(135deg, #14a89e 0%, #0a7d83 100%);
      color: #fff;
      border-bottom-right-radius: 6px;
      box-shadow: 0 4px 16px rgba(2,129,136,0.38);
    }
    .helga-msg-user .helga-msg-time {
      color: rgba(255,255,255,0.7);
    }
    .helga-msg-tool {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      font-size: 0.625rem;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: color-mix(in oklch, var(--h-teal) 55%, white);
      margin-bottom: 0.25rem;
    }
    .helga-msg-tool .helga-tool-dot {
      width: 6px; height: 6px;
      border-radius: 50%;
      background: var(--h-teal-mid);
      box-shadow: 0 0 0 3px rgba(2,129,136,0.25);
      flex-shrink: 0;
    }

    .helga-msg-helga p + p { margin-top: 0.28rem; }
    .helga-msg-helga .helga-sec { margin: 0; color: var(--h-text-acc); font-weight: 700; font-size: 0.8125rem; }
    .helga-msg-helga .helga-sec + p { margin-top: 0.1rem; }
    .helga-file {
      display: inline-flex;
      align-items: center;
      gap: 0.45rem;
      margin-top: 0.6rem;
      padding: 0.5rem 0.7rem;
      background: rgba(0,0,0,0.22);
      border-radius: 10px;
      font-size: 0.8125rem;
      font-weight: 600;
    }
    .helga-file-ico { flex-shrink: 0; opacity: 0.85; }
    .helga-file-size { font-weight: 400; opacity: 0.7; margin-left: 0.1rem; }
    .helga-check { display: flex; align-items: flex-start; gap: 0.5rem; }
    .helga-check-ico {
      flex-shrink: 0;
      width: 17px; height: 17px;
      border-radius: 5px;
      background: rgba(46,196,150,0.18);
      color: #4fd6a3;
      display: inline-flex; align-items: center; justify-content: center;
      font-size: 0.7rem; font-weight: 700;
      margin-top: 0.08rem;
    }
    .helga-sub { color: var(--h-text-mute); font-size: 0.8125rem; font-weight: 400; }
    .helga-links { color: var(--h-text-mute); line-height: 1.7; }
    .helga-link { color: var(--h-text-acc); cursor: default; }

    .helga-chat-input {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      padding: 0.875rem 1.125rem;
      border-top: 1px solid var(--h-glass-bord);
      background: rgba(255,255,255,0.025);
    }
    .helga-chat-placeholder {
      flex: 1;
      font-size: 0.875rem;
      color: var(--h-text-soft);
      padding: 0.375rem 0;
    }
    .helga-chat-send {
      width: 36px;
      height: 36px;
      flex-shrink: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, var(--h-purple) 0%, var(--h-magenta) 100%);
      color: #fff;
      border-radius: 50%;
      box-shadow: 0 4px 12px rgba(155,60,164,0.3);
    }
    .helga-chat-note {
      font-size: 0.75rem;
      color: var(--h-text-soft);
      letter-spacing: 0.02em;
      margin: 0;
      text-align: center;
    }
    .helga-device-note {
      margin: 0;
      font-size: 0.8125rem;
      line-height: 1.5;
      color: var(--text-soft);
      text-align: center;
      letter-spacing: 0.01em;
    }

    /* ============================================================
       DEVICE FRAME — Eingelassener Bildschirm (Hardware-Editorial)
       Außen: Bezel in mattem Anthrazit. Innen: das fremde HELGA-
       Demo-Universum mit Purple/Teal-Branding. Die lokalen
       --h-* Tokens werden hier auf .helga-device-frame skopiert,
       sodass sie nur INNERHALB des Geräts gelten.
       ============================================================ */
    .helga-device {
      position: relative;
      display: flex;
      flex-direction: column;
      gap: 0.75rem;
      z-index: 1;
    }

    /* Editorial-Caption über dem Gerät (Magazine-Annotation) */
    .helga-device-caption {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      font-family: var(--font-tabular);
      font-size: 0.6875rem;
      font-weight: 700;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--text);
      padding-inline: 0.25rem;
    }
    .helga-device-caption .cap-left {
      display: inline-flex;
      align-items: center;
      gap: 0.55rem;
    }
    .helga-device-caption .cap-left::before {
      content: '';
      width: 6px; height: 6px;
      border-radius: 50%;
      background: var(--accent);
      box-shadow: 0 0 0 3px rgba(217,168,94,0.22);
    }
    .helga-device-caption .cap-right {
      color: var(--text-soft);
      font-weight: 600;
      letter-spacing: 0.16em;
    }

    /* Der Bezel — matte Hardware in Anthrazit, mit feinem Top-Highlight */
    .helga-device-frame {
      /* HELGA-Tokens NUR hier innen gültig */
      --h-bg:         #0c0614;
      --h-purple:     #c160c8;
      --h-purple-mid: #ae4db5;
      --h-purple-dk:  #903199;
      --h-magenta:    #9b3ca4;
      --h-deep:       #6b2270;
      --h-teal:       #00918B;
      --h-teal-mid:   #028188;
      --h-teal-dk:    #01617F;
      --h-text:       #f0e6f2;
      --h-text-mute:  rgba(240,230,242,0.65);
      --h-text-soft:  rgba(240,230,242,0.45);
      --h-text-acc:   #d898dc;
      --h-glass-bg:   rgba(255,255,255,0.06);
      --h-glass-bord: rgba(255,255,255,0.12);
      --h-glass-strong-bg: rgba(255,255,255,0.10);

      position: relative;
      padding: 14px;
      border-radius: 22px;
      background:
        linear-gradient(145deg, #232227 0%, #15141a 48%, #0a090e 100%);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.08),
        inset 0 -1px 0 rgba(0,0,0,0.7),
        0 1px 0 rgba(255,255,255,0.5),
        0 30px 60px -22px rgba(20,42,77,0.38),
        0 14px 32px -12px rgba(20,42,77,0.22);
      color: var(--h-text);
      isolation: isolate;
    }
    /* Brushed-Metal-Highlight am oberen Bezel */
    .helga-device-frame::before {
      content: '';
      position: absolute;
      top: 1px; left: 1px; right: 1px;
      height: 42%;
      background:
        linear-gradient(180deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0) 100%);
      pointer-events: none;
      border-radius: 21px 21px 0 0;
      z-index: 0;
    }
    /* Power-LED (oben rechts auf dem Bezel) */
    .helga-device-frame::after {
      content: '';
      position: absolute;
      top: 5px;
      right: 22px;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: var(--accent);
      box-shadow:
        0 0 0 1px rgba(0,0,0,0.5),
        0 0 8px var(--accent),
        0 0 14px rgba(217,168,94,0.4);
      z-index: 3;
      animation: helga-led 3.4s ease-in-out infinite;
    }
    @keyframes helga-led {
      0%, 100% { opacity: 1; box-shadow: 0 0 0 1px rgba(0,0,0,0.5), 0 0 8px var(--accent), 0 0 14px rgba(217,168,94,0.4); }
      50%      { opacity: 0.65; box-shadow: 0 0 0 1px rgba(0,0,0,0.5), 0 0 4px var(--accent), 0 0 8px rgba(217,168,94,0.25); }
    }
    @media (prefers-reduced-motion: reduce) {
      .helga-device-frame::after { animation: none; }
    }

    /* Bildschirmfläche — das fremde Demo-Universum */
    .helga-device-screen {
      position: relative;
      border-radius: 10px;
      background: linear-gradient(158deg, #5b3473 0%, #47285f 52%, #35204c 100%);
      color: var(--h-text);
      overflow: hidden;
      padding: 0.9rem 1rem 0.85rem;
      box-shadow:
        inset 0 0 0 1px rgba(255,255,255,0.04),
        inset 0 1px 24px rgba(193,96,200,0.08),
        inset 0 0 100px rgba(0,0,0,0.4);
      z-index: 1;
    }
    /* Subtiles Grid-Pattern hinter dem Inhalt */
    .helga-device-screen::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(to right, rgba(193,96,200,0.05) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(193,96,200,0.05) 1px, transparent 1px);
      background-size: 56px 56px;
      pointer-events: none;
      z-index: 0;
    }
    /* Purple-Glow rechts oben — innen, gehört zum HELGA-Universum */
    .helga-device-screen::after {
      content: '';
      position: absolute;
      top: -20%;
      right: -10%;
      width: 65%;
      height: 90%;
      background: radial-gradient(circle, rgba(193,96,200,0.22) 0%, transparent 60%);
      pointer-events: none;
      z-index: 0;
      filter: blur(20px);
    }
    /* Sekundärer Teal-Glow links unten — auch im Screen */
    .helga-device-screen .helga-screen-glow {
      position: absolute;
      bottom: -10%;
      left: -10%;
      width: 60%;
      height: 70%;
      background: radial-gradient(circle, rgba(0,145,139,0.18) 0%, transparent 60%);
      pointer-events: none;
      z-index: 0;
      filter: blur(24px);
    }
    /* Diagonaler Glas-Reflex über dem Bildschirm */
    .helga-device-screen .helga-screen-glare {
      position: absolute;
      inset: 0;
      background:
        linear-gradient(118deg,
          rgba(255,255,255,0.07) 0%,
          rgba(255,255,255,0.02) 22%,
          rgba(255,255,255,0) 38%);
      pointer-events: none;
      z-index: 4;
      border-radius: 10px;
      mix-blend-mode: screen;
    }

    /* Chat-Demo lebt INNEN, alle bestehenden Styles greifen */
    .helga-device-screen .helga-chat-demo {
      position: relative;
      z-index: 2;
      gap: 0.875rem;
    }
    /* Innerhalb des Geräts darf die Chat-Frame ihre eigene Glas-Card behalten */
    .helga-device-screen .helga-chat-frame {
      background: rgba(124,76,158,0.16);
      box-shadow:
        0 4px 20px rgba(155,60,164,0.18),
        0 14px 40px rgba(12,6,20,0.5);
    }

    /* Nameplate am unteren Bezel — wie ein Hardware-Produktschild */
    .helga-device-nameplate {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      margin-top: 0.85rem;
      padding: 0 0.25rem;
      font-family: var(--font-tabular);
      font-size: 0.625rem;
      letter-spacing: 0.24em;
      text-transform: uppercase;
      color: var(--text-soft);
      font-weight: 600;
    }
    .helga-device-nameplate .np-mark {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      color: var(--text);
    }
    .helga-device-nameplate .np-mark strong {
      color: var(--text);
      font-weight: 700;
      letter-spacing: 0.18em;
    }
    .helga-device-nameplate .np-meta {
      font-feature-settings: "tnum";
      letter-spacing: 0.2em;
    }
    .helga-device-nameplate .np-divider {
      width: 1px;
      height: 10px;
      background: var(--border-strong);
      display: inline-block;
      margin: 0 0.55rem;
      vertical-align: middle;
      opacity: 0.7;
    }

    /* Mobile-Anpassung: Bezel etwas dünner */
    @media (max-width: 640px) {
      .helga-device-frame { padding: 10px; border-radius: 18px; }
      .helga-device-frame::before { border-radius: 17px 17px 0 0; }
      .helga-device-screen { padding: 1rem 1rem 0.875rem; border-radius: 8px; }
      .helga-device-caption,
      .helga-device-nameplate { font-size: 0.625rem; letter-spacing: 0.18em; }
    }

    /* ============================================================
       FAQ
       ============================================================ */
    .faq-list {
      max-width: 56rem;
      margin: 0 auto;
      counter-reset: faq;
    }
    .faq-item {
      border-bottom: 1px solid var(--border);
      counter-increment: faq;
      transition: background var(--duration-base) var(--ease-out);
    }
    .faq-item:first-child { border-top: 1px solid var(--border); }
    .faq-item[open] {
      background: linear-gradient(180deg, color-mix(in oklab, var(--bg-soft) 65%, transparent) 0%, transparent 100%);
    }
    .faq-q {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      padding: var(--space-m) 0;
      background: transparent;
      border: 0;
      text-align: left;
      font-family: var(--font-sans);
      font-size: clamp(1.0625rem, 0.5vw + 1rem, 1.375rem);
      color: var(--text);
      letter-spacing: -0.01em;
      transition: color var(--duration-base) var(--ease-out), padding-left var(--duration-base) var(--ease-out);
      cursor: pointer;
      position: relative;
    }
    /* Editorial-Fragennummer („01 / 10") als sehr dezenter Pre-Hint */
    .faq-q::before {
      content: counter(faq, decimal-leading-zero);
      position: absolute;
      left: -2.5rem;
      top: 50%;
      transform: translateY(-50%);
      font-size: 0.6875rem;
      letter-spacing: 0.18em;
      font-weight: 700;
      color: var(--text-soft);
      font-variant-numeric: tabular-nums;
      opacity: 0;
      transition: opacity var(--duration-base) var(--ease-out), color var(--duration-base) var(--ease-out);
    }
    @media (min-width: 1024px) {
      .faq-q::before { opacity: 0.6; }
      .faq-q:hover::before, .faq-item[open] .faq-q::before { opacity: 1; color: var(--accent-strong); }
    }
    .faq-q:hover {
      color: var(--brand);
    }
    @media (min-width: 720px) {
      .faq-q:hover { padding-left: 0.5rem; }
    }
    .faq-q .ind {
      flex-shrink: 0;
      width: 44px;        /* WCAG Touch-Target ≥44px */
      height: 44px;
      border-radius: 50%;
      border: 1px solid var(--border-strong);
      display: grid;
      place-items: center;
      transition: transform 360ms var(--ease-out-expo), border-color var(--duration-base) var(--ease-out), background var(--duration-base) var(--ease-out), color var(--duration-base) var(--ease-out);
      color: var(--text);
      font-size: 1.125rem;
      font-weight: 300;
    }
    .faq-q:hover .ind { background: var(--bg-soft); color: var(--brand); border-color: var(--border-strong); }
    .faq-item[open] .faq-q .ind {
      transform: rotate(45deg);
      border-color: var(--brand);
      color: var(--brand);
      background: var(--bg-soft);
    }
    .faq-a {
      display: grid;
      grid-template-rows: 0fr;
      transition: grid-template-rows 460ms var(--ease-out-expo);
    }
    .faq-item[open] .faq-a { grid-template-rows: 1fr; }
    .faq-a-inner {
      overflow: hidden;
      min-height: 0;
    }
    .faq-a-text {
      padding-bottom: var(--space-m);
      max-width: 56ch;
      color: var(--text);
      font-size: var(--t-body);
      line-height: 1.65;
      hyphens: auto;
      -webkit-hyphens: auto;
    }
    @media (prefers-reduced-motion: reduce) {
      .faq-q:hover { padding-left: 0; }
    }

    /* ============================================================
       CONTACT CTA
       ============================================================ */
    .contact {
      background: var(--bg-deep);
      color: var(--text-on-dark);
    }
    .contact .container {
      display: grid;
      gap: var(--space-l);
    }
    /* Reihenfolge mobil: Überschrift → Bild → Kanäle/Formular (Bild nicht mehr ganz unten) */
    .contact .container { grid-template-areas: "head" "visual" "main"; }
    .contact .contact-head { grid-area: head; margin-bottom: 0; }
    .contact .contact-head .contact-headline { margin-bottom: 0; }
    .contact-main { grid-area: main; }
    .contact-visual { grid-area: visual; }
    @media (min-width: 880px) {
      .contact .container {
        grid-template-columns: 1.4fr 1fr;
        grid-template-areas: "head visual" "main visual";
        gap: var(--space-l) var(--space-2xl);
        align-items: start;
      }
    }
    /* Kontakt-Visual: Bild rechts, konsistent zu Hero/Painpoint */
    .contact-main { min-width: 0; }
    .contact-visual {
      position: relative;
      margin: 0;
      aspect-ratio: 3 / 4;
      max-height: 600px;
      width: 100%;
      border-radius: var(--radius-media);
      overflow: hidden;
      background: linear-gradient(135deg, oklch(34% 0.075 250) 0%, oklch(20% 0.025 250) 100%);
      isolation: isolate;
    }
    .contact-visual picture { display: contents; }
    .contact-visual img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    @media (min-width: 880px) {
      .contact-visual { align-self: center; }
    }
    @media (max-width: 879px) {
      .contact-visual { aspect-ratio: 16 / 9; max-height: 280px; margin-top: var(--space-l); }
    }
    .contact h2 { color: var(--text-on-dark); }
    .contact .eyebrow { color: var(--text-on-dark-muted); }
    /* contact-headline nutzt jetzt einheitliche section-head h2-Regel — nur Margin individuell */
    .contact-headline {
      font-size: var(--t-h1);
      letter-spacing: -0.02em;
      line-height: 1.05;
      margin-bottom: var(--space-l);
      text-wrap: balance;
      color: var(--text-on-dark);
    }
    .contact .contact-headline .em { color: var(--accent); font-style: normal; }
    .contact-promise {
      font-family: var(--font-tabular);
      font-size: var(--t-body-l);
      color: var(--text-on-dark-muted);
      max-width: 36ch;
      margin-bottom: var(--space-l);
    }
    .contact-channels {
      display: grid;
      grid-template-columns: max-content 1fr;
      column-gap: var(--space-m);
      row-gap: 0.5rem;
      align-items: baseline;
    }
    .channel { display: contents; }
    .channel-label {
      font-size: 0.75rem;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--text-on-dark-muted);
    }
    .channel-value {
      font-family: var(--font-sans);
      font-size: clamp(1.25rem, 1vw + 0.8rem, 1.5rem);
      color: var(--text-on-dark);
      text-decoration: none;
      letter-spacing: -0.015em;
      position: relative;
      display: inline-flex;
      align-items: center;
      gap: 0.4em;
      transition: color var(--duration-base) var(--ease-out);
      font-feature-settings: var(--font-features-tnum);
    }
    .channel-value:hover { color: var(--accent); }

    .contact-form {
      background: color-mix(in oklch, var(--text-on-dark) 5%, transparent);
      border: 1px solid color-mix(in oklch, var(--text-on-dark) 12%, transparent);
      border-radius: 6px;
      padding: var(--space-m);
      box-shadow: 0 1px 0 rgba(255,255,255,0.06) inset, 0 24px 60px -30px rgba(0,0,0,0.4);
    }
    .contact-form h3 {
      font-size: var(--t-h3);
      font-family: var(--font-sans);
      color: var(--text-on-dark);
      margin-bottom: var(--space-s);
      letter-spacing: -0.005em;
    }
    .contact-form .calc-fields { gap: var(--space-s); }
    /* Kompakt: engere Labels, schlankeres Formular-Padding, Freitext einklappbar */
    .contact-form .calc-field label { margin-bottom: 0.35rem; }
    .contact-form { padding: var(--space-s) var(--space-m); }
    .freitext-inner { padding: 0.15rem 0.85rem 0.85rem; }
    .contact-form .freitext-inner textarea { min-height: 72px; }
    /* Ab Desktop: Name + E-Mail nebeneinander — Formular bleibt in einer Bildschirmhöhe sichtbar */
    @media (min-width: 880px) {
      .contact-form .calc-fields {
        grid-template-columns: 1fr 1fr;
        column-gap: var(--space-m);
      }
      .contact-form .calc-field:nth-child(3),
      .contact-form .calc-field:nth-child(4),
      .contact-form .calc-field:nth-child(5) { grid-column: 1 / -1; }
    }
    /* --- Wunschtermin: einklappbar (Formular bleibt kompakt), innen Kalender + Uhrzeit-Chips --- */
    .termin-details {
      border: 1px solid color-mix(in oklch, var(--text-on-dark) 18%, transparent);
      border-radius: 6px;
      background: color-mix(in oklch, var(--text-on-dark) 4%, transparent);
      overflow: hidden;
    }
    .termin-toggle {
      display: flex; align-items: center; gap: 0.6rem;
      padding: 0.6rem 0.85rem;
      font-size: 0.85rem; color: var(--text-on-dark);
      cursor: pointer; list-style: none;
      transition: background var(--duration-base) var(--ease-out);
    }
    .termin-toggle::-webkit-details-marker { display: none; }
    .termin-toggle:hover { background: color-mix(in oklch, var(--text-on-dark) 7%, transparent); }
    .termin-toggle-ind { color: var(--accent); font-size: 1.1rem; line-height: 1; }
    .termin-toggle-ind::before { content: '+'; }
    .termin-details[open] .termin-toggle-ind::before { content: '–'; }
    .termin { display: grid; gap: var(--space-s); padding: 0.15rem 0.85rem 0.85rem; }
    @media (min-width: 640px) {
      .termin { grid-template-columns: auto minmax(0, 1fr); align-items: start; }
    }
    .cal {
      width: min(100%, 250px);
      background: color-mix(in oklch, var(--text-on-dark) 4%, transparent);
      border: 1px solid color-mix(in oklch, var(--text-on-dark) 18%, transparent);
      border-radius: 6px;
      padding: 0.5rem;
    }
    .cal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.3rem; }
    .cal-title { font-size: 0.8rem; font-weight: 600; color: var(--text-on-dark); }
    .cal-nav {
      width: 26px; height: 26px; border-radius: 6px;
      border: 1px solid color-mix(in oklch, var(--text-on-dark) 18%, transparent);
      background: none; color: var(--text-on-dark);
      font-size: 1.05rem; line-height: 1; cursor: pointer;
      transition: border-color var(--duration-base) var(--ease-out), background var(--duration-base) var(--ease-out);
    }
    .cal-nav:hover:not(:disabled) { border-color: var(--accent); background: color-mix(in oklch, var(--text-on-dark) 7%, transparent); }
    .cal-nav:disabled { opacity: 0.3; cursor: default; }
    .cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; }
    .cal-dows span {
      font-size: 0.58rem; text-align: center; padding-block: 0.15rem;
      color: var(--text-on-dark-muted); letter-spacing: 0.06em; text-transform: uppercase;
    }
    .cal-day {
      aspect-ratio: 1; border: none; border-radius: 6px; background: none;
      color: var(--text-on-dark); font-family: inherit; font-size: 0.72rem;
      font-variant-numeric: tabular-nums lining-nums; cursor: pointer;
      transition: background var(--duration-base) var(--ease-out), color var(--duration-base) var(--ease-out);
    }
    .cal-day:hover:not(:disabled):not(.is-selected) { background: color-mix(in oklch, var(--text-on-dark) 10%, transparent); }
    .cal-day:disabled { color: color-mix(in oklch, var(--text-on-dark) 28%, transparent); cursor: default; }
    .cal-day.is-today { box-shadow: inset 0 0 0 1px color-mix(in oklch, var(--accent) 55%, transparent); }
    .cal-day.is-selected { background: var(--accent); color: var(--bg-deep); font-weight: 700; }
    .termin-slots-label {
      display: block; font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase;
      color: var(--text-on-dark-muted); margin-bottom: 0.45rem;
    }
    .slot-chips { display: flex; flex-wrap: wrap; gap: 0.4rem; }
    .slot-chip {
      padding: 0.32rem 0.6rem; border-radius: 999px;
      border: 1px solid color-mix(in oklch, var(--text-on-dark) 18%, transparent);
      background: none; color: var(--text-on-dark);
      font-family: inherit; font-size: 0.75rem;
      font-variant-numeric: tabular-nums lining-nums; cursor: pointer;
      transition: border-color var(--duration-base) var(--ease-out), background var(--duration-base) var(--ease-out), color var(--duration-base) var(--ease-out);
    }
    .slot-chip:hover:not(.is-selected) { border-color: var(--accent); }
    .slot-chip.is-selected { background: var(--accent); border-color: var(--accent); color: var(--bg-deep); font-weight: 700; }
    /* Touch-Targets: auf Touch-Geräten mindestens 44px hoch (WCAG 2.5.8) */
    @media (pointer: coarse) {
      .slot-chip { min-height: 44px; padding-inline: 0.85rem; }
      .cal-day { min-height: 44px; }
    }
    .termin-summary { font-size: 0.8rem; color: var(--text-on-dark-muted); margin-top: 0.5rem; }
    .termin-summary b { color: var(--text-on-dark); font-weight: 600; }
    .termin-clear {
      background: none; border: none; padding: 0; margin-top: 0.4rem;
      color: var(--accent); font-family: inherit; font-size: 0.8rem;
      text-decoration: underline; cursor: pointer;
    }
    .termin-clear:hover { color: var(--accent-text); }

    .contact-form input, .contact-form textarea {
      width: 100%;
      padding: 0.55rem 0.85rem;
      background: color-mix(in oklch, var(--text-on-dark) 4%, transparent);
      border: 1px solid color-mix(in oklch, var(--text-on-dark) 18%, transparent);
      border-radius: 6px;
      color: var(--text-on-dark);
      font-family: inherit;
      font-size: 1rem;
      transition: border-color var(--duration-base) var(--ease-out), background var(--duration-base) var(--ease-out), box-shadow var(--duration-base) var(--ease-out);
    }
    .contact-form input::placeholder,
    .contact-form textarea::placeholder {
      /* 65 % statt 45 %: erfüllt ≥4.5:1 auf dem Navy-Grund (WCAG AA) */
      color: color-mix(in oklch, var(--text-on-dark) 65%, transparent);
    }
    .contact-form input:hover, .contact-form textarea:hover {
      border-color: color-mix(in oklch, var(--text-on-dark) 28%, transparent);
    }
    .contact-form textarea { min-height: 88px; resize: vertical; }
    .contact-form input:focus, .contact-form textarea:focus {
      outline: 0;
      border-color: var(--accent);
      background: color-mix(in oklch, var(--text-on-dark) 7%, transparent);
      box-shadow: 0 0 0 3px color-mix(in oklab, var(--accent) 25%, transparent);
    }
    .contact-form .btn { width: 100%; justify-content: center; margin-top: var(--space-s); }

    /* ============================================================
       FOOTER
       ============================================================ */
    footer {
      padding-block: var(--space-xl) var(--space-l);
      border-top: 1px solid var(--border);
      background: var(--bg);
      color: var(--text);
      font-size: 0.875rem;
    }
    .footer-inner {
      display: grid;
      gap: var(--space-l);
      grid-template-columns: 1fr;
    }
    @media (min-width: 720px) {
      .footer-inner { grid-template-columns: 2fr 1fr; align-items: end; }
    }
    .footer-brand {
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
    }
    .footer-claim {
      max-width: 50ch;
      line-height: 1.55;
    }
    .footer-links {
      display: flex;
      flex-wrap: wrap;
      gap: 1.25rem;
      justify-content: flex-start;
    }
    @media (min-width: 720px) { .footer-links { justify-content: flex-end; } }
    @media (pointer: coarse) {
      .footer-links a { padding-block: 0.75rem; }
    }
    .footer-links a {
      color: var(--text);
      text-decoration: none;
      transition: color var(--duration-base) var(--ease-out);
      position: relative;
      padding-block: 0.125rem;
      background-image: linear-gradient(currentColor, currentColor);
      background-size: 0% 1px;
      background-repeat: no-repeat;
      background-position: 0 100%;
      transition: background-size var(--duration-base) var(--ease-out), color var(--duration-base) var(--ease-out);
    }
    .footer-links a:hover,
    .footer-links a:focus-visible { color: var(--text); background-size: 100% 1px; }
    .footer-meta {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 1rem;
      margin-top: var(--space-l);
      padding-top: var(--space-m);
      border-top: 1px solid var(--border);
      font-size: 0.8125rem;
      color: var(--text-soft);
    }

    /* ============================================================
       SCROLL-DRIVEN PARALLAX
       Different elements move at different speeds to create depth.
       Pure CSS — graceful degradation in older browsers.
       ============================================================ */
    /* Scroll-driven Parallax komplett entfernt — Inhalte bleiben statisch.
       Splash → Hero Übergang bleibt erhalten (oben im File). */

    /* ============================================================
       REDUCED MOTION
       ============================================================ */
    @media (prefers-reduced-motion: reduce) {
      *, ::before, ::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
      }
      .calc-loading-bar::after { animation: none; opacity: 0.6; }
      .hero-eyebrow, .hero-title, .hero-sub, .hero-body, .hero-ctas, .hero-trust,
      .hero-decoration { opacity: 1 !important; transform: none !important; animation: none !important; }
    }

    /* ============================================================
       FORM VALIDATION STATES (inline, ohne alert())
       ============================================================ */
    .field-error {
      display: block;
      margin-top: 0.4rem;
      font-size: 0.8125rem;
      color: #b03030;
      font-weight: 500;
      letter-spacing: 0.005em;
      min-height: 1.2em;
    }
    @supports (color: oklch(0% 0 0)) {
      .field-error { color: oklch(48% 0.18 27); }
    }
    .income .field-error,
    .contact .field-error { color: #f5b8b8; }
    @supports (color: oklch(0% 0 0)) {
      .income .field-error, .contact .field-error { color: oklch(82% 0.10 27); }
    }
    input[aria-invalid="true"],
    textarea[aria-invalid="true"] {
      border-color: #d44a4a !important;
      box-shadow: 0 0 0 3px rgba(212,74,74,0.12);
    }
    @supports (color: oklch(0% 0 0)) {
      input[aria-invalid="true"], textarea[aria-invalid="true"] {
        border-color: oklch(60% 0.18 27) !important;
        box-shadow: 0 0 0 3px oklch(60% 0.18 27 / 0.15);
      }
    }
    .form-success {
      display: none;
      padding: 1rem 1.25rem;
      border-radius: 6px;
      background: color-mix(in srgb, var(--accent) 18%, transparent);
      border: 1px solid color-mix(in srgb, var(--accent) 40%, transparent);
      color: var(--text-on-dark);
      font-size: 0.9375rem;
      line-height: 1.5;
      margin-top: var(--space-m);
    }
    .form-success.shown { display: block; }
    .form-success strong { color: var(--accent); font-family: var(--font-tabular); }

    /* DSGVO-Consent Checkbox */
    .consent {
      display: flex;
      align-items: flex-start;
      gap: 0.625rem;
      margin-top: var(--space-s);
      font-size: 0.78rem;
      line-height: 1.45;
      color: var(--text-on-dark-muted);
    }
    .consent input[type="checkbox"] {
      flex-shrink: 0;
      width: 1.125rem;
      height: 1.125rem;
      margin-top: 0.15rem;
      accent-color: var(--accent);
      cursor: pointer;
    }
    .consent label { cursor: pointer; }
    .consent a {
      color: var(--accent);
      text-decoration: underline;
      text-underline-offset: 2px;
      text-decoration-thickness: 1px;
    }
    .consent a:hover { color: var(--text-on-dark); }

    /* Honeypot — versteckt, aber bots tappen rein */
    .hp-field {
      position: absolute !important;
      left: -10000px !important;
      width: 1px;
      height: 1px;
      overflow: hidden;
      opacity: 0;
      pointer-events: none;
    }

    /* Required-Indicator */
    .req {
      color: var(--accent);
      font-weight: 500;
      margin-left: 0.15em;
    }
    .income .req, .contact .req { color: var(--accent); }

    /* ============================================================
       MOBILE STICKY CTA (nur kleine Bildschirme)
       ============================================================ */
    .mobile-cta {
      display: none;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 0.75rem var(--gutter) max(0.75rem, env(safe-area-inset-bottom));
      background: color-mix(in srgb, var(--bg) 92%, transparent);
      -webkit-backdrop-filter: blur(14px);
      backdrop-filter: blur(14px);
      border-top: 1px solid var(--border);
      z-index: 90;
      transform: translateY(110%);
      transition: transform 320ms var(--ease-out);
    }
    .mobile-cta.visible { transform: translateY(0); }
    .mobile-cta .btn { width: 100%; }

    /* ============================================================
       COOKIE / DSGVO-CONSENT BANNER
       ============================================================ */
    .cookie-banner {
      position: fixed;
      bottom: 1rem;
      left: 1rem;
      right: 1rem;
      max-width: 480px;
      margin-inline: auto;
      background: var(--bg-deep);
      color: var(--text-on-dark);
      padding: 1.25rem 1.375rem;
      border-radius: 8px;
      box-shadow: 0 12px 48px rgba(0,0,0,0.18), 0 2px 8px rgba(0,0,0,0.10);
      z-index: 110;
      font-size: 0.875rem;
      line-height: 1.5;
      transform: translateY(120%);
      transition: transform 380ms var(--ease-out);
    }
    .cookie-banner.visible { transform: translateY(0); }
    .cookie-banner h3 {
      font-family: var(--font-tabular);
      font-size: 1.125rem;
      margin: 0 0 0.5rem;
      color: var(--text-on-dark);
    }
    .cookie-banner p { margin-bottom: 0.875rem; color: var(--text-on-dark-muted); }
    .cookie-banner a {
      color: var(--accent);
      text-decoration: underline;
      text-underline-offset: 2px;
    }
    .cookie-actions {
      display: flex;
      gap: 0.5rem;
      flex-wrap: wrap;
    }
    .cookie-actions .btn {
      flex: 1 1 auto;
      min-width: 120px;
      padding: 0.625rem 1rem;
      font-size: 0.875rem;
      min-height: 44px;
    }
    /* Ghost buttons im dunklen Cookie-Banner: helle Farbe + helle Border */
    .cookie-banner .btn-ghost {
      color: var(--text-on-dark);
      border-color: color-mix(in oklch, var(--text-on-dark) 30%, transparent);
      background: transparent;
    }
    .cookie-banner .btn-ghost:hover,
    .cookie-banner .btn-ghost:focus-visible {
      color: var(--text-on-dark);
      border-color: var(--text-on-dark);
      background: color-mix(in oklch, var(--text-on-dark) 6%, transparent);
    }
    .cookie-banner .btn-primary {
      background: var(--accent);
      color: var(--bg-deep);
      border-color: transparent;
    }
    .cookie-banner .btn-primary:hover,
    .cookie-banner .btn-primary:focus-visible {
      background: var(--accent-strong);
      color: var(--bg-deep);
    }
    .cookie-settings {
      margin: 0.75rem 0 1rem;
      padding: 0.75rem 0;
      border-top: 1px solid color-mix(in oklch, var(--text-on-dark) 12%, transparent);
      display: flex;
      flex-direction: column;
      gap: 0.875rem;
    }
    .cookie-option {
      display: flex;
      align-items: flex-start;
      gap: 0.625rem;
      cursor: pointer;
      padding: 0.25rem 0;
    }
    .cookie-option input[type="checkbox"] {
      flex-shrink: 0;
      margin-top: 0.2em;
      width: 1rem;
      height: 1rem;
      accent-color: var(--accent);
      cursor: pointer;
    }
    .cookie-option input[disabled] { cursor: not-allowed; opacity: 0.7; }
    .cookie-option-text {
      display: flex;
      flex-direction: column;
      gap: 0.125rem;
      font-size: 0.8125rem;
    }
    .cookie-option-text strong {
      color: var(--text-on-dark);
      font-weight: 500;
      font-size: 0.875rem;
    }
    .cookie-option-desc {
      color: var(--text-on-dark-muted);
      line-height: 1.45;
    }
    @media (min-width: 720px) {
      .cookie-banner { bottom: 1.5rem; right: 1.5rem; left: auto; margin-inline: 0; max-width: 520px; }
    }

    /* ============================================================
       TOAST (für nicht-blockierende Hinweise)
       ============================================================ */
    .toast {
      position: fixed;
      bottom: 1.5rem;
      left: 50%;
      transform: translateX(-50%) translateY(140%);
      background: var(--brand);
      color: var(--text-on-dark);
      padding: 0.875rem 1.25rem;
      border-radius: 999px;
      font-size: 0.875rem;
      box-shadow: 0 8px 24px rgba(0,0,0,0.18);
      z-index: 200;
      visibility: hidden;
      opacity: 0;
      transition: transform 320ms var(--ease-out), opacity 320ms var(--ease-out), visibility 0s linear 320ms;
      pointer-events: none;
    }
    .toast.visible {
      visibility: visible;
      opacity: 1;
      transform: translateX(-50%) translateY(0);
      transition: transform 320ms var(--ease-out), opacity 320ms var(--ease-out), visibility 0s linear 0s;
    }
    .toast.success { background: var(--accent-strong); }

    /* ============================================================
       LOADING SPINNER (für Buttons)
       ============================================================ */
    .btn .spinner {
      display: none;
      width: 14px;
      height: 14px;
      border: 2px solid currentColor;
      border-right-color: transparent;
      border-radius: 50%;
      animation: spin 700ms linear infinite;
    }
    .btn.is-loading .spinner { display: inline-block; }
    .btn.is-loading .arr { display: none; }
    @keyframes spin { to { transform: rotate(360deg); } }

    /* ============================================================
       SAFE-AREA für mobile Devices mit Notch
       ============================================================ */
    .topbar { padding-top: env(safe-area-inset-top); }
    .container { padding-left: max(var(--gutter), env(safe-area-inset-left));
                 padding-right: max(var(--gutter), env(safe-area-inset-right)); }
    .container-narrow { padding-left: max(var(--gutter), env(safe-area-inset-left));
                        padding-right: max(var(--gutter), env(safe-area-inset-right)); }

    /* ============================================================
       PRINT STYLES — saubere Druckausgabe
       ============================================================ */
    @media print {
      *, *::before, *::after {
        animation: none !important;
        transition: none !important;
        background: transparent !important;
        color: #000 !important;
        text-shadow: none !important;
        box-shadow: none !important;
      }
      .topbar, .cookie-banner, .toast,
      .hero-decoration, .calculator, #open-calc,
      .income-cta-row, .anchor-tabs, .calc-stepper,
      .contact-form, .footer-links { display: none !important; }
      body { font-size: 11pt; line-height: 1.5; color: #000; background: #fff; }
      h1, h2, h3 { color: #000 !important; page-break-after: avoid; }
      h1 { font-size: 24pt; }
      h2 { font-size: 18pt; }
      h3 { font-size: 14pt; }
      section { page-break-inside: avoid; padding-block: 1.5rem; border: none; }
      a[href^="http"]::after,
      a[href^="mailto"]::after,
      a[href^="tel"]::after {
        content: " (" attr(href) ")";
        font-size: 0.85em;
        color: #555;
      }
      .pillars { display: block; }
      .pillar { margin-bottom: 1rem; }
      .faq-item .faq-a { display: block !important; grid-template-rows: 1fr !important; }
      .faq-a-inner { overflow: visible !important; }
      details { border: 1px solid #ccc; padding: 0.5rem; margin-bottom: 0.5rem; }
      summary { font-weight: 600; }
    }

    /* ============================================================
       v3 POLISH — Utilities, Refinements, Modern Touches
       ============================================================ */

    /* --- Utilities: ersetzen Inline-Styles --- */
    .list-reset { list-style: none; padding: 0; margin: 0; }
    /* .eyebrow-block: nur margin, kein display-override mehr — sonst zerbricht der inline-flex der Akzentlinie */
    .eyebrow-block { margin-bottom: var(--space-m); }
    .label-sub { margin-top: 0.25rem; }
    .section-head--center { margin-inline: auto; }
    .footer-logo { font-size: 1.25rem; }
    .result-export-note {
      font-size: 0.9375rem;
      color: var(--text-on-dark-muted);
      margin: 0;
    }
    .result-actions {
      margin-top: var(--space-l);
      display: flex;
      flex-wrap: wrap;
      gap: 0.75rem;
      align-items: center;
    }
    /* --- Pillar typography refinement --- */
    .pillar h3 {
      font-weight: 600;          /* von 700 → 600, ruhiger */
      letter-spacing: -0.01em;
    }

    /* --- FAQ: Nummerierung früher sichtbar + verfeinerte Position --- */
    @media (min-width: 720px) {
      .faq-q::before { opacity: 0.55; left: -2.75rem; }
      .faq-q:hover::before, .faq-item[open] .faq-q::before { opacity: 1; color: var(--accent-strong); }
    }

    /* --- Contact channels: Hair-line Editorial-Trenner (einzeilig, Linie über der Zeile) --- */
    .contact-channels { position: relative; padding-top: var(--space-s); }
    .channel::before, .channel:first-child::before { content: none; }
    .channel-value { font-size: clamp(1.2rem, 0.8vw + 0.9rem, 1.5rem); font-weight: 600; }
    .contact-channels::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(
        to right,
        color-mix(in oklch, var(--text-on-dark) 28%, transparent) 0%,
        color-mix(in oklch, var(--text-on-dark) 28%, transparent) 3rem,
        color-mix(in oklch, var(--text-on-dark) 6%, transparent) 100%
      );
    }
    /* --- Stages: Editorial-Timeline-Connector --- */
    @media (min-width: 768px) {
      .stages-list { position: relative; }
      .stage { position: relative; }
      /* Vertikale Hairline durch die Nummern-Spalte */
      .stage::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        /* In der Mitte der ersten Spalte (200px breit) */
        left: 100px;
        width: 1px;
        background: linear-gradient(
          to bottom,
          transparent 0%,
          var(--border-strong) 12%,
          var(--border-strong) 88%,
          transparent 100%
        );
        pointer-events: none;
        z-index: 0;
      }
      .stage:first-child::before { background: linear-gradient(to bottom, transparent 0%, transparent 28%, var(--border-strong) 28%, var(--border-strong) 88%, transparent 100%); }
      .stage:last-child::before  { background: linear-gradient(to bottom, transparent 0%, var(--border-strong) 12%, var(--border-strong) 72%, transparent 72%); }
      /* Knoten-Punkt: kleiner Bernstein-Kreis zentriert hinter der Nummer */
      .stage .stage-num {
        position: relative;
        z-index: 1;
      }
      .stage::after {
        content: '';
        position: absolute;
        top: var(--stage-pad, var(--space-xl));
        left: 96px;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: var(--bg-soft);
        border: 1px solid var(--accent-strong);
        z-index: 2;
        transition: background var(--duration-base) var(--ease-out), transform var(--duration-base) var(--ease-out-expo), box-shadow var(--duration-base) var(--ease-out);
      }
      .stage:hover::after {
        background: var(--accent-strong);
        transform: scale(1.4);
        box-shadow: 0 0 0 4px color-mix(in oklch, var(--accent) 22%, transparent);
      }
    }
    @media (prefers-reduced-motion: reduce) {
      .stage:hover::after { transform: none; }
    }

    /* --- Hero: SVG-Akzent draw-in --- */
    @media (prefers-reduced-motion: no-preference) {
      .hero-svg-overlay line {
        stroke-dasharray: 340;
        stroke-dashoffset: 340;
        animation: hero-draw 1800ms var(--ease-out-expo) 900ms forwards;
      }
      .hero-svg-overlay circle:nth-of-type(1) {
        transform-origin: 320px 100px;
        transform: scale(0);
        animation: hero-pop 800ms var(--ease-out-expo) 2400ms forwards;
      }
      .hero-svg-overlay circle:nth-of-type(2) {
        transform-origin: 320px 100px;
        transform: scale(0);
        animation: hero-pop 700ms var(--ease-out-expo) 2600ms forwards;
      }
      .hero-svg-overlay circle:nth-of-type(3) {
        transform-origin: 320px 100px;
        transform: scale(0);
        animation: hero-pop 700ms var(--ease-out-expo) 2800ms forwards;
      }
      @keyframes hero-draw {
        to { stroke-dashoffset: 0; }
      }
      @keyframes hero-pop {
        to { transform: scale(1); }
      }
    }

    /* --- Trust: Count-up Ziffern (CSS-side: subtle baseline tweak) --- */
    .trust-num[data-count] {
      font-variant-numeric: tabular-nums lining-nums;
      min-height: 1em;
    }
    .trust-num.is-counting { opacity: 0.85; }

    /* --- Marquee: Awards/Lizenzen als ruhiges Editorial-Band --- */
    .awards-marquee {
      margin-top: 0;
      padding-top: 0;
      border-top: 0;
      overflow: hidden;
      position: relative;
      mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
      -webkit-mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
    }
    .awards-marquee-track {
      display: inline-flex;
      gap: 3.5rem;
      align-items: center;
      white-space: nowrap;
      animation: awards-scroll 40s linear infinite;
      will-change: transform;
    }
    .awards-marquee:hover .awards-marquee-track,
    .awards-marquee:focus-within .awards-marquee-track {
      animation-play-state: paused;
    }
    .awards-marquee-item {
      display: inline-flex;
      align-items: center;
      gap: 0.6rem;
      font-size: 0.875rem;
      font-weight: 500;
      letter-spacing: 0.04em;
      color: var(--text);
      flex-shrink: 0;
    }
    .awards-marquee-item::before {
      content: '';
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: var(--accent-strong);
      flex-shrink: 0;
    }
    @keyframes awards-scroll {
      from { transform: translateX(0); }
      to   { transform: translateX(-50%); }
    }
    @media (prefers-reduced-motion: reduce) {
      .awards-marquee-track { animation: none; transform: none; }
      .awards-marquee {
        white-space: normal;
        mask-image: none;
        -webkit-mask-image: none;
      }
      .awards-marquee-track {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem 2rem;
      }
    }

    /* --- Magnetic CTA: cursor-driven micro-shift --- */
    .btn[data-magnetic] {
      transition:
        transform 220ms cubic-bezier(.16,1,.3,1),
        background var(--duration-base) var(--ease-out),
        color var(--duration-base) var(--ease-out),
        border-color var(--duration-base) var(--ease-out),
        box-shadow var(--duration-base) var(--ease-out);
    }
    @media (hover: none), (prefers-reduced-motion: reduce) {
      .btn[data-magnetic] { transform: none !important; }
    }

    /* --- Hero body: tighter rhythm with proper paragraphs --- */
    .hero-body p + p { margin-top: 1.1em; }

    /* --- Topbar nav: dezenter active state via data-active (JS-set) --- */
    .topbar-link[data-active="true"] {
      color: var(--brand-strong);
      font-weight: 700;
    }
    .topbar-link[data-active="true"]::after {
      transform: scaleX(1);
      left: 0;
      right: 0;
      bottom: -1px;
      height: 3px;
      border-radius: 2px;
      background: var(--accent-strong);
      box-shadow: 0 0 12px color-mix(in oklch, var(--accent) 75%, transparent), 0 1px 3px color-mix(in oklch, var(--accent-strong) 60%, transparent);
    }

    /* --- Section progress dot rail (right edge, subtle) --- */
    .section-rail {
      position: fixed;
      right: clamp(0.75rem, 1.5vw, 1.5rem);
      top: 50%;
      transform: translateY(-50%);
      display: none;
      flex-direction: column;
      gap: 0.875rem;
      z-index: 60;
      pointer-events: none;
    }
    @media (min-width: 1100px) {
      .section-rail { display: flex; }
    }
    .section-rail-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: transparent;
      border: 1px solid var(--border-strong);
      transition:
        background var(--duration-base) var(--ease-out),
        border-color var(--duration-base) var(--ease-out),
        transform var(--duration-base) var(--ease-out-expo);
      pointer-events: auto;
      cursor: pointer;
      position: relative;
    }
    .section-rail-dot::before {
      content: attr(data-label);
      position: absolute;
      right: calc(100% + 14px);
      top: 50%;
      transform: translateY(-50%) translateX(8px);
      font-family: var(--font-tabular);
      font-size: 0.6875rem;
      font-weight: 600;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--text);
      white-space: nowrap;
      background: color-mix(in oklch, var(--bg) 92%, transparent);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      padding: 0.3rem 0.65rem;
      border-radius: 4px;
      opacity: 0;
      transition: opacity var(--duration-base) var(--ease-out), transform var(--duration-base) var(--ease-out-expo);
      pointer-events: none;
    }
    .section-rail-dot:hover::before,
    .section-rail-dot:focus-visible::before {
      opacity: 1;
      transform: translateY(-50%) translateX(0);
    }
    .section-rail-dot:hover {
      border-color: var(--accent-strong);
      transform: scale(1.25);
    }
    .section-rail-dot.is-active {
      background: var(--accent-strong);
      border-color: var(--accent-strong);
      transform: scale(1.15);
    }
    .section-rail-dot.is-active::before {
      opacity: 1;
      transform: translateY(-50%) translateX(0);
      color: var(--text);
    }
    @media (prefers-reduced-motion: reduce) {
      .section-rail-dot:hover,
      .section-rail-dot.is-active { transform: none; }
    }

    /* --- Pillars-stakkato: Bernstein-Punkt animiert --- */
    @media (prefers-reduced-motion: no-preference) {
      .pillars-stakkato .sep {
        display: inline-block;
        animation: stakkato-pulse 4.5s ease-in-out infinite;
      }
      .pillars-stakkato .sep:nth-of-type(2) { animation-delay: 0.6s; }
      @keyframes stakkato-pulse {
        0%, 100% { opacity: 1; transform: translateY(0); }
        50%      { opacity: 0.55; transform: translateY(-2px); }
      }
    }

    /* --- Trust item: Hairline-Unterstrich entfernt (Henrik) --- */
    .trust-item {
      position: relative;
    }

    /* --- Reset <address> default italic --- */
    .contact-channels { font-style: normal; }

    /* --- Calc-back: visibility statt display:none, damit Layout stehen bleibt --- */
    #calc-back[hidden] {
      display: inline-flex;
      visibility: hidden;
    }

    /* ============================================================
       v4 — Reading Progress, Hero Akzentstrich, Stage Cursor-Response
       ============================================================ */

    /* --- Reading Progress unter der Topbar --- */
    .reading-progress {
      position: absolute;
      left: 0;
      right: 0;
      bottom: -1px;
      height: 6px;
      background: transparent;
      overflow: hidden;
      pointer-events: none;
    }
    .reading-progress-bar {
      height: 100%;
      width: 0;
      background: var(--accent-strong);
      /* vordere (führende) Kante abgerundet, hinten bündig zum Rand */
      border-radius: 0 3px 3px 0;
      transform-origin: left center;
      transition: width 80ms linear;
      box-shadow: 0 0 16px color-mix(in oklch, var(--accent) 95%, transparent), 0 0 6px var(--accent-strong);
    }
    @media (prefers-reduced-motion: reduce) {
      .reading-progress-bar { transition: none; }
    }

    /* --- Hero subhead mit vertikalem Bernstein-Akzentstrich --- */
    .hero-sub {
      position: relative;
    }
    .hero-sub::before { content: none; }
    @keyframes hero-accent-rise {
      to { transform: scaleY(1); }
    }
    @media (prefers-reduced-motion: reduce) {
      .hero-sub::before { transform: scaleY(1); animation: none; }
    }

    /* --- Stages: Cursor-reactive shift auf Nummer, Headline, Text --- */
    .stage .stage-num,
    .stage .stage-content h3,
    .stage .stage-content p {
      transition: transform 380ms var(--ease-out-expo);
      will-change: transform;
    }
    /* Bei Hover über stage: Nummer geht nach links, Content nach rechts (asymmetrisch) */
    @media (hover: hover) and (pointer: fine) {
      .stage:hover .stage-num {
        transform: translateX(-6px);
        color: var(--brand-strong);
      }
      .stage:hover .stage-content h3 {
        transform: translateX(8px);
      }
      .stage:hover .stage-content p {
        transform: translateX(4px);
      }
    }
    @media (prefers-reduced-motion: reduce) {
      .stage .stage-num,
      .stage .stage-content h3,
      .stage .stage-content p { transition: none; transform: none; }
    }

    /* --- Section-Rail komplett verstecken (durch Reading-Progress ersetzt) --- */
    .section-rail { display: none !important; }

    /* ============================================================
       v5 — Painpoint Left-Align + Akzent, Splash dynamisches Einblenden
       ============================================================ */

    /* --- Painpoint: linksbündig wie Hero/Stages, Akzentstrich nur auf der Closing-Zeile (analog Hero-Sub) --- */
    .painpoint .container { padding-block: 0; }
    .painpoint-text {
      max-width: 64ch;
      position: relative;
    }
    /* painpoint-body Absätze brauchen kein zusätzliches max-width Auto-Centering */
    .painpoint .painpoint-body p { max-width: 62ch; }
    /* Closing-Satz bekommt den vertikalen Bernstein-Akzentstrich — wie .hero-sub::before */
    .painpoint .painpoint-body .closing {
      margin-top: 1.6em;
    }
    .painpoint .painpoint-body .closing::before { content: none; }
    .painpoint-text.is-visible .painpoint-body .closing::before { transform: scaleY(1); }
    @media (prefers-reduced-motion: reduce) {
      .painpoint .painpoint-body .closing::before { transform: scaleY(1); transition: none; }
    }

    /* ============================================================
       v6 — TWEAKS: Palette, Rhythmus, Dynamik
       Drei Hebel, die das Gefühl der Seite umformen, nicht
       Einzelwerte verstellen.
       ============================================================ */

    /* --- Palette: KÜHL (Marine-betont, kühler) --- */
    html[data-palette="kuhl"] {
      --bg:          oklch(96% 0.012 240);
      --bg-soft:     oklch(93% 0.018 240);
      --bg-deep:     oklch(22% 0.045 250);
      --surface:     oklch(98% 0.008 240);
      --surface-warm:oklch(91% 0.022 240);
      --text:        oklch(22% 0.030 250);
      --text-soft:   oklch(58% 0.024 250);
      --brand:       oklch(36% 0.090 245);
      --brand-strong:oklch(28% 0.100 245);
      --brand-soft:  oklch(86% 0.040 240);
      --accent:      oklch(64% 0.120 235);
      --accent-strong: oklch(52% 0.140 240);
      --border:      oklch(87% 0.018 240);
      --border-strong: oklch(76% 0.026 240);
    }

    /* --- Palette: DUNKEL (Nachtausgabe — invertiert, warm-gedämpft) --- */
    html[data-palette="dunkel"] {
      --bg:           oklch(17% 0.018 250);
      --bg-soft:      oklch(22% 0.022 250);
      --bg-deep:      oklch(11% 0.020 250);
      --surface:      oklch(20% 0.022 250);
      --surface-warm: oklch(26% 0.030 60);
      --text:         oklch(93% 0.012 80);
      --text-soft:    oklch(60% 0.022 250);
      --text-on-dark: oklch(95% 0.008 80);
      --text-on-dark-muted: oklch(75% 0.015 250);
      --brand:        oklch(72% 0.100 250);
      --brand-strong: oklch(82% 0.090 250);
      --brand-soft:   oklch(40% 0.04 250);
      --accent:       oklch(78% 0.130 75);
      --accent-strong:oklch(72% 0.140 75);
      --border:       oklch(32% 0.018 250);
      --border-strong:oklch(45% 0.025 250);
    }
    /* Paper-Grain in dunkler Palette ruhiger */
    html[data-palette="dunkel"] body::before {
      mix-blend-mode: screen;
      opacity: 0.18;
    }
    /* Topbar transparenter / nicht hellauf-flicken */
    html[data-palette="dunkel"] .topbar {
      background: color-mix(in oklch, var(--bg) 70%, transparent);
    }
    html[data-palette="dunkel"] .topbar.scrolled {
      background: color-mix(in oklch, var(--bg) 80%, transparent);
    }

    /* --- Rhythmus: VERDICHTET (busier, more energy) --- */
    html[data-rhythmus="verdichtet"] {
      --space-2xs: clamp(0.2rem, 0.15vw + 0.15rem, 0.28rem);
      --space-xs:  clamp(0.4rem, 0.3vw + 0.3rem, 0.55rem);
      --space-s:   clamp(0.55rem, 0.4vw + 0.4rem, 0.7rem);
      --space-m:   clamp(0.75rem, 0.7vw + 0.55rem, 1rem);
      --space-l:   clamp(1rem, 1vw + 0.8rem, 1.6rem);
      --space-xl:  clamp(1.6rem, 2vw + 1rem, 2.5rem);
      --space-2xl: clamp(2.5rem, 3.5vw + 1.3rem, 4.5rem);
      --space-3xl: clamp(3.5rem, 5vw + 1.3rem, 6rem);
    }

    /* --- Rhythmus: GROSSZÜGIG (premium, slow) --- */
    html[data-rhythmus="grosszuegig"] {
      --space-2xs: clamp(0.3rem, 0.25vw + 0.25rem, 0.5rem);
      --space-xs:  clamp(0.65rem, 0.55vw + 0.5rem, 1rem);
      --space-s:   clamp(1rem, 0.8vw + 0.8rem, 1.4rem);
      --space-m:   clamp(1.4rem, 1.4vw + 1rem, 2.2rem);
      --space-l:   clamp(2.2rem, 2vw + 1.6rem, 3.5rem);
      --space-xl:  clamp(3.5rem, 4vw + 2rem, 5.5rem);
      --space-2xl: clamp(5.5rem, 6.5vw + 2.5rem, 9rem);
      --space-3xl: clamp(8rem, 10vw + 2.5rem, 13rem);
    }

    /* --- Dynamik: RUHIG (alle Bewegungen still) --- */
    html[data-dynamik="ruhig"] .awards-marquee-track,
    html[data-dynamik="ruhig"] .helga-status-dot,
    html[data-dynamik="ruhig"] .helga-device-frame::after,
    html[data-dynamik="ruhig"] .pillars-stakkato .sep,
    html[data-dynamik="ruhig"] .splash-arrow,
    html[data-dynamik="ruhig"] .hero-svg-overlay line,
    html[data-dynamik="ruhig"] .hero-svg-overlay circle {
      animation: none !important;
    }
    html[data-dynamik="ruhig"] .hero-svg-overlay line { stroke-dashoffset: 0 !important; }
    html[data-dynamik="ruhig"] .hero-svg-overlay circle { transform: scale(1) !important; }
    html[data-dynamik="ruhig"] [data-magnetic] { transform: none !important; }
    html[data-dynamik="ruhig"] .stage:hover .stage-num,
    html[data-dynamik="ruhig"] .stage:hover .stage-content h3,
    html[data-dynamik="ruhig"] .stage:hover .stage-content p { transform: none !important; }
    html[data-dynamik="ruhig"] .reading-progress-bar { box-shadow: none; }
    html[data-dynamik="ruhig"] .awards-marquee {
      mask-image: none;
      -webkit-mask-image: none;
    }
    html[data-dynamik="ruhig"] .awards-marquee-track {
      flex-wrap: wrap;
      white-space: normal;
      gap: 1rem 2rem;
      transform: none !important;
    }
    html[data-dynamik="ruhig"] .awards-marquee-item[aria-hidden="true"] { display: none; }

    /* --- Dynamik: THEATRALISCH (alles größer, langsamer) --- */
    html[data-dynamik="theatralisch"] .awards-marquee-track {
      animation-duration: 22s;
      gap: 4.5rem;
    }
    html[data-dynamik="theatralisch"] .stage:hover .stage-num {
      transform: translateX(-14px) !important;
      letter-spacing: -0.05em;
    }
    html[data-dynamik="theatralisch"] .stage:hover .stage-content h3 {
      transform: translateX(20px) !important;
    }
    html[data-dynamik="theatralisch"] .stage:hover .stage-content p {
      transform: translateX(10px) !important;
    }
    html[data-dynamik="theatralisch"] .helga-device-frame::after {
      animation-duration: 1.8s;
    }
    html[data-dynamik="theatralisch"] .reading-progress-bar {
      height: 100%;
      box-shadow: 0 0 14px color-mix(in oklch, var(--accent) 80%, transparent), 0 0 24px color-mix(in oklch, var(--accent) 40%, transparent);
    }
    html[data-dynamik="theatralisch"] .reading-progress {
      height: 3px;
    }
    html[data-dynamik="theatralisch"] .pillars-stakkato .sep {
      animation-duration: 2.2s;
    }
    html[data-dynamik="theatralisch"] .trust-num.is-counting {
      letter-spacing: -0.04em;
      opacity: 1;
    }

    /* ============================================================
       v6.6 — Painpoint Side-Image (Henrik)
       ============================================================ */

    /* Painpoint: 2-Spalten-Layout — Text links, vertikales Bild rechts */
    .painpoint-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: var(--space-xl);
      align-items: start;
    }
    @media (min-width: 880px) {
      .painpoint-grid {
        grid-template-columns: 1.4fr 1fr;
        gap: var(--space-2xl);
        align-items: center;
      }
    }
    .painpoint-portrait {
      position: relative;
      margin: 0;
      aspect-ratio: 3 / 4;
      max-height: 600px;
      width: 100%;
      border-radius: var(--radius-media);
      overflow: hidden;
      background: linear-gradient(135deg, oklch(34% 0.075 250) 0%, oklch(20% 0.025 250) 100%);
      isolation: isolate;
      align-self: center;
    }
    @media (max-width: 879px) {
      .painpoint-portrait {
        aspect-ratio: 16 / 9;
        max-height: 280px;
      }
      .painpoint-portrait img { object-position: center 45%; }
    }
    .painpoint-portrait picture { display: contents; }
    .painpoint-portrait img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 35%;
      display: block;
      transition: transform 1200ms var(--ease-out);
    }
    .painpoint-portrait-overlay {
      position: absolute;
      left: clamp(1rem, 2.5vw, 1.75rem);
      right: clamp(1rem, 2.5vw, 1.75rem);
      bottom: clamp(1.25rem, 3vw, 2rem);
      z-index: 2;
      display: flex;
      flex-direction: column;
      gap: 0.55rem;
    }
    .painpoint-portrait-eyebrow {
      font-size: 0.6875rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--accent);
      font-weight: 700;
    }
    .painpoint-portrait-headline {
      font-family: var(--font-tabular);
      font-size: clamp(1rem, 1.1vw + 0.6rem, 1.375rem);
      font-weight: 400;
      color: var(--text-on-dark);
      line-height: 1.25;
      letter-spacing: -0.01em;
      text-shadow: 0 2px 12px oklch(20% 0.025 250 / 0.6);
      text-wrap: balance;
    }
    .painpoint-portrait-headline .em-accent { color: var(--accent); }
    .painpoint-portrait .photo-credit {
      position: absolute;
      top: 0.75rem;
      right: 0.875rem;
      z-index: 2;
      color: oklch(95% 0.008 80);
      font-size: 0.6875rem;
      opacity: 0.55;
      letter-spacing: 0.03em;
      text-decoration: none;
    }
    .painpoint-portrait .photo-credit:hover { opacity: 0.85; }
    /* Dunkle Palette: kein zusätzlicher Bild-Filter */
    html[data-palette="dunkel"] .painpoint-portrait img {
      filter: none;
    }

    /* ============================================================
       Markenname ICH-INVEST — Radley (Garalde-Serife), lokal gehostet.
       Gilt fuer Navigation (.logo) und Footer (.logo).
       Radley hat nur einen Schnitt (400) -> Gewicht 400 statt Faux-Bold.
       ============================================================ */
    .logo,
    .logo { font-weight: 400; }

    /* ============================================================
       Radley auf redaktionellen Stellen (Probelauf) — Markenschrift als Akzent.
       Zitate + Leitzitat kursiv; Hero-Headline & Sektions-H2 in Radley 400
       (Radley hat nur Schnitt 400 -> kein Faux-Bold).
       ============================================================ */
    .pullquote-text { font-family: var(--font-brand); font-style: italic; }
    .hero-title { font-family: var(--font-brand); font-weight: 400; letter-spacing: -0.01em; }
    .section-head h2 { font-family: var(--font-brand); font-weight: 400; }
    /* Sektions-H2 ohne .section-head-Container (painpoint) — gleiche Radley-Behandlung.
       HELGA-Headline bewusst ausgenommen: gleiche Sans-Typo wie Schaubild-Subhead darüber. */
    #pain-headline { font-family: var(--font-brand); font-weight: 400; }

    /* ============================================================
       Rechtsseiten (Impressum / Datenschutz) — ICH-INVEST-Stil
       ============================================================ */
    .legal { padding-block: clamp(6.5rem, 12vh, 9.5rem) clamp(3.5rem, 8vh, 6rem); }
    .legal .container { max-width: 56rem; }
    .legal-title { font-family: var(--font-brand); font-weight: 400; font-size: clamp(2.1rem, 5vw, 3.1rem); line-height: 1.06; letter-spacing: -0.01em; color: var(--text); margin: 0.6rem 0 2rem; }
    .legal h2 { font-family: var(--font-sans); font-weight: 600; font-size: 1.2rem; line-height: 1.25; letter-spacing: -0.01em; color: var(--text); margin: 2.4rem 0 0.55rem; }
    .legal h3 { font-family: var(--font-sans); font-weight: 600; font-size: 1rem; color: var(--text); margin: 1.5rem 0 0.35rem; }
    /* Kleintext-Ebene in Textfarbe: ersetzt die frühere Grau-Hierarchie (--text-muted) durch kleinere Größe im dunklen Blauton */
    .legal p, .legal li { font-family: var(--font-sans); font-size: var(--t-body-s); line-height: 1.68; color: var(--text); }
    .legal p { margin: 0 0 0.9rem; }
    .legal address { font-style: normal; font-size: var(--t-body-s); line-height: 1.7; color: var(--text); margin: 0 0 0.9rem; }
    .legal ul { margin: 0 0 1rem 1.25rem; padding: 0; }
    .legal li { margin: 0 0 0.3rem; }
    .legal a { color: var(--brand); text-decoration: underline; text-underline-offset: 2px; }
    .legal a:hover { color: var(--accent-text); }
    .legal strong { color: var(--text); font-weight: 600; }
    .legal-meta { margin-top: 2.8rem; padding-top: 1.2rem; border-top: 1px solid var(--border); color: var(--text); font-size: 0.82rem; }
