/* ============================================================
   iambowl.de – Landingpage
   Farben: Lime #cbe957 (primary) · Violett #c68dfe (secondary)
   Hintergrund #313743
   ============================================================ */

:root {
  --lime: #cbe957;
  --violet: #c68dfe;
  --bg: #313743;
  --bg-deep: #272c36;
  --bg-raise: #3a414f;
  --line: rgba(255, 255, 255, 0.09);
  --text: #f4f6f2;
  --muted: #aab2bd;
  --font-display: 'Space Grotesk', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --nav-h: 72px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  /* feines Punktraster als Textur */
  background-image: radial-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 26px 26px;
}

::selection { background: var(--lime); color: #1c2027; }

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

h1, h2, h3 { font-family: var(--font-display); line-height: 1.08; letter-spacing: -0.02em; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  font-family: var(--font-display);
  transition: transform 0.25s var(--ease-out), box-shadow 0.25s, background 0.2s, color 0.2s;
  will-change: transform;
}
.btn-lg { padding: 16px 30px; font-size: 1.05rem; }
.btn-primary {
  background: var(--lime);
  color: #23281a;
  box-shadow: 0 0 0 0 rgba(203, 233, 87, 0.4);
}
.btn-primary:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 30px rgba(203, 233, 87, 0.35);
}
.btn-ghost {
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(6px);
}
.btn-ghost:hover { border-color: var(--violet); color: var(--violet); transform: translateY(-2px); }

/* ---------- Scroll-Lane mit Kugel (Desktop) ---------- */
.lane {
  position: fixed;
  top: 0; right: 22px;
  height: 100vh;
  width: 10px;
  z-index: 60;
  pointer-events: none;
}
.lane-track {
  position: absolute;
  top: 0; bottom: 0; left: 50%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, var(--line) 15%, var(--line) 85%, transparent);
}
.lane-ball {
  position: absolute;
  left: 50%;
  top: 8%;
  width: 12px; height: 12px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle at 35% 30%, #e6f795, var(--lime) 55%, #93ad2e);
  box-shadow: 0 0 12px rgba(203, 233, 87, 0.8), 0 0 32px rgba(203, 233, 87, 0.35);
  transition: top 0.15s linear;
}

/* ---------- Nav ---------- */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  transition: background 0.3s, box-shadow 0.3s, backdrop-filter 0.3s;
}
.nav.scrolled {
  background: rgba(39, 44, 54, 0.82);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--line);
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0 24px;
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--text);
  text-decoration: none;
  letter-spacing: -0.02em;
}
.logo em { font-style: normal; color: var(--lime); }
.logo-mark { width: 28px; height: 28px; color: var(--violet); }
.nav-links { display: flex; gap: 26px; margin-left: auto; }
.nav-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.93rem;
  font-weight: 500;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--lime); }
