:root {
  --v11-bg: #f7f8fb;
  --v11-bg-2: #eef2f7;
  --v11-warm: #eef4fa;
  --v11-ink: #11161b;
  --v11-ink-soft: #53606b;
  --v11-ink-muted: #7b8794;
  --v11-line: rgba(37, 50, 61, 0.12);
  --v11-line-strong: rgba(37, 50, 61, 0.2);
  --v11-glass: rgba(255, 255, 255, 0.52);
  --v11-glass-strong: rgba(255, 255, 255, 0.72);
  --v11-deep: #0e1a1d;
  --v11-mint: #50d6c4;
  --v11-mint-deep: #0e8f83;
  --v11-blue: #67b8f8;
  --v11-champagne: #67b8f8;
  --v11-blush: #e9a9b5;
  --v11-radius-xl: 14px;
  --v11-radius-lg: 12px;
  --v11-radius-md: 10px;
  --v11-shadow: 0 30px 90px rgba(25, 39, 54, 0.16), 0 8px 22px rgba(25, 39, 54, 0.08);
  --v11-shadow-soft: 0 18px 54px rgba(25, 39, 54, 0.12);
  --v11-font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
}

html[data-theme="dark"] {
  --v11-bg: #03130f;
  --v11-bg-2: #051b16;
  --v11-warm: #08241e;
  --v11-ink: #f6fffb;
  --v11-ink-soft: #bfd7cf;
  --v11-ink-muted: #8ea69e;
  --v11-line: rgba(167, 243, 208, 0.14);
  --v11-line-strong: rgba(167, 243, 208, 0.24);
  --v11-glass: rgba(7, 31, 25, 0.72);
  --v11-glass-strong: rgba(7, 31, 25, 0.86);
  --v11-deep: #f6fffb;
  --v11-mint: #50d6c4;
  --v11-mint-deep: #14b6a8;
  --v11-blue: #67b8f8;
  --v11-champagne: #67b8f8;
  --v11-blush: #e9a9b5;
  --v11-shadow: 0 30px 90px rgba(0, 0, 0, 0.32), 0 8px 22px rgba(0, 0, 0, 0.22);
  --v11-shadow-soft: 0 18px 54px rgba(0, 0, 0, 0.24);
  color-scheme: dark;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  background: var(--v11-bg);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  font-family: var(--v11-font);
  color: var(--v11-ink);
  letter-spacing: 0;
  background:
    linear-gradient(145deg, rgba(232,242,251,0.94) 0%, rgba(247, 248, 251, 0.98) 35%, rgba(238, 242, 247, 0.96) 72%, rgba(245, 248, 250, 1) 100%);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(100deg, rgba(80, 214, 196, 0.1), transparent 32%, rgba(103, 184, 248, 0.1) 68%, transparent),
    repeating-linear-gradient(90deg, rgba(17, 22, 27, 0.028) 0 1px, transparent 1px 104px),
    repeating-linear-gradient(0deg, rgba(17, 22, 27, 0.022) 0 1px, transparent 1px 104px);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.27;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

html[data-theme="dark"] body {
  background:
    radial-gradient(circle at 18% -8%, rgba(80, 214, 196, 0.14), transparent 34%),
    radial-gradient(circle at 88% 8%, rgba(103, 184, 248, 0.08), transparent 30%),
    linear-gradient(145deg, #03130f 0%, #071f1a 48%, #041511 100%);
}

html[data-theme="dark"] body::before {
  background:
    linear-gradient(100deg, rgba(80, 214, 196, 0.1), transparent 32%, rgba(103, 184, 248, 0.07) 68%, transparent),
    repeating-linear-gradient(90deg, rgba(167, 243, 208, 0.035) 0 1px, transparent 1px 104px),
    repeating-linear-gradient(0deg, rgba(167, 243, 208, 0.028) 0 1px, transparent 1px 104px);
}

html[data-theme="dark"] body::after {
  opacity: 0.18;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

img,
svg {
  display: block;
  max-width: 100%;
}

main {
  position: relative;
}

::selection {
  color: #082624;
  background: rgba(80, 214, 196, 0.34);
}

.v11-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.v11-kicker {
  margin: 0;
  color: var(--v11-mint-deep);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.v11-section-head {
  max-width: 760px;
}

.v11-section-head--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.v11-section-head h2 {
  margin: 12px 0 0;
  font-size: 52px;
  line-height: 1.02;
  font-weight: 680;
  letter-spacing: 0;
}

.v11-section-head p:last-child {
  margin: 18px 0 0;
  color: var(--v11-ink-soft);
  font-size: 19px;
  line-height: 1.55;
}

.v11-glass,
.v11-device-glass {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.74);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.32)),
    linear-gradient(120deg, rgba(80, 214, 196, 0.13), transparent 38%, rgba(103, 184, 248, 0.14));
  box-shadow: var(--v11-shadow);
  backdrop-filter: blur(34px) saturate(1.25);
  -webkit-backdrop-filter: blur(34px) saturate(1.25);
  transform: perspective(1200px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transform-style: preserve-3d;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.v11-glass::before,
.v11-device-glass::before {
  position: absolute;
  inset: 1px;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.72), transparent 28%, rgba(255, 255, 255, 0.24) 56%, transparent),
    repeating-linear-gradient(118deg, rgba(255, 255, 255, 0.18) 0 1px, transparent 1px 18px);
  opacity: 0.72;
  mask-image: linear-gradient(150deg, black, transparent 72%);
}

.v11-glass::after,
.v11-device-glass::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
  content: "";
  background: linear-gradient(120deg, transparent 0 34%, rgba(255, 255, 255, 0.38) 45%, transparent 58% 100%);
  opacity: 0.3;
  transform: translate3d(0, 0, 1px);
}

.v11-glass > *,
.v11-device-glass > * {
  position: relative;
  z-index: 1;
}

