:root {
  --bg: #000000;
  --canvas: #08070c;
  --card: #101014;
  --card-alt: #0c0c0f;
  --border: #1f1f26;
  --border-strong: #232330;
  --hairline: #1a1a1a;
  --purple: #a855f7;
  --purple-deep: #7c3aed;
  --purple-dim: #581c87;
  --purple-soft: rgba(124, 58, 237, 0.12);
  --purple-ring: rgba(168, 85, 247, 0.35);
  --text: #ffffff;
  --text-body: #d6d6db;
  --text-muted: #8a8a94;
  --text-dim: #6d6d75;
  --gold: #f5b301;
  --green: #22c55e;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Inter, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.6;
  color: var(--text-body);
  background: var(--bg);
  overflow-x: hidden;
}

a { color: inherit; }

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Nav */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--hairline);
}

.nav-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--text);
  text-decoration: none;
  letter-spacing: -0.01em;
}

.nav-brand img { width: 30px; height: 30px; border-radius: 8px; display: block; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 0.92rem;
  color: var(--text-muted);
}

.nav-links a { text-decoration: none; transition: color 0.15s; }
.nav-links a:hover { color: var(--text); }

.nav-cta {
  background: var(--purple-deep);
  color: #fff !important;
  padding: 9px 18px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.88rem;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

.nav-menu-toggle { display: none; }

@media (max-width: 720px) {
  .nav-links { display: none; }
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  font-size: 1rem;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.btn:hover { transform: translateY(-1px); }

.btn-primary {
  background: linear-gradient(135deg, var(--purple) 0%, var(--purple-deep) 100%);
  color: #fff;
  box-shadow: 0 8px 30px -8px rgba(168, 85, 247, 0.55);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  border: 1px solid var(--border-strong);
}

.btn-ghost:hover { background: rgba(255, 255, 255, 0.1); }

/* Pill / badge */
.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--purple-soft);
  border: 1px solid rgba(168, 85, 247, 0.25);
  color: var(--purple);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.pill svg { flex: none; }

/* Hero */
.hero {
  position: relative;
  padding: 88px 20px 70px;
  text-align: center;
  background:
    radial-gradient(60% 50% at 50% 0%, rgba(124, 58, 237, 0.32) 0%, rgba(124, 58, 237, 0) 70%),
    var(--bg);
  border-bottom: 1px solid var(--hairline);
}

.hero-logo {
  width: 84px;
  height: 84px;
  border-radius: 22px;
  margin: 0 auto 28px;
  display: block;
  box-shadow: 0 20px 60px -10px rgba(168, 85, 247, 0.45);
}

.hero h1 {
  font-size: 3.2rem;
  line-height: 1.08;
  margin-bottom: 20px;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.02em;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.hero h1 .accent {
  background: linear-gradient(135deg, var(--purple) 0%, #d8b4fe 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero p.lead {
  font-size: 1.2rem;
  margin: 0 auto 36px;
  max-width: 560px;
  color: var(--text-muted);
}

.cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.hero-note {
  font-size: 0.85rem;
  color: var(--text-dim);
}

/* iOS lock-screen notification mock */
.alert-mock-stack {
  position: relative;
  max-width: 420px;
  margin: 56px auto 0;
  padding-bottom: 8px;
}

.alert-mock-back {
  position: absolute;
  left: 14px;
  right: 14px;
  top: 10px;
  bottom: 0;
  border-radius: 32px;
  background: rgba(28, 28, 30, 0.55);
  box-shadow: 0 18px 40px -18px rgba(0, 0, 0, 0.7);
}

.alert-mock {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px 16px 14px 14px;
  text-align: left;
  border-radius: 32px;
  background: linear-gradient(
    180deg,
    rgba(48, 48, 52, 0.72) 0%,
    rgba(28, 28, 32, 0.68) 100%
  );
  backdrop-filter: blur(28px) saturate(1.6);
  -webkit-backdrop-filter: blur(28px) saturate(1.6);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -1px 0 rgba(0, 0, 0, 0.18),
    0 18px 50px -16px rgba(0, 0, 0, 0.7);
}

.alert-icon-wrap {
  position: relative;
  flex: none;
  width: 44px;
  height: 44px;
}

.alert-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: block;
  background: #000;
}

.alert-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #fff;
  color: #3a3a3c;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.alert-copy {
  flex: 1;
  min-width: 0;
  padding-top: 1px;
}

.alert-mock .title {
  color: var(--text);
  font-weight: 700;
  font-size: 0.98rem;
  line-height: 1.25;
  margin-bottom: 2px;
}

.alert-mock .body {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.3;
}

.alert-mock .time {
  align-self: start;
  color: rgba(235, 235, 245, 0.55);
  font-size: 0.82rem;
  font-weight: 500;
  padding-top: 2px;
  white-space: nowrap;
}

/* Sections */
section { padding: 88px 20px; }

.section-eyebrow {
  display: block;
  text-align: center;
  color: var(--purple);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.section-title {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 16px;
  color: var(--text);
  font-weight: 800;
  letter-spacing: -0.01em;
}

.section-sub {
  text-align: center;
  color: var(--text-muted);
  max-width: 560px;
  margin: 0 auto 56px;
  font-size: 1.05rem;
}

/* Sports strip */
.sports-strip {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0 auto 6px;
}

.sport-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--card);
  border: 1px solid var(--border);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text-body);
}