.nav-cta { white-space: nowrap; }
.burger { display: none; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.hero-media {
  position: absolute;
  inset: -12% 0;
  z-index: -1;
}
.hero-media video {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(1.1);
}
.hero-shade {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 50% 90%, rgba(49, 55, 67, 0.25), transparent 55%),
    linear-gradient(to bottom, rgba(49, 55, 67, 0.55), rgba(49, 55, 67, 0.72) 60%, var(--bg));
}
.hero-content { max-width: 880px; padding: 140px 24px 80px; }
.hero-kicker {
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.8rem;
  color: var(--violet);
  margin-bottom: 22px;
}
.hero-title {
  font-size: clamp(3rem, 9vw, 6.4rem);
  font-weight: 700;
  text-transform: uppercase;
}
.hero-title span { display: block; }
.glow-lime {
  color: var(--lime);
  text-shadow: 0 0 40px rgba(203, 233, 87, 0.45), 0 0 90px rgba(203, 233, 87, 0.2);
}
.glow-violet {
  color: var(--violet);
  text-shadow: 0 0 40px rgba(198, 141, 254, 0.5), 0 0 90px rgba(198, 141, 254, 0.25);
}
.hero-sub {
  margin: 26px auto 0;
  max-width: 620px;
  font-size: 1.13rem;
  color: var(--text);
  opacity: 0.92;
}
.hero-actions {
  margin-top: 36px;
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.hero-trust { margin-top: 30px; font-size: 0.9rem; color: var(--muted); }
.hero-trust strong { color: var(--text); }

.scroll-hint {
  position: absolute;
  bottom: 26px; left: 50%;
  transform: translateX(-50%);
  width: 26px; height: 42px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 14px;
}
.scroll-hint span {
  position: absolute;
  top: 7px; left: 50%;
  width: 4px; height: 8px;
  margin-left: -2px;
  border-radius: 2px;
  background: var(--lime);
  animation: scrollhint 1.8s infinite var(--ease-out);
}
@keyframes scrollhint {
  0% { transform: translateY(0); opacity: 1; }
  70% { transform: translateY(14px); opacity: 0; }
  100% { transform: translateY(0); opacity: 0; }
}

/* ---------- Ticker ---------- */
.ticker {
  border-block: 1px solid var(--line);
  background: var(--bg-deep);
  overflow: hidden;
  padding: 14px 0;
}
.ticker-track {
  display: flex;
  gap: 28px;
  width: max-content;
  animation: ticker 32s linear infinite;
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.82rem;
  color: var(--muted);
  white-space: nowrap;
}
.ticker-track i { color: var(--lime); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* ---------- Sections ---------- */
.section { padding: 110px 0; position: relative; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section-kicker {
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.78rem;
  color: var(--violet);
  margin-bottom: 14px;
}
.section-title {
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 700;
  margin-bottom: 18px;
}
.section-title em { font-style: normal; }
.hl-lime { color: var(--lime); }
.hl-violet { color: var(--violet); }
.section-sub { max-width: 640px; color: var(--muted); font-size: 1.05rem; }

/* ---------- Showcase / Browser-Mockup ---------- */
.browser-wrap {
  position: relative;
  max-width: 1060px;
  margin: 64px auto 0;
  padding: 0 24px;
  perspective: 1400px;
}
.browser {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--bg-deep);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.5), 0 0 90px rgba(198, 141, 254, 0.12);
  transform-style: preserve-3d;
  transition: transform 0.35s var(--ease-out);
}
.browser-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 11px 16px;
  background: var(--bg-raise);
  border-bottom: 1px solid var(--line);
}
.browser-bar i {
  width: 11px; height: 11px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}
.browser-bar i:first-child { background: rgba(203, 233, 87, 0.6); }
.browser-bar i:nth-child(2) { background: rgba(198, 141, 254, 0.6); }
.browser-bar span {
  margin-left: 10px;
  font-size: 0.75rem;
  color: var(--muted);
  font-family: var(--font-display);
  letter-spacing: 0.05em;
}
.float-card {
  position: absolute;
  background: rgba(39, 44, 54, 0.88);
  backdrop-filter: blur(10px);
  border: 1px solid var(--line);
  border-left: 3px solid var(--lime);
  border-radius: 12px;
  padding: 14px 18px;
  max-width: 230px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
}
.float-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.95rem;
  margin-bottom: 3px;
}
.float-card span { font-size: 0.82rem; color: var(--muted); line-height: 1.45; display: block; }
.fc-1 { top: 12%; left: -8px; }
.fc-2 { top: 48%; right: -14px; border-left-color: var(--violet); }
.fc-3 { bottom: 8%; left: 6%; }