.v11-topbar {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 40;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: min(1120px, calc(100% - 32px));
  min-height: 66px;
  padding: 9px 10px 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 16px 50px rgba(28, 40, 55, 0.12);
  backdrop-filter: blur(28px) saturate(1.25);
  -webkit-backdrop-filter: blur(28px) saturate(1.25);
  transform: translateX(-50%);
  transition: background 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.v11-scrolled .v11-topbar {
  border-color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 44px rgba(28, 40, 55, 0.16);
}

.v11-brand {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  min-width: 0;
}

.v11-brand__wordmark {
  display: block;
  width: min(226px, 42vw);
  height: auto;
  max-height: 36px;
  object-fit: contain;
  object-position: left center;
}

.v11-brand__footer-lockup {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.v11-brand__footer-lockup small {
  color: var(--v11-ink-muted);
  font-size: 11px;
  font-weight: 560;
  letter-spacing: 0;
  line-height: 1.2;
}

.v11-brand__mark {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: 10px;
  box-shadow: 0 16px 32px rgba(16, 107, 103, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.v11-brand__text {
  display: grid;
  min-width: 0;
  line-height: 1.15;
}

.v11-brand__text strong {
  overflow: visible;
  padding-bottom: 2px;
  background: linear-gradient(135deg, #0d6b69 0%, #0e9384 45%, #0c81a8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 20px;
  font-weight: 860;
  letter-spacing: 0;
}

.v11-brand__text small {
  margin-top: 3px;
  color: var(--v11-ink-muted);
  font-size: 11px;
  font-weight: 560;
  letter-spacing: 0;
}

.v11-nav {
  display: none;
  justify-content: center;
  gap: 6px;
  align-items: center;
}

.v11-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 15px;
  border-radius: 8px;
  color: var(--v11-ink-soft); /* theme-aware (war hardcoded rgba(17,22,27,.72) → unsichtbar im Dark-Mode) */
  font-size: 14px;
  font-weight: 620;
  transition: background 160ms ease, color 160ms ease;
}

.v11-nav a:hover {
  color: var(--v11-ink);
  background: rgba(255, 255, 255, 0.58);
}

.v11-nav-cta,
.v11-button,
.v11-submit,
.v11-sticky {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  font-weight: 720;
  letter-spacing: 0;
  isolation: isolate;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.v11-nav-cta {
  grid-column: 3;
  justify-self: end;
  min-height: 38px;
  padding: 0 16px;
  color: #ffffff;
  background: linear-gradient(135deg, #08776f, #125f80);
  box-shadow: 0 14px 32px rgba(27, 123, 121, 0.24);
  font-size: 13px;
}

.v11-nav-cta:hover,
.v11-button:hover,
.v11-submit:hover,
.v11-sticky:hover {
  transform: translateY(-1px);
  filter: saturate(1.05);
}

.v11-menu {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(17, 22, 27, 0.08);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.62);
}

.v11-menu span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  border-radius: 2px;
  background: var(--v11-ink);
  transition: transform 180ms ease;
}

.v11-menu[aria-expanded="true"] span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.v11-menu[aria-expanded="true"] span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.v11-drawer {
  position: fixed;
  top: 92px;
  right: 16px;
  left: 16px;
  z-index: 39;
  display: none;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--v11-shadow-soft);
  backdrop-filter: blur(26px) saturate(1.2);
  -webkit-backdrop-filter: blur(26px) saturate(1.2);
  transform: translateY(-8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.v11-drawer.is-open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.v11-drawer a {
  padding: 14px 16px;
  border-radius: 10px;
  color: var(--v11-ink);
  background: rgba(247, 248, 251, 0.62);
  font-weight: 680;
}

.v11-hero {
  padding: 116px 0 34px;
}

.v11-hero__glass {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1.18fr);
  gap: 34px;
  width: min(1220px, calc(100% - 40px));
  min-height: 720px;
  margin: 0 auto;
  padding: 54px;
  border-radius: 44px;
  overflow: hidden;
}

.v11-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.v11-hero h1 {
  max-width: 640px;
  margin: 14px 0 0;
  color: var(--v11-ink);
  font-size: 78px;
  line-height: 0.95;
  font-weight: 680;
  letter-spacing: 0;
}

.v11-lead {
  max-width: 640px;
  margin: 24px 0 0;
  color: var(--v11-ink-soft);
  font-size: 21px;
  line-height: 1.52;
  font-weight: 450;
}

.v11-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.v11-button {
  padding: 0 24px;
  font-size: 15px;
}

.v11-button--primary {
  color: #ffffff;
  background: linear-gradient(135deg, #08766e, #125f80);
  box-shadow: 0 20px 42px rgba(17, 119, 128, 0.25);
}

.v11-button--ghost {
  color: var(--v11-ink);
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 14px 34px rgba(25, 39, 54, 0.08);
}

.v11-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 36px;
}

.v11-proof span {
  display: grid;
  gap: 4px;
  min-height: 82px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 10px;
  color: var(--v11-ink-soft);
  background: rgba(255, 255, 255, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: 570;
}

.v11-proof b {
  color: var(--v11-ink);
  font-size: 22px;
  font-weight: 730;
}

.v11-stage {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 630px;
  perspective: 1400px;
}

.v11-stage__tablet {
  width: min(680px, 100%);
  min-height: 460px;
  padding: 18px;
  border-radius: 36px;
  background:
    linear-gradient(140deg, rgba(14, 26, 29, 0.96), rgba(18, 36, 40, 0.82)),
    linear-gradient(120deg, rgba(80, 214, 196, 0.22), rgba(103, 184, 248, 0.12));
  box-shadow: 0 40px 90px rgba(8, 24, 27, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  color: #f9fffe;
  animation: v11-float 6s ease-in-out infinite;
}

.v11-stage__tablet::before,
.v11-stage__tablet::after,
.v11-stage__phone::before,
.v11-stage__phone::after {
  opacity: 0.38;
}

.v11-tablet__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 9px 18px;
  color: rgba(249, 255, 254, 0.76);
  font-size: 13px;
  font-weight: 630;
}

.v11-tablet__bar strong {
  color: #ffffff;
  font-weight: 720;
}

.v11-route-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background:
    linear-gradient(150deg, rgba(80, 214, 196, 0.15), rgba(103, 184, 248, 0.1)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 46px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.052) 0 1px, transparent 1px 46px);
}

.v11-route-hero svg {
  width: 100%;
  height: auto;
}

.v11-route-grid {
  fill: none;
  stroke: rgba(255, 255, 255, 0.07);
  stroke-width: 1;
}

.v11-hero-path {
  fill: none;
  stroke: url(#heroRouteV11);
  stroke-width: 14;
  stroke-linecap: round;
  stroke-dasharray: 22 18;
  animation: v11-route-dash 2.8s linear infinite;
}

.v11-hero-path--glow {
  stroke-width: 24;
  opacity: 0.16;
  stroke-dasharray: none;
  animation: none;
}

.v11-route-dot {
  fill: #f9fffe;
  stroke: #39c7b8;
  stroke-width: 12;
  filter: drop-shadow(0 10px 20px rgba(80, 214, 196, 0.2));
}

.v11-route-hero__chip {
  position: absolute;
  bottom: 18px;
  left: 18px;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 16px;
  border-radius: 8px;
  color: #10211f;
  background: rgba(249, 255, 254, 0.96);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
  font-size: 13px;
  font-weight: 740;
}

.v11-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.v11-hero-metrics div {
  min-height: 86px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.055);
}

.v11-hero-metrics small {
  display: block;
  color: rgba(249, 255, 254, 0.52);
  font-size: 12px;
  font-weight: 670;
}

.v11-hero-metrics strong {
  display: block;
  margin-top: 9px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 720;
}

.v11-stage__phone {
  position: absolute;
  right: 2px;
  bottom: 0;
  width: 286px;
  min-height: 548px;
  padding: 18px;
  border: 9px solid rgba(255, 255, 255, 0.74);
  border-radius: 48px;
  color: #f9fffe;
  background:
    linear-gradient(155deg, rgba(6, 20, 22, 0.96), rgba(15, 33, 35, 0.9)),
    linear-gradient(115deg, rgba(80, 214, 196, 0.2), rgba(103, 184, 248, 0.12));
  box-shadow: 0 44px 92px rgba(10, 24, 28, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  animation: v11-float-phone 6.4s ease-in-out infinite;
}

.v11-phone__island {
  width: 74px;
  height: 23px;
  margin: 0 auto 18px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.52);
  box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.08);
}

.v11-phone__head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 10px;
  align-items: center;
}

.v11-phone__head span {
  color: rgba(249, 255, 254, 0.54);
  font-size: 12px;
  font-weight: 680;
}

.v11-phone__head strong {
  color: #ffffff;
  font-size: 22px;
  font-weight: 730;
}

.v11-phone__head em {
  grid-row: 1 / span 2;
  grid-column: 2;
  align-self: center;
  padding: 9px 12px;
  border-radius: 8px;
  color: #082624;
  background: var(--v11-mint);
  font-size: 12px;
  font-style: normal;
  font-weight: 740;
}

.v11-mini-map {
  position: relative;
  min-height: 148px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(80, 214, 196, 0.12), rgba(103, 184, 248, 0.1)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 34px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.052) 0 1px, transparent 1px 34px);
}