.sport-chip .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}

.sport-chip.soon { color: var(--text-dim); }
.sport-chip.soon .dot { background: var(--text-dim); }

/* Feature grid */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
}

.feature-card {
  padding: 30px 26px;
  border-radius: 16px;
  background: var(--card);
  border: 1px solid var(--border);
  transition: border-color 0.2s, transform 0.2s;
}

.feature-card:hover { border-color: var(--border-strong); transform: translateY(-2px); }

.feature-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--purple-soft);
  color: var(--purple);
  font-size: 1.4rem;
  margin-bottom: 18px;
}

.feature-icon svg {
  width: 22px;
  height: 22px;
  flex: none;
}

.feature-card h3 {
  font-size: 1.12rem;
  margin-bottom: 10px;
  color: var(--text);
  font-weight: 700;
}

.feature-card p { color: var(--text-muted); font-size: 0.95rem; }

/* How it works */
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
  counter-reset: step;
}

.step { position: relative; padding-left: 4px; }

.step-num {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--purple-soft);
  border: 1px solid rgba(168, 85, 247, 0.3);
  color: var(--purple);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin-bottom: 16px;
}

.step h3 { color: var(--text); font-size: 1.05rem; margin-bottom: 8px; font-weight: 700; }
.step p { color: var(--text-muted); font-size: 0.93rem; }

/* Pricing */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  max-width: 980px;
  margin: 0 auto;
}

.price-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 30px 26px;
  display: flex;
  flex-direction: column;
}

.price-card.featured {
  border-color: rgba(168, 85, 247, 0.45);
  background: linear-gradient(180deg, rgba(124, 58, 237, 0.1) 0%, var(--card) 100%);
  box-shadow: 0 0 0 1px rgba(168, 85, 247, 0.15);
}

.price-card .badge {
  align-self: flex-start;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--purple);
  background: var(--purple-soft);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.price-card h3 { color: var(--text); font-size: 1.05rem; font-weight: 700; margin-bottom: 6px; }

.price-card .price {
  color: var(--text);
  font-size: 1.9rem;
  font-weight: 800;
  margin: 10px 0 4px;
}

.price-card .price span { font-size: 0.95rem; font-weight: 500; color: var(--text-dim); }

.price-card .cadence { color: var(--text-dim); font-size: 0.82rem; margin-bottom: 18px; }

.price-card ul { list-style: none; margin: 0 0 6px; }

.price-card li {
  color: var(--text-body);
  font-size: 0.9rem;
  margin-bottom: 10px;
  padding-left: 22px;
  position: relative;
}

.price-card li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 800;
}

.pricing-note {
  text-align: center;
  color: var(--text-dim);
  font-size: 0.85rem;
  max-width: 560px;
  margin: 32px auto 0;
}

/* Privacy strip */
.trust-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  max-width: 980px;
  margin: 0 auto;
}

.trust-card {
  text-align: center;
  padding: 26px 18px;
}

.trust-card .feature-icon { margin: 0 auto 16px; }

.trust-card h4 { color: var(--text); font-size: 1rem; margin-bottom: 8px; font-weight: 700; }
.trust-card p { color: var(--text-muted); font-size: 0.88rem; }