/* ---------- Bento ---------- */
.bento {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.bcard {
  position: relative;
  background: linear-gradient(160deg, var(--bg-raise), var(--bg-deep) 70%);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform 0.35s var(--ease-out), border-color 0.3s, box-shadow 0.35s;
}
.bcard:hover {
  transform: translateY(-6px);
  border-color: rgba(203, 233, 87, 0.45);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4), 0 0 50px rgba(203, 233, 87, 0.08);
}
.bcard h3 { font-size: 1.25rem; }
.bcard p { color: var(--muted); font-size: 0.93rem; flex: 0 0 auto; }
.bcard img {
  margin-top: auto;
  border-radius: 10px;
  border: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  transition: transform 0.4s var(--ease-out);
}
.bcard:hover img { transform: scale(1.03) translateY(-2px); }
.b-wide {
  grid-column: span 2;
  flex-direction: row;
  align-items: center;
  gap: 26px;
}
.b-wide .bcard-text { flex: 1 1 46%; display: flex; flex-direction: column; gap: 10px; }
.b-wide img { flex: 1 1 54%; min-width: 0; margin-top: 0; }
.b-accent { border-color: rgba(198, 141, 254, 0.4); }
.b-accent:hover { border-color: var(--violet); box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4), 0 0 50px rgba(198, 141, 254, 0.12); }
/* Payment-Highlight: volle Breite, Zahlarten als Badge-Wolke statt Screenshot */
.b-full { grid-column: span 3; }
.b-pay { border-color: rgba(203, 233, 87, 0.35); }
.pay-badges {
  flex: 1 1 54%;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.pay-badge {
  padding: 12px 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  font-weight: 600;
  font-size: 0.98rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.pay-badge.more { color: var(--lime); border: 1px dashed rgba(203, 233, 87, 0.5); background: rgba(203, 233, 87, 0.06); }

/* Partner-Zeile in der Voicemail-Karte: kleiner als der Fließtext, damit sie
   als Fußnote gelesen wird und die Aussage darüber nicht schwächt. */
.vm-partner { font-size: 0.92rem; opacity: 0.75; }
.vm-partner a { color: var(--lime); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Preis ---------- */
.price-card {
  position: relative;
  margin: 60px auto 0;
  max-width: 620px;
  text-align: center;
  padding: 50px 42px 40px;
  border-radius: 22px;
  border: 1px solid rgba(203, 233, 87, 0.45);
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(203, 233, 87, 0.1), transparent 55%),
    linear-gradient(160deg, var(--bg-raise), var(--bg-deep) 70%);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45), 0 0 80px rgba(203, 233, 87, 0.08);
}
.price-badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(203, 233, 87, 0.5);
  color: var(--lime);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.price-number {
  margin-top: 22px;
  font-family: var(--font-display);
  font-size: clamp(4rem, 9vw, 6rem);
  font-weight: 700;
  line-height: 1;
  color: var(--lime);
  text-shadow: 0 0 40px rgba(203, 233, 87, 0.35);
}
.price-unit { margin-top: 8px; font-size: 1.08rem; font-weight: 600; }
.price-checks { width: fit-content; margin: 30px auto 34px; text-align: left; }
.price-note { margin-top: 14px; color: var(--muted); font-size: 0.82rem; }

/* ---------- Strike-Claim ---------- */
.strike {
  position: relative;
  min-height: 68vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}
.strike-media { position: absolute; inset: -14% 0; z-index: -1; }
.strike-media video { width: 100%; height: 100%; object-fit: cover; }
.strike-shade {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, var(--bg), rgba(49, 55, 67, 0.45) 30%, rgba(49, 55, 67, 0.45) 70%, var(--bg));
}
.strike-content h2 {
  font-size: clamp(2.4rem, 7vw, 5.2rem);
  text-transform: uppercase;
  font-weight: 700;
}
.strike-content h2 span { display: block; }