.v11-mini-map svg {
  width: 100%;
  height: 100%;
  min-height: 148px;
}

.v11-mini-map__line {
  fill: none;
  stroke: var(--v11-mint);
  stroke-width: 8;
  stroke-linecap: round;
  filter: drop-shadow(0 8px 12px rgba(80, 214, 196, 0.18));
  stroke-dasharray: 22 12;
  animation: v11-route-dash 2.6s linear infinite;
}

.v11-mini-map circle {
  fill: #f9fffe;
  stroke: #3ccabb;
  stroke-width: 6;
}

.v11-mini-map span {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 9px 13px;
  border-radius: 8px;
  color: #0e1a1d;
  background: #f9fffe;
  font-size: 12px;
  font-weight: 740;
}

.v11-phone-slot,
.v11-phone-alert {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
  min-height: 66px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.055);
}

.v11-phone-slot time {
  color: var(--v11-mint);
  font-family: "SF Mono", "Menlo", "Consolas", monospace;
  font-size: 14px;
  font-weight: 730;
}

.v11-phone-slot strong,
.v11-phone-alert strong {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 720;
}

.v11-phone-slot span,
.v11-phone-alert small {
  display: block;
  margin-top: 3px;
  color: rgba(249, 255, 254, 0.55);
  font-size: 12px;
  font-weight: 600;
}

.v11-phone-slot--warm {
  border-color: rgba(103,184,248,0.26);
  background: rgba(103,184,248,0.08);
}

.v11-phone-alert {
  grid-template-columns: 28px 1fr auto;
  border-color: rgba(80, 214, 196, 0.34);
  background: rgba(80, 214, 196, 0.12);
}

.v11-phone-alert > span {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: var(--v11-mint);
}

.v11-phone-alert em {
  padding: 8px 10px;
  border-radius: 8px;
  color: #082624;
  background: var(--v11-mint);
  font-size: 11px;
  font-style: normal;
  font-weight: 740;
}

.v11-problem,
.v11-demo,
.v11-system,
.v11-roadmap,
.v11-access,
.v11-faq {
  padding: 96px 0;
}

.v11-problem {
  padding-top: 52px;
}

.v11-problem__wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 38px;
  align-items: center;
}

.v11-moment-strip {
  display: grid;
  gap: 14px;
}

.v11-moment {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 112px;
  padding: 22px;
  border: 1px solid rgba(37, 50, 61, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: 0 16px 42px rgba(25, 39, 54, 0.06);
}

.v11-moment span {
  color: var(--v11-mint-deep);
  font-family: "SF Mono", "Menlo", "Consolas", monospace;
  font-size: 22px;
  font-weight: 720;
}

.v11-moment strong {
  display: block;
  color: var(--v11-ink);
  font-size: 21px;
  font-weight: 720;
}

.v11-moment p {
  margin: 5px 0 0;
  color: var(--v11-ink-soft);
  font-size: 16px;
  line-height: 1.42;
}

.v11-moment--active {
  border-color: rgba(103,184,248,0.42);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(232,242,251,0.78)),
    linear-gradient(120deg, rgba(103,184,248,0.24), rgba(80, 214, 196, 0.14));
  box-shadow: 0 28px 70px rgba(156, 112, 52, 0.13);
}

.v11-demo__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr);
  gap: 34px;
  align-items: center;
}

.v11-demo__copy h2 {
  margin: 14px 0 0;
  font-size: 54px;
  line-height: 1.02;
  font-weight: 680;
}

.v11-demo__copy p {
  margin: 20px 0 0;
  color: var(--v11-ink-soft);
  font-size: 19px;
  line-height: 1.55;
}

.v11-segment {
  display: inline-flex;
  gap: 6px;
  margin-top: 30px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68), 0 16px 36px rgba(25, 39, 54, 0.08);
}

