      :root {
        /* Neutrals + CraftCalc-Blau (Screenshot) */
        --primary: #4E8DFF;
        --primary-hover: #3B7AF0;
        --accent: #4E8DFF;
        --on-accent: #121212;
        --highlight: #8fb5ff;
        --ink: #121212;
        --muted: #3f3f3f;
        --paper: #ebebeb;
        --panel: #ffffff;
        --border: #d0d0d0;
        --glow: transparent;
        --glow-accent: color-mix(in srgb, var(--primary) 22%, transparent);
        --font: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
        --font-display: 'Space Grotesk', var(--font);
        --radius-btn: 12px;
        --radius-card: 16px;
        --ease: 180ms ease-out;
        --shadow-card: 0 8px 28px rgba(26, 26, 26, 0.08);
        --space-section: 28px;
        --text-xs: 0.8125rem;
        --text-sm: 0.9375rem;
        --text-md: 1.0625rem;
        --text-lg: 1.375rem;
        --text-xl: clamp(1.75rem, 4vw, 2.5rem);
        --btn-h: 48px;
      }
      @media (min-width: 640px) {
        :root {
          --space-section: 40px;
        }
      }
      @media (min-width: 900px) {
        :root {
          --space-section: 56px;
        }
      }
      html[data-theme='dark'] {
        --primary: #4E8DFF;
        --primary-hover: #6BA0FF;
        --accent: #4E8DFF;
        --on-accent: #121212;
        --highlight: #8fb5ff;
        --ink: #f5f5f5;
        --muted: #a3a3a3;
        --paper: #121212;
        --panel: #1c1c1c;
        --border: #2f2f2f;
        --glow: transparent;
        --glow-accent: color-mix(in srgb, var(--primary) 22%, transparent);
        --shadow-card: 0 8px 28px rgba(0, 0, 0, 0.35);
      }
      * {
        box-sizing: border-box;
      }
      a[href],
      button,
      summary,
      [role='button'] {
        cursor: pointer;
      }
      a[href]:focus-visible,
      button:focus-visible,
      summary:focus-visible,
      [role='button']:focus-visible,
      input:focus-visible,
      textarea:focus-visible,
      select:focus-visible {
        outline: 2px solid var(--primary);
        outline-offset: 3px;
      }
      html {
        background: var(--paper);
        overscroll-behavior-y: auto;
        scroll-behavior: smooth;
      }
      @media (prefers-reduced-motion: reduce) {
        html {
          scroll-behavior: auto;
        }
        *,
        *::before,
        *::after {
          animation-duration: 0.01ms !important;
          animation-iteration-count: 1 !important;
          transition-duration: 0.01ms !important;
          scroll-behavior: auto !important;
        }
      }
      body {
        margin: 0;
        font-family: system-ui, -apple-system, 'Segoe UI', sans-serif;
        font-size: var(--text-sm);
        line-height: 1.55;
        color: var(--ink);
        background:
          radial-gradient(900px 480px at 100% -10%, var(--glow-accent), transparent 55%),
          var(--paper);
        min-height: 100vh;
        overscroll-behavior-y: auto;
      }
      html[data-cookie-functional='1'] body {
        font-family: var(--font);
      }
      h1, h2, h3 {
        font-family: var(--font-display);
        font-weight: 600;
        letter-spacing: -0.02em;
        line-height: 1.15;
      }
      h1 { font-size: var(--text-xl); margin: 0 0 12px; }
      h2 { font-size: var(--text-lg); margin: 0 0 10px; }
      h3 { font-size: var(--text-md); margin: 0 0 8px; }
      p { margin: 0 0 12px; color: var(--muted); font-size: var(--text-sm); }
      /* Mirror AppTopBar: absolute, centered, maxWidth 800, side 16 */
      .site-bar-shell {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 30;
        display: flex;
        justify-content: center;
        padding: 0 16px;
        pointer-events: none;
      }
      .wrap {
        max-width: 800px;
        margin: 0 auto;
        padding: 28px 16px 56px;
        overflow-x: clip;
      }
      @media (min-width: 640px) {
        .wrap {
          padding: 40px 16px 72px;
        }
      }
      header.site-bar {
        pointer-events: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 8px;
        width: 100%;
        max-width: 800px;
        margin: 0;
        padding: 8px 16px;
        background: color-mix(in srgb, var(--panel) 86%, transparent);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        border: none;
        border-bottom: 0.5px solid color-mix(in srgb, var(--border) 70%, transparent);
        border-radius: 0 0 20px 20px;
        font-family: inherit;
      }
      .site-bar-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        width: 100%;
        min-height: 48px;
        /* Prefer clip over stacking when auth pills still overflow. */
        overflow: hidden;
      }
      .brand {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        text-decoration: none;
        color: inherit;
        flex-shrink: 0;
        cursor: pointer;
        position: relative;
        z-index: 2;
      }
      /* Same as AppTopBar CraftOneLogo height={28} */
      .brand > .brand-mark {
        width: 28px;
        height: 28px;
        max-width: 28px;
        max-height: 28px;
        display: block;
        flex-shrink: 0;
        object-fit: contain;
      }
      .brand-wordmark {
        height: 16px;
        width: auto;
        display: block;
        flex-shrink: 0;
        object-fit: contain;
      }
      .offer-mock-brand {
        display: inline-flex;
        align-items: center;
        gap: 6px;
      }
      .offer-mock-brand .brand-mark {
        width: 18px;
        height: 18px;
        display: block;
      }
      .offer-mock-brand .brand-wordmark {
        height: 11px;
      }
      .footer-brand {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        text-decoration: none;
        color: inherit;
      }
      .footer-brand .brand-mark {
        width: 22px;
        height: 22px;
        display: block;
      }
      .footer-brand .brand-wordmark {
        height: 14px;
      }
      .site-nav {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: wrap;
        gap: 4px;
        min-width: 0;
        flex: 1;
      }
      .nav-tabs {
        display: none;
        align-items: center;
        flex-wrap: wrap;
        gap: 4px;
        justify-content: flex-start;
        flex: 1;
        margin: 0 8px 0 12px;
        min-width: 0;
      }
      html[data-session='1'] .nav-tabs.app-tabs {
        display: flex;
      }
      html[data-session='0'] .nav-tabs.page-tabs,
      html:not([data-session]) .nav-tabs.page-tabs {
        display: flex;
      }
      .site-nav a.nav-tab {
        position: relative;
        display: inline-flex;
        align-items: center;
        gap: 4px;
        color: var(--muted);
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        padding: 6px 2px 8px;
        margin: 0 6px;
        border-radius: 0;
        border-bottom: none;
        background: transparent;
        white-space: nowrap;
        transition: color 0.15s ease;
      }
      .site-nav a.nav-tab::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        background: currentColor;
        transform: scaleX(0);
        transform-origin: left center;
        transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1);
        opacity: 0.55;
      }
      .site-nav a.nav-tab:hover,
      .site-nav a.nav-tab:focus-visible {
        color: var(--ink);
        background: transparent;
      }
      .site-nav a.nav-tab:hover::after,
      .site-nav a.nav-tab:focus-visible::after {
        transform: scaleX(1);
      }
      .site-nav a.nav-tab[aria-current='page'],
      .site-nav a.nav-tab.is-active {
        color: var(--ink);
        font-weight: 600;
      }
      .site-nav a.nav-tab[aria-current='page']::after,
      .site-nav a.nav-tab.is-active::after {
        background: var(--primary);
        opacity: 1;
        transform: scaleX(1);
      }
      .nav-actions {
        display: flex;
        align-items: center;
        gap: 2px;
        flex-shrink: 0;
      }
      .nav-locale-wrap {
        position: relative;
        flex-shrink: 0;
        z-index: 5;
      }
      .nav-locale,
      .nav-theme {
        border: none;
        background: transparent;
        color: var(--muted);
        font-family: inherit;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.4px;
        width: 36px;
        height: 36px;
        padding: 0;
        border-radius: 10px;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
      }
      .nav-locale:hover,
      .nav-theme:hover {
        opacity: 0.65;
      }
      /* Locale menu — App-parity; JS portals to body (header backdrop-filter breaks fixed) */
      .nav-locale-backdrop {
        position: fixed;
        inset: 0;
        z-index: 80;
        background: rgba(0, 0, 0, 0.35);
      }
      .nav-locale-menu {
        position: fixed;
        z-index: 81;
        width: 180px;
        min-width: 180px;
        border: 0.5px solid var(--border);
        border-radius: 12px;
        padding: 8px;
        background: var(--panel);
        box-shadow: 0 8px 28px rgba(26, 26, 26, 0.12);
        display: flex;
        flex-direction: column;
        gap: 4px;
      }
      .nav-locale-menu[hidden],
      .nav-locale-backdrop[hidden] {
        display: none !important;
      }
      .nav-locale-menu-title {
        margin-bottom: 4px;
        padding: 0 4px;
        font-size: 12px;
        font-weight: 700;
        color: var(--ink);
      }
      .nav-locale-option {
        min-height: 44px;
        border: none;
        border-radius: 8px;
        padding: 0 8px;
        background: transparent;
        color: var(--ink);
        font-family: inherit;
        font-size: 12px;
        font-weight: 700;
        text-align: left;
        cursor: pointer;
      }
      .nav-locale-option:hover {
        opacity: 0.85;
      }
      .nav-locale-option[aria-selected='true'] {
        background: var(--primary);
        color: #ffffff;
      }
      .nav-theme svg {
        display: block;
      }
      html[data-theme='dark'] .nav-theme .icon-moon {
        display: none;
      }
      html:not([data-theme='dark']) .nav-theme .icon-sun {
        display: none;
      }
      /* Account — only labeled pill in the actions cluster */
      .nav-account {
        display: inline-flex;
        align-items: center;
        max-width: 96px;
        border: 0.5px solid var(--border);
        border-radius: 999px;
        padding: 8px 12px;
        margin-left: 4px;
        font-size: 12px;
        font-weight: 700;
        line-height: 20px;
        color: var(--ink);
        text-decoration: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }
      /* Session toggles use the hidden attribute — class display rules must yield */
      .site-nav [hidden] {
        display: none !important;
      }
      /* Signed out: Anmelden + Registrieren — same pills as the app top bar */
      .nav-auth {
        display: inline-flex;
        align-items: center;
        min-height: 36px;
        border-radius: 999px;
        padding: 8px 14px;
        margin-left: 4px;
        font-size: 13px;
        font-weight: 700;
        line-height: 20px;
        text-decoration: none;
        white-space: nowrap;
      }
      .nav-auth-ghost {
        border: 1px solid var(--border);
        color: var(--ink);
        background: transparent;
      }
      .nav-auth-ghost:hover {
        border-color: color-mix(in srgb, var(--ink) 45%, var(--border));
      }
      .nav-auth-primary {
        border: 1px solid var(--accent);
        background: var(--accent);
        color: var(--on-accent);
      }
      .nav-auth-primary:hover {
        background: var(--primary-hover);
        border-color: var(--primary-hover);
      }
      /* Signed-in: open app as quiet text link, not another pill */
      .nav-open-app {
        display: none;
        align-items: center;
        border: none;
        border-radius: 10px;
        padding: 8px 10px;
        margin-left: 2px;
        font-size: 13px;
        font-weight: 600;
        line-height: 20px;
        color: var(--primary);
        text-decoration: none;
        white-space: nowrap;
      }
      html[data-session='1'] .nav-open-app {
        display: inline-flex;
      }
      .hero-stage {
        position: relative;
        isolation: isolate;
        min-height: 100svh;
        min-height: 100dvh;
        display: flex;
        align-items: stretch;
        margin: 0;
        padding: 108px 20px 40px;
        color: #f5f5f5;
        overflow-x: clip;
        overflow-y: visible;
      }
      .hero-stage-bg {
        position: absolute;
        inset: 0;
        z-index: 0;
        pointer-events: none;
      }
      .hero-stage-photo {
        position: absolute;
        inset: -3%;
        background: #12100e url('/assets/hero-site.jpg') center 35% / cover no-repeat;
        transform: scale(1.06);
        animation: heroKen 36s ease-in-out infinite alternate;
      }
      .hero-stage-shade {
        position: absolute;
        inset: 0;
        background:
          linear-gradient(105deg, rgba(8, 8, 8, 0.82) 0%, rgba(8, 8, 8, 0.55) 42%, rgba(8, 8, 8, 0.28) 72%, rgba(8, 8, 8, 0.5) 100%),
          linear-gradient(180deg, rgba(8, 8, 8, 0.35) 0%, rgba(8, 8, 8, 0.15) 40%, rgba(8, 8, 8, 0.78) 100%);
      }
      .hero-stage-inner {
        position: relative;
        z-index: 1;
        width: 100%;
        max-width: 1120px;
        margin: 0 auto;
        display: grid;
        gap: 36px;
        align-items: end;
        animation: heroRise 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
      }
      @media (min-width: 900px) {
        .hero-stage-inner {
          grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
          align-items: center;
          gap: 48px;
        }
      }
      .hero-kicker {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        margin: 0 0 18px;
      }
      .hero-kicker .brand-mark {
        width: 28px;
        height: 28px;
        object-fit: contain;
      }
      .hero-kicker .brand-wordmark {
        height: 18px;
        width: auto;
        object-fit: contain;
      }
      .hero-stage h1 {
        font-family: inherit;
        font-size: clamp(2.1rem, 6.2vw, 3.55rem);
        font-weight: 800;
        line-height: 1.05;
        letter-spacing: -0.03em;
        margin: 0 0 16px;
        max-width: 11ch;
        color: #ffffff;
        text-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
      }
      .hero-stage .lead {
        font-size: clamp(1.02rem, 2vw, 1.18rem);
        color: rgba(245, 245, 245, 0.78);
        line-height: 1.45;
        margin: 0 0 28px;
        max-width: 28rem;
      }
      .hero-stage .cta {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
      }
      .hero-social-proof {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 14px;
        margin-top: 24px;
      }
      .hero-social-proof p {
        margin: 0;
        max-width: 26rem;
        color: rgba(245, 245, 245, 0.72);
        font-size: var(--text-sm);
        line-height: 1.4;
      }
      .hero-proof-avatars {
        display: flex;
        flex-shrink: 0;
        padding-left: 2px;
      }
      .hero-proof-avatars span {
        width: 40px;
        height: 40px;
        display: grid;
        place-items: center;
        margin-left: -9px;
        border: 2px solid rgba(18, 18, 18, 0.9);
        border-radius: 50%;
        background: #4e8dff;
        color: #121212;
        font-family: 'DM Mono', ui-monospace, monospace;
        font-size: 0.66rem;
        font-weight: 600;
        letter-spacing: -0.02em;
        box-shadow: 0 5px 18px rgba(0, 0, 0, 0.24);
      }
      .hero-proof-avatars span:first-child {
        margin-left: 0;
        background: #8db3ff;
      }
      .hero-proof-avatars span:nth-child(2) {
        background: #6d9eff;
      }
      .hero-proof-avatars span:nth-child(3) {
        background: #4e8dff;
      }
      .hero-savings {
        display: none;
        margin: 14px 0 0;
        font-size: var(--text-xs);
        color: color-mix(in srgb, var(--ink) 72%, transparent);
        letter-spacing: 0.01em;
      }
      .hero-savings.is-visible {
        display: block;
      }
      .hero-stage .btn-primary {
        box-shadow: 0 12px 32px rgba(78, 141, 255, 0.45);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
      }
      .hero-stage .btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 16px 40px rgba(78, 141, 255, 0.55);
      }
      .hero-stage .btn-ghost {
        color: #fff;
        border-color: rgba(255, 255, 255, 0.38);
        background: rgba(255, 255, 255, 0.08);
        transition: background 0.2s ease, border-color 0.2s ease;
      }
      .hero-stage .btn-ghost:hover {
        background: rgba(255, 255, 255, 0.14);
        border-color: rgba(255, 255, 255, 0.55);
      }
      .hero-stage-visual {
        display: none;
      }
      @media (min-width: 900px) {
        .hero-stage-visual {
          display: block;
          min-width: 0;
          animation: heroFloat 1s 0.15s cubic-bezier(0.22, 1, 0.36, 1) both;
        }
      }
      .hero-stage-visual .offer-mock {
        background: #ffffff;
        color: #121212;
        border-color: rgba(255, 255, 255, 0.2);
        box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
        transform: rotate(-1.5deg);
        animation: heroBob 7s ease-in-out infinite;
        overflow: visible;
      }
      .hero-stage-visual .offer-mock-label {
        color: #121212;
      }
      .hero-stage-visual .offer-mock th {
        color: #666;
        border-bottom-color: #e0e0e0;
      }
      .hero-stage-visual .offer-mock td {
        color: #121212;
        border-bottom-color: #e8e8e8;
      }
      .hero-stage-visual .offer-mock-total {
        color: #666;
      }
      .hero-stage-visual .offer-mock-total strong {
        color: #121212;
      }
      .hero-stage-visual .offer-mock-save {
        background: var(--accent);
        color: var(--on-accent);
        width: auto;
      }
      .hero-stage-visual .offer-mock table {
        table-layout: auto;
      }
      .hero-stage-visual .offer-mock-foot {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
      }
      .hero-stage-visual .offer-mock-total {
        width: auto;
      }
      @keyframes heroKen {
        from {
          transform: scale(1.06) translate3d(0, 0, 0);
        }
        to {
          transform: scale(1.12) translate3d(-1%, -0.8%, 0);
        }
      }
      @keyframes heroRise {
        from {
          opacity: 0;
          transform: translate3d(0, 32px, 0);
        }
        to {
          opacity: 1;
          transform: translate3d(0, 0, 0);
        }
      }
      @keyframes heroFloat {
        from {
          opacity: 0;
          transform: translate3d(36px, 24px, 0);
        }
        to {
          opacity: 1;
          transform: translate3d(0, 0, 0);
        }
      }
      @keyframes heroBob {
        0%,
        100% {
          transform: rotate(-1.5deg) translate3d(0, 0, 0);
        }
        50% {
          transform: rotate(-1.5deg) translate3d(0, -10px, 0);
        }
      }
      @media (prefers-reduced-motion: reduce) {
        .hero-stage-photo,
        .hero-stage-inner,
        .hero-stage-visual,
        .hero-stage-visual .offer-mock {
          animation: none !important;
        }
      }
      .proof-strip {
        background: var(--paper);
        border-bottom: 1px solid var(--border);
      }
      .proof-strip ul {
        list-style: none;
        max-width: 800px;
        margin: 0 auto;
        padding: 16px 16px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 0;
      }
      .proof-strip li {
        margin: 0;
        color: var(--ink);
        font-size: 0.95rem;
        font-weight: 600;
        letter-spacing: -0.01em;
      }
      .proof-strip li + li::before {
        content: '·';
        margin: 0 12px;
        color: var(--muted);
        font-weight: 500;
      }
      .cta {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
      }
      @media (min-width: 768px) {
        [data-auth-pair] .btn {
          flex: 1 1 10rem;
        }
        [data-auth-pair] [data-auth-role='how'] {
          flex: 0 1 auto;
        }
      }
      .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: var(--btn-h);
        border-radius: var(--radius-btn);
        padding: 0 22px;
        font-weight: 700;
        text-decoration: none;
        border: none;
        cursor: pointer;
        font-size: var(--text-sm);
        transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
      }
      .btn-primary {
        background: var(--accent);
        color: var(--on-accent);
      }
      .btn-primary:hover {
        background: var(--primary-hover);
      }
      .btn-ghost {
        background: transparent;
        color: var(--ink);
        border: 1px solid var(--border);
      }
      .btn-ghost:hover {
        border-color: color-mix(in srgb, var(--ink) 45%, var(--border));
      }
      .lead {
        font-size: 1.15rem;
        color: var(--muted);
        line-height: 1.45;
        margin: 0 0 28px;
        max-width: 34rem;
      }
      section {
        margin-top: 0;
      }
      /* Kompakter Sektions-Abstand — kein erzwungenes min-height */
      .content-band {
        margin: 0;
        padding-block: 20px;
        box-sizing: border-box;
        width: 100%;
      }
      @media (min-width: 640px) {
        .content-band {
          padding-block: 28px;
        }
      }
      section h2 {
        font-family: var(--font-display);
        font-size: 1.6rem;
        font-weight: 600;
        margin: 0 0 10px;
      }
      html[data-cookie-functional='1'] section h2 {
        font-family: var(--font-display);
      }
      section p {
        color: var(--muted);
        max-width: 36rem;
        line-height: 1.5;
      }
      .feat-cards {
        display: none;
      }
      .spotlight-band {
        margin: 0 0 20px;
        padding-block: 0;
        box-sizing: border-box;
        width: 100%;
      }
      .spotlight-panel {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
        align-items: center;
        padding: 20px 16px;
        box-sizing: border-box;
        max-width: 100%;
        overflow: hidden;
        background: color-mix(in srgb, var(--ink) 6%, var(--paper));
        border-radius: 20px;
        border: 1px solid color-mix(in srgb, var(--border) 70%, transparent);
      }
      @media (min-width: 640px) {
        .spotlight-panel {
          gap: 24px;
          padding: 28px 24px;
          border-radius: 28px;
        }
      }
      @media (min-width: 860px) {
        .spotlight-band {
          margin-bottom: 20px;
        }
        .spotlight-panel {
          grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
          gap: 40px;
          padding: 40px 36px;
          overflow: hidden;
        }
        .spotlight-panel--flip {
          grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
        }
        .spotlight-panel--flip .spotlight-copy {
          order: 2;
        }
        .spotlight-panel--flip .spotlight-visual {
          order: 1;
        }
        .spotlight-mock .offer-mock {
          transform: rotate(0.6deg);
        }
        .desk-mock {
          transform: rotate(-0.8deg);
        }
      }
      .spotlight-copy h2 {
        font-family: var(--font-display);
        font-size: clamp(1.55rem, 3.2vw, 2.05rem);
        line-height: 1.15;
        letter-spacing: -0.02em;
        max-width: 16ch;
        margin: 0 0 16px;
        color: var(--ink);
      }
      .spotlight-copy p {
        margin: 0;
        max-width: 34rem;
        color: var(--muted);
        font-size: 1.02rem;
        line-height: 1.55;
      }
      .spotlight-copy .cta {
        margin-top: 28px;
      }
      .spotlight-visual {
        position: relative;
        min-width: 0;
        max-width: 100%;
        overflow: hidden;
      }
      .spotlight-art {
        display: none;
        width: 100%;
        height: auto;
        border-radius: 16px;
        box-shadow: 0 18px 50px rgba(26, 26, 26, 0.1);
      }
      .spotlight-art.is-loaded {
        display: block;
      }
      .spotlight-art.is-loaded ~ .spotlight-mock,
      .spotlight-art.is-loaded ~ .desk-mock {
        display: none;
      }
      .spotlight-mock {
        position: relative;
        min-width: 0;
        max-width: 100%;
      }
      .spotlight-mock .offer-mock {
        transform: none;
        max-width: 100%;
      }
      .desk-mock {
        background: var(--panel);
        border-radius: 16px;
        border: 1px solid var(--border);
        box-shadow: 0 18px 50px rgba(26, 26, 26, 0.08);
        overflow: hidden;
        display: grid;
        grid-template-columns: 1fr;
        min-height: 0;
        max-width: 100%;
        box-sizing: border-box;
      }
      @media (min-width: 640px) {
        .desk-mock {
          grid-template-columns: minmax(0, 120px) minmax(0, 1fr);
        }
      }
      .desk-mock-nav {
        background: color-mix(in srgb, var(--paper) 80%, var(--panel));
        border-bottom: 1px solid var(--border);
        padding: 12px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 6px;
      }
      @media (min-width: 640px) {
        .desk-mock-nav {
          flex-direction: column;
          align-items: stretch;
          border-bottom: none;
          border-right: 1px solid var(--border);
          padding: 16px 12px;
          gap: 8px;
        }
      }
      .desk-mock-brand {
        display: flex;
        align-items: center;
        gap: 6px;
        margin-right: 8px;
      }
      @media (min-width: 640px) {
        .desk-mock-brand {
          margin-right: 0;
          margin-bottom: 12px;
        }
      }
      .desk-mock-brand img {
        width: 18px;
        height: 18px;
      }
      .desk-mock-nav span {
        font-size: 0.72rem;
        font-weight: 600;
        color: var(--muted);
        padding: 8px 8px;
        border-radius: 8px;
      }
      .desk-mock-nav span.is-active {
        background: color-mix(in srgb, var(--primary) 14%, transparent);
        color: var(--ink);
      }
      .desk-mock-main {
        padding: 16px 18px 20px;
      }
      .desk-mock-label {
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: var(--primary);
        margin-bottom: 12px;
      }
      .desk-mock-row {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 8px;
        padding: 10px 0;
        border-bottom: 1px solid var(--border);
        font-size: 0.8rem;
      }
      .desk-mock-row strong {
        color: var(--ink);
        font-weight: 600;
      }
      .desk-mock-row span {
        color: var(--muted);
      }
      .desk-mock-row em {
        font-style: normal;
        font-size: 0.72rem;
        font-weight: 700;
        color: var(--primary);
        align-self: center;
      }
      .phone-mock {
        width: min(280px, 100%);
        margin: 0 auto;
        background: var(--panel);
        border: 1px solid var(--border);
        border-radius: 28px;
        padding: 18px 18px 22px;
        box-shadow: 0 22px 50px rgba(26, 26, 26, 0.1);
        min-height: 280px;
      }
      .phone-notch {
        width: 72px;
        height: 8px;
        border-radius: 999px;
        background: var(--border);
        margin: 0 auto 22px;
      }
      .phone-mic-btn {
        width: 88px;
        height: 88px;
        border-radius: 50%;
        margin: 28px auto 16px;
        background: var(--primary);
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 0 0 12px color-mix(in srgb, var(--primary) 22%, transparent);
        animation: micPulse 2.4s ease-in-out infinite;
      }
      .phone-mic-btn svg {
        width: 36px;
        height: 36px;
        display: block;
      }
      .phone-waves {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        gap: 4px;
        height: 36px;
        margin-bottom: 14px;
      }
      .phone-waves i {
        display: block;
        width: 4px;
        border-radius: 4px;
        background: var(--primary);
        animation: wave 1.1s ease-in-out infinite;
      }
      .phone-waves i:nth-child(1) { height: 10px; animation-delay: 0s; }
      .phone-waves i:nth-child(2) { height: 22px; animation-delay: 0.12s; }
      .phone-waves i:nth-child(3) { height: 32px; animation-delay: 0.2s; }
      .phone-waves i:nth-child(4) { height: 18px; animation-delay: 0.08s; }
      .phone-waves i:nth-child(5) { height: 12px; animation-delay: 0.24s; }
      .phone-caption {
        text-align: center;
        font-size: 0.85rem;
        color: var(--muted);
        margin: 0;
        max-width: none;
      }
      .reveal {
        opacity: 0;
        transform: translateY(36px);
        filter: blur(8px);
        transition:
          opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
          transform 0.85s cubic-bezier(0.22, 1, 0.36, 1),
          filter 0.85s cubic-bezier(0.22, 1, 0.36, 1);
      }
      .reveal.is-in {
        opacity: 1;
        transform: none;
        filter: none;
      }
      .reveal-d1 { transition-delay: 0.08s; }
      .reveal-d2 { transition-delay: 0.16s; }
      .reveal-d3 { transition-delay: 0.24s; }
      .offer-mock tbody tr {
        opacity: 0;
        transform: translateX(16px);
      }
      .offer-mock.is-playing tbody tr {
        animation: rowIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
      }
      .offer-mock.is-playing tbody tr:nth-child(1) { animation-delay: 0.12s; }
      .offer-mock.is-playing tbody tr:nth-child(2) { animation-delay: 0.28s; }
      .offer-mock.is-playing tbody tr:nth-child(3) { animation-delay: 0.44s; }
      .offer-mock.is-playing .offer-mock-total strong,
      .offer-mock.is-playing .offer-mock-save {
        animation: savePop 0.5s 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
      }
      .desk-mock-row {
        opacity: 0;
        transform: translateY(10px);
      }
      .desk-mock.is-playing .desk-mock-row {
        animation: rowIn 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
      }
      .desk-mock.is-playing .desk-mock-row:nth-child(2) { animation-delay: 0.12s; }
      .desk-mock.is-playing .desk-mock-row:nth-child(3) { animation-delay: 0.24s; }
      .desk-mock.is-playing .desk-mock-row:nth-child(4) { animation-delay: 0.36s; }
      @keyframes rowIn {
        to { opacity: 1; transform: none; }
      }
      @keyframes savePop {
        from { transform: scale(0.86); opacity: 0.5; }
        to { transform: none; opacity: 1; }
      }
      @keyframes micPulse {
        0%, 100% { box-shadow: 0 0 0 10px color-mix(in srgb, var(--primary) 18%, transparent); }
        50% { box-shadow: 0 0 0 18px color-mix(in srgb, var(--primary) 28%, transparent); }
      }
      @keyframes wave {
        0%, 100% { transform: scaleY(0.55); }
        50% { transform: scaleY(1); }
      }
      @media (prefers-reduced-motion: reduce) {
        .reveal,
        .offer-mock tbody tr,
        .desk-mock-row,
        .price-card {
          opacity: 1;
          transform: none;
          filter: none;
          animation: none !important;
          transition: none !important;
        }
        .phone-mic-btn,
        .phone-waves i,
        .hero-stage-photo {
          animation: none !important;
        }
      }
      .proof-band,
      .trades-band,
      .final-cta {
        max-width: none;
        width: 100%;
      }
      .trades-list {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        list-style: none;
        padding: 0;
        margin: 16px 0 0;
      }
      .trades-list li {
        padding: 8px 14px;
        border-radius: var(--radius-btn);
        border: 1px solid var(--border);
        background: var(--panel);
        font-size: var(--text-xs);
        font-weight: 600;
        color: var(--ink);
      }
      .final-cta {
        padding: 48px 36px;
        border-radius: 28px;
        border: 1px solid color-mix(in srgb, var(--border) 70%, transparent);
        background: color-mix(in srgb, var(--ink) 6%, var(--paper));
        box-shadow: none;
        text-align: center;
      }
      .final-cta h2 {
        margin: 0 auto 10px;
        max-width: 18ch;
        font-size: clamp(1.55rem, 3vw, 2.1rem);
        letter-spacing: -0.02em;
      }
      .final-cta p {
        margin-inline: auto;
      }
      .final-cta .cta {
        margin-top: 24px;
        justify-content: center;
      }
      .faq-band {
        max-width: none;
        width: 100%;
      }
      .faq-band details {
        border: 1px solid var(--border);
        border-radius: var(--radius-btn);
        background: var(--panel);
        padding: 14px 16px;
        margin-top: 10px;
        transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
      }
      .faq-band details[open] {
        border-color: color-mix(in srgb, var(--primary) 42%, var(--border));
        box-shadow: var(--shadow-card);
      }
      .faq-band summary {
        cursor: pointer;
        font-weight: 700;
        color: var(--ink);
        font-size: var(--text-sm);
      }
      .faq-band details p {
        margin: 10px 0 0;
        max-width: none;
      }
      .price-band {
        margin-top: 0;
        padding-block: var(--space-section);
        border-top: 1px solid var(--border);
        background: transparent;
        box-shadow: none;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        border-radius: 0;
        max-width: none;
        width: 100%;
        box-sizing: border-box;
      }
      .price-band h2 {
        margin: 0 0 10px;
        font-size: clamp(1.45rem, 2.8vw, 1.9rem);
        letter-spacing: -0.02em;
      }
      .price-band > .price-lead {
        margin: 0 0 22px;
        max-width: 36rem;
        color: var(--muted);
      }
      .price-toggle {
        display: inline-flex;
        gap: 4px;
        padding: 4px;
        margin: 0 0 28px;
        border: 1px solid var(--border);
        border-radius: 10px;
        background: var(--panel);
      }
      .price-toggle button {
        appearance: none;
        border: 0;
        background: transparent;
        color: var(--muted);
        font: inherit;
        font-size: 0.85rem;
        font-weight: 600;
        min-height: 44px;
        padding: 8px 14px;
        border-radius: 8px;
        cursor: pointer;
      }
      .price-toggle button[aria-pressed='true'] {
        background: var(--primary);
        color: var(--on-accent);
      }
      .price-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
        align-items: stretch;
      }
      @media (max-width: 900px) {
        .price-grid {
          grid-template-columns: 1fr;
        }
      }
      .price-card {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 22px 20px 20px;
        border: 1px solid var(--border);
        border-radius: 14px;
        background: var(--panel);
        box-shadow: var(--shadow-card);
        transition: transform 0.25s ease, box-shadow 0.25s ease;
      }
      .price-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 18px 40px rgba(26, 26, 26, 0.1);
      }
      .price-card.is-featured {
        border-color: var(--primary);
        box-shadow: 0 0 0 1px var(--primary), var(--shadow-card);
        animation: featuredGlow 3.4s ease-in-out infinite;
      }
      @keyframes featuredGlow {
        0%,
        100% {
          box-shadow: 0 0 0 1px var(--primary), var(--shadow-card);
        }
        50% {
          box-shadow:
            0 0 0 1px var(--primary),
            0 18px 44px color-mix(in srgb, var(--primary) 28%, transparent);
        }
      }
      .price-card-eyebrow {
        margin: 0;
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: var(--muted);
      }
      .price-card h3 {
        margin: 0;
        font-size: 1.35rem;
        letter-spacing: -0.02em;
      }
      .price-card-desc {
        margin: 0;
        color: var(--muted);
        font-size: 0.92rem;
        line-height: 1.45;
        min-height: 2.8em;
      }
      .price-card .price {
        margin: 4px 0 0;
        display: block;
        font-size: 2rem;
        font-weight: 800;
        letter-spacing: -0.03em;
        line-height: 1.1;
      }
      .price-card .price .price-meta {
        display: block;
        margin-top: 4px;
        font-size: 0.8rem;
        font-weight: 500;
        color: var(--muted);
        letter-spacing: 0;
      }
      .price-card ul {
        margin: 4px 0 8px;
        padding: 0;
        list-style: none;
        display: grid;
        gap: 8px;
        flex: 1;
      }
      .price-card li {
        font-size: 0.9rem;
        color: var(--ink);
        padding-left: 1.1em;
        position: relative;
      }
      .price-card li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0.55em;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--primary);
      }
      .price-card .btn {
        width: 100%;
        justify-content: center;
        margin-top: auto;
        text-align: center;
      }
      .price-band .price-note {
        margin: 18px 0 0;
        font-size: 0.85rem;
        color: var(--muted);
      }
      .office-band {
        display: none;
      }
      .privacy-note {
        margin-top: 48px;
        padding: 28px 24px;
        border: 1px solid var(--border);
        border-radius: 20px;
        background: var(--panel);
        max-width: none;
        width: 100%;
        box-sizing: border-box;
      }
      .privacy-note h2 {
        font-size: 1.15rem;
        font-weight: 700;
        letter-spacing: -0.02em;
        margin: 0 0 8px;
      }
      .privacy-note p {
        margin: 0;
        color: var(--muted);
        font-size: 0.95rem;
        line-height: 1.5;
      }
      .privacy-note a {
        color: var(--primary, #121212);
      }
      footer {
        margin-top: 40px;
        padding-top: 24px;
        border-top: 1px solid var(--border);
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        color: var(--muted);
        font-size: 0.9rem;
      }
      footer a {
        color: var(--muted);
      }
      .debug {
        display: none;
        margin-top: 40px;
        padding: 12px;
        border: 1px dashed var(--border);
        font-family: ui-monospace, monospace;
        font-size: 12px;
        white-space: pre-wrap;
      }
      body.debug-on .debug {
        display: block;
      }
      @media (max-width: 640px) {
        .nav-tabs.page-tabs {
          display: none !important;
        }
        html[data-session='1'] .nav-tabs.app-tabs {
          display: none !important;
        }
      }
      /*
       * Guest bar budget (same as AppTopBar GUEST_BOTH_PILLS_MIN):
       * below 520px mark + DE + Theme + one Anmelden pill only.
       * 425 left Pro-sized phones (~430) with full wordmark + both auth pills;
       * nav-actions overflow left and DE (z-index 5) paints over ONE (brand z-index 2).
       */
      @media (max-width: 519px) {
        .site-bar .brand .brand-wordmark,
        .site-nav .nav-auth-primary {
          display: none !important;
        }
        .site-nav .nav-auth-ghost {
          border-color: var(--accent);
          background: var(--accent);
          color: var(--on-accent);
        }
      }
      /* Position section — Demo Einstieg vor Ort (Differenzierung, nicht KI-first-Claim) */
      .site-panel {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
        align-items: center;
        margin-top: 0;
        margin-bottom: 20px;
        padding: 24px 16px;
        box-sizing: border-box;
        max-width: 100%;
        overflow: hidden;
        background: linear-gradient(160deg, var(--panel) 0%, var(--paper) 55%, var(--glow-accent) 120%);
        border-radius: 20px;
        border: 1px solid var(--border);
      }
      @media (min-width: 640px) {
        .site-panel {
          gap: 28px;
          padding: 32px 28px;
          border-radius: 28px;
        }
      }
      @media (min-width: 860px) {
        .site-panel {
          grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
          gap: 40px;
          padding: 40px 36px;
        }
      }
      .site-copy h2 {
        font-size: clamp(1.55rem, 3.2vw, 2.05rem);
        line-height: 1.15;
        letter-spacing: -0.02em;
        max-width: 18ch;
      }
      .site-copy p {
        margin: 14px 0 0;
        max-width: 32rem;
      }
      .site-copy .cta {
        margin-top: 24px;
      }
      .trust-steps {
        margin-top: 0;
        max-width: none;
        width: 100%;
      }
      .trust-steps h2 {
        font-family: inherit;
        font-size: clamp(1.45rem, 3vw, 1.85rem);
        font-weight: 700;
        margin: 0 0 10px;
        letter-spacing: -0.02em;
      }
      html[data-cookie-functional='1'] .trust-steps h2 {
        font-family: inherit;
      }
      .trust-steps > p {
        color: var(--muted);
        line-height: 1.5;
        margin: 0 0 32px;
        max-width: 34rem;
      }
      .trust-grid {
        display: grid;
        gap: 20px;
      }
      @media (min-width: 640px) {
        .trust-grid {
          grid-template-columns: repeat(3, 1fr);
          gap: 24px;
        }
      }
      .trust-step {
        padding: 0;
      }
      .trust-step-n {
        display: block;
        font-size: 0.75rem;
        font-weight: 800;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: var(--primary);
        margin-bottom: 8px;
      }
      .trust-step h3 {
        margin: 0 0 6px;
        font-size: 1.05rem;
        font-weight: 700;
      }
      .trust-step p {
        margin: 0;
        color: var(--muted);
        font-size: 0.95rem;
        line-height: 1.45;
        max-width: none;
      }
      .clarify-chip {
        position: absolute;
        left: 4px;
        bottom: -18px;
        z-index: 2;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 0;
        border-radius: 0;
        background: transparent;
        border: none;
        box-shadow: none;
        font-size: 0.75rem;
        font-weight: 600;
        color: var(--muted);
        transform: none;
        pointer-events: none;
        cursor: default;
        user-select: none;
      }
      .clarify-chip-mark {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--primary);
        flex-shrink: 0;
      }
      .site-visual {
        position: relative;
        min-height: 0;
        min-width: 0;
        max-width: 100%;
      }
      .offer-mock {
        background: var(--panel);
        border-radius: 16px;
        border: 1px solid var(--border);
        padding: 14px 12px 16px;
        box-shadow: 0 18px 50px rgba(26, 26, 26, 0.08);
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        overflow: hidden;
      }
      @media (min-width: 640px) {
        .offer-mock {
          padding: 18px 18px 22px;
        }
      }
      .offer-mock-top {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        margin-bottom: 14px;
        gap: 12px;
      }
      .offer-mock-label {
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: var(--primary);
      }
      .offer-mock-brand {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: var(--ink);
      }
      .offer-mock-brand .brand-mark {
        width: 18px;
        height: 18px;
      }
      .offer-mock-brand .brand-wordmark {
        width: auto;
        height: 11px;
      }
      .offer-mock table {
        width: 100%;
        max-width: 100%;
        table-layout: fixed;
        border-collapse: collapse;
        font-size: 0.78rem;
      }
      .offer-mock th {
        text-align: left;
        color: var(--muted);
        font-weight: 600;
        padding: 0 6px 8px 0;
        border-bottom: 1px solid var(--border);
      }
      .offer-mock td {
        padding: 8px 6px 8px 0;
        border-bottom: 1px solid var(--border);
        vertical-align: top;
        overflow-wrap: break-word;
        word-break: normal;
      }
      .offer-mock td.num {
        text-align: right;
        font-variant-numeric: tabular-nums;
        white-space: nowrap;
      }
      @media (max-width: 639px) {
        .offer-mock th:nth-child(1),
        .offer-mock td:nth-child(1),
        .offer-mock th:nth-child(3),
        .offer-mock td:nth-child(3),
        .offer-mock th:nth-child(4),
        .offer-mock td:nth-child(4) {
          display: none;
        }
        .offer-mock th:nth-child(5),
        .offer-mock td:nth-child(5) {
          width: 4.75rem;
        }
      }
      .offer-mock-foot {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        margin-top: 14px;
        gap: 12px;
      }
      @media (min-width: 640px) {
        .offer-mock-foot {
          flex-direction: row;
          justify-content: space-between;
          align-items: flex-end;
        }
      }
      .offer-mock-sums {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 2px;
      }
      .offer-mock-total {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        gap: 10px;
        width: 100%;
        font-size: 0.8rem;
        color: var(--muted);
      }
      .offer-mock-total strong {
        color: var(--ink);
        font-size: 0.95rem;
        font-variant-numeric: tabular-nums;
        white-space: nowrap;
        flex-shrink: 0;
      }
      .offer-mock-total.is-gross strong {
        font-size: 1.05rem;
      }
      .offer-mock-save {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        background: var(--accent);
        color: var(--on-accent);
        font-weight: 700;
        font-size: 0.9rem;
        border-radius: 999px;
        padding: 10px 16px;
        border: none;
        animation: save-pulse 2.8s ease-in-out infinite;
      }
      @media (max-width: 639px) {
        .offer-mock-save {
          width: 100%;
        }
      }
      .mic-chip {
        position: absolute;
        left: 0;
        top: -22px;
        z-index: 2;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: transparent;
        color: var(--muted);
        font-size: 0.75rem;
        font-weight: 600;
        letter-spacing: 0.02em;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        transform: none;
        animation: none;
        pointer-events: none;
        cursor: default;
        user-select: none;
      }
      .mic-dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--accent);
        box-shadow: 0 0 0 2px color-mix(in srgb, var(--accent) 28%, transparent);
        animation: mic-blink 1.2s ease-in-out infinite;
        flex-shrink: 0;
      }
      .photo-chip {
        position: absolute;
        right: 4px;
        bottom: -18px;
        z-index: 2;
        background: transparent;
        border: none;
        color: var(--muted);
        font-size: 0.75rem;
        font-weight: 600;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        animation: none;
        pointer-events: none;
        cursor: default;
        user-select: none;
      }
      @keyframes mic-float {
        0%,
        100% {
          transform: rotate(2deg) translateY(0);
        }
        50% {
          transform: rotate(2deg) translateY(-5px);
        }
      }
      @keyframes mic-blink {
        0%,
        100% {
          opacity: 1;
        }
        50% {
          opacity: 0.35;
        }
      }
      @keyframes save-pulse {
        0%,
        100% {
          box-shadow: 0 0 0 0 rgba(157, 230, 10, 0.4);
        }
        50% {
          box-shadow: 0 0 0 10px rgba(157, 230, 10, 0);
        }
      }
      @keyframes chip-in {
        from {
          opacity: 0;
          transform: translateY(8px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }
      @media (prefers-reduced-motion: reduce) {
        .mic-chip,
        .mic-dot,
        .offer-mock-save,
        .photo-chip {
          animation: none;
        }
      }