/* ---------- Video (YouTube-Facade: lädt erst auf Klick) ---------- */
.video-sec { background: var(--bg-deep); border-block: 1px solid var(--line); }
.video-wrap { max-width: 980px; margin: 52px auto 0; padding: 0 24px; }
.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #000;
  cursor: pointer;
  box-shadow: 0 40px 110px rgba(0, 0, 0, 0.55);
  transition: transform 0.4s var(--ease-out), border-color 0.3s, box-shadow 0.4s;
}
.video-frame:hover, .video-frame:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(203, 233, 87, 0.5);
  box-shadow: 0 46px 120px rgba(0, 0, 0, 0.6), 0 0 70px rgba(203, 233, 87, 0.12);
  outline: none;
}
.video-frame img, .video-frame iframe {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  border: 0;
}
/* Weicher Lime/Violett-Schimmer über dem Standbild */
.video-glow {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 50% 60% at 15% 100%, rgba(203, 233, 87, 0.16), transparent 70%),
    radial-gradient(ellipse 50% 60% at 85% 0%, rgba(198, 141, 254, 0.16), transparent 70%);
  pointer-events: none;
  transition: opacity 0.3s;
}
.video-frame:hover .video-glow { opacity: 0.5; }
.video-play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 88px; height: 88px;
  border: 0;
  border-radius: 50%;
  background: var(--lime);
  color: #23281a;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(203, 233, 87, 0.45);
  animation: pulse 2.8s infinite var(--ease-out);
  transition: transform 0.3s var(--ease-out), background 0.2s;
}
.video-play svg { width: 40px; height: 40px; margin-left: 4px; }
.video-frame:hover .video-play { transform: translate(-50%, -50%) scale(1.08); }
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(203, 233, 87, 0.5); }
  70% { box-shadow: 0 0 0 26px rgba(203, 233, 87, 0); }
  100% { box-shadow: 0 0 0 0 rgba(203, 233, 87, 0); }
}
.video-badge {
  position: absolute;
  right: 18px; top: 16px;
  background: rgba(39, 44, 54, 0.82);
  backdrop-filter: blur(8px);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 14px;
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text);
}
.video-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 26px;
  justify-content: space-between;
  margin-top: 14px;
}
.video-hint {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 0.8rem;
}
.video-hint svg { flex: none; opacity: 0.75; }

/* Handbuch-Download unter dem Player */
.doc-card {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 26px;
  padding: 20px 24px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, var(--bg-raise), var(--bg-deep) 75%);
  text-decoration: none;
  color: var(--text);
  transition: transform 0.3s var(--ease-out), border-color 0.3s, box-shadow 0.3s;
}
.doc-card:hover, .doc-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(198, 141, 254, 0.55);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4), 0 0 45px rgba(198, 141, 254, 0.1);
  outline: none;
}
.doc-icon {
  flex: none;
  width: 52px; height: 52px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: rgba(198, 141, 254, 0.14);
  border: 1px solid rgba(198, 141, 254, 0.4);
  color: var(--violet);
}
.doc-icon svg { width: 26px; height: 26px; }
.doc-text { flex: 1; min-width: 0; display: grid; gap: 4px; }
.doc-text strong { font-family: var(--font-display); font-size: 1.05rem; font-weight: 600; }
.doc-text span { color: var(--muted); font-size: 0.88rem; line-height: 1.5; }
.doc-cta {
  flex: none;
  display: grid;
  justify-items: center;
  gap: 2px;
  background: var(--lime);
  color: #23281a;
  border-radius: 999px;
  padding: 12px 22px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.92rem;
  white-space: nowrap;
  transition: transform 0.25s var(--ease-out), box-shadow 0.25s;
}
.doc-cta small { font-size: 0.7rem; opacity: 0.65; font-weight: 500; }
.doc-card:hover .doc-cta {
  transform: scale(1.04);
  box-shadow: 0 8px 26px rgba(203, 233, 87, 0.32);
}

/* Live-Demo zum Selbstausprobieren */
.demo-card {
  margin-top: 16px;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid rgba(203, 233, 87, 0.35);
  background:
    radial-gradient(ellipse 70% 100% at 100% 0%, rgba(203, 233, 87, 0.07), transparent 70%),
    linear-gradient(135deg, var(--bg-raise), var(--bg-deep) 75%);
}
.demo-head { display: flex; align-items: flex-start; gap: 20px; }
.demo-icon {
  flex: none;
  width: 52px; height: 52px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: rgba(203, 233, 87, 0.14);
  border: 1px solid rgba(203, 233, 87, 0.45);
  color: var(--lime);
}
.demo-icon svg { width: 27px; height: 27px; }
.demo-text { display: grid; gap: 5px; min-width: 0; }
.demo-text strong { font-family: var(--font-display); font-size: 1.05rem; font-weight: 600; }
.demo-text span { color: var(--muted); font-size: 0.88rem; line-height: 1.55; }