.v11-segment button {
  min-width: 104px;
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  color: var(--v11-ink-soft); /* theme-aware (war hardcoded rgba(17,22,27,.64) → unsichtbar im Dark-Mode) */
  background: transparent;
  font-size: 14px;
  font-weight: 720;
  transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.v11-segment button.is-active {
  color: #ffffff;
  background: linear-gradient(135deg, #08776f, #125f80);
  box-shadow: 0 12px 24px rgba(27, 123, 121, 0.18);
}

.v11-route-lab {
  padding: 22px;
  border-radius: 36px;
  overflow: hidden;
}

.v11-route-lab__top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.v11-route-lab__top span {
  display: block;
  color: var(--v11-mint-deep);
  font-size: 13px;
  font-weight: 740;
  text-transform: uppercase;
}

.v11-route-lab__top strong {
  display: block;
  max-width: 520px;
  margin-top: 6px;
  color: var(--v11-ink);
  font-size: 27px;
  line-height: 1.12;
  font-weight: 680;
}

.v11-route-lab__top em {
  flex: 0 0 auto;
  min-width: 86px;
  padding: 10px 13px;
  border-radius: 8px;
  color: #092625;
  background: rgba(80, 214, 196, 0.78);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 760;
}

.v11-route-lab[data-state="tight"] .v11-route-lab__top em {
  color: #2b1b02;
  background: rgba(103,184,248,0.84);
}

.v11-route-lab[data-state="blocked"] .v11-route-lab__top em {
  color: #ffffff;
  background: rgba(185, 68, 89, 0.86);
}

.v11-route-lab__map {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(37, 50, 61, 0.1);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(246, 251, 252, 0.84), rgba(236, 243, 248, 0.62)),
    repeating-linear-gradient(90deg, rgba(17, 22, 27, 0.045) 0 1px, transparent 1px 50px),
    repeating-linear-gradient(0deg, rgba(17, 22, 27, 0.04) 0 1px, transparent 1px 50px);
}

.v11-route-lab__map svg {
  width: 100%;
  min-height: 310px;
}

.v11-demo-grid {
  fill: none;
  stroke: rgba(17, 22, 27, 0.07);
  stroke-width: 1;
}

.v11-demo-path {
  fill: none;
  stroke: url(#demoRouteV11);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-dasharray: 28 18;
  transition: d 320ms ease, stroke 240ms ease;
  animation: v11-route-dash 2.7s linear infinite;
}

.v11-demo-path--shadow {
  stroke: rgba(20, 80, 80, 0.16);
  stroke-width: 32;
  stroke-dasharray: none;
  animation: none;
  filter: blur(1px);
}

.v11-route-lab[data-state="tight"] .v11-demo-path {
  stroke: #d8a747;
}

.v11-route-lab[data-state="blocked"] .v11-demo-path {
  stroke: #c15369;
}

.v11-demo-node {
  fill: #ffffff;
  stroke: #2bbcaf;
  stroke-width: 12;
  filter: drop-shadow(0 12px 20px rgba(45, 162, 154, 0.18));
}

.v11-route-lab[data-state="tight"] .v11-demo-node {
  stroke: #d8a747;
}

.v11-route-lab[data-state="blocked"] .v11-demo-node {
  stroke: #c15369;
}

.v11-route-callout {
  position: absolute;
  top: 22px;
  right: 22px;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 16px;
  border-radius: 8px;
  color: #ffffff;
  background: rgba(14, 26, 29, 0.9);
  box-shadow: 0 18px 36px rgba(14, 26, 29, 0.18);
  font-size: 13px;
  font-weight: 740;
}

.v11-route-lab__copy {
  margin: 18px 4px 0;
  color: var(--v11-ink-soft);
  font-size: 17px;
  line-height: 1.5;
}

.v11-route-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.v11-route-metrics div {
  min-height: 82px;
  padding: 16px;
  border: 1px solid rgba(37, 50, 61, 0.09);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.55);
}

.v11-route-metrics small {
  display: block;
  color: var(--v11-ink-muted);
  font-size: 12px;
  font-weight: 700;
}

.v11-route-metrics strong {
  display: block;
  margin-top: 8px;
  color: var(--v11-ink);
  font-family: "SF Mono", "Menlo", "Consolas", monospace;
  font-size: 23px;
  font-weight: 720;
}

.v11-system {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(238, 242, 247, 0.62)),
    linear-gradient(110deg, rgba(80, 214, 196, 0.09), transparent 46%, rgba(232,242,251,0.42));
}

.v11-os-flow {
  display: grid;
  gap: 14px;
  margin-top: 46px;
}

.v11-os-item {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 22px;
  align-items: center;
  min-height: 140px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 18px 48px rgba(25, 39, 54, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px) saturate(1.12);
  -webkit-backdrop-filter: blur(20px) saturate(1.12);
}

.v11-os-item__index {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 10px;
  color: #ffffff;
  background: linear-gradient(135deg, #0f8f83, #5ea9e8);
  box-shadow: 0 16px 34px rgba(17, 119, 128, 0.18);
  font-family: "SF Mono", "Menlo", "Consolas", monospace;
  font-size: 17px;
  font-weight: 760;
}

.v11-os-item h3 {
  margin: 0;
  color: var(--v11-ink);
  font-size: 27px;
  line-height: 1.12;
  font-weight: 680;
}

.v11-os-item p {
  max-width: 760px;
  margin: 9px 0 0;
  color: var(--v11-ink-soft);
  font-size: 17px;
  line-height: 1.5;
}

.v11-os-item em {
  min-width: 120px;
  padding: 10px 13px;
  border: 1px solid rgba(37, 50, 61, 0.1);
  border-radius: 8px;
  color: var(--v11-ink-soft);
  background: rgba(255, 255, 255, 0.48);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 740;
}

.v11-roadmap {
  overflow: hidden;
}

.v11-roadmap__rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 48px;
}

.v11-roadmap__rail::before {
  position: absolute;
  top: 28px;
  right: 8%;
  left: 8%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, rgba(80, 214, 196, 0.2), rgba(80, 214, 196, 0.82), rgba(103, 184, 248, 0.82), rgba(103,184,248,0.48));
}

.v11-roadmap-card {
  position: relative;
  min-height: 372px;
  padding: 54px 22px 22px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 12px;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.34)),
    linear-gradient(130deg, rgba(80, 214, 196, 0.12), transparent 58%, rgba(103,184,248,0.16));
  box-shadow: 0 22px 62px rgba(25, 39, 54, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(22px) saturate(1.16);
  -webkit-backdrop-filter: blur(22px) saturate(1.16);
}

.v11-roadmap-card::before {
  position: absolute;
  top: 17px;
  left: 22px;
  width: 22px;
  height: 22px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  content: "";
  background: var(--v11-mint-deep);
  box-shadow: 0 0 0 5px rgba(80, 214, 196, 0.18), 0 14px 24px rgba(17, 119, 128, 0.16);
}

.v11-roadmap-card--active {
  color: #f9fffe;
  border-color: rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(145deg, rgba(14, 26, 29, 0.96), rgba(18, 45, 49, 0.88)),
    linear-gradient(120deg, rgba(80, 214, 196, 0.2), rgba(103, 184, 248, 0.12));
  box-shadow: 0 34px 90px rgba(8, 24, 27, 0.25);
}

