/* ============================================================
   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); }

/* ---------- 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; }

/* ---------- 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); }

/* ---------- 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%; }
}

/* ---------- 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; }
}