.demo-login {
  margin: 20px 0 0;
  padding: 16px 18px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid var(--line);
}
.demo-login-label {
  display: block;
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 10px;
}
.demo-creds { display: flex; flex-wrap: wrap; gap: 10px; }
/* Zugangsdaten sind zum Kopieren gedacht – daher als Button, nicht als Text */
.demo-cred {
  flex: 1 1 200px;
  display: grid;
  gap: 2px;
  text-align: left;
  padding: 9px 14px;
  border-radius: 9px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  cursor: pointer;
  font: inherit;
  transition: border-color 0.2s, background 0.2s;
}
.demo-cred:hover { border-color: rgba(203, 233, 87, 0.55); background: rgba(203, 233, 87, 0.07); }
.demo-cred small { font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.demo-cred span { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.95rem; }
.demo-cred.copied { border-color: var(--lime); }
.demo-cred.copied small { color: var(--lime); }
.demo-note { margin: 12px 0 0; font-size: 0.8rem; color: var(--muted); line-height: 1.5; }
.demo-btn { margin-top: 18px; }

/* ---------- Split-Sektionen ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.split-media { position: relative; }
.split-photo {
  border-radius: 18px;
  border: 1px solid var(--line);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}
.split-photo.tall { aspect-ratio: 4 / 4.4; object-fit: cover; }
/* Referenz: Logo des Kunden (Bowling 2000) als Marken-Karte über dem Foto.
   Das SVG ist transparent – Deep Black als Kartengrund entspricht dem
   Bowling-2000-Styleguide. */
.ref-logo {
  display: block;
  width: 100%;
  background: #000;
  padding: clamp(20px, 4vw, 34px) clamp(24px, 5vw, 40px);
  border-radius: 18px;
  border: 1px solid var(--line);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  margin-bottom: 18px;
}
.browser.mini {
  position: absolute;
  right: -26px; bottom: -40px;
  width: 68%;
  border-radius: 10px;
}
.checklist { list-style: none; margin: 26px 0 30px; display: grid; gap: 14px; }
.checklist li {
  position: relative;
  padding-left: 34px;
  color: var(--muted);
  font-size: 0.98rem;
}
.checklist li strong { color: var(--text); }
.checklist li::before {
  content: '';
  position: absolute;
  left: 0; top: 3px;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: rgba(203, 233, 87, 0.14);
  border: 1px solid rgba(203, 233, 87, 0.5);
}
.checklist li::after {
  content: '';
  position: absolute;
  left: 6px; top: 8px;
  width: 8px; height: 5px;
  border-left: 2px solid var(--lime);
  border-bottom: 2px solid var(--lime);
  transform: rotate(-45deg);
}

/* ---------- Vergleich ---------- */
.compare {
  margin-top: 54px;
  overflow-x: auto;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--bg-deep);
}
.compare table { width: 100%; border-collapse: collapse; min-width: 640px; }
.compare th, .compare td {
  padding: 15px 20px;
  text-align: center;
  font-size: 0.94rem;
  border-bottom: 1px solid var(--line);
}
.compare td:first-child, .compare th:first-child {
  text-align: left;
  color: var(--text);
  font-weight: 500;
}
.compare thead th {
  font-family: var(--font-display);
  color: var(--muted);
  font-weight: 500;
  font-size: 0.85rem;
  padding-top: 22px;
}
.compare tbody tr:last-child td { border-bottom: none; }
.compare tbody td { color: var(--muted); }
.compare td.c-us {
  color: var(--lime);
  font-weight: 700;
  background: rgba(203, 233, 87, 0.06);
}
.compare th.c-us { background: rgba(203, 233, 87, 0.06); }
.logo-sm { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; color: var(--text); }
.logo-sm em { font-style: normal; color: var(--lime); }
.compare tbody tr { transition: background 0.2s; }
.compare tbody tr:hover { background: rgba(255, 255, 255, 0.025); }