.v11-roadmap-card span {
  color: var(--v11-mint-deep);
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.v11-roadmap-card--active span {
  color: var(--v11-mint);
}

.v11-roadmap-card h3 {
  margin: 10px 0 0;
  font-size: 30px;
  line-height: 1.05;
  font-weight: 680;
}

.v11-roadmap-card p {
  margin: 15px 0 0;
  color: var(--v11-ink-soft);
  font-size: 15px;
  line-height: 1.48;
}

.v11-roadmap-card--active p {
  color: rgba(249, 255, 254, 0.7);
}

.v11-roadmap-card ul {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.v11-roadmap-card li {
  position: relative;
  padding-left: 18px;
  color: var(--v11-ink);
  font-size: 14px;
  line-height: 1.42;
  font-weight: 620;
}

.v11-roadmap-card--active li {
  color: #ffffff;
}

.v11-roadmap-card li::before {
  position: absolute;
  top: 0.66em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background: var(--v11-mint);
}

.v11-access {
  padding-top: 72px;
  background: linear-gradient(180deg, rgba(232,242,251,0.48), rgba(247, 248, 251, 0.18));
}

.v11-access__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 22px;
  align-items: stretch;
}

.v11-founder-pass,
.v11-waitlist {
  min-height: 630px;
  padding: 34px;
  border-radius: 36px;
}

.v11-founder-pass h2 {
  max-width: 590px;
  margin: 14px 0 0;
  font-size: 50px;
  line-height: 1.02;
  font-weight: 680;
}

.v11-founder-pass > p:not(.v11-kicker) {
  max-width: 570px;
  margin: 20px 0 0;
  color: var(--v11-ink-soft);
  font-size: 18px;
  line-height: 1.54;
}

.v11-pass-card {
  position: relative;
  margin-top: 44px;
  min-height: 318px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(14, 26, 29, 0.96), rgba(20, 68, 72, 0.86)),
    linear-gradient(120deg, rgba(80, 214, 196, 0.22), rgba(103, 184, 248, 0.14), rgba(103,184,248,0.16));
  box-shadow: 0 28px 74px rgba(8, 24, 27, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.v11-pass-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    repeating-linear-gradient(118deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 24px),
    linear-gradient(110deg, transparent 0 35%, rgba(255, 255, 255, 0.22) 48%, transparent 61% 100%);
  opacity: 0.68;
}

.v11-pass-card__top,
.v11-pass-card__code,
.v11-pass-card__benefits {
  position: relative;
  z-index: 1;
}

.v11-pass-card__top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.v11-pass-card__top span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 720;
  text-transform: uppercase;
}

.v11-pass-card__top strong {
  padding: 9px 12px;
  border-radius: 8px;
  color: #082624;
  background: var(--v11-mint);
  font-size: 12px;
  font-weight: 760;
}

.v11-pass-card__code {
  margin-top: 62px;
  font-size: 34px;
  line-height: 1.05;
  font-weight: 680;
}

.v11-pass-card__benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 44px;
}

.v11-pass-card__benefits span {
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 700;
}

.v11-waitlist__head {
  display: grid;
  gap: 8px;
  margin-bottom: 24px;
}

.v11-waitlist__head span {
  color: var(--v11-mint-deep);
  font-size: 13px;
  font-weight: 760;
  text-transform: uppercase;
}

.v11-waitlist__head strong {
  color: var(--v11-ink);
  font-size: 30px;
  line-height: 1.12;
  font-weight: 720;
}

.v11-form {
  display: grid;
  gap: 12px;
}

.v11-form label:not(.v11-check) {
  color: var(--v11-ink-soft);
  font-size: 13px;
  font-weight: 720;
}

.v11-form input[type="text"],
.v11-form input[type="email"] {
  width: 100%;
  min-height: 56px;
  padding: 0 17px;
  border: 1px solid rgba(37, 50, 61, 0.12);
  border-radius: 10px;
  outline: none;
  color: var(--v11-ink);
  background: rgba(255, 255, 255, 0.66);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  font-size: 16px;
  font-weight: 520;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.v11-form input[type="text"]:focus,
.v11-form input[type="email"]:focus {
  border-color: rgba(15, 143, 131, 0.5);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 0 0 4px rgba(80, 214, 196, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.v11-form__split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.v11-form__split > div {
  display: grid;
  gap: 12px;
}

.v11-check {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 11px;
  align-items: start;
  margin-top: 8px;
  color: var(--v11-ink-soft);
  font-size: 13px;
  line-height: 1.45;
}

.v11-check input {
  width: 19px;
  height: 19px;
  margin: 0;
  accent-color: var(--v11-mint-deep);
}

.v11-check a {
  color: var(--v11-mint-deep);
  font-weight: 720;
}

.v11-submit {
  width: 100%;
  min-height: 58px;
  margin-top: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, #08766e, #125f80);
  box-shadow: 0 20px 42px rgba(17, 119, 128, 0.23);
  font-size: 16px;
}

.v11-submit:disabled {
  cursor: progress;
  filter: grayscale(0.12);
  opacity: 0.78;
}

.v11-alert {
  margin-bottom: 8px;
  padding: 14px 15px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.42;
}

.v11-alert strong,
.v11-alert span {
  display: block;
}

.v11-alert--success {
  color: #07312d;
  border: 1px solid rgba(80, 214, 196, 0.36);
  background: rgba(80, 214, 196, 0.18);
}

.v11-alert--error {
  color: #6e1023;
  border: 1px solid rgba(185, 68, 89, 0.22);
  background: rgba(185, 68, 89, 0.08);
}

.wl-spin {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.34);
  border-top-color: #ffffff;
  border-radius: 50%;
  vertical-align: -3px;
  animation: v11-spin 0.75s linear infinite;
}

.v11-faq {
  padding-top: 82px;
}

.v11-faq__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  gap: 34px;
  align-items: start;
}

.v11-faq-list {
  display: grid;
  gap: 10px;
}

.v11-faq-item {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 16px 42px rgba(25, 39, 54, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px) saturate(1.12);
  -webkit-backdrop-filter: blur(20px) saturate(1.12);
}

.v11-faq-question {
  display: grid;
  grid-template-columns: 1fr 32px;
  gap: 16px;
  align-items: center;
  width: 100%;
  min-height: 72px;
  padding: 18px 18px 18px 22px;
  border: 0;
  color: var(--v11-ink);
  background: transparent;
  text-align: left;
}

.v11-faq-question span {
  font-size: 17px;
  line-height: 1.28;
  font-weight: 700;
}

.v11-faq-question em {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(14, 26, 29, 0.06);
  transition: transform 240ms ease, background 240ms ease;
}

.v11-faq-question em::before,
.v11-faq-question em::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 2px;
  border-radius: 2px;
  content: "";
  background: var(--v11-ink);
  transform: translate(-50%, -50%);
}