/* Download */
.download {
  background:
    radial-gradient(50% 80% at 50% 100%, rgba(124, 58, 237, 0.3) 0%, rgba(124, 58, 237, 0) 70%),
    linear-gradient(180deg, var(--bg) 0%, #0c0710 100%);
  text-align: center;
  border-top: 1px solid var(--hairline);
}

.download h2 { font-size: 2.1rem; color: var(--text); margin-bottom: 14px; font-weight: 800; }
.download p.lead { color: var(--text-muted); font-size: 1.05rem; margin-bottom: 34px; }

.store-badges {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.store-badge-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #000;
  color: #fff;
  padding: 12px 22px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  border: 1px solid var(--border-strong);
}

.store-badge-link svg { fill: #fff; }
.store-badge-link .glyph { font-size: 1.4rem; line-height: 1; }
.store-badge-link small { display: block; font-weight: 500; font-size: 0.72rem; color: var(--text-dim); }

/* Footer */
footer {
  background: var(--bg);
  color: var(--text-muted);
  padding: 56px 20px 30px;
  border-top: 1px solid var(--hairline);
}

.footer-content {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}

.footer-brand { display: flex; align-items: center; gap: 10px; color: var(--text); font-weight: 800; margin-bottom: 12px; }
.footer-brand img { width: 26px; height: 26px; border-radius: 7px; }

.footer-section h4 { margin-bottom: 16px; color: var(--text); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.05em; }
.footer-section ul { list-style: none; }
.footer-section a { color: var(--text-muted); text-decoration: none; display: block; margin-bottom: 10px; font-size: 0.92rem; }
.footer-section a:hover { color: var(--text); }
.footer-section p { font-size: 0.9rem; }

.footer-bottom {
  max-width: 1160px;
  margin: 0 auto;
  text-align: center;
  padding-top: 28px;
  border-top: 1px solid var(--hairline);
  color: var(--text-dim);
  font-size: 0.82rem;
}

.footer-bottom p + p { margin-top: 8px; }

@media (max-width: 860px) {
  .footer-content { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .hero h1 { font-size: 2.2rem; }
  .hero p.lead { font-size: 1.05rem; }
  .section-title { font-size: 1.7rem; }
  section { padding: 64px 18px; }
  .footer-content { grid-template-columns: 1fr; }
}

/* Legal pages */
.legal-header {
  background: radial-gradient(60% 100% at 50% 0%, rgba(124, 58, 237, 0.28) 0%, rgba(124, 58, 237, 0) 70%), var(--bg);
  padding: 64px 20px 40px;
  text-align: center;
  border-bottom: 1px solid var(--hairline);
}

.legal-header h1 { font-size: 2.2rem; color: var(--text); font-weight: 800; margin-bottom: 8px; }
.legal-header .updated { color: var(--text-dim); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.05em; }

.legal-tabs {
  display: inline-flex;
  gap: 4px;
  background: var(--card-alt);
  border: 1px solid var(--border-strong);
  border-radius: 12px;
  padding: 4px;
  margin-top: 24px;
}

.legal-tabs a {
  padding: 8px 22px;
  border-radius: 9px;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text-muted);
  text-decoration: none;
}

.legal-tabs a.active { background: var(--purple-deep); color: #fff; }

.legal-body {
  max-width: 760px;
  margin: 0 auto;
  padding: 48px 20px 90px;
}

.legal-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 26px 28px;
  margin-bottom: 18px;
}

.legal-card h2 { font-size: 1.15rem; color: var(--text); margin-bottom: 12px; font-weight: 700; }
.legal-card p { color: var(--text-body); font-size: 0.98rem; margin-bottom: 10px; }
.legal-card p:last-child { margin-bottom: 0; }
.legal-card ul { margin: 0 0 10px 0; list-style: none; }
.legal-card li { color: var(--text-body); font-size: 0.98rem; margin-bottom: 8px; padding-left: 18px; position: relative; }
.legal-card li::before { content: '•'; position: absolute; left: 0; color: var(--purple); }
.legal-card strong { color: var(--text); }
.legal-card a { color: var(--purple); text-decoration: none; }
.legal-card a:hover { text-decoration: underline; }
.legal-card .sub { font-weight: 700; color: var(--text); margin: 16px 0 8px; font-size: 0.98rem; }

.legal-card .btn { color: #fff; text-decoration: none; }
.legal-card .btn:hover { text-decoration: none; }
.legal-card .btn-ghost { color: var(--text); }

.legal-questions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid var(--hairline);
  font-size: 0.88rem;
  color: var(--text-dim);
}

.legal-questions a { color: var(--purple); font-weight: 700; text-decoration: none; }