/* ---------- Referenz ---------- */
.referenz { background: var(--bg-deep); border-block: 1px solid var(--line); }
.quote {
  border-left: 3px solid var(--violet);
  padding: 6px 0 6px 22px;
  margin: 24px 0 34px;
}
.quote p { font-size: 1.12rem; line-height: 1.65; }
.quote footer { margin-top: 14px; color: var(--muted); font-size: 0.88rem; }
.stats { display: flex; gap: 40px; flex-wrap: wrap; }
.stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--lime);
  line-height: 1;
}
.stat span { color: var(--muted); font-size: 0.85rem; }

/* ---------- CTA ---------- */
.cta { text-align: center; overflow: hidden; }
.cta-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 30% 110%, rgba(203, 233, 87, 0.14), transparent),
    radial-gradient(ellipse 60% 50% at 70% 110%, rgba(198, 141, 254, 0.16), transparent);
  pointer-events: none;
}
.cta h2 { font-size: clamp(2.2rem, 6vw, 4rem); margin-bottom: 16px; }
.cta h2 em { font-style: normal; }
.cta p { color: var(--muted); max-width: 520px; margin: 0 auto; }
.cta .hero-actions { margin-top: 34px; }

/* ---------- Footer ---------- */
.footer { border-top: 1px solid var(--line); background: var(--bg-deep); padding: 54px 0; }
.footer-inner { display: grid; gap: 18px; justify-items: center; text-align: center; }
.footer p { color: var(--muted); font-size: 0.9rem; }
.footer nav { display: flex; gap: 22px; flex-wrap: wrap; justify-content: center; }
.footer nav a { color: var(--muted); text-decoration: none; font-size: 0.88rem; transition: color 0.2s; }
.footer nav a:hover { color: var(--lime); }
.footer small { color: rgba(255, 255, 255, 0.35); }

/* ---------- Rechtsseiten (Impressum, Datenschutz, AGB) ---------- */
.legal-page { background: var(--bg-deep); }
.legal-page .nav { position: sticky; }
.legal-nav { gap: 20px; }
.legal-nav .is-current { color: var(--lime); }
.legal {
  padding: calc(var(--nav-h) + 56px) 24px 90px;
  max-width: 860px;
  margin: 0 auto;
}
.legal h1 {
  font-size: clamp(2.1rem, 5vw, 3.2rem);
  font-weight: 700;
  margin-bottom: 28px;
}
.legal h2 {
  font-size: 1.22rem;
  font-weight: 600;
  margin: 40px 0 12px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--lime);
}
.legal p { color: var(--muted); margin-bottom: 14px; line-height: 1.75; }
.legal strong { color: var(--text); }
.legal a { color: var(--violet); text-decoration: underline; text-underline-offset: 3px; }
.legal a:hover { color: var(--lime); }
.legal ul { color: var(--muted); margin: 0 0 16px 22px; line-height: 1.75; }
.legal ul li { margin-bottom: 6px; }
.legal code {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 5px;
  padding: 1px 6px;
  font-size: 0.9em;
}
.legal-lead { font-size: 1.05rem; margin-top: -14px; margin-bottom: 30px; }
.legal-address {
  color: var(--text);
  background: var(--bg-raise);
  border-left: 3px solid var(--violet);
  border-radius: 0 10px 10px 0;
  padding: 16px 20px;
  line-height: 1.7;
}
.legal-box {
  background: linear-gradient(135deg, var(--bg-raise), var(--bg-deep) 80%);
  border: 1px solid rgba(203, 233, 87, 0.35);
  border-radius: 14px;
  padding: 20px 24px;
  margin-bottom: 34px;
  color: var(--muted);
  line-height: 1.7;
}
.legal-box strong { color: var(--lime); }
.legal-date {
  margin-top: 44px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 760px) {
  .legal-page .nav-links { display: flex; position: static; background: none; padding: 0; flex-direction: row; gap: 14px; }
  .legal-page .nav-links a { font-size: 0.82rem; }
  .legal-page .burger { display: none; }
  .legal-page .nav-cta { display: none; }
  .legal-page .nav-inner { gap: 12px; }
  .legal { padding: calc(var(--nav-h) + 34px) 20px 64px; }
  .legal h2 { font-size: 1.1rem; }
}