.v11-faq-question em::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: opacity 220ms ease;
}

.v11-faq-question[aria-expanded="true"] em {
  background: rgba(80, 214, 196, 0.18);
  transform: rotate(180deg);
}

.v11-faq-question[aria-expanded="true"] em::after {
  opacity: 0;
}

.v11-faq-panel {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-4px);
  transition: max-height 320ms cubic-bezier(0.22, 0.61, 0.36, 1), opacity 220ms ease, transform 220ms ease;
}

.v11-faq-item.is-open .v11-faq-panel {
  opacity: 1;
  transform: translateY(0);
}

.v11-faq-panel p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--v11-ink-soft);
  font-size: 16px;
  line-height: 1.55;
}

.v11-footer {
  display: flex;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 36px 0 42px;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  color: var(--v11-ink-soft);
}

.v11-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.v11-footer a {
  font-size: 14px;
  font-weight: 650;
}

.v11-footer a:hover {
  color: var(--v11-ink);
}

.v11-sticky {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 38;
  min-height: 54px;
  padding: 0 20px;
  color: #ffffff;
  background: linear-gradient(135deg, #08766e, #125f80);
  box-shadow: 0 20px 42px rgba(17, 119, 128, 0.26);
  font-size: 14px;
  opacity: 1;
}

.v11-sticky.is-hidden {
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
}

html[data-page="landing-v11"] #bp-cookie-banner {
  max-width: 720px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(14, 26, 29, 0.94), rgba(18, 37, 39, 0.9)),
    linear-gradient(120deg, rgba(80, 214, 196, 0.14), rgba(103, 184, 248, 0.08));
  box-shadow: 0 28px 78px rgba(8, 24, 27, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  font-family: var(--v11-font);
}

html[data-page="landing-v11"] #bp-cookie-banner .bpcb-title {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 720;
}

html[data-page="landing-v11"] #bp-cookie-banner .bpcb-text {
  color: rgba(249, 255, 254, 0.76);
  font-size: 12.5px;
  line-height: 1.48;
}

html[data-page="landing-v11"] #bp-cookie-banner .bpcb-text a {
  color: #8cf0e2 !important;
  border-bottom-color: rgba(140, 240, 226, 0.38);
}

html[data-page="landing-v11"] #bp-cookie-banner .bpcb-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 13px;
}

html[data-page="landing-v11"] #bp-cookie-banner .bp-cookie-btn {
  flex: initial;
  min-height: 40px;
  padding: 8px 12px;
  border-radius: 10px;
  border-color: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.07);
  font-family: var(--v11-font);
  font-size: 12px;
  font-weight: 680;
}

html[data-page="landing-v11"] #bp-cookie-banner .bp-cookie-btn-primary {
  color: #ffffff;
  border-color: transparent;
  background: linear-gradient(135deg, #08766e, #125f80);
  box-shadow: 0 16px 34px rgba(17, 119, 128, 0.22);
}

html[data-page="landing-v11"] #bp-cookie-settings,
html[data-page="landing-v11"] #bp-cookie-settings .bpcs-card,
html[data-page="landing-v11"] #bp-cookie-settings .bp-cookie-btn {
  font-family: var(--v11-font);
}

html[data-page="landing-v11"] #bp-cookie-settings .bpcs-card {
  border-radius: 12px;
}

