/* Keelwake — public marketing website */

@import url("worldclass.css?v=2026-08b");

@font-face { font-family: "Manrope"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope-Regular.ttf") format("truetype"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/Manrope-Medium.woff2") format("woff2"), url("../fonts/Manrope-Medium.ttf") format("truetype"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/Manrope-SemiBold.woff2") format("woff2"), url("../fonts/Manrope-SemiBold.ttf") format("truetype"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/Manrope-Bold.woff2") format("woff2"), url("../fonts/Manrope-Bold.ttf") format("truetype"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 800; font-display: swap; src: url("../fonts/Manrope-ExtraBold.woff2") format("woff2"), url("../fonts/Manrope-ExtraBold.ttf") format("truetype"); }

:root {
  color-scheme: dark;
  --ink: #f3f7f8;
  --ink-soft: #c8d5da;
  --muted: #91a7b3;
  --faint: #7a92a0;
  --night: #071620;
  --night-2: #091c28;
  --surface: #0d2533;
  --surface-2: #123246;
  --surface-3: #183f55;
  --line: rgba(146, 183, 199, 0.15);
  --line-strong: rgba(146, 183, 199, 0.28);
  --teal: #42d4cd;
  --teal-bright: #64e4de;
  --teal-deep: #0c6662;
  --teal-wash: rgba(66, 212, 205, 0.12);
  --amber: #f4ad63;
  --green: #57d59a;
  --paper: #f4f7f7;
  --paper-ink: #071620;
  --shell: 1220px;
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 36px;
  --shadow: 0 32px 90px rgba(0, 0, 0, 0.36);
  --chart-pattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='520' height='360' viewBox='0 0 520 360'%3E%3Cg fill='none' stroke='%237ca8bc' stroke-opacity='.15' stroke-width='1'%3E%3Cpath d='M-45 64C41 5 111 105 198 53S363 8 565 72'/%3E%3Cpath d='M-52 126C49 66 130 165 225 108S403 73 568 133'/%3E%3Cpath d='M-47 205C63 134 148 244 255 183S413 157 563 214'/%3E%3Cpath d='M-61 289C42 224 166 329 270 267S433 237 574 299'/%3E%3C/g%3E%3Cg fill='none' stroke='%2342d4cd' stroke-opacity='.13' stroke-width='1'%3E%3Ccircle cx='431' cy='72' r='3'/%3E%3Cpath d='M431 58v28M417 72h28'/%3E%3Ccircle cx='112' cy='275' r='2'/%3E%3Cpath d='M112 265v20M102 275h20'/%3E%3C/g%3E%3C/svg%3E");
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; background: var(--night); }
body {
  min-width: 320px;
  overflow-x: hidden;
  background: var(--night);
  color: var(--ink);
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { color: inherit; font: inherit; }
button { border: 0; }
::selection { background: var(--teal); color: var(--paper-ink); }
:focus-visible { outline: 2px solid var(--teal-bright); outline-offset: 4px; }

.shell, .wrap { width: min(100% - 48px, var(--shell)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 200; transform: translateY(-160%); border-radius: 10px; background: var(--paper); color: var(--paper-ink); padding: 10px 14px; font-weight: 700; transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
/* Zwischen zwei Abschnitten lagen bei 170px oben+unten 340px reines Nichts —
   gemessen 21% der Startseite. 128px lassen die Seite luftig und nehmen
   ihr die Strecken, auf denen beim Scrollen nichts passiert. */
.section-space { padding-block: clamp(84px, 8.5vw, 128px); }
.kicker, .eyebrow {
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1.3;
  text-transform: uppercase;
}
h1, h2, h3 { text-wrap: balance; }
h1, h2 { letter-spacing: -.052em; }
h2 { font-size: clamp(42px, 5.8vw, 76px); font-weight: 700; line-height: .99; }
h2 em, h1 em { color: var(--teal); font-style: normal; }

/* Subtle chart contours add depth without competing with product imagery. */
.marketing-page main > section:not(.home-hero):not(.proof-strip):not(.final-cta),
.feature-page main > section,
.legal-main {
  position: relative;
  isolation: isolate;
}
.marketing-page main > section:not(.home-hero):not(.proof-strip):not(.final-cta)::after,
.feature-page main > section::after,
.legal-main::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--chart-pattern);
  background-position: top right;
  background-size: 520px 360px;
  content: "";
  opacity: .32;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(125deg, transparent 4%, #000 36%, #000 66%, transparent 96%);
  mask-image: linear-gradient(125deg, transparent 4%, #000 36%, #000 66%, transparent 96%);
}
.marketing-page main > section:nth-of-type(even)::after,
.feature-page main > section:nth-of-type(even)::after { background-position: bottom left; }
.marketing-page main > section:not(.home-hero):not(.proof-strip):not(.final-cta) > .shell,
.feature-page main > section > .shell,
.legal-main > .legal-shell { position: relative; z-index: 1; }

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, rgba(4, 15, 22, .76), rgba(4, 15, 22, 0));
  transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease;
}
.site-header.is-scrolled, .feature-page .site-header, .legal-page .site-header {
  border-color: var(--line);
  background: rgba(7, 22, 32, .84);
  backdrop-filter: blur(22px) saturate(140%);
  -webkit-backdrop-filter: blur(22px) saturate(140%);
}
.header-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 78px; gap: 28px; }
.brand { display: inline-flex; align-items: center; justify-self: start; gap: 12px; }
.brand-mark { display: grid; width: 38px; height: 38px; flex: none; place-items: center; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-mark svg { width: 100%; height: 100%; overflow: visible; }
.brand-mark circle { fill: rgba(9, 28, 40, .7); stroke: rgba(143, 184, 200, .5); stroke-width: 1; }
.brand-mark .north { fill: var(--teal); }
.brand-mark .east { fill: var(--teal-deep); }
.brand-type { font-size: 18px; font-weight: 800; letter-spacing: -.02em; line-height: 1.05; }
.brand-type small { display: block; margin-top: 4px; color: var(--faint); font-size: 8px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 2.5vw, 38px); }
.main-nav a { position: relative; color: var(--ink-soft); font-size: 13px; font-weight: 700; transition: color .2s ease; }
.main-nav a::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 1px; background: var(--teal); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover { color: var(--ink); }
.main-nav a:hover::after { transform: scaleX(1); }
.header-cta { justify-self: end; border: 1px solid var(--line-strong); border-radius: 999px; padding: 10px 16px; font-size: 12px; font-weight: 700; transition: background .2s ease, border-color .2s ease; }
.header-cta:hover { border-color: var(--teal); background: var(--teal-wash); }
.menu-toggle { display: none; width: 44px; height: 44px; cursor: pointer; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 21px; height: 1.5px; margin: 6px auto; background: var(--ink); transition: transform .25s ease; }

/* Hero */
.home-hero { position: relative; min-height: max(760px, 100svh); isolation: isolate; overflow: hidden; }
.home-hero-photo { position: absolute; inset: -3% 0; z-index: -3; width: 100%; height: 106%; object-fit: cover; object-position: 58% center; }
.home-hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(4, 17, 25, .97) 0%, rgba(4, 17, 25, .82) 34%, rgba(4, 17, 25, .16) 70%, rgba(4, 17, 25, .12) 100%),
    linear-gradient(0deg, var(--night) 0%, transparent 22%, rgba(7, 22, 32, .08) 70%);
}
.home-hero::after { position: absolute; inset: auto 0 0; z-index: -1; height: 34%; background: linear-gradient(0deg, var(--night), transparent); content: ""; }
.home-hero-inner { display: flex; align-items: center; min-height: max(760px, 100svh); padding-top: 88px; padding-bottom: 70px; }
.home-hero-copy { max-width: 720px; }
.home-hero h1 { max-width: 11em; margin: 22px 0 26px; font-size: clamp(54px, 7.2vw, 102px); font-weight: 700; line-height: .93; }
.home-hero h1 em { color: var(--teal-bright); text-shadow: 0 0 60px rgba(66, 212, 205, .14); }
.hero-lead { max-width: 640px; color: rgba(230, 240, 242, .78); font-size: clamp(18px, 1.8vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 26px; margin-top: 36px; }
.app-store-badge, .appstore {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  border: 1px solid rgba(255, 255, 255, .64);
  border-radius: 15px;
  background: var(--paper);
  color: var(--paper-ink);
  padding: 10px 20px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, .2);
  transition: transform .2s ease, box-shadow .2s ease;
}
.app-store-badge:hover, .appstore:hover { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(0, 0, 0, .28); }
.app-store-badge svg, .appstore svg { width: 25px; height: 25px; fill: currentColor; }
.app-store-badge small, .appstore small { display: block; font-size: 9px; font-weight: 700; letter-spacing: .1em; line-height: 1.1; text-transform: uppercase; }
.app-store-badge strong, .app-store-badge b, .appstore b { display: block; margin-top: 3px; font-size: 18px; font-weight: 800; letter-spacing: -.02em; line-height: 1; }
.app-launch-mark { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 9px; background: var(--teal); color: var(--paper-ink); font-size: 18px; font-weight: 900; line-height: 1; }
.text-cta, .arrow-link { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 750; }
.text-cta span, .arrow-link span { color: var(--teal); transition: transform .2s ease; }
.text-cta:hover span { transform: translateY(3px); }
.arrow-link:hover span { transform: translateX(4px); }
.hero-facts { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 34px; list-style: none; }
.hero-facts li { position: relative; padding-left: 13px; color: rgba(204, 219, 225, .68); font-size: 12px; font-weight: 650; }
.hero-facts li::before { position: absolute; top: .68em; left: 0; width: 4px; height: 4px; border-radius: 50%; background: var(--teal); content: ""; }
.hero-scroll { position: absolute; bottom: 32px; left: 50%; display: grid; width: 32px; height: 52px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 999px; place-items: start center; transform: translateX(-50%); }
.hero-scroll span { width: 3px; height: 8px; margin-top: 10px; border-radius: 999px; background: var(--teal); animation: scroll-dot 2s ease-in-out infinite; }
@keyframes scroll-dot { 0%, 100% { opacity: .35; transform: translateY(0); } 50% { opacity: 1; transform: translateY(19px); } }