/* ---------- Reveal-Animationen ---------- */
.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
  transition-delay: var(--d, 0s);
}
.reveal.in { opacity: 1; transform: none; }

/* ---------- Mobil ---------- */
@media (max-width: 1024px) {
  .bento { grid-template-columns: 1fr 1fr; }
  .b-wide { grid-column: span 2; flex-direction: column; align-items: stretch; }
  .fc-1 { left: 4px; } .fc-2 { right: 4px; }
}

@media (max-width: 760px) {
  .lane { display: none; }
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .burger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-left: auto;
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
  }
  .burger span {
    width: 24px; height: 2px;
    background: var(--text);
    border-radius: 2px;
    transition: transform 0.3s var(--ease-out), opacity 0.2s;
  }
  .nav.open .burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav.open .burger span:nth-child(2) { opacity: 0; }
  .nav.open .burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav.open .nav-links {
    display: flex;
    position: absolute;
    top: var(--nav-h);
    left: 0; right: 0;
    flex-direction: column;
    background: rgba(39, 44, 54, 0.97);
    backdrop-filter: blur(14px);
    padding: 18px 24px 24px;
    gap: 18px;
    border-bottom: 1px solid var(--line);
  }
  .nav.open .nav-links a { font-size: 1.05rem; }

  .section { padding: 72px 0; }
  .bento { grid-template-columns: 1fr; }
  .b-wide { grid-column: span 1; }
  .split { grid-template-columns: 1fr; gap: 44px; }
  .referenz .split-media { order: 2; }
  .browser.mini { right: 0; bottom: -28px; width: 78%; }
  .float-card { position: static; margin: 12px auto 0; max-width: 100%; }
  .browser-wrap .float-card { display: none; }
  .stats { gap: 26px; }
  .hero-actions .btn { width: 100%; }

  /* Handbuch-Karte: Icon + Text nebeneinander (oben bündig),
     Button darunter über volle Breite */
  .doc-card { flex-wrap: wrap; align-items: flex-start; gap: 14px; padding: 18px; }
  .demo-card { padding: 18px; }
  .demo-head { gap: 14px; }
  .demo-icon { width: 44px; height: 44px; }
  .demo-cred { flex: 1 1 100%; }
  .demo-btn { width: 100%; }
  .doc-icon { width: 44px; height: 44px; }
  .doc-text { flex: 1 1 60%; }
  .doc-cta { width: 100%; }
  .video-play { width: 66px; height: 66px; }
  .video-play svg { width: 30px; height: 30px; }
  .video-badge { right: 10px; top: 10px; font-size: 0.68rem; padding: 6px 11px; }
}

/* ---------- Telefonie / Anruferkennung ---------- */
/* Die Anrufkarte schwebt vor konzentrischen „Klingel-Ringen“ – dezent,
   Bewegung nur als langsames Pulsieren. */
.telefonie { background: var(--bg-deep); }
.call-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 480px;
}
.call-shot {
  position: relative;
  z-index: 1;
  width: min(360px, 86%);
  border-radius: 14px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.55);
}
.call-ring-fx {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 1px solid rgba(198, 141, 254, 0.4);
  animation: call-ring-fx 3.6s var(--ease-out) infinite;
}
.call-ring-fx.d2 { animation-delay: 1.2s; border-color: rgba(203, 233, 87, 0.3); }
.call-ring-fx.d3 { animation-delay: 2.4s; }
@keyframes call-ring-fx {
  0% { transform: scale(0.7); opacity: 0; }
  30% { opacity: 0.9; }
  100% { transform: scale(1.9); opacity: 0; }
}
@media (max-width: 900px) {
  .call-stage { min-height: 380px; }
}

/* ---------- Reduced Motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .ticker-track { animation: none; }
  .scroll-hint span { animation: none; }
  [data-parallax] { transform: none !important; }
  .call-ring-fx { animation: none; opacity: 0.25; }
}