[data-v11-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

[data-v11-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes v11-route-dash {
  to {
    stroke-dashoffset: -92;
  }
}

@keyframes v11-float {
  0%,
  100% {
    transform: translateY(0) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  }
  50% {
    transform: translateY(-10px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  }
}

@keyframes v11-float-phone {
  0%,
  100% {
    transform: translateY(0) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  }
  50% {
    transform: translateY(8px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  }
}

@keyframes v11-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1180px) {
  .v11-hero__glass {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .v11-hero h1 {
    font-size: 70px;
  }

  .v11-stage {
    min-height: 620px;
  }

  .v11-stage__tablet {
    width: calc(100% - 96px);
  }

  .v11-stage__phone {
    right: 22px;
  }

  .v11-roadmap__rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v11-roadmap__rail::before {
    display: none;
  }
}

@media (max-width: 980px) {
  .v11-topbar {
    grid-template-columns: auto 1fr auto;
  }

  .v11-nav,
  .v11-menu,
  .v11-drawer {
    display: none;
  }

  .v11-nav-cta {
    grid-column: 3;
    min-height: 36px;
    padding: 0 14px;
    font-size: 12px;
  }

  .v11-hero {
    padding-top: 104px;
  }

  .v11-hero__glass {
    width: min(100% - 28px, 720px);
    padding: 34px;
    border-radius: 34px;
  }

  .v11-hero h1 {
    font-size: 58px;
  }

  .v11-lead {
    font-size: 19px;
  }

  .v11-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .v11-stage {
    min-height: 660px;
  }

  .v11-stage__tablet {
    width: 100%;
    min-height: 410px;
  }

  .v11-stage__phone {
    right: 50%;
    bottom: 0;
    transform: translateX(50%);
  }

  .v11-problem__wrap,
  .v11-demo__grid,
  .v11-access__grid,
  .v11-faq__grid {
    grid-template-columns: 1fr;
  }

  .v11-section-head h2,
  .v11-demo__copy h2,
  .v11-founder-pass h2 {
    font-size: 44px;
  }

  .v11-os-item {
    grid-template-columns: 58px 1fr;
  }

  .v11-os-item em {
    grid-column: 2;
    justify-self: start;
  }

  .v11-access__grid {
    align-items: start;
  }

  .v11-founder-pass,
  .v11-waitlist {
    min-height: auto;
  }
}

@media (max-width: 720px) {
  .v11-shell {
    width: min(100% - 28px, 520px);
  }

  .v11-topbar {
    top: calc(10px + env(safe-area-inset-top));
    width: calc(100% - 20px);
    min-height: 60px;
    padding: 8px 8px 8px 10px;
  }

  .v11-brand__mark {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  .v11-brand__wordmark {
    width: min(186px, 48vw);
    max-height: 30px;
  }

  .v11-brand__text strong {
    font-size: 17px;
  }

  .v11-brand__text small {
    font-size: 10px;
  }

  .v11-menu {
    width: 44px;
    height: 44px;
  }

  .v11-drawer {
    top: calc(78px + env(safe-area-inset-top));
    right: 10px;
    left: 10px;
  }

  .v11-hero {
    min-height: auto;
    padding: 88px 0 30px;
  }

  .v11-hero__glass {
    width: calc(100% - 20px);
    padding: 24px;
    border-radius: 12px;
  }

  .v11-hero h1 {
    font-size: 46px;
    line-height: 1.01;
  }

  .v11-lead {
    margin-top: 18px;
    font-size: 17px;
  }

  .v11-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 26px;
  }

  .v11-button {
    width: 100%;
  }

  .v11-proof {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 24px;
  }

  .v11-proof span {
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 12px;
    min-height: 56px;
    padding: 12px 16px;
    font-size: 13px;
    line-height: 1.3;
  }

  .v11-proof b {
    font-size: 19px;
  }

  .v11-stage {
    grid-template-rows: auto auto;
    gap: 18px;
    min-height: auto;
    margin-top: 8px;
    perspective: none;
  }

  .v11-stage__tablet {
    width: 100%;
    min-height: auto;
    padding: 14px;
    border-radius: 12px;
    animation: none;
  }

  .v11-tablet__bar {
    display: grid;
    gap: 4px;
  }

  .v11-route-hero__chip {
    bottom: 12px;
    left: 12px;
    min-height: 38px;
    font-size: 12px;
  }

  .v11-hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .v11-hero-metrics div {
    min-height: 68px;
    padding: 12px;
  }

  .v11-hero-metrics small {
    font-size: 11px;
  }

  .v11-hero-metrics strong {
    margin-top: 6px;
    font-size: 17px;
  }

  .v11-stage__phone {
    position: static;
    right: auto;
    bottom: auto;
    width: min(286px, 100%);
    min-height: auto;
    margin: 0 auto;
    transform: none;
    animation: none;
  }

  .v11-problem,
  .v11-demo,
  .v11-system,
  .v11-roadmap,
  .v11-access,
  .v11-faq {
    padding: 60px 0;
  }

  .v11-section-head h2,
  .v11-demo__copy h2,
  .v11-founder-pass h2 {
    font-size: 36px;
    line-height: 1.06;
  }

  .v11-section-head p:last-child,
  .v11-demo__copy p,
  .v11-founder-pass > p:not(.v11-kicker) {
    font-size: 16px;
  }

  .v11-moment {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 8px;
    padding: 18px;
  }

  .v11-moment strong {
    font-size: 19px;
  }

  .v11-segment {
    width: 100%;
  }

  .v11-segment button {
    min-width: 0;
    flex: 1 1 0;
  }

  .v11-route-lab {
    padding: 16px;
    border-radius: 12px;
  }

  .v11-route-lab__top {
    display: grid;
  }

  .v11-route-lab__top strong {
    font-size: 22px;
  }

  .v11-route-lab__top em {
    justify-self: start;
  }

  .v11-route-lab__map svg {
    min-height: 250px;
  }

  .v11-route-callout {
    top: 14px;
    right: 14px;
    min-height: 38px;
    font-size: 12px;
  }

  .v11-route-metrics {
    grid-template-columns: 1fr;
  }

  .v11-route-metrics div {
    min-height: 66px;
  }

  .v11-os-item {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }

  .v11-os-item__index {
    width: 56px;
    height: 56px;
    border-radius: 10px;
  }

  .v11-os-item h3 {
    font-size: 24px;
  }

  .v11-os-item p {
    font-size: 15px;
  }

  .v11-os-item em {
    grid-column: auto;
  }

  .v11-roadmap__rail {
    grid-template-columns: 1fr;
  }

  .v11-roadmap-card {
    min-height: auto;
    padding: 52px 20px 20px;
  }

  .v11-roadmap-card h3 {
    font-size: 27px;
  }

  .v11-founder-pass,
  .v11-waitlist {
    padding: 24px;
    border-radius: 12px;
  }

  .v11-pass-card {
    min-height: 286px;
    padding: 22px;
    border-radius: 12px;
  }

  .v11-pass-card__code {
    margin-top: 48px;
    font-size: 28px;
  }

  .v11-form__split {
    grid-template-columns: 1fr;
  }

  .v11-faq-question {
    min-height: 68px;
    padding: 16px;
  }

  .v11-faq-question span {
    font-size: 16px;
  }

  .v11-footer {
    display: grid;
    width: min(100% - 28px, 520px);
    padding-bottom: 90px;
  }

  .v11-footer nav {
    justify-content: flex-start;
  }

  .v11-sticky {
    right: 12px;
    bottom: max(14px, env(safe-area-inset-bottom));
    left: 12px;
    width: auto;
  }

  html[data-page="landing-v11"] #bp-cookie-banner {
    right: 10px;
    bottom: 10px;
    left: 10px;
    padding: 14px;
    border-radius: 10px;
  }

  html[data-page="landing-v11"] #bp-cookie-banner .bpcb-title {
    font-size: 14px;
  }

  html[data-page="landing-v11"] #bp-cookie-banner .bpcb-text {
    font-size: 12px;
  }

  html[data-page="landing-v11"] #bp-cookie-banner .bpcb-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 11px;
  }

  html[data-page="landing-v11"] #bp-cookie-banner .bp-cookie-btn-primary {
    grid-column: 1 / -1;
  }

  html[data-page="landing-v11"] #bp-cookie-banner .bp-cookie-btn {
    min-height: 38px;
    padding: 8px 9px;
    font-size: 11.5px;
  }

  .v11-glass,
  .v11-device-glass,
  .v11-topbar,
  .v11-drawer,
  .v11-os-item,
  .v11-faq-item,
  .v11-roadmap-card {
    backdrop-filter: blur(14px) saturate(1.14);
    -webkit-backdrop-filter: blur(14px) saturate(1.14);
  }
}

@media (max-width: 390px) {
  .v11-hero h1 {
    font-size: 42px;
  }

  .v11-hero__glass {
    padding: 20px;
  }

  .v11-stage {
    min-height: auto;
  }

  .v11-stage__phone {
    min-height: auto;
    padding: 16px;
    border-width: 8px;
  }

  .v11-phone-slot,
  .v11-phone-alert {
    min-height: 62px;
    padding: 10px;
  }

  .v11-phone-alert {
    grid-template-columns: 24px 1fr;
  }

  .v11-phone-alert em {
    grid-column: 2;
    justify-self: start;
  }
}