/* Proof */
.proof-strip { border-block: 1px solid var(--line); background: #081923; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid div { display: flex; min-height: 118px; flex-direction: column; justify-content: center; border-left: 1px solid var(--line); padding: 24px clamp(20px, 3vw, 38px); }
.proof-grid div:last-child { border-right: 1px solid var(--line); }
.proof-grid strong { color: var(--ink); font-size: clamp(23px, 2.2vw, 32px); font-weight: 650; letter-spacing: -.035em; }
.proof-grid span { color: var(--faint); font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }

/* Product intro and devices */
.product-intro { position: relative; background: radial-gradient(circle at 50% 68%, rgba(25, 101, 111, .26), transparent 38%), var(--night); overflow: hidden; }
.center-heading { max-width: 850px; margin-inline: auto; text-align: center; }
.center-heading h2 { margin: 20px 0 26px; }
.center-heading > p:last-child { max-width: 690px; margin-inline: auto; color: var(--muted); font-size: 18px; }
.device-stage { position: relative; display: flex; min-height: 850px; align-items: flex-end; justify-content: center; margin-top: 90px; }
.stage-glow { position: absolute; bottom: 4%; left: 50%; width: 70%; height: 45%; border-radius: 50%; background: rgba(63, 213, 206, .15); filter: blur(90px); transform: translateX(-50%); }
.device { position: relative; overflow: hidden; border: 1px solid rgba(194, 225, 235, .3); background: #031018; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .035), 0 38px 95px rgba(0, 0, 0, .46), 0 8px 24px rgba(0, 0, 0, .28); }
.device img { width: 100%; height: 100%; background: #06141c; object-fit: contain; }
.tablet-device { width: min(62vw, 650px); aspect-ratio: 3 / 4; border-radius: 32px; padding: 10px; }
.tablet-device img { border-radius: 23px; }
.device-camera { position: absolute; top: 3px; left: 50%; z-index: 2; width: 5px; height: 5px; border-radius: 50%; background: #233845; transform: translateX(-50%); }
.phone-device { width: min(25vw, 276px); aspect-ratio: 1206 / 2622; border-radius: 44px; padding: 7px; }
.phone-device img { border-radius: 37px; }
.device-stage .phone-device { position: absolute; right: 11%; bottom: -22px; z-index: 3; }
.stage-note, .floating-card { border: 1px solid var(--line-strong); background: rgba(12, 37, 51, .8); box-shadow: 0 18px 50px rgba(0, 0, 0, .3); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.stage-note { position: absolute; z-index: 4; border-radius: 999px; padding: 12px 17px; color: var(--ink-soft); font-size: 12px; font-weight: 700; }
.stage-note-left { bottom: 23%; left: 7%; }
.stage-note-right { top: 26%; right: 3%; }
.live-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(87, 213, 154, .1); }

/* Story chapters */
.story-section { position: relative; min-height: 980px; padding-block: clamp(100px, 11vw, 170px); overflow: hidden; }
.trainer-story { border-block: 1px solid var(--line); background: linear-gradient(135deg, #0c2330 0%, #081923 64%, #071620 100%); }
.logbook-story { background: linear-gradient(150deg, #071620 10%, #0a202c 56%, #102f3d 100%); }
.story-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); align-items: center; gap: clamp(60px, 9vw, 140px); }
.story-grid-reverse { grid-template-columns: minmax(420px, 1.08fr) minmax(0, .92fr); }
.story-grid-reverse .story-visual { order: -1; }
.chapter-number { margin-bottom: 48px; color: var(--faint); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.story-copy h2 { margin: 18px 0 28px; }
.story-lead { max-width: 580px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.check-list { display: grid; gap: 0; margin: 38px 0 36px; list-style: none; }
.check-list li { position: relative; border-top: 1px solid var(--line); padding: 17px 0 17px 34px; }
.check-list li:last-child { border-bottom: 1px solid var(--line); }
.check-list li::before { position: absolute; top: 21px; left: 0; display: grid; width: 18px; height: 18px; border-radius: 50%; background: var(--teal-wash); color: var(--teal); content: "✓"; font-size: 11px; font-weight: 900; place-items: center; }
.check-list span { display: block; font-size: 15px; font-weight: 750; }
.check-list small { display: block; margin-top: 3px; color: var(--faint); font-size: 12px; }
.story-visual { position: relative; display: grid; min-height: 720px; place-items: center; }
.visual-orbit { position: absolute; width: 620px; height: 620px; border: 1px solid rgba(66, 212, 205, .12); border-radius: 50%; }
.visual-orbit::before, .visual-orbit::after { position: absolute; inset: 12%; border: 1px solid rgba(66, 212, 205, .1); border-radius: 50%; content: ""; }
.visual-orbit::after { inset: 25%; }
.story-phone { z-index: 2; width: 295px; }
.story-phone-left { transform: none; }
.floating-card { position: absolute; z-index: 3; display: flex; min-width: 180px; flex-direction: column; border-radius: 18px; padding: 18px 20px; }
.floating-card strong { font-size: 19px; letter-spacing: -.02em; }
.floating-card span { color: var(--muted); font-size: 11px; font-weight: 650; }
.float-progress { top: 16%; right: 1%; }
.float-progress strong { color: var(--amber); font-size: 38px; }
.float-course { bottom: 20%; left: 0; }
.float-course .mini-check { display: grid; width: 28px; height: 28px; margin-bottom: 12px; border-radius: 9px; background: var(--teal); color: var(--paper-ink); font-size: 15px; place-items: center; }
.metric-row { display: grid; max-width: 520px; grid-template-columns: 1fr 1fr; margin: 38px 0 28px; border-block: 1px solid var(--line); }
.metric-row div { padding: 20px 0; }
.metric-row div + div { border-left: 1px solid var(--line); padding-left: 28px; }
.metric-row strong { display: block; color: var(--teal); font-size: 42px; font-weight: 650; letter-spacing: -.05em; line-height: 1; }
.metric-row div:last-child strong { color: var(--amber); }
.metric-row span { color: var(--faint); font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.plain-list { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 24px; margin-bottom: 34px; list-style: none; }
.plain-list li { position: relative; padding-left: 17px; color: var(--ink-soft); font-size: 13px; }
.plain-list li::before { position: absolute; top: .68em; left: 0; width: 4px; height: 4px; border-radius: 50%; background: var(--teal); content: ""; }
.logbook-visual { min-height: 750px; }
.wake-lines { position: absolute; inset: 15% 0 0; opacity: .26; transform: rotate(-6deg); }
.wake-lines i { position: absolute; top: 15%; left: 5%; width: 90%; height: 75%; border-right: 1px solid var(--teal); border-radius: 50%; transform: skewX(-20deg); }
.wake-lines i:nth-child(2) { left: -10%; width: 100%; transform: skewX(-14deg) scale(.82); }
.wake-lines i:nth-child(3) { left: 17%; transform: skewX(-26deg) scale(.7); }
.float-log { right: -1%; bottom: 22%; }
.mini-route { color: var(--teal) !important; font-size: 30px !important; }

/* Planning */
.planning-section { border-block: 1px solid var(--line); background: #0b202c; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.split-heading h2 { margin-top: 18px; }
.split-heading > div:last-child { padding-bottom: 8px; }
.split-heading > div:last-child p { margin-bottom: 28px; color: var(--muted); font-size: 17px; }
.planning-scroll { min-height: 165vh; margin-top: 68px; }
.planning-showcase {
  position: sticky;
  top: 98px;
  display: grid;
  height: calc(100svh - 126px);
  min-height: 720px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 50%, rgba(66, 212, 205, .14), transparent 31%),
    linear-gradient(145deg, #102c3a, #081923 70%);
  box-shadow: 0 45px 110px rgba(0, 0, 0, .36);
  place-items: center;
}
.planning-showcase::before, .planning-showcase::after { position: absolute; width: 690px; height: 690px; border: 1px solid rgba(66, 212, 205, .08); border-radius: 50%; content: ""; }
.planning-showcase::after { width: 510px; height: 510px; }
.planning-tablet { z-index: 2; width: min(47vw, 570px); box-shadow: 0 45px 120px rgba(0, 0, 0, .52); }
.planning-context { position: absolute; z-index: 3; display: flex; min-width: 190px; flex-direction: column; border: 1px solid var(--line-strong); border-radius: 20px; background: rgba(10, 32, 44, .8); padding: 18px 20px; box-shadow: 0 22px 60px rgba(0, 0, 0, .3); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); }
.planning-context span { color: var(--teal); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.planning-context strong { margin-top: 5px; font-size: 20px; letter-spacing: -.025em; }
.planning-context small { color: var(--muted); font-size: 11px; }
.planning-context-weather { top: 24%; left: 7%; }
.planning-context-route { right: 7%; bottom: 24%; }
.planning-caption { position: absolute; bottom: 22px; z-index: 3; color: var(--faint); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.planning-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; margin-top: 48px; }
.planning-points article { border-top: 1px solid var(--line-strong); padding-top: 22px; }
.planning-points article > span { color: var(--teal); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.planning-points h3 { margin: 12px 0 8px; font-size: 18px; }
.planning-points p { color: var(--muted); font-size: 13px; }

/* Feature bento */
.all-features { background: radial-gradient(circle at 50% 42%, rgba(40, 112, 125, .13), transparent 35%), var(--night); }
.feature-bento { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 70px; }
.bento-card {
  position: relative;
  display: flex;
  min-height: 330px;
  flex-direction: column;
  justify-content: space-between;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(148, 190, 207, .22);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .035), transparent 38%),
    linear-gradient(155deg, #123142, #0a202c 72%);
  padding: 32px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035), 0 24px 60px rgba(0, 0, 0, .16);
  transition: border-color .35s ease, box-shadow .35s ease, transform .35s cubic-bezier(.2, .7, .2, 1);
}
.bento-card::before { position: absolute; inset: 0; z-index: -1; background-image: var(--chart-pattern); background-position: top right; background-size: 520px 360px; content: ""; opacity: .25; pointer-events: none; }
.bento-card::after { position: absolute; inset: 0; z-index: 5; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .018), inset 0 -90px 120px rgba(0, 0, 0, .08); content: ""; pointer-events: none; }
.bento-card:hover { border-color: rgba(93, 221, 214, .42); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 34px 75px rgba(0, 0, 0, .25); transform: translateY(-6px); }
.js .bento-card.reveal.is-visible:hover { transform: translateY(-6px); }
.bento-card-heading, .bento-copy { position: relative; z-index: 2; }
.bento-card-heading { padding-right: 68px; }
.bento-card-heading > span, .bento-copy > span { color: var(--teal); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.bento-card h3 { margin: 10px 0 14px; font-size: clamp(25px, 2.6vw, 37px); line-height: 1.08; letter-spacing: -.04em; }
.bento-card p { max-width: 500px; color: var(--muted); font-size: 14px; }
.bento-card > strong, .bento-copy > strong { position: relative; z-index: 3; display: block; margin-top: 23px; color: var(--ink-soft); font-size: 12px; transition: color .25s ease; }
.bento-card:hover > strong, .bento-card:hover .bento-copy > strong { color: var(--teal-bright); }
.bento-number { position: absolute; top: 23px; right: 27px; z-index: 1; color: rgba(145, 184, 199, .24) !important; font-size: 11px !important; font-weight: 800; letter-spacing: .16em !important; }

.bento-card-large { grid-column: 1 / -1; min-height: 620px; padding: 48px; }
.bento-card-chart { background: linear-gradient(145deg, #133545, #091d29 68%); }
.bento-card-large .bento-copy { max-width: 39%; }
.bento-card-large h3 { font-size: clamp(34px, 4vw, 52px); }
.bento-map-panel { position: absolute; top: 40px; right: 40px; bottom: 40px; width: 47%; overflow: hidden; border: 1px solid rgba(114, 212, 219, .34); border-radius: 24px; background: #071923; box-shadow: 0 36px 85px rgba(0, 0, 0, .48), -16px 0 55px rgba(23, 126, 132, .08); }
.bento-map-panel::after { position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(180deg, rgba(3, 16, 25, .2), transparent 26%, transparent 68%, rgba(2, 13, 21, .68)); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .035); content: ""; pointer-events: none; }
.bento-map-panel img { width: 100%; height: 100%; object-fit: cover; object-position: center 54%; transition: transform .7s cubic-bezier(.2, .7, .2, 1); }
.bento-card:hover .bento-map-panel img { transform: scale(1.025); }
.map-hud { position: absolute; z-index: 2; border: 1px solid rgba(176, 219, 229, .25); background: rgba(4, 20, 30, .78); box-shadow: 0 15px 40px rgba(0, 0, 0, .3); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.map-hud small { display: block; color: var(--teal); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.map-hud strong { display: block; margin-top: 3px; color: var(--ink); font-size: 13px; }
.map-hud-top { top: 17px; right: 17px; left: 17px; border-radius: 15px; padding: 12px 14px; }
.map-hud-bottom { right: 17px; bottom: 17px; left: 17px; display: grid; grid-template-columns: 1fr 1fr; border-radius: 15px; padding: 11px 14px; }
.map-hud-bottom span + span { border-left: 1px solid var(--line-strong); padding-left: 14px; }

.bento-card-instrument { gap: 22px; }
.trainer-instrument, .logbook-instrument, .planning-instrument { position: relative; z-index: 2; border: 1px solid rgba(147, 190, 207, .2); border-radius: 20px; background: linear-gradient(145deg, rgba(6, 25, 36, .82), rgba(15, 47, 61, .68)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025), 0 18px 42px rgba(0, 0, 0, .22); }
.trainer-instrument { display: grid; grid-template-columns: 94px 1fr; align-items: center; gap: 18px; padding: 16px; }
.progress-dial { position: relative; display: grid; width: 88px; height: 88px; border-radius: 50%; background: conic-gradient(var(--teal) 0 76%, rgba(100, 151, 168, .16) 76%); box-shadow: 0 0 32px rgba(66, 212, 205, .09); place-items: center; }
.progress-dial::before { position: absolute; inset: 8px; border: 1px solid rgba(151, 201, 213, .12); border-radius: inherit; background: #0a202c; content: ""; }
.progress-dial span { position: relative; z-index: 1; font-size: 24px; font-weight: 700; letter-spacing: -.05em; }
.progress-dial small { color: var(--teal); font-size: 10px; }
.progress-dial i { position: absolute; top: 7px; left: calc(50% - 3px); width: 6px; height: 6px; border-radius: 50%; background: var(--teal-bright); box-shadow: 0 0 0 4px rgba(66, 212, 205, .12); transform-origin: 3px 37px; transform: rotate(274deg); }
.instrument-readout { display: grid; }
.instrument-readout > span { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 0; }
.instrument-readout > span + span { border-top: 1px solid var(--line); }
.instrument-readout small, .logbook-readout small, .planning-readouts small { display: block; color: var(--faint); font-size: 8px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.instrument-readout strong { margin: 0; color: var(--ink); font-size: 12px; text-align: right; }

.bento-card-amber { background: linear-gradient(145deg, rgba(244, 173, 99, .13), #123142 36%, #0a202c 78%); }
.bento-card-amber .bento-card-heading > span { color: var(--amber); }
.logbook-instrument { padding: 15px 17px 13px; }
.logbook-route { position: relative; height: 42px; border-bottom: 1px solid var(--line); }
.logbook-route::before { position: absolute; top: 21px; right: 2%; left: 2%; height: 2px; background: linear-gradient(90deg, var(--teal), rgba(66, 212, 205, .4) 64%, var(--amber)); content: ""; clip-path: polygon(0 40%, 25% 0, 48% 66%, 70% 18%, 100% 62%, 100% 100%, 0 100%); }
.logbook-route i { position: absolute; top: 17px; z-index: 1; width: 9px; height: 9px; border: 2px solid #0b2634; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 1px rgba(66, 212, 205, .35); }
.logbook-route i:nth-child(1) { left: 2%; }.logbook-route i:nth-child(2) { left: 34%; top: 15px; }.logbook-route i:nth-child(3) { left: 67%; top: 18px; }.logbook-route i:nth-child(4) { right: 2%; background: var(--amber); }
.logbook-readout { display: grid; grid-template-columns: 1.25fr .75fr .75fr; padding-top: 13px; }
.logbook-readout > span + span { border-left: 1px solid var(--line); padding-left: 12px; }
.logbook-readout strong { display: block; margin-top: 2px; color: var(--ink); font-size: 13px; }

.bento-card-wide { grid-column: 1 / -1; display: grid; min-height: 320px; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(45px, 7vw, 95px); padding: 40px; }
.bento-card-wide .bento-copy { max-width: 510px; }
.bento-card-wide .bento-number { right: 38px; }
.planning-instrument { padding: 17px; }
.planning-readouts { display: grid; grid-template-columns: repeat(3, 1fr); }
.planning-readouts > span { padding: 0 14px 13px; }
.planning-readouts > span + span { border-left: 1px solid var(--line); }
.planning-readouts strong { display: block; margin-top: 3px; color: var(--ink); font-size: 11px; white-space: nowrap; }
.route-track { position: relative; display: flex; height: 45px; align-items: flex-end; justify-content: space-between; border-top: 1px solid var(--line); padding: 16px 10px 0; color: var(--muted); font-size: 8px; font-weight: 750; }
.route-track::before { position: absolute; top: 19px; right: 74px; left: 72px; border-top: 1px dashed rgba(66, 212, 205, .55); content: ""; }
.route-track i { position: absolute; top: 15px; width: 9px; height: 9px; border: 2px solid #0b2634; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 1px rgba(66, 212, 205, .32); }
.route-track i:nth-of-type(1) { left: 30%; }.route-track i:nth-of-type(2) { left: 50%; }.route-track i:nth-of-type(3) { left: 70%; background: var(--amber); }

/* Product depth */
.detail-ledger { border-top: 1px solid var(--line); background: linear-gradient(180deg, #081923, var(--night)); }
.ledger-heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: clamp(50px, 9vw, 120px); }
.ledger-heading h2 { margin-top: 19px; }
.ledger-heading h2 em { color: var(--teal); font-style: normal; }
.ledger-heading > p { max-width: 530px; padding-bottom: 8px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.ledger-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 72px; }
.ledger-card { position: relative; display: flex; min-height: 310px; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg, rgba(19, 52, 70, .88), rgba(11, 32, 44, .92)); padding: 28px; }
.ledger-card::after { position: absolute; right: -45px; bottom: -70px; width: 190px; height: 190px; border: 1px solid rgba(66, 212, 205, .08); border-radius: 50%; content: ""; }
.ledger-card > span { color: var(--teal); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.ledger-card strong { max-width: 270px; margin-top: 34px; font-size: 21px; letter-spacing: -.03em; line-height: 1.18; }
.ledger-card p { margin-top: 14px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.ledger-card small { margin-top: auto; padding-top: 22px; color: var(--faint); font-size: 9px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }

/* Privacy */
.privacy-section { padding-top: 0; }
.privacy-panel { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; min-height: 540px; align-items: end; gap: 60px; overflow: hidden; border: 1px solid var(--line-strong); border-radius: var(--radius-lg); background: linear-gradient(125deg, #0d2b39, #0b202c 64%, #071923); padding: clamp(42px, 6vw, 80px); }
.privacy-compass { position: absolute; top: -32%; right: -5%; width: 550px; height: 550px; opacity: .12; }
.privacy-compass svg { width: 100%; height: 100%; }
.privacy-compass circle { fill: none; stroke: var(--teal); stroke-width: .6; }
.privacy-compass path:first-of-type { fill: var(--teal); }.privacy-compass path:last-of-type { fill: var(--teal-deep); }
.privacy-copy { align-self: center; max-width: 610px; }
.privacy-copy h2 { margin: 20px 0 26px; }
.privacy-copy > p:last-child { max-width: 550px; color: var(--muted); font-size: 17px; }
.privacy-panel > ul { position: relative; z-index: 2; list-style: none; }
.privacy-panel > ul li { display: flex; gap: 15px; border-top: 1px solid var(--line); padding: 17px 0; font-size: 14px; font-weight: 700; }
.privacy-panel > ul li:last-child { border-bottom: 1px solid var(--line); }
.privacy-panel > ul span { color: var(--teal); font-size: 10px; letter-spacing: .1em; }

/* Platforms */
.platform-section { overflow: hidden; border-top: 1px solid var(--line); background: radial-gradient(circle at 74% 48%, rgba(66, 212, 205, .12), transparent 27%), var(--night-2); }
.platform-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(60px, 10vw, 150px); }
.platform-copy h2 { margin: 20px 0 28px; }
.platform-copy > p:not(.kicker) { color: var(--muted); font-size: 17px; }
.platform-labels { display: flex; gap: 9px; margin-top: 32px; }
.platform-labels span { border: 1px solid var(--line-strong); border-radius: 999px; padding: 8px 13px; color: var(--ink-soft); font-size: 11px; font-weight: 750; }
.platform-launch { display: inline-flex; align-items: center; gap: 10px; margin-top: 24px; color: var(--teal-bright); font-size: 13px; font-weight: 800; }
.platform-launch span { font-size: 17px; transition: transform .2s ease; }
.platform-launch:hover span { transform: translate(3px, -3px); }

/* App-Store-Verweis. Bewusst als gesetzter Knopf statt als Apple-Badge: das
   offizielle Badge ist an Apples Gestaltungsvorgaben gebunden und liegt hier
   nicht als Asset vor — ein sauberer eigener Knopf ist ehrlicher als eine
   nachgebaute Marke. Der Hinweis darunter sagt, wo die App schon zu haben ist;
   ohne ihn liefe ein deutscher Besucher in eine leere Store-Seite. */
.platform-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 24px; }
.platform-actions .platform-launch { margin-top: 0; }
.store-link { display: inline-flex; flex-direction: column; gap: 1px; padding: 9px 18px;
  border: 1px solid var(--line-strong); border-radius: 12px; text-decoration: none;
  transition: border-color .18s ease, background .18s ease; }
.store-link:hover { border-color: var(--teal-bright); background: rgba(66, 212, 205, .06); }
.store-kicker { color: var(--ink-soft); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.store-name { color: var(--ink); font-size: 14px; font-weight: 800; }
.store-note { max-width: 46ch; margin-top: 14px; color: var(--ink-soft); font-size: 12.5px; line-height: 1.55; }
.platform-device { position: relative; display: flex; height: 750px; align-items: center; justify-content: center; }
.platform-device::before { position: absolute; width: 520px; height: 520px; border: 1px solid rgba(66, 212, 205, .11); border-radius: 50%; content: ""; box-shadow: 0 0 0 90px rgba(66, 212, 205, .025), 0 0 0 180px rgba(66, 212, 205, .018); }
.platform-tablet { z-index: 2; width: min(45vw, 560px); transform: rotate(-1.2deg); }
.platform-phone { position: absolute; right: 0; bottom: 0; z-index: 3; width: min(18vw, 218px); }

/* Pricing */
.pricing-section { border-block: 1px solid var(--line); background: radial-gradient(circle at 73% 43%, rgba(38, 136, 139, .13), transparent 29%), #0a1d28; }
.pricing-layout { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(60px, 10vw, 145px); }
.pricing-copy h2 { margin: 20px 0 28px; }
.pricing-copy > p:not(.kicker) { max-width: 460px; color: var(--muted); font-size: 17px; }
.pricing-note { margin-top: 30px; color: var(--faint) !important; font-size: 11px !important; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.price-card-premium { position: relative; isolation: isolate; overflow: hidden; border: 1px solid rgba(75, 220, 213, .5); border-radius: 38px; background: linear-gradient(145deg, #173f50, #0c2937 54%, #081d28); padding: clamp(34px, 5vw, 58px); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), inset 0 -100px 150px rgba(0, 0, 0, .12), 0 48px 110px rgba(0, 0, 0, .42); }
.price-card-premium::before { position: absolute; top: -190px; right: -130px; z-index: -2; width: 420px; height: 420px; border-radius: 50%; background: rgba(66, 212, 205, .15); content: ""; filter: blur(36px); }
.price-card-premium::after { position: absolute; inset: 0; z-index: -1; background-image: var(--chart-pattern); background-position: right top; background-size: 610px 420px; content: ""; opacity: .28; pointer-events: none; -webkit-mask-image: linear-gradient(125deg, transparent 12%, #000 58%, transparent 100%); mask-image: linear-gradient(125deg, transparent 12%, #000 58%, transparent 100%); }
.price-top { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-weight: 800; }
.price-brand { display: inline-flex; align-items: center; gap: 11px; }
.price-brand img { width: 30px; height: 30px; }
.price-brand > span { font-size: 15px; line-height: 1.1; }
.price-brand small { display: block; margin-top: 4px; color: var(--faint); font-size: 7px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.price-pill { border-radius: 999px; background: var(--teal); color: var(--paper-ink); padding: 7px 12px; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.price { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin: 39px 0 28px; border-block: 1px solid rgba(147, 197, 211, .15); padding-block: 24px; }
.price > span > small { display: block; margin-bottom: 8px; color: var(--teal); font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.price strong { display: block; font-size: clamp(48px, 6vw, 76px); font-weight: 650; letter-spacing: -.065em; line-height: 1; }
.price > small { max-width: 100px; padding-bottom: 5px; color: var(--muted); font-size: 10px; line-height: 1.45; text-align: right; }
.price-card-premium > ul { display: grid; gap: 12px; margin-bottom: 32px; list-style: none; }
.price-card-premium > ul li { position: relative; padding-left: 26px; color: var(--ink-soft); font-size: 14px; }
.price-card-premium > ul li::before { position: absolute; left: 0; color: var(--teal); content: "✓"; font-weight: 900; }
.app-store-badge-wide { width: 100%; justify-content: center; }
.price-proof { display: grid; grid-template-columns: 1fr 1fr; margin-top: 18px; overflow: hidden; border: 1px solid rgba(147, 190, 207, .17); border-radius: 16px; background: rgba(6, 25, 35, .48); }
.price-proof > span { padding: 13px 15px; }
.price-proof > span + span { border-left: 1px solid rgba(147, 190, 207, .17); }
.price-proof small { display: block; color: var(--faint); font-size: 7px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.price-proof strong { display: block; margin-top: 3px; font-size: 10px; }
.course-addons { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.course-addons span { width: 100%; color: var(--faint); font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.course-addons b { border: 1px solid var(--line); border-radius: 999px; padding: 6px 10px; color: var(--ink-soft); font-size: 10px; }

/* FAQ */
.faq-section { background: var(--night); }
.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; align-items: start; gap: clamp(50px, 9vw, 130px); }
.faq-heading { position: sticky; top: 130px; }
.faq-heading h2 { margin-top: 18px; font-size: clamp(40px, 5vw, 64px); }
.faq-list { border-top: 1px solid var(--line-strong); }
.faq-list details { border-bottom: 1px solid var(--line-strong); }
.faq-list summary { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-size: 16px; font-weight: 750; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--teal); font-size: 24px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 690px; padding: 0 45px 26px 0; color: var(--muted); font-size: 14px; }

/* Final CTA and footer */
.final-cta { position: relative; min-height: 650px; display: grid; overflow: hidden; place-items: center; text-align: center; }
.final-cta-bg { position: absolute; inset: 0; background: radial-gradient(circle at 50% 52%, rgba(66, 212, 205, .16), transparent 26%), linear-gradient(180deg, #0a202c, #071620); }
.final-cta-bg::before, .final-cta-bg::after { position: absolute; top: 50%; left: 50%; width: 520px; height: 520px; border: 1px solid rgba(66, 212, 205, .1); border-radius: 50%; content: ""; transform: translate(-50%, -50%); }
.final-cta-bg::after { width: 760px; height: 760px; opacity: .6; }
.final-cta-inner { position: relative; z-index: 1; display: flex; align-items: center; flex-direction: column; }
.brand-mark-large { width: 64px; height: 64px; margin-bottom: 25px; }
.final-cta h2 { margin: 18px 0 20px; }
.final-cta p:not(.kicker) { margin-bottom: 30px; color: var(--muted); font-size: 18px; }
.site-footer, footer.site { border-top: 1px solid var(--line); background: #06131b; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding-block: 70px 60px; }
.footer-about > p { margin-top: 24px; color: var(--faint); font-size: 13px; }
.footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.footer-nav div { display: flex; flex-direction: column; gap: 10px; }
.footer-nav strong { margin-bottom: 8px; color: var(--ink); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.footer-nav a { color: var(--muted); font-size: 13px; transition: color .2s ease; }
.footer-nav a:hover { color: var(--teal); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); padding-block: 24px 35px; color: var(--faint); font-size: 10px; }
.footer-bottom p:last-child { max-width: 650px; text-align: right; }

/* Feature detail pages — shared premium system */
.feature-page { padding-top: 78px; background: var(--night); }
.feature-page main { overflow: hidden; }
.feature-page .site-header { background: rgba(7, 22, 32, .9); }
.feature-hero { position: relative; padding: clamp(80px, 9vw, 130px) 0 80px; }
.feature-hero::before { position: absolute; top: -15%; right: -10%; width: 620px; height: 620px; border-radius: 50%; background: rgba(66, 212, 205, .08); content: ""; filter: blur(90px); }
.feature-hero-grid { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(60px, 9vw, 130px); }
.feature-hero h1, .subhero h1 { margin: 18px 0 24px; font-size: clamp(52px, 7vw, 88px); font-weight: 700; letter-spacing: -.06em; line-height: .94; }
.feature-hero h1 em, .subhero .accent { color: var(--teal); font-style: normal; }
.feature-hero .lead, .subhero .lead { max-width: 640px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.feature-hero-art { position: relative; display: flex; min-height: 640px; align-items: center; justify-content: center; }
.feature-hero-art::before { position: absolute; width: 500px; height: 500px; border: 1px solid rgba(66, 212, 205, .12); border-radius: 50%; content: ""; box-shadow: 0 0 0 80px rgba(66, 212, 205, .025); }
.feature-hero-art .device { z-index: 2; }
.feature-proof { border-block: 1px solid var(--line); background: var(--night-2); }
.feature-proof .shell { display: grid; grid-template-columns: repeat(3, 1fr); }
.feature-proof div { border-left: 1px solid var(--line); padding: 28px 34px; }
.feature-proof div:last-child { border-right: 1px solid var(--line); }
.feature-proof strong { display: block; font-size: 20px; }.feature-proof span { color: var(--faint); font-size: 11px; }
.crumb { padding-top: 26px; }
.crumb a { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: 12px; font-weight: 700; }
.crumb a:hover { color: var(--teal); }
.crumb svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; }
.subhero { position: relative; padding: 55px 0 35px; }
.subhero .badge-ico { display: grid; width: 54px; height: 54px; margin-bottom: 22px; border-radius: 16px; background: var(--teal-wash); place-items: center; }
.subhero .badge-ico svg { width: 27px; height: 27px; fill: none; stroke: var(--teal); stroke-width: 1.7; }
.block { padding: 80px 0; }
.detail { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(55px, 9vw, 130px); min-height: 720px; border-top: 1px solid var(--line); padding-block: 85px; }
.detail:first-child { border-top: 0; }
.detail.rev { grid-template-columns: 1.1fr .9fr; }
.detail.rev .d-text { order: 2; }
.detail h2 { margin: 15px 0 22px; font-size: clamp(35px, 4.2vw, 56px); font-weight: 700; letter-spacing: -.05em; line-height: 1.03; }
.detail p { margin-bottom: 28px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.detail ul { display: grid; gap: 12px; list-style: none; }
.detail li { display: flex; gap: 11px; color: var(--ink-soft); font-size: 13px; }
.detail li svg { width: 18px; height: 18px; flex: none; margin-top: 2px; fill: none; stroke: var(--green); stroke-width: 2; }
.detail .shot { position: relative; display: flex; min-height: 600px; align-items: center; justify-content: center; }
.detail .shot::before { position: absolute; width: 78%; aspect-ratio: 1; border-radius: 50%; background: rgba(66, 212, 205, .09); content: ""; filter: blur(40px); }
.detail .shot img { position: relative; z-index: 1; max-height: 620px; width: auto; border: 1px solid var(--line-strong); border-radius: 28px; box-shadow: var(--shadow); }
.detail .shot img[width="1206"] { border-radius: 42px; }
.section-head { max-width: 760px; margin: 0 auto 50px; text-align: center; }
.section-head h2 { margin: 15px 0; font-size: clamp(36px, 5vw, 58px); line-height: 1; }
.section-head p { color: var(--muted); }
.benefits, .more-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.benefit, .more-features a { border: 1px solid var(--line); border-radius: 20px; background: var(--surface); padding: 25px; }
.benefit .ico, .more-features .ico { display: grid; width: 42px; height: 42px; margin-bottom: 17px; border-radius: 12px; background: var(--teal-wash); place-items: center; }
.benefit .ico svg, .more-features .ico svg { width: 20px; height: 20px; fill: none; stroke: var(--teal); stroke-width: 1.7; }
.benefit h3 { margin-bottom: 7px; font-size: 16px; }.benefit p { color: var(--muted); font-size: 13px; }
.more-features a { display: flex; align-items: center; gap: 14px; padding: 18px; transition: border-color .2s ease, transform .2s ease; }
.more-features a:hover { border-color: var(--teal); transform: translateY(-3px); }
.more-features .ico { flex: none; margin-bottom: 0; }
.more-features b { display: block; font-size: 13px; }.more-features span span { display: block; color: var(--muted); font-size: 11px; }
.cta-final { padding-top: 0; text-align: center; }
.cta-final .box { position: relative; overflow: hidden; border: 1px solid var(--line-strong); border-radius: var(--radius-lg); background: radial-gradient(circle at 50% 0, rgba(66, 212, 205, .14), transparent 45%), var(--surface); padding: 70px 30px; }
.cta-final h2 { margin-bottom: 14px; font-size: clamp(38px, 5vw, 62px); line-height: 1; }.cta-final p { margin-bottom: 28px; color: var(--muted); }
.cta-actions { display: flex; justify-content: center; }
footer.site { padding: 50px 0 35px; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; }.footer-brand svg { width: 30px; height: 30px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; }.footer-links a { color: var(--muted); font-size: 12px; }
.footer-legal { margin-top: 24px; color: var(--faint); font-size: 10px; }

/* Legal and support */
.legal-page { padding-top: 78px; background: var(--night); }
.legal-main { min-height: 70vh; padding: 90px 0 130px; }
.legal-shell { width: min(100% - 48px, 820px); margin-inline: auto; }
.legal-intro { margin-bottom: 55px; }
.legal-intro .kicker { margin-bottom: 18px; }.legal-intro h1 { font-size: clamp(48px, 7vw, 76px); font-weight: 700; line-height: .98; }.legal-intro p { margin-top: 20px; color: var(--muted); }
.prose { color: var(--ink-soft); font-size: 15px; line-height: 1.8; }
.prose h2 { margin: 48px 0 13px; color: var(--ink); font-size: 21px; font-weight: 750; letter-spacing: -.025em; line-height: 1.25; }
.prose p + p { margin-top: 14px; }.prose ul { margin: 18px 0; padding-left: 22px; }.prose li + li { margin-top: 10px; }.prose a { color: var(--teal); text-decoration: underline; text-underline-offset: 3px; }.prose address { font-style: normal; }
.support-card { margin-top: 35px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: var(--surface); padding: 26px; }
.support-card strong { display: block; margin-bottom: 6px; color: var(--ink); }.support-card p { margin: 0; }
.support-faq { margin-top: 55px; border-top: 1px solid var(--line); }
.support-faq details { border-bottom: 1px solid var(--line); }.support-faq summary { display: flex; min-height: 74px; align-items: center; cursor: pointer; color: var(--ink); font-weight: 700; list-style: none; }.support-faq summary::-webkit-details-marker { display: none; }.support-faq details p { padding: 0 0 24px; }
.legal-note { margin-top: 36px; }

/* Progressive reveal */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s cubic-bezier(.2, .65, .25, 1), transform .75s cubic-bezier(.2, .65, .25, 1); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Scroll-linked motion. JavaScript only updates scene progress; layout stays CSS-native. */
.motion-ready [data-motion-scene] { --scene-progress: 0; --scene-shift: -1; }
.motion-ready .home-hero-photo { transform: translate3d(0, var(--hero-y), 0) scale(var(--hero-scale)); transform-origin: center center; will-change: transform; }
.motion-ready .home-hero-copy { opacity: var(--hero-opacity); transform: translate3d(0, var(--hero-copy-y), 0); will-change: transform, opacity; }
.motion-ready .product-intro .device-stage .tablet-device { transform: translate3d(0, var(--scene-up-soft), 0) scale(var(--scene-scale-lift)); will-change: transform; }
.motion-ready .product-intro .device-stage .phone-device { transform: translate3d(0, var(--scene-down), 0); will-change: transform; }
.motion-ready .trainer-story .story-phone, .motion-ready .logbook-story .story-phone { transform: translate3d(0, var(--scene-up), 0); will-change: transform; }
.motion-ready .story-section .floating-card { transform: translate3d(0, var(--scene-down-soft), 0); will-change: transform; }
.motion-ready .planning-tablet { transform: translate3d(0, var(--scene-up), 0) scale(var(--scene-scale)); will-change: transform; }
.motion-ready .planning-context-weather { opacity: var(--scene-context-opacity); transform: translate3d(var(--scene-left), var(--scene-down-tiny), 0); will-change: transform, opacity; }
.motion-ready .planning-context-route { opacity: var(--scene-context-opacity); transform: translate3d(var(--scene-right), var(--scene-up-tiny), 0); will-change: transform, opacity; }
.motion-ready .platform-tablet { transform: translate3d(0, var(--scene-up-soft), 0) rotate(calc(-1.2deg + var(--scene-rotate))); will-change: transform; }
.motion-ready .platform-phone { transform: translate3d(0, var(--scene-down), 0); will-change: transform; }

/* Responsive */
@media (max-width: 1050px) {
  .story-grid, .story-grid-reverse { grid-template-columns: 1fr 1fr; gap: 55px; }
  .device-stage .phone-device { right: 4%; }
  .stage-note-left { left: 1%; }
  .privacy-panel { grid-template-columns: 1fr; }
  .privacy-panel > ul { max-width: 480px; }
}

@media (max-width: 900px) {
  .shell, .wrap { width: min(100% - 36px, var(--shell)); }
  /* Die Kontextkarten der Törnplanung sind absolut neben dem Tablet platziert
     (left/right 7%). Sobald das Tablet auf 47vw schrumpft, wandern sie darauf
     und überlagern seinen Inhalt unleserlich — zwischen 621 und 900px war das
     sichtbar. Unter 620px waren sie ohnehin schon aus; die Grenze gehört
     dorthin, wo die Überlappung beginnt. Ihre Aussage steht im Screenshot
     selbst (Etappenliste mit Summe, Wetterzeile). */
  .planning-context { display: none; }
  .header-inner { display: flex; height: 70px; justify-content: space-between; }
  .brand-type small { display: none; }
  .header-cta { display: none; }
  .js .menu-toggle { order: 3; display: block; flex: none; margin-left: 0; }
  .header-tools { order: 2; margin-left: auto; }
  .js .menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-child(2) { transform: translateY(3.75px) rotate(45deg); }
  .js .menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-child(3) { transform: translateY(-3.75px) rotate(-45deg); }
  .main-nav { gap: 20px; }
  .js .main-nav { position: absolute; top: 69px; right: 0; left: 0; display: grid; max-height: 0; gap: 0; overflow: hidden; border-bottom: 1px solid transparent; background: rgba(7, 22, 32, .96); padding-inline: 18px; opacity: 0; backdrop-filter: blur(24px); transition: max-height .3s ease, opacity .2s ease, padding .3s ease, border-color .3s ease; }
  .js .main-nav.is-open { max-height: 420px; border-color: var(--line); padding-block: 13px 20px; opacity: 1; }
  .js .main-nav a { border-bottom: 1px solid var(--line); padding: 14px 4px; font-size: 14px; }
  .js .main-nav a:last-child { border-bottom: 0; }
  .home-hero-shade { background: linear-gradient(90deg, rgba(4, 17, 25, .92), rgba(4, 17, 25, .28)), linear-gradient(0deg, var(--night), transparent 42%); }
  .home-hero h1 { font-size: clamp(52px, 11vw, 82px); }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid div:nth-child(3) { border-top: 1px solid var(--line); }.proof-grid div:nth-child(4) { border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
  .device-stage { min-height: 680px; }.tablet-device { width: min(76vw, 520px); }.device-stage .phone-device { width: min(28vw, 230px); }
  .stage-note { display: none; }
  .story-section { min-height: 0; }
  .story-grid, .story-grid-reverse { grid-template-columns: 1fr; }
  .story-grid-reverse .story-visual { order: 0; }
  .story-visual { min-height: 670px; }.story-phone { width: 270px; }
  .story-copy { max-width: 650px; }.chapter-number { margin-bottom: 30px; }
  .split-heading { grid-template-columns: 1fr; gap: 35px; }
  .planning-scroll { min-height: 0; }
  .planning-showcase { position: relative; top: auto; height: auto; min-height: 760px; }
  .planning-points { grid-template-columns: 1fr; }
  .feature-bento { grid-template-columns: 1fr; }.bento-card-large { min-height: 680px; }.bento-card-wide { grid-column: auto; }
  .ledger-heading { grid-template-columns: 1fr; gap: 30px; }.ledger-grid { grid-template-columns: 1fr 1fr; }
  .privacy-panel { min-height: 650px; }
  .platform-grid, .pricing-layout, .faq-layout { grid-template-columns: 1fr; }
  .platform-copy, .pricing-copy { max-width: 650px; }
  .faq-heading { position: static; }
  .footer-main { grid-template-columns: 1fr; }
  .feature-hero-grid { grid-template-columns: 1fr; }.feature-hero-art { min-height: 600px; }
  .detail, .detail.rev { grid-template-columns: 1fr; gap: 40px; min-height: 0; }.detail.rev .d-text { order: 0; }
}

@media (max-width: 620px) {
  .shell, .wrap, .legal-shell { width: min(100% - 30px, var(--shell)); }
  .section-space { padding-block: 76px; }
  h2 { font-size: clamp(39px, 12vw, 58px); }
  .home-hero { min-height: 820px; }
  .home-hero-photo { object-position: 67% center; }
  .home-hero-shade { background: linear-gradient(90deg, rgba(4, 17, 25, .88), rgba(4, 17, 25, .35)), linear-gradient(0deg, var(--night) 3%, transparent 55%); }
  .home-hero-inner { min-height: 820px; align-items: flex-end; padding-bottom: 112px; }
  .home-hero h1 { font-size: clamp(48px, 15vw, 68px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-facts { gap: 7px; flex-direction: column; }
  .hero-scroll { display: none; }
  .proof-grid div { min-height: 95px; padding: 18px; }.proof-grid strong { font-size: 23px; }.proof-grid span { font-size: 9px; }
  .center-heading > p:last-child { font-size: 15px; }
  .device-stage { min-height: 520px; margin-top: 60px; }.tablet-device { width: 81vw; border-radius: 23px; padding: 7px; }.tablet-device img { border-radius: 17px; }.device-stage .phone-device { right: -2%; bottom: -6px; width: 30vw; }
  .phone-device { border-radius: 30px; padding: 5px; }.phone-device img { border-radius: 25px; }
  .story-section { padding-block: 92px; }.story-lead { font-size: 15px; }.story-visual, .logbook-visual { min-height: 570px; }.story-phone { width: 225px; }.visual-orbit { width: 430px; height: 430px; }.float-progress { right: -5%; }.float-course { left: -3%; }.float-log { right: -4%; }.floating-card { min-width: 145px; padding: 13px 15px; }.float-progress strong { font-size: 30px; }
  .plain-list { grid-template-columns: 1fr; }.metric-row strong { font-size: 35px; }
  .planning-scroll { margin-top: 52px; }.planning-showcase { min-height: 560px; border-radius: 20px; }.planning-tablet { width: 72vw; }.planning-context { display: none; }.planning-caption { bottom: 14px; font-size: 8px; }
  .feature-bento { gap: 14px; margin-top: 48px; }
  .bento-card { min-height: 380px; border-radius: 23px; padding: 25px; }
  .bento-card-heading { padding-right: 45px; }
  .bento-card h3 { font-size: clamp(27px, 9vw, 38px); }
  .bento-card-large { min-height: 940px; padding: 25px; }
  .bento-card-large .bento-copy { max-width: 100%; }
  .bento-card-large h3 { max-width: 10em; font-size: clamp(38px, 12vw, 54px); }
  .bento-map-panel { top: auto; right: 25px; bottom: 25px; left: 25px; width: auto; height: 560px; }
  .bento-number { top: 20px; right: 22px; }
  .trainer-instrument { grid-template-columns: 82px 1fr; gap: 13px; padding: 13px; }
  .progress-dial { width: 76px; height: 76px; }.progress-dial i { transform-origin: 3px 31px; }
  .instrument-readout strong { font-size: 11px; }
  .bento-card-wide { display: grid; min-height: 570px; grid-template-columns: 1fr; align-content: space-between; gap: 30px; padding: 25px; }
  .bento-card-wide .bento-copy { max-width: none; padding-right: 12px; }
  .bento-card-wide .bento-number { right: 22px; }
  .planning-readouts { grid-template-columns: 1fr; }
  .planning-readouts > span { display: flex; align-items: center; justify-content: space-between; padding: 10px 4px; }
  .planning-readouts > span + span { border-top: 1px solid var(--line); border-left: 0; }
  .price-proof { grid-template-columns: 1fr; }.price-proof > span + span { border-top: 1px solid rgba(147, 190, 207, .17); border-left: 0; }
  .ledger-grid { grid-template-columns: 1fr; margin-top: 48px; }.ledger-card { min-height: 280px; padding: 25px; }
  .privacy-panel { width: calc(100% - 30px); min-height: 670px; gap: 45px; border-radius: 25px; padding: 35px 25px; }.privacy-compass { top: -10%; right: -45%; width: 430px; height: 430px; }.privacy-copy > p:last-child { font-size: 15px; }
  /* Die schwebenden Karten ragten am Handy über den rechten Rand hinaus und
     wurden dort angeschnitten — 180px Mindestbreite plus negatives right.
     Sie bleiben jetzt innerhalb der Spalte und dürfen schmaler werden. */
  .floating-card { min-width: 0; max-width: 62vw; padding: 14px 16px; }
  .float-progress, .float-log { right: 4px; }
  .float-course { left: 4px; }

  /* Unter 620px trägt das Tablet die Aussage allein. Vorher lag das Telefon
     per position:absolute darüber, und die feste Höhe von 570px ließ unter dem
     nur ~480px hohen Tablet ein totes Band stehen — beides zusammen sah aus
     wie ein Fehler. Die Höhe richtet sich jetzt nach dem Inhalt. */
  .platform-device { height: auto; padding-top: 8px; }
  .platform-tablet { width: 84vw; }
  .platform-phone { display: none; }
  .platform-device::before { width: 300px; height: 300px; }
  .price-card-premium { border-radius: 25px; padding: 30px 24px; }.price { align-items: flex-start; flex-direction: column; }.price strong { font-size: 55px; }
  .faq-list summary { min-height: 76px; font-size: 14px; }
  .final-cta { min-height: 560px; }.final-cta p:not(.kicker) { font-size: 15px; }
  .footer-main { gap: 45px; padding-block: 55px; }.footer-nav { gap: 25px; }.footer-bottom { flex-direction: column; }.footer-bottom p:last-child { text-align: left; }
  .feature-hero { padding-top: 70px; }.feature-hero h1, .subhero h1 { font-size: clamp(47px, 14vw, 68px); }.feature-hero .lead, .subhero .lead { font-size: 15px; }.feature-hero-art { min-height: 520px; }.feature-proof .shell { grid-template-columns: 1fr; }.feature-proof div { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.feature-proof div:last-child { border-bottom: 0; }
  .block { padding: 60px 0; }.detail { padding-block: 65px; }.detail h2 { font-size: 38px; }.detail .shot { min-height: 480px; }.detail .shot img { max-height: 500px; }
  .benefits, .more-features { grid-template-columns: 1fr; }.footer-grid { align-items: flex-start; flex-direction: column; }.footer-links { gap: 13px; }
  .legal-main { padding: 65px 0 100px; }.legal-intro h1 { font-size: 48px; }
}

@media (max-width: 360px) {
  .shell, .wrap { width: min(100% - 20px, var(--shell)); }
  .header-inner { gap: 6px; }
  .brand { gap: 8px; }
  .brand-mark { width: 32px; height: 32px; }
  .brand-type { font-size: 16px; }
  .js .menu-toggle { width: 36px; height: 40px; flex: none; margin-left: 0; }
  .header-tools { flex: none; gap: 4px; }
  .login-link { padding: 7px 8px; font-size: 10px; letter-spacing: 0; white-space: nowrap; }
  .lang-switch { padding: 7px 8px; font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
  .planning-scroll { min-height: 0; }
  .planning-showcase { position: relative; top: auto; }
  .motion-ready .home-hero-photo,
  .motion-ready .home-hero-copy,
  .motion-ready .product-intro .device-stage .tablet-device,
  .motion-ready .product-intro .device-stage .phone-device,
  .motion-ready .story-section .story-phone,
  .motion-ready .story-section .floating-card,
  .motion-ready .planning-tablet,
  .motion-ready .planning-context,
  .motion-ready .platform-tablet,
  .motion-ready .platform-phone { opacity: 1; transform: none; }
}

/* Sprach-Umschalter (DE/EN) */
.header-tools { justify-self: end; display: flex; align-items: center; gap: 10px; }
.lang-switch { font-weight: 700; font-size: 12px; letter-spacing: .08em; color: var(--muted);
  border: 1px solid var(--line); border-radius: 999px; padding: 9px 13px;
  transition: color .2s ease, border-color .2s ease, background .2s ease; }
.lang-switch:hover { color: var(--ink); border-color: var(--teal); background: var(--teal-wash); }
@media (max-width: 860px) { .header-tools { gap: 8px; } .lang-switch { padding: 8px 11px; } }

/* Anmelden-Link zur Web-App */
.login-link { font-weight: 700; font-size: 12px; letter-spacing: .04em; color: var(--ink-soft);
  border: 1px solid var(--line); border-radius: 999px; padding: 9px 14px;
  transition: color .2s ease, border-color .2s ease, background .2s ease; }
.login-link:hover { color: var(--ink); border-color: var(--teal); background: var(--teal-wash); }

/* ── Cookie-Consent (nur sichtbar, wenn Werbe-Messung aktiviert ist) ── */
.consent { position: fixed; inset: auto 0 0 0; z-index: 90; padding: 14px;
  display: flex; justify-content: center; }
.consent-card { max-width: 560px; width: 100%; background: var(--panel, #0d2230);
  border: 1px solid var(--line-strong, rgba(124,168,188,.28)); border-radius: 16px;
  padding: 18px 20px; box-shadow: 0 24px 60px -24px rgba(0,0,0,.8); }
.consent-card h2 { font-size: 15px; margin: 0 0 6px; letter-spacing: -.01em; }
.consent-card p { font-size: 13px; color: var(--ink-soft, #93adbc); margin: 0 0 14px; line-height: 1.55; }
.consent-card a { color: var(--teal, #36c8c1); }
.consent-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.consent-btn { flex: 1; min-width: 150px; min-height: 44px; font: inherit; font-size: 13.5px;
  font-weight: 700; padding: 11px 16px; border-radius: 999px; cursor: pointer;
  background: transparent; color: var(--ink, #eaf2f4);
  border: 1px solid var(--line-strong, rgba(124,168,188,.28)); transition: border-color .2s, background .2s; }
.consent-btn:hover { border-color: var(--teal, #36c8c1); }
.consent-btn-primary { background: var(--teal, #36c8c1); color: #06232b; border-color: transparent; }
.consent-btn-primary:hover { filter: brightness(1.07); }
@media (max-width: 480px) { .consent-actions { flex-direction: column; } }

/* ── Elektronischer Widerruf ───────────────────────────────────────────── */
.withdrawal-main { padding-top: 88px; }
.withdrawal-intro { max-width: 900px; }
.withdrawal-intro h1 { max-width: 10em; }
.withdrawal-assurance { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; margin-top: 42px; border: 1px solid var(--line); border-radius: 18px; background: var(--line); }
.withdrawal-assurance span { display: grid; gap: 5px; min-height: 106px; align-content: center; padding: 20px 22px; background: rgba(11, 38, 50, .98); color: var(--muted); font-size: 13px; line-height: 1.45; }
.withdrawal-assurance strong { color: var(--ink); font-size: 14px; }
.withdrawal-console { position: relative; overflow: hidden; margin: 72px 0 110px; border: 1px solid rgba(54, 200, 193, .3); border-radius: 30px; background: linear-gradient(145deg, rgba(15, 51, 64, .98), rgba(8, 31, 42, .98)); box-shadow: 0 35px 90px -55px rgba(0, 0, 0, .9), inset 0 1px rgba(255, 255, 255, .035); }
.withdrawal-console::before { position: absolute; top: -220px; right: -170px; width: 470px; height: 470px; border: 1px solid rgba(54, 200, 193, .1); border-radius: 50%; content: ""; box-shadow: 0 0 0 70px rgba(54, 200, 193, .018), 0 0 0 140px rgba(54, 200, 193, .012); pointer-events: none; }
.withdrawal-console-head { position: relative; display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; padding: 38px 42px 32px; border-bottom: 1px solid var(--line); }
.withdrawal-console-head h2 { margin: 6px 0 0; font-size: clamp(30px, 4vw, 44px); letter-spacing: -.04em; }
.withdrawal-steps { display: flex; gap: 18px; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.withdrawal-steps li { display: flex; align-items: center; gap: 8px; opacity: .55; transition: opacity .2s, color .2s; }
.withdrawal-steps span { display: grid; width: 27px; height: 27px; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; color: var(--ink-soft); }
.withdrawal-steps li.is-active, .withdrawal-steps li.is-complete { color: var(--ink); opacity: 1; }
.withdrawal-steps li.is-active span { border-color: var(--teal); background: var(--teal); color: #06232b; }
.withdrawal-steps li.is-complete span { border-color: rgba(54, 200, 193, .55); color: var(--teal); }
.withdrawal-form { position: relative; padding: 38px 42px 42px; }
.withdrawal-lead { max-width: 710px; margin: 0 0 30px; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.withdrawal-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.withdrawal-field { display: grid; gap: 9px; }
.withdrawal-field-wide { grid-column: 1 / -1; }
.withdrawal-field > span { color: var(--ink); font-size: 13px; font-weight: 750; }
.withdrawal-field em { margin-left: 5px; color: var(--muted); font-style: normal; font-weight: 500; }
.withdrawal-field input, .withdrawal-field select { width: 100%; min-height: 56px; border: 1px solid var(--line-strong); border-radius: 14px; outline: none; background: rgba(10, 32, 43, .86); padding: 0 17px; color: var(--ink); font: inherit; font-size: 15px; transition: border-color .2s, box-shadow .2s, background .2s; }
.withdrawal-field select { appearance: auto; }
.withdrawal-field input::placeholder { color: rgba(147, 173, 188, .55); }
.withdrawal-field input:focus, .withdrawal-field select:focus { border-color: var(--teal); background: rgba(8, 29, 40, 1); box-shadow: 0 0 0 4px rgba(54, 200, 193, .1); }
.withdrawal-field small { color: var(--muted); font-size: 11px; }
.withdrawal-notice, .withdrawal-declaration { display: flex; gap: 14px; margin-top: 28px; border: 1px solid var(--line); border-radius: 16px; background: rgba(6, 23, 32, .46); padding: 18px 20px; }
.withdrawal-notice { display: grid; gap: 5px; }
.withdrawal-notice strong { color: var(--teal); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.withdrawal-notice p, .withdrawal-declaration p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.55; }
.withdrawal-declaration { align-items: flex-start; border-color: rgba(54, 200, 193, .3); background: rgba(54, 200, 193, .065); }
.withdrawal-declaration span { display: grid; width: 25px; height: 25px; flex: none; place-items: center; border-radius: 50%; background: var(--teal); color: #06232b; font-weight: 900; }
.withdrawal-declaration p { color: var(--ink); font-size: 14px; font-weight: 650; }
.withdrawal-actions { display: flex; justify-content: flex-end; margin-top: 30px; }
.withdrawal-actions-split { justify-content: space-between; }
.withdrawal-console .btn { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 14px; appearance: none; border: 1px solid transparent; border-radius: 999px; padding: 0 24px; color: var(--ink); font: inherit; font-size: 13px; font-weight: 780; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; box-shadow: 0 12px 32px -20px rgba(0, 0, 0, .8); transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease; }
.withdrawal-console .btn-primary { background: linear-gradient(135deg, #45d5ce, #2dbbb8); color: #06232b; box-shadow: 0 16px 34px -18px rgba(54, 200, 193, .68); }
.withdrawal-console .btn-secondary { border-color: var(--line-strong); background: rgba(7, 24, 34, .54); color: var(--ink-soft); }
.withdrawal-console .btn:hover { transform: translateY(-2px); }
.withdrawal-console .btn-primary:hover { background: linear-gradient(135deg, #5ee1da, #37c8c3); box-shadow: 0 18px 38px -17px rgba(54, 200, 193, .8); }
.withdrawal-console .btn-secondary:hover { border-color: rgba(54, 200, 193, .48); background: rgba(15, 48, 61, .75); color: var(--ink); }
.withdrawal-console .btn:focus-visible { outline: 3px solid rgba(54, 200, 193, .3); outline-offset: 3px; }
.withdrawal-console .btn:disabled { cursor: wait; opacity: .62; transform: none; }
.withdrawal-review { overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: 17px; }
.withdrawal-review > div { display: grid; grid-template-columns: minmax(150px, .6fr) 1.4fr; gap: 25px; padding: 17px 20px; border-bottom: 1px solid var(--line); }
.withdrawal-review > div:last-child { border-bottom: 0; }
.withdrawal-review dt { color: var(--muted); font-size: 12px; }
.withdrawal-review dd { overflow-wrap: anywhere; margin: 0; color: var(--ink); font-size: 13px; font-weight: 700; text-align: right; }
.withdrawal-success { max-width: 700px; padding: 12px 0 8px; }
.withdrawal-success-mark { display: grid; width: 62px; height: 62px; margin-bottom: 28px; place-items: center; border: 1px solid rgba(54, 200, 193, .5); border-radius: 50%; background: rgba(54, 200, 193, .12); color: var(--teal); font-size: 27px; }
.withdrawal-success h2 { margin: 8px 0 15px; font-size: clamp(34px, 5vw, 52px); line-height: 1.02; letter-spacing: -.045em; }
.withdrawal-success > p:not(.kicker) { color: var(--ink-soft); line-height: 1.65; }
.withdrawal-success dl { display: grid; grid-template-columns: 160px 1fr; overflow: hidden; margin: 28px 0; border: 1px solid var(--line); border-radius: 16px; }
.withdrawal-success dt, .withdrawal-success dd { padding: 16px 18px; }
.withdrawal-success dt:first-of-type, .withdrawal-success dd:first-of-type { border-bottom: 1px solid var(--line); }
.withdrawal-success dt { color: var(--muted); font-size: 12px; }
.withdrawal-success dd { overflow-wrap: anywhere; margin: 0; color: var(--ink); font-size: 13px; font-weight: 750; text-align: right; }
.withdrawal-success-note { font-size: 12px; }
.withdrawal-success-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.withdrawal-status:not(:empty) { margin: 22px 0 0; border: 1px solid rgba(255, 113, 113, .38); border-radius: 13px; background: rgba(255, 83, 83, .08); padding: 13px 15px; color: #ff9999; font-size: 13px; }
.withdrawal-legal-intro { margin-top: 0; }
.withdrawal-legal-intro h2 { margin: 12px 0 18px; }
@media (max-width: 760px) {
  .withdrawal-main { padding-top: 62px; }
  .withdrawal-assurance { grid-template-columns: 1fr; }
  .withdrawal-assurance span { min-height: 82px; }
  .withdrawal-console { margin: 54px 0 88px; border-radius: 23px; }
  .withdrawal-console-head { align-items: flex-start; flex-direction: column; padding: 28px 24px 24px; }
  .withdrawal-steps { width: 100%; justify-content: space-between; gap: 6px; }
  .withdrawal-steps li { gap: 5px; font-size: 9px; }
  .withdrawal-form { padding: 28px 24px 30px; }
  .withdrawal-fields { grid-template-columns: 1fr; }
  .withdrawal-field-wide { grid-column: auto; }
  .withdrawal-actions-split { align-items: stretch; flex-direction: column-reverse; gap: 10px; }
  .withdrawal-actions .btn, .withdrawal-success-actions .btn { width: 100%; }
  .withdrawal-review > div { grid-template-columns: 1fr; gap: 6px; }
  .withdrawal-success dl { grid-template-columns: 1fr; }
  .withdrawal-success dt, .withdrawal-success dd { padding: 10px 16px; }
  .withdrawal-success dd:first-of-type { border-bottom: 1px solid var(--line); }
  .withdrawal-success dt:first-of-type { border-bottom: 0; }
  .withdrawal-review dd, .withdrawal-success dd { text-align: left; }
}


/* ── Wissen — redaktionelles Keelwake-System ──────────────────── */
.wissen-page main { overflow: hidden; }
.wissen-kicker { margin: 0; color: var(--teal); font-size: 11px; font-weight: 800; letter-spacing: .2em; line-height: 1.3; text-transform: uppercase; }
.wissen-lead { color: var(--muted); font-size: 18px; line-height: 1.75; }
.wissen .btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; padding: 0 23px; font-size: 12px; font-weight: 800; line-height: 1.2; transition: background .2s ease, box-shadow .2s ease, transform .2s ease; }
.wissen .btn-primary { background: linear-gradient(135deg, var(--teal-bright), #31bdb8); color: #05222a; box-shadow: 0 17px 36px -20px rgba(66, 212, 205, .78); }
.wissen .btn:hover { transform: translateY(-2px); }
.wissen .btn-primary:hover { background: linear-gradient(135deg, #78ebe6, #43cbc6); box-shadow: 0 20px 40px -18px rgba(66, 212, 205, .86); }

/* Hub */
.wissen-hub-hero { min-height: 700px; padding: clamp(82px, 9vw, 128px) 0 76px; }
.wissen-hub-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(55px, 8vw, 115px); }
.wissen-hub-copy h1 { max-width: 740px; margin: 18px 0 26px; font-size: clamp(54px, 7.3vw, 90px); font-weight: 700; letter-spacing: -.065em; line-height: .93; }
.wissen-hub-copy h1 em { display: block; }
.wissen-hub-copy .wissen-lead { max-width: 610px; }
.wissen-hub-copy .hero-actions { margin-top: 32px; }
.wissen-hub-visual { position: relative; display: grid; min-height: 545px; place-items: center; }
.wissen-hub-visual::before { position: absolute; width: min(500px, 88%); aspect-ratio: 1; border: 1px solid rgba(66, 212, 205, .13); border-radius: 50%; background: radial-gradient(circle, rgba(66, 212, 205, .1), transparent 64%); box-shadow: 0 0 0 78px rgba(66, 212, 205, .022); content: ""; }
.wissen-route-panel { position: relative; width: min(480px, 92%); min-height: 350px; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 30px; background: linear-gradient(145deg, rgba(18, 50, 70, .94), rgba(8, 27, 39, .96)); box-shadow: var(--shadow); }
.wissen-route-panel::before { position: absolute; inset: 0; background-image: var(--chart-pattern); background-position: center; background-size: 520px 360px; content: ""; opacity: .9; }
.wissen-route-line { position: absolute; inset: 78px 65px 70px; border-bottom: 3px solid var(--teal); border-left: 3px solid var(--teal); border-radius: 0 0 0 70%; opacity: .82; transform: rotate(-9deg); }
.wissen-route-line::before, .wissen-route-line::after { position: absolute; width: 13px; height: 13px; border: 3px solid var(--night); border-radius: 50%; background: var(--teal); content: ""; box-shadow: 0 0 0 7px rgba(66, 212, 205, .13); }
.wissen-route-line::before { left: -8px; bottom: -8px; }
.wissen-route-line::after { right: -8px; bottom: -8px; }
.wissen-route-label { position: absolute; top: 26px; left: 28px; z-index: 1; color: var(--faint); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.wissen-route-distance { position: absolute; right: 28px; bottom: 25px; z-index: 1; }
.wissen-route-distance strong { display: block; color: var(--teal); font-size: 38px; letter-spacing: -.05em; line-height: 1; }
.wissen-route-distance span { color: var(--faint); font-size: 11px; }
.wissen-signal-card { position: absolute; z-index: 2; min-width: 190px; border: 1px solid var(--line-strong); border-radius: 18px; background: rgba(13, 37, 51, .94); padding: 17px 19px; box-shadow: 0 22px 50px rgba(0, 0, 0, .3); backdrop-filter: blur(16px); }
.wissen-signal-card strong { display: block; margin-bottom: 3px; font-size: 14px; }
.wissen-signal-card span { color: var(--muted); font-size: 11px; }
.wissen-signal-card::before { display: inline-grid; width: 24px; height: 24px; margin-bottom: 10px; border-radius: 8px; background: var(--teal-wash); color: var(--teal); content: "✓"; font-size: 13px; font-weight: 800; place-items: center; }
.wissen-signal-source { top: 44px; right: -5px; }
.wissen-signal-honest { bottom: 38px; left: -8px; }
.wissen-signal-honest::before { color: var(--amber); content: "!"; background: rgba(244, 173, 99, .12); }

.wissen-trust-strip { border-block: 1px solid var(--line); background: var(--night-2); }
.wissen-trust-strip .shell { display: grid; grid-template-columns: repeat(3, 1fr); }
.wissen-trust-strip .shell > div { border-left: 1px solid var(--line); padding: 26px 32px; }
.wissen-trust-strip .shell > div:last-child { border-right: 1px solid var(--line); }
.wissen-trust-strip strong { display: block; margin-bottom: 2px; font-size: 16px; }
.wissen-trust-strip span { color: var(--faint); font-size: 11px; }

.wissen-index-content { padding: 110px 0 130px; }
.wissen-section-heading { max-width: 760px; margin-bottom: 45px; }
.wissen-section-heading h2 { margin-top: 13px; font-size: clamp(42px, 5.5vw, 68px); line-height: .98; }
.wissen-section-heading > p:last-child { max-width: 620px; margin-top: 18px; color: var(--muted); }
.wissen-featured-card { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 390px; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 30px; background: linear-gradient(140deg, var(--surface-2), var(--surface)); transition: border-color .2s ease, transform .2s ease; }
.wissen-featured-card:hover { border-color: rgba(66, 212, 205, .55); transform: translateY(-3px); }
.wissen-featured-copy { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; padding: clamp(34px, 5vw, 66px); }
.wissen-card-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; color: var(--teal); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.wissen-card-meta span + span { color: var(--faint); }
.wissen-card-meta span + span::before { margin-right: 12px; color: var(--line-strong); content: "•"; }
.wissen-featured-card h2 { max-width: 700px; font-size: clamp(37px, 4.7vw, 60px); line-height: 1; }
.wissen-featured-card p { max-width: 620px; margin-top: 22px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.wissen-featured-link { margin-top: 30px; color: var(--ink); font-size: 13px; font-weight: 800; }
.wissen-featured-link span { margin-left: 8px; color: var(--teal); }
.wissen-featured-visual { position: relative; display: grid; min-height: 390px; overflow: hidden; background: radial-gradient(circle at 45% 42%, rgba(66, 212, 205, .18), transparent 46%); place-items: center; }
.wissen-featured-visual::before { position: absolute; width: 330px; height: 330px; border: 1px solid rgba(66, 212, 205, .16); border-radius: 50%; content: ""; box-shadow: 0 0 0 55px rgba(66, 212, 205, .025); }
.wissen-featured-number { position: relative; color: var(--teal); font-size: clamp(90px, 12vw, 155px); font-weight: 800; letter-spacing: -.08em; line-height: 1; text-shadow: 0 18px 70px rgba(66, 212, 205, .2); }
.wissen-featured-number small { color: var(--muted); font-size: .2em; letter-spacing: 0; }
.wissen-card-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin: 90px 0 30px; }
.wissen-card-heading h2 { font-size: clamp(36px, 4.5vw, 54px); }
.wissen-card-heading p { max-width: 430px; color: var(--muted); font-size: 14px; }
.wissen-karten { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.wissen-karte { position: relative; display: flex; min-height: 280px; overflow: hidden; border: 1px solid var(--line); border-radius: 23px; background: var(--surface); padding: 30px; flex-direction: column; transition: border-color .2s ease, transform .2s ease; }
.wissen-karte::after { position: absolute; right: -42px; bottom: -65px; width: 180px; height: 180px; border: 1px solid rgba(66, 212, 205, .1); border-radius: 50%; content: ""; box-shadow: 0 0 0 35px rgba(66, 212, 205, .018); }
.wissen-karte:hover { border-color: rgba(66, 212, 205, .5); transform: translateY(-3px); }
.wissen-karte .wissen-card-meta { margin-bottom: auto; }
.wissen-karte h3 { position: relative; z-index: 1; max-width: 520px; margin-top: 35px; font-size: clamp(24px, 2.6vw, 34px); letter-spacing: -.04em; line-height: 1.12; }
.wissen-karte > p { position: relative; z-index: 1; max-width: 540px; margin-top: 13px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.wissen-karte-link { position: relative; z-index: 1; margin-top: 25px; color: var(--ink); font-size: 12px; font-weight: 800; }
.wissen-karte-link span { margin-left: 7px; color: var(--teal); }

/* Article */
.wissen-article-hero { padding: 42px 0 78px; }
.wissen-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-bottom: 55px; color: var(--faint); font-size: 11px; }
.wissen-breadcrumb a { transition: color .2s ease; }
.wissen-breadcrumb a:hover { color: var(--teal); }
.wissen-breadcrumb span:last-child { color: var(--ink-soft); }
.wissen-article-hero-grid { display: grid; grid-template-columns: 1.12fr .72fr; align-items: center; gap: clamp(55px, 8vw, 110px); }
.wissen-article-hero h1 { max-width: 840px; margin: 17px 0 24px; font-size: clamp(50px, 7vw, 86px); font-weight: 700; letter-spacing: -.064em; line-height: .95; }
.wissen-article-hero .wissen-lead { max-width: 760px; }
.wissen-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 28px; color: var(--faint); font-size: 11px; }
.wissen-meta span + span::before { margin-right: 24px; color: var(--line-strong); content: "•"; }
.wissen-kurzantwort { position: relative; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 26px; background: linear-gradient(145deg, rgba(18, 50, 70, .9), rgba(10, 31, 44, .94)); padding: 34px; box-shadow: var(--shadow); }
.wissen-kurzantwort::after { position: absolute; top: -75px; right: -75px; width: 210px; height: 210px; border: 1px solid rgba(66, 212, 205, .12); border-radius: 50%; content: ""; box-shadow: 0 0 0 35px rgba(66, 212, 205, .02); }
.wissen-kurzantwort-mark { display: grid; width: 44px; height: 44px; margin-bottom: 30px; border-radius: 14px; background: var(--teal-wash); color: var(--teal); font-size: 25px; place-items: center; }
.wissen-kurzantwort > p:last-child { position: relative; z-index: 1; margin-top: 12px; color: var(--ink-soft); font-size: 15px; line-height: 1.75; }

.wissen-reading { padding: 105px 0 40px; }
.wissen-reading-grid { display: grid; grid-template-columns: 250px minmax(0, 790px); align-items: start; justify-content: space-between; gap: clamp(55px, 9vw, 120px); }
.wissen-toc { position: sticky; top: 115px; }
.wissen-toc nav { display: grid; margin-top: 20px; border-top: 1px solid var(--line); }
.wissen-toc nav a { display: grid; min-height: 58px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; line-height: 1.45; grid-template-columns: 28px 1fr; align-items: center; transition: color .2s ease; }
.wissen-toc nav a:hover { color: var(--teal); }
.wissen-toc nav span { color: var(--teal); font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.wissen-disclaimer { margin-top: 28px; border: 1px solid rgba(244, 173, 99, .25); border-radius: 15px; background: rgba(244, 173, 99, .06); padding: 17px; }
.wissen-disclaimer strong { color: var(--amber); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.wissen-disclaimer p { margin-top: 7px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.wissen-prose { min-width: 0; }
.wissen-article-section { scroll-margin-top: 110px; border-bottom: 1px solid var(--line); padding: 0 0 78px; margin-bottom: 78px; }
.wissen-section-number { margin-bottom: 18px; color: var(--teal); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.wissen-prose h2, .wissen-article-faq h2 { max-width: 760px; margin-bottom: 30px; font-size: clamp(36px, 4.2vw, 52px); letter-spacing: -.052em; line-height: 1.04; }
.wissen-prose p { color: var(--ink-soft); font-size: 17px; line-height: 1.82; }
.wissen-prose p + p { margin-top: 19px; }
.wissen-prose strong { color: var(--ink); }
.wissen-prose em { color: var(--ink); }
.wissen-prose a { color: var(--teal); text-decoration: underline; text-decoration-color: rgba(66, 212, 205, .4); text-underline-offset: 4px; }
.wissen-prose a:hover { color: var(--teal-bright); }
.wissen-liste { display: grid; gap: 10px; margin: 28px 0 0; padding: 0; list-style: none; }
.wissen-liste li { position: relative; border: 1px solid var(--line); border-radius: 16px; background: rgba(13, 37, 51, .7); padding: 17px 20px 17px 48px; color: var(--ink-soft); font-size: 15px; line-height: 1.65; }
.wissen-liste li::before { position: absolute; top: 24px; left: 22px; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); content: ""; box-shadow: 0 0 0 5px rgba(66, 212, 205, .08); }
.wissen-quelle { display: flex; align-items: flex-start; gap: 14px; margin-top: 28px !important; border-left: 2px solid var(--teal-deep); padding: 4px 0 4px 16px; color: var(--faint) !important; font-size: 12px !important; line-height: 1.6 !important; }
.wissen-quelle span { flex: none; color: var(--teal); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.wissen-article-faq { scroll-margin-top: 110px; padding-bottom: 70px; }
.wissen-article-faq .faq-list { margin-top: 38px; }
.wissen-article-faq .faq-list summary { font-size: 15px; }
.wissen-article-faq .faq-list details p { color: var(--muted); font-size: 14px; line-height: 1.75; }

.wissen-related { padding: 75px 0 105px; }
.wissen-related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.wissen-related-card { display: flex; min-height: 210px; border: 1px solid var(--line); border-radius: 21px; background: var(--surface); padding: 28px; flex-direction: column; transition: border-color .2s ease, transform .2s ease; }
.wissen-related-card:hover { border-color: rgba(66, 212, 205, .5); transform: translateY(-3px); }
.wissen-related-card > span { color: var(--teal); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.wissen-related-card strong { max-width: 460px; margin-top: 25px; font-size: 24px; letter-spacing: -.035em; line-height: 1.2; }
.wissen-related-card small { margin-top: auto; padding-top: 26px; color: var(--faint); font-size: 10px; }
.wissen-related-card b { float: right; color: var(--teal); font-size: 15px; }

.wissen-cta { padding: 0 0 120px; }
.wissen-cta-box { display: grid; grid-template-columns: 1fr 330px; align-items: center; min-height: 470px; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 32px; background: radial-gradient(circle at 78% 45%, rgba(66, 212, 205, .16), transparent 33%), var(--surface); padding: 55px 65px; }
.wissen-cta-box h2 { max-width: 690px; margin: 15px 0 20px; font-size: clamp(40px, 5vw, 64px); line-height: .98; }
.wissen-cta-box > div:first-child > p:not(.wissen-kicker) { max-width: 620px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.wissen-cta-box .hero-actions { align-items: center; margin-top: 28px; }
.wissen-cta-visual { position: relative; align-self: end; height: 415px; }
.wissen-cta-visual::before { position: absolute; top: 45px; left: 50%; width: 300px; height: 300px; border: 1px solid rgba(66, 212, 205, .13); border-radius: 50%; content: ""; transform: translateX(-50%); box-shadow: 0 0 0 45px rgba(66, 212, 205, .02); }
.wissen-cta-visual img { position: absolute; right: 50%; bottom: -115px; width: 235px; max-width: none; border: 1px solid var(--line-strong); border-radius: 34px; box-shadow: var(--shadow); transform: translateX(50%); }

@media (max-width: 900px) {
  .wissen-hub-grid, .wissen-article-hero-grid { grid-template-columns: 1fr; }
  .wissen-hub-copy { max-width: 720px; }
  .wissen-hub-visual { min-height: 510px; }
  .wissen-article-hero-grid { gap: 45px; }
  .wissen-kurzantwort { max-width: 650px; }
  .wissen-reading-grid { grid-template-columns: 1fr; }
  .wissen-toc { position: static; }
  .wissen-toc nav { grid-template-columns: repeat(2, 1fr); column-gap: 24px; }
  .wissen-disclaimer { max-width: 650px; }
  .wissen-cta-box { grid-template-columns: 1fr 250px; padding: 48px; }
}

@media (max-width: 700px) {
  .wissen-hub-hero { min-height: 0; padding: 72px 0 55px; }
  .wissen-hub-copy h1 { font-size: clamp(49px, 14vw, 67px); }
  .wissen-lead { font-size: 15px; line-height: 1.72; }
  .wissen-hub-copy .hero-actions { align-items: flex-start; }
  .wissen-hub-visual { min-height: 410px; margin-top: 15px; }
  .wissen-route-panel { min-height: 285px; border-radius: 23px; }
  .wissen-route-line { inset: 66px 45px 60px; }
  .wissen-signal-card { min-width: 156px; padding: 13px 15px; }
  .wissen-signal-source { top: 15px; right: -6px; }
  .wissen-signal-honest { bottom: 18px; left: -5px; }
  .wissen-trust-strip .shell { grid-template-columns: 1fr; }
  .wissen-trust-strip .shell > div { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 20px; }
  .wissen-trust-strip .shell > div:last-child { border-bottom: 0; }
  .wissen-index-content { padding: 80px 0 95px; }
  .wissen-section-heading { margin-bottom: 32px; }
  .wissen-featured-card { grid-template-columns: 1fr; }
  .wissen-featured-copy { padding: 31px 25px 38px; }
  .wissen-featured-card h2 { font-size: 38px; }
  .wissen-featured-visual { min-height: 245px; order: -1; }
  .wissen-featured-number { font-size: 105px; }
  .wissen-card-heading { align-items: flex-start; margin: 70px 0 28px; flex-direction: column; gap: 14px; }
  .wissen-karten { grid-template-columns: 1fr; }
  .wissen-karte { min-height: 245px; padding: 25px; }
  .wissen-karte h3 { font-size: 27px; }

  .wissen-article-hero { padding: 25px 0 58px; }
  .wissen-breadcrumb { margin-bottom: 42px; }
  .wissen-article-hero h1 { font-size: clamp(43px, 12vw, 58px); }
  .wissen-meta { flex-direction: column; gap: 5px; }
  .wissen-meta span + span::before { display: none; }
  .wissen-kurzantwort { border-radius: 21px; padding: 25px; }
  .wissen-kurzantwort-mark { margin-bottom: 23px; }
  .wissen-reading { padding: 75px 0 20px; }
  .wissen-toc nav { grid-template-columns: 1fr; }
  .wissen-disclaimer { margin-top: 22px; }
  .wissen-prose { margin-top: 25px; }
  .wissen-article-section { padding-bottom: 58px; margin-bottom: 58px; }
  .wissen-prose h2, .wissen-article-faq h2 { font-size: 36px; }
  .wissen-prose p { font-size: 15.5px; line-height: 1.8; }
  .wissen-liste li { padding: 15px 17px 15px 42px; font-size: 14px; }
  .wissen-liste li::before { top: 22px; left: 19px; }
  .wissen-quelle { display: block; }
  .wissen-quelle span { display: block; margin-bottom: 6px; }
  .wissen-related { padding: 60px 0 80px; }
  .wissen-related-grid { grid-template-columns: 1fr; }
  .wissen-related-card { min-height: 190px; padding: 24px; }
  .wissen-cta { padding-bottom: 80px; }
  .wissen-cta-box { grid-template-columns: 1fr; padding: 34px 25px 0; }
  .wissen-cta-box h2 { font-size: 40px; }
  .wissen-cta-box .hero-actions { align-items: flex-start; }
  .wissen-cta-visual { height: 390px; margin-top: 25px; }
}
