html { scroll-behavior: smooth; }
    body { margin: 0; background: #F4F1E9; color: #131311; font-family: 'Geist', system-ui, -apple-system, sans-serif; -webkit-font-smoothing: antialiased; }
    * { box-sizing: border-box; }
    a { color: inherit; text-decoration: none; }
    h1, h2, h3 { margin: 0; hyphens: none; text-wrap: balance; letter-spacing: -0.035em; font-weight: 660; }
    p { margin: 0; text-wrap: pretty; }

    .wrap { max-width: 1120px; margin: 0 auto; padding-left: 28px; padding-right: 28px; width: 100%; }
    .center { text-align: center; display: flex; flex-direction: column; align-items: center; }
    .sec { padding: clamp(64px, 8vw, 112px) 0; }
    .sec--slim { padding: clamp(54px, 6vw, 84px) 0; }
    .sec--sand { background: #EDE9DF; }
    .sec--ink { background: #131311; color: #F4F1E9; }
    .sec--acid { background: #DAFF00; color: #0C0C0D; }
    .sec--acid .h2 { color: #0C0C0D; }
    .sec--acid .win { background: linear-gradient(180deg, #FDFCF8 0%, #F6F3E9 100%); border-color: rgba(12,12,13,0.14); box-shadow: 0 18px 44px rgba(12,12,13,0.14); }
    .sec--acid .win:hover { border-color: rgba(12,12,13,0.28); box-shadow: 0 28px 62px rgba(12,12,13,0.20); }
    .sec--acid .win-n { color: #8E9A3E; }

    .eyebrow { font-family: 'Geist Mono', monospace; font-size: 11.5px; letter-spacing: 0.16em; text-transform: uppercase; color: #8C8675; }
    .h1 { font-size: clamp(34px, 4.5vw, 58px); line-height: 1.06; }
    .h2 { font-size: clamp(27px, 3.1vw, 40px); line-height: 1.14; }
    .h3 { font-size: 18px; line-height: 1.3; font-weight: 640; letter-spacing: -0.02em; }
    .lead { font-size: clamp(17px, 1.45vw, 19px); line-height: 1.6; color: #4F4C43; }
    .body { font-size: 16.5px; line-height: 1.7; color: #4F4C43; }
    .small { font-size: 14px; line-height: 1.6; color: #6B6657; }
    .sec--ink .lead, .sec--ink .body { color: #BDB9AF; }
    .sec--ink .small, .sec--ink .eyebrow { color: #8E8B82; }

    /* Vertikales Padding statt nur min-height: die langen Beschriftungen
       brechen auf dem Handy auf zwei Zeilen, die sonst am Rand kleben. */
    .btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 24px; border-radius: 10px; font-size: 15.5px; font-weight: 620; letter-spacing: -0.01em; line-height: 1.3; text-wrap: balance; border: 0; cursor: pointer; font-family: inherit; text-align: center; transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease; }
    .btn:hover { transform: translateY(-1px); }
    .btn-acid { background: #DAFF00; color: #0C0C0D; }
    .btn-acid:hover { background: #E6FF4D; }
    .btn-ink { background: #131311; color: #F4F1E9; }
    .btn-ink:hover { background: #24242A; }
    .btn-ghost { background: transparent; color: #131311; border: 1px solid #C3BCA9; }
    .btn-ghost:hover { background: #FBFAF5; }
    .sec--ink .btn-ghost, .hero .btn-ghost { color: #F4F1E9; border-color: rgba(244,241,233,0.30); }
    .hero .btn-ghost:hover { background: rgba(244,241,233,0.08); }
    .btnrow { display: flex; flex-wrap: wrap; gap: 12px; }

    /* ---- navigation, dark so it carries across the image header ---- */
    .nav { position: sticky; top: 0; z-index: 50; background: linear-gradient(180deg, rgba(12,12,13,0.94) 0%, rgba(12,12,13,0.66) 100%); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: 0 1px 0 rgba(244,241,233,0.07), 0 10px 28px rgba(19,19,17,0.12); }
    .nav-in { display: flex; align-items: center; gap: 18px; height: 70px; }
    .nav-brand { display: flex; align-items: center; gap: 9px; color: #F4F1E9; }
    .nav-switch { display: flex; align-items: center; gap: 2px; padding: 3px; border-radius: 9px; background: rgba(244,241,233,0.10); }

    /* ---- header ---- */
    .hero { position: relative; overflow: hidden; background: #0C0C0D; }
    .hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 60%; }
    .hero-veil { position: absolute; inset: 0;
      background:
        radial-gradient(72% 58% at 50% 46%, rgba(12,12,13,0.60) 0%, rgba(12,12,13,0.30) 55%, rgba(12,12,13,0) 78%),
        linear-gradient(180deg, rgba(12,12,13,0.66) 0%, rgba(12,12,13,0.22) 28%, rgba(12,12,13,0.30) 60%, rgba(12,12,13,0.90) 100%); }
    .hero-in { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; justify-content: center;
      min-height: min(82vh, 790px); padding-top: clamp(58px, 8vh, 92px); padding-bottom: clamp(60px, 8vh, 96px); }
    .hero-eyebrow { color: rgba(244,241,233,0.56); }
    .hero-h1 { color: #FBFAF6; max-width: 19ch; margin-top: 20px; text-shadow: 0 2px 34px rgba(12,12,13,0.60); }
    .hero-lead { color: rgba(244,241,233,0.80); max-width: 56ch; text-shadow: 0 1px 18px rgba(12,12,13,0.55); }

    /* the rotating address, rendered with Remotion */
    .rot { width: 100%; max-width: 780px; margin: clamp(24px, 3vw, 34px) 0; border-radius: 20px; overflow: hidden; background: #0C0C0D;
      border: 1px solid rgba(218,255,0,0.30); box-shadow: 0 34px 90px rgba(0,0,0,0.70), 0 0 120px rgba(218,255,0,0.16); }
    .rot { background-size: 100% auto; background-position: center; background-repeat: no-repeat; background-origin: content-box; background-clip: content-box; }
    .rot video, .rot img { display: block; width: 100%; height: auto; }

    /* the product always sits in a phone */
    .phone { position: relative; width: 300px; flex-shrink: 0; border-radius: 40px; padding: 10px; background: #131311; box-shadow: 0 34px 80px rgba(19,19,17,0.22), 0 6px 14px rgba(19,19,17,0.08), inset 0 0 0 1px rgba(255,255,255,0.06); }
    .phone::before { content: ''; position: absolute; top: 17px; left: 50%; transform: translateX(-50%); width: 74px; height: 19px; border-radius: 999px; background: #060607; z-index: 2; }
    .phone img, .phone video { display: block; width: 100%; height: auto; border-radius: 30px; }
    .sec--ink .phone { background: #26262A; box-shadow: 0 34px 80px rgba(0,0,0,0.5), inset 0 0 0 1px rgba(255,255,255,0.08); }
    .phonecol { display: flex; justify-content: center; }

    /* two phones, slightly layered */
    .pair { position: relative; height: 660px; width: 100%; }
    .pair .phone { position: absolute; top: 30px; }
    .pair .back { left: 0; width: 268px; transform: rotate(-5deg); opacity: 0.92; z-index: 1; }
    .pair .front { right: 0; z-index: 2; }

    .hero, .two { min-width: 0; }
    .two { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(40px, 6vw, 88px); align-items: center; }
    .two--lift { align-items: start; }
    .two--lift .phonecol { margin-top: clamp(-44px, -2.4vw, -14px); }
    .cols3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }

    .card { background: #FBFAF5; border: 1px solid #DAD4C5; border-radius: 16px; padding: 28px 26px;
      transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease; }
    .card:hover { border-color: #C4BCA6; transform: translateY(-2px); box-shadow: 0 16px 38px rgba(19,19,17,0.08); }
    .sec--ink .card:hover { border-color: #45454E; box-shadow: 0 16px 38px rgba(0,0,0,0.35); }
    .card-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 24px; }
    .cardnum { font-family: 'Geist Mono', monospace; font-size: 11.5px; letter-spacing: 0.16em; color: #A39C88; }

    .icon { width: 62px; height: 62px; border-radius: 999px; background: #FBFAF5; border: 1px solid #DAD4C5; box-shadow: 0 0 0 6px #EDE9DF; display: flex; align-items: center; justify-content: center; color: #131311; flex-shrink: 0; }
    .icon svg { width: 24px; height: 24px; }
    .icon--card { width: 46px; height: 46px; background: #F4F1E9; border-color: #DDD6C4; box-shadow: none; }
    .icon--card svg { width: 20px; height: 20px; }

    /* three winners, as real cards */
    .wins { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(15px, 1.7vw, 22px); margin-top: clamp(36px, 4.2vw, 56px); }
    .win { background: linear-gradient(180deg, #FDFCF8 0%, #F8F6EE 100%); border: 1px solid #DFD9C9; border-radius: 26px;
      padding: clamp(26px, 2.7vw, 36px); display: flex; flex-direction: column; box-shadow: 0 18px 44px rgba(19,19,17,0.055);
      transition: transform 0.22s ease, box-shadow 0.22s ease; }
    .win:hover { transform: translateY(-3px); box-shadow: 0 28px 62px rgba(19,19,17,0.09); }
    .win-n { font-family: 'Geist Mono', monospace; font-size: 11px; letter-spacing: 0.18em; color: #B0A992; }
    .win-h { font-size: clamp(20px, 1.9vw, 24px); font-weight: 660; letter-spacing: -0.035em; color: #131311; margin-top: clamp(24px, 2.6vw, 34px); }
    .win-p { font-size: 15.5px; line-height: 1.65; color: #4F4C43; margin-top: 12px; }

    .feat { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(40px, 5vw, 64px) 32px; }
    .feat-item { display: flex; flex-direction: column; align-items: center; text-align: center; }

    /* bullet lists in the platform and identity sections */
    .pts { display: flex; flex-direction: column; gap: 19px; margin-top: 24px; max-width: 54ch; }
    .pts--lead { gap: 26px; }
    .pt { display: flex; gap: 14px; align-items: flex-start; }
    .pt-dot { width: 7px; height: 7px; border-radius: 999px; background: #DAFF00; box-shadow: 0 0 0 1px rgba(19,19,17,0.18); margin-top: 10px; flex-shrink: 0; }
    .pt b { font-weight: 640; color: #131311; }
    .phonewrap { position: relative; display: inline-block; }
    .stoerer { position: absolute; z-index: 3; right: -112px; top: -50px; width: 196px; background: #DAFF00; color: #0C0C0D;
      border-radius: 18px; padding: 15px 16px 16px; transform: rotate(-3deg); text-align: center;
      box-shadow: 0 24px 54px rgba(19,19,17,0.34); }
    .stoerer i { width: 22px; height: 22px; border-radius: 999px; background: #0C0C0D; margin: 0 auto 10px;
      display: flex; align-items: center; justify-content: center; }
    .stoerer b { display: block; font-size: 15.5px; font-weight: 690; letter-spacing: -0.03em; line-height: 1.3; }
    .pt-label { display: block; font-size: clamp(17.5px, 1.5vw, 19px); font-weight: 660; letter-spacing: -0.028em; line-height: 1.25; color: #131311; }

    /* the three financing models */
    .opts { margin-top: clamp(34px, 4vw, 54px); background: #FCFBF6; border: 1px solid #DAD4C5; border-radius: 24px; overflow: hidden; box-shadow: 0 20px 50px rgba(19,19,17,0.07); }
    .opt { display: grid; grid-template-columns: minmax(0, 0.46fr) minmax(0, 1fr); gap: 10px clamp(28px, 4vw, 64px); align-items: start;
      padding: clamp(28px, 3.2vw, 40px) clamp(26px, 3vw, 40px); transition: background 0.18s ease; }
    .opt + .opt { border-top: 1px solid #E4DED0; }
    .opt:hover { background: #F7F4EC; }
    .opt-n { display: inline-flex; align-items: center; gap: 9px; font-family: 'Geist Mono', monospace; font-size: 11px; letter-spacing: 0.18em; color: #A39C88; margin-bottom: 12px; }
    .opt-n::before { content: ''; width: 6px; height: 6px; border-radius: 999px; background: #DAFF00; box-shadow: 0 0 0 1px rgba(19,19,17,0.18); }
    .opt-h { font-size: clamp(19px, 1.75vw, 23px); font-weight: 660; letter-spacing: -0.032em; line-height: 1.2; color: #131311; }
    .opt-p { font-size: 16px; line-height: 1.65; color: #4F4C43; padding-top: 26px; }

    .faq { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(26px, 3.2vw, 44px); }
    .faq-item { display: flex; flex-direction: column; padding-top: 22px; border-top: 1px solid #C9C2B0; transition: border-color 0.2s ease; }
    .faq-item:hover { border-top-color: #131311; }
    .faq-n { font-family: 'Geist Mono', monospace; font-size: 11px; letter-spacing: 0.18em; color: #A39C88; }
    .faq-h { font-size: clamp(18px, 1.6vw, 20px); font-weight: 655; letter-spacing: -0.03em; line-height: 1.28; margin-top: 14px; color: #131311; }
    .faq-p { font-size: 15.5px; line-height: 1.65; color: #4F4C43; margin-top: 11px; }

    /* revenue calculator */
    .calc { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); border: 1px solid #DAD4C5; border-radius: 20px; overflow: hidden; background: #FBFAF5; box-shadow: 0 20px 50px rgba(19,19,17,0.07); }
    .calc-out { background: #DAFF00; color: #0C0C0D; padding: clamp(30px, 3.4vw, 46px); display: flex; flex-direction: column; justify-content: center; }
    .calc-eyebrow { font-family: 'Geist Mono', monospace; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(12,12,13,0.60); }
    .calc-big { font-size: clamp(42px, 5.2vw, 70px); font-weight: 680; letter-spacing: -0.045em; line-height: 1; margin-top: 14px; font-variant-numeric: tabular-nums; }
    .calc-note { margin-top: 14px; font-size: 13.5px; line-height: 1.55; color: rgba(12,12,13,0.68); }
    .calc-second { margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(12,12,13,0.20); display: flex; flex-direction: column; }
    .calc-mid { font-size: clamp(28px, 3vw, 38px); font-weight: 680; letter-spacing: -0.035em; line-height: 1.05; margin-top: 9px; font-variant-numeric: tabular-nums; }
    .calc-in { padding: clamp(28px, 3.2vw, 42px); display: flex; flex-direction: column; gap: 24px; }
    .calc-label { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; font-size: 14px; font-weight: 560; color: #131311; }
    .calc-num { font-family: 'Geist Mono', monospace; font-size: 15px; font-weight: 600; letter-spacing: -0.01em; }
    .calc-range { -webkit-appearance: none; appearance: none; width: 100%; height: 4px; border-radius: 999px; background: #DDD7C7; outline: none; margin: 16px 0 0; cursor: pointer; }
    .calc-range::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 22px; height: 22px; border-radius: 999px; background: #131311; border: 3px solid #DAFF00; cursor: pointer; box-shadow: 0 2px 8px rgba(19,19,17,0.28); }
    .calc-range::-moz-range-thumb { width: 22px; height: 22px; border-radius: 999px; background: #131311; border: 3px solid #DAFF00; cursor: pointer; }
    .seg { display: flex; gap: 6px; margin-top: 11px; }
    .seg button { flex: 1; min-height: 44px; padding: 0 6px; border-radius: 10px; font-family: inherit; font-size: 14px; letter-spacing: -0.01em; cursor: pointer; transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease; }

    section[id] { scroll-margin-top: 88px; }
    a:focus-visible, button:focus-visible { outline: 2px solid #DAFF00; outline-offset: 3px; border-radius: 6px; }
    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      .card:hover, .btn:hover { transform: none; }
    }

    @media (max-width: 900px) {
      .two, .cols3, .faq { grid-template-columns: minmax(0, 1fr); }
      .two .phonecol { order: 2; }
      .wins { grid-template-columns: minmax(0, 1fr); }
      .feat { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 24px; }
      .faq { grid-template-columns: minmax(0, 1fr); }
      .opt { grid-template-columns: minmax(0, 1fr); gap: 8px; }
      .opt-p { padding-top: 0; }
      .h2[style*="nowrap"] { white-space: normal !important; }
      .calc { grid-template-columns: minmax(0, 1fr); }
      .calc-split { gap: 22px; }
      .h1 { font-size: clamp(30px, 8vw, 42px); }
      .h2 { font-size: clamp(25px, 6.6vw, 32px); }
      .phone { width: 100%; max-width: 310px; }
      .phonewrap { display: block; width: 100%; max-width: 310px; margin: 0 auto; }
      .stoerer { position: static; width: 100%; margin-top: 16px; transform: none; box-shadow: 0 14px 32px rgba(19,19,17,0.18); }
      .two--lift .phonecol { margin-top: 0; }
      .pair { height: auto; }
      .pair .phone { position: relative; top: 0; }
      .pair .back { display: none; }
      .pair .front { margin: 0 auto; }
      .btn { width: 100%; }
      .btn.navcta { width: auto; }
      .btnrow { flex-direction: column; align-items: stretch; width: 100%; max-width: 420px; }
      .hero-in { min-height: 0; }
      .hero-img { object-position: 50% 52%; }
      .hero-veil { background:
        radial-gradient(96% 46% at 50% 44%, rgba(12,12,13,0.52) 0%, rgba(12,12,13,0.24) 62%, rgba(12,12,13,0) 88%),
        linear-gradient(180deg, rgba(12,12,13,0.66) 0%, rgba(12,12,13,0.20) 24%, rgba(12,12,13,0.26) 58%, rgba(12,12,13,0.90) 100%); }
    }
    /* Zwischenbreiten (Laptop, Tablet quer): der Stoerer haette neben dem
       Handy nicht genug Platz und wuerde die Seite seitlich scrollen lassen.
       Deshalb hier dieselbe Darstellung wie auf dem Handy: unter dem Mock-up. */
    @media (min-width: 901px) and (max-width: 1120px) {
      .phone { width: 100%; max-width: 310px; }
      .phonewrap { display: block; width: 100%; max-width: 310px; margin: 0 auto; }
      .stoerer { position: static; width: 100%; margin-top: 16px; transform: none; box-shadow: 0 14px 32px rgba(19,19,17,0.18); }
    }
    @media (max-width: 560px) {
      .navcta { display: none; }
      /* Alles bleibt in einer Zeile — dafuer schrumpft der Umschalter, das
         "Für " vor den Zielgruppen faellt weg und neben dem Zeichen steht
         kein Schriftzug mehr. Ohne das steht die Navigation ab etwa 400px
         ueber den rechten Rand. */
      .nav-in { gap: 10px; }
      .nav-brand span { display: none; }
      .lbl-lang { display: none; }
      .nav-switch a, .nav-switch button { font-size: 12px !important; padding: 7px 9px !important; }
      .feat { grid-template-columns: minmax(0, 1fr); }
      /* nur die Seitenraender — als Kurzform wuerde das auch das
         vertikale Padding von .hero-in loeschen */
      .wrap { padding-left: 20px; padding-right: 20px; }
      .rot { border-radius: 14px; padding: 13px 0; }
    }

    /* ---- Navigation: Demo-Punkt, Umschalter als echte Links ---- */
    .nav-link { font-size: 14px; font-weight: 560; letter-spacing: -0.01em; color: rgba(244,241,233,0.72); white-space: nowrap; padding: 12px 4px; transition: color 0.15s ease; }
    .nav-link:hover { color: #F4F1E9; }
    .nav-switch a { text-decoration: none; }

    /* ---- Kontaktformular ---- */
    .form { display: grid; gap: 18px; align-content: start; }
    /* Honigtopf: nicht display:none, sonst fuellen ihn manche Bots gerade
       deshalb aus. Weggeschnitten statt nach links geschoben — negative
       Positionen tauchen sonst in jeder Overflow-Messung auf. */
    .form-hp { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
    .field { display: grid; gap: 8px; font-size: 14px; color: #BDB9AF; }
    .field input, .field textarea { width: 100%; font-family: inherit; font-size: 16px; color: #F4F1E9; background: #1B1B1A; border: 1px solid #2C2C30; border-radius: 10px; padding: 13px 14px; outline: none; transition: border-color 0.15s ease; }
    .field input::placeholder, .field textarea::placeholder { color: #8E8B82; }
    .field input:focus, .field textarea:focus { border-color: #DAFF00; }
    .field textarea { resize: vertical; min-height: 130px; }
    .check { display: flex; gap: 12px; align-items: flex-start; font-size: 13.5px; line-height: 1.6; color: #8E8B82; }
    .check input { margin-top: 3px; width: 17px; height: 17px; accent-color: #DAFF00; flex-shrink: 0; }
    .ilink { text-decoration: underline; text-underline-offset: 2px; }
    .form-msg { font-size: 14px; line-height: 1.6; color: #DAFF00; }
    .form-msg:empty { display: none; }
    .form .btn { justify-self: start; }
    .form .btn[disabled] { opacity: 0.6; cursor: default; transform: none; }
    .form-done { border: 1px solid rgba(218,255,0,0.30); background: #1B1B1A; border-radius: 16px; padding: 30px 28px; }
    .form-done h3 { color: #F4F1E9; }
    .form-done p { margin-top: 10px; font-size: 15.5px; line-height: 1.65; color: #BDB9AF; }

    /* ---- Abbinder ---- */
    .foot { background: #131311; color: #8E8B82; padding: 0 0 40px; }
    .foot-in { display: flex; flex-wrap: wrap; gap: 32px 48px; align-items: flex-start; justify-content: space-between; padding-top: 34px; border-top: 1px solid #2C2C30; }
    .foot-brand { display: flex; align-items: center; gap: 9px; color: #F4F1E9; font-weight: 660; font-size: 16px; letter-spacing: -0.02em; }
    .foot-claim { margin-top: 14px; font-size: 14px; line-height: 1.6; max-width: 32ch; }
    .foot-mail { display: inline-block; margin-top: 12px; font-family: 'Geist Mono', monospace; font-size: 13px; color: #BDB9AF; }
    .foot-nav { display: grid; grid-template-columns: repeat(2, auto); gap: 12px 44px; font-size: 14px; }
    .foot-nav a { color: #BDB9AF; transition: color 0.15s ease; }
    .foot-nav a:hover { color: #F4F1E9; }
    .foot-bar { margin-top: 34px; padding-top: 22px; border-top: 1px solid #2C2C30; display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: baseline; justify-content: space-between; }
    .foot-c { font-family: 'Geist Mono', monospace; font-size: 12px; color: #8E8B82; }
    .foot-note { font-size: 12px; line-height: 1.6; max-width: 70ch; color: #8E8B82; }

    @media (max-width: 900px) {
      .form .btn { width: auto; }
    }
    @media (max-width: 560px) {
      .foot-nav { grid-template-columns: minmax(0, 1fr); }
      .form .btn { width: 100%; }
    }