/* ==========================================================================
   Topbar actions group — Anmelden (ghost) + Early Access (primary CTA)
   ========================================================================== */
.v11-topbar__actions {
  grid-column: 3;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.v11-nav-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(11, 79, 73, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  color: #0b4f49;
  font-size: 13px;
  font-weight: 680;
  letter-spacing: 0;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.v11-nav-login:hover {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(11, 79, 73, 0.34);
  color: #073f3a;
}

@media (max-width: 720px) {
  /* Engerer Header: nur den primären CTA anzeigen, Anmelden über das
     Burger-Menü erreichbar (Drawer hat den /login Link weiter unten). */
  .v11-nav-login {
    display: none;
  }
  .v11-topbar__actions {
    gap: 0;
  }
}

html[data-theme="dark"] .v11-topbar {
  border-color: rgba(167, 243, 208, 0.16);
  background: rgba(7, 31, 25, 0.72);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.28);
}

html[data-theme="dark"].v11-scrolled .v11-topbar {
  border-color: rgba(167, 243, 208, 0.22);
  background: rgba(7, 31, 25, 0.88);
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.34);
}

html[data-theme="dark"] .v11-glass,
html[data-theme="dark"] .v11-device-glass,
html[data-theme="dark"] :is(.v11-proof span, .v11-moment, .v11-segment, .v11-route-metrics div, .v11-os-item, .v11-roadmap-card, .v11-founder-pass, .v11-waitlist, .v11-faq-item) {
  border-color: rgba(167, 243, 208, 0.16);
  background:
    linear-gradient(145deg, rgba(13, 45, 37, 0.76), rgba(7, 31, 25, 0.58)),
    linear-gradient(120deg, rgba(80, 214, 196, 0.10), transparent 42%, rgba(103, 184, 248, 0.08));
  box-shadow: var(--v11-shadow-soft);
}

html[data-theme="dark"] :is(.v11-glass, .v11-device-glass)::before {
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.12), transparent 28%, rgba(255, 255, 255, 0.06) 56%, transparent),
    repeating-linear-gradient(118deg, rgba(167, 243, 208, 0.08) 0 1px, transparent 1px 18px);
  opacity: 0.54;
}

html[data-theme="dark"] :is(.v11-glass, .v11-device-glass)::after {
  background: linear-gradient(120deg, transparent 0 34%, rgba(255, 255, 255, 0.12) 45%, transparent 58% 100%);
  opacity: 0.18;
}

html[data-theme="dark"] .v11-nav a {
  color: rgba(246, 255, 251, 0.74);
}

html[data-theme="dark"] .v11-nav a:hover {
  color: var(--v11-ink);
  background: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .v11-button--ghost,
html[data-theme="dark"] .v11-nav-login,
html[data-theme="dark"] .v11-menu {
  border-color: rgba(167, 243, 208, 0.18);
  background: rgba(255, 255, 255, 0.07);
  color: var(--v11-ink);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

html[data-theme="dark"] .v11-nav-login:hover {
  border-color: rgba(80, 214, 196, 0.36);
  background: rgba(255, 255, 255, 0.11);
  color: #ffffff;
}

html[data-theme="dark"] .v11-menu span,
html[data-theme="dark"] .v11-faq-question em::before,
html[data-theme="dark"] .v11-faq-question em::after {
  background: var(--v11-ink);
}

html[data-theme="dark"] .v11-proof b,
html[data-theme="dark"] :is(.v11-moment strong, .v11-route-lab__top strong, .v11-os-item h3, .v11-roadmap-card li, .v11-waitlist__head strong, .v11-faq-question) {
  color: var(--v11-ink);
}

html[data-theme="dark"] :is(.v11-moment p, .v11-demo__copy p, .v11-route-lab__copy, .v11-route-metrics small, .v11-os-item p, .v11-roadmap-card p, .v11-founder-pass > p:not(.v11-kicker), .v11-form label:not(.v11-check), .v11-check, .v11-faq-panel p, .v11-footer) {
  color: var(--v11-ink-soft);
}

html[data-theme="dark"] .v11-system,
html[data-theme="dark"] .v11-access {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(7, 31, 25, 0.46)),
    linear-gradient(110deg, rgba(80, 214, 196, 0.08), transparent 46%, rgba(103, 184, 248, 0.06));
}

html[data-theme="dark"] .v11-route-lab__map {
  border-color: rgba(167, 243, 208, 0.14);
  background:
    linear-gradient(145deg, rgba(7, 31, 25, 0.84), rgba(8, 35, 29, 0.62)),
    repeating-linear-gradient(90deg, rgba(167, 243, 208, 0.045) 0 1px, transparent 1px 50px),
    repeating-linear-gradient(0deg, rgba(167, 243, 208, 0.04) 0 1px, transparent 1px 50px);
}

html[data-theme="dark"] .v11-demo-grid {
  stroke: rgba(167, 243, 208, 0.10);
}

html[data-theme="dark"] .v11-route-metrics strong,
html[data-theme="dark"] .v11-roadmap-card h3,
html[data-theme="dark"] .v11-pass-card__code {
  color: var(--v11-ink);
}

html[data-theme="dark"] .v11-roadmap-card--active {
  background:
    linear-gradient(145deg, rgba(7, 31, 25, 0.98), rgba(13, 45, 37, 0.90)),
    linear-gradient(120deg, rgba(80, 214, 196, 0.20), rgba(103, 184, 248, 0.12));
}

html[data-theme="dark"] .v11-form input[type="text"],
html[data-theme="dark"] .v11-form input[type="email"] {
  border-color: rgba(167, 243, 208, 0.18);
  color: var(--v11-ink);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

html[data-theme="dark"] .v11-form input[type="text"]::placeholder,
html[data-theme="dark"] .v11-form input[type="email"]::placeholder {
  color: rgba(191, 215, 207, 0.66);
}

html[data-theme="dark"] .v11-form input[type="text"]:focus,
html[data-theme="dark"] .v11-form input[type="email"]:focus {
  border-color: rgba(80, 214, 196, 0.58);
  background: rgba(255, 255, 255, 0.11);
  box-shadow: 0 0 0 4px rgba(80, 214, 196, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

html[data-theme="dark"] .v11-alert--success {
  color: #dffcf5;
  border-color: rgba(80, 214, 196, 0.34);
  background: rgba(80, 214, 196, 0.12);
}

html[data-theme="dark"] .v11-alert--error {
  color: #ffd7df;
  border-color: rgba(185, 68, 89, 0.34);
  background: rgba(185, 68, 89, 0.12);
}
