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

:root {
  --bg-deep: #04091a;
  --bg-primary: #071428;
  --bg-secondary: #0a1f3d;
  --bg-card: #0d2547;
  --accent-cyan: #00d4ff;
  --accent-blue: #3b82f6;
  --accent-sky: #60a5fa;
  --accent-glow: rgba(0, 212, 255, 0.12);
  --text-primary: #f0f6ff;
  --text-secondary: #93b4d4;
  --text-muted: #4a6e8a;
  --border-subtle: rgba(0, 212, 255, 0.1);
}

html { scroll-behavior: smooth; }

body {
  background: var(--bg-primary);
  color: var(--text-primary);
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* Navigation */
.topnav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 48px;
  background: linear-gradient(to bottom, rgba(7,20,40,0.95) 0%, rgba(7,20,40,0) 100%);
  backdrop-filter: blur(8px);
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--text-primary);
  text-decoration: none;
}

.nav-links {
  display: flex;
  gap: 32px;
}

.nav-links a {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: color 0.2s;
}

.nav-links a:hover { color: var(--accent-cyan); }

/* Hero */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px 48px 80px;
  background: radial-gradient(ellipse 80% 60% at 70% 40%, rgba(0,212,255,0.06) 0%, transparent 60%), var(--bg-deep);
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,212,255,0.03) 0%, transparent 50%);
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-eyebrow {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-cyan);
  margin-bottom: 20px;
}

.hero-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 900;
  line-height: 1.0;
  color: var(--text-primary);
  margin-bottom: 28px;
}

.hero-headline em {
  font-style: italic;
  color: var(--accent-cyan);
}

.hero-sub {
  font-size: 1.1rem;
  color: var(--text-secondary);
  max-width: 460px;
  line-height: 1.7;
}

/* Starfield */
.starfield {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.star {
  position: absolute;
  border-radius: 50%;
  background: var(--accent-cyan);
}

.star-1 { width: 2px; height: 2px; top: 15%; left: 20%; opacity: 0.6; }
.star-2 { width: 1px; height: 1px; top: 25%; left: 60%; opacity: 0.4; }
.star-3 { width: 2px; height: 2px; top: 40%; left: 35%; opacity: 0.8; }
.star-4 { width: 1px; height: 1px; top: 55%; left: 80%; opacity: 0.5; }
.star-5 { width: 2px; height: 2px; top: 70%; left: 15%; opacity: 0.7; }
.star-6 { width: 1px; height: 1px; top: 30%; left: 45%; opacity: 0.3; }
.star-7 { width: 3px; height: 3px; top: 60%; left: 55%; opacity: 0.9; }
.star-8 { width: 1px; height: 1px; top: 80%; left: 40%; opacity: 0.4; }
.star-9 { width: 2px; height: 2px; top: 20%; left: 75%; opacity: 0.6; }
.star-10 { width: 1px; height: 1px; top: 85%; left: 70%; opacity: 0.5; }
.star-11 { width: 2px; height: 2px; top: 50%; left: 25%; opacity: 0.7; }
.star-12 { width: 1px; height: 1px; top: 35%; left: 90%; opacity: 0.4; }

/* Orbit system */
.orbit-container {
  position: relative;
  width: 380px;
  height: 380px;
  margin: 0 auto;
}

.sun {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: radial-gradient(circle, #00d4ff 0%, #0099cc 50%, transparent 70%);
  box-shadow: 0 0 40px rgba(0,212,255,0.5), 0 0 80px rgba(0,212,255,0.2);
}

.orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(0,212,255,0.12);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.orbit-1 { width: 160px; height: 160px; }
.orbit-2 { width: 260px; height: 260px; }
.orbit-3 { width: 360px; height: 360px; }

.planet {
  position: absolute;
  border-radius: 50%;
  background: var(--accent-cyan);
  box-shadow: 0 0 10px rgba(0,212,255,0.6);
}

.planet-1 { width: 10px; height: 10px; top: -5px; left: 50%; transform: translateX(-50%); }
.planet-2 { width: 8px; height: 8px; top: 50%; right: -4px; transform: translateY(-50%); background: var(--accent-sky); box-shadow: 0 0 8px rgba(96,165,250,0.6); }
.planet-3 { width: 6px; height: 6px; bottom: -3px; left: 30%; background: #a78bfa; box-shadow: 0 0 8px rgba(167,139,250,0.6); }

.hero-badge-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
  position: relative;
  z-index: 1;
}

.badge {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-cyan);
  border: 1px solid rgba(0,212,255,0.25);
  padding: 6px 14px;
  border-radius: 100px;
}

.badge-sep { color: var(--text-muted); }

/* How it works */
.howitworks {
  padding: 120px 48px;
  background: var(--bg-primary);
}

.section-header {
  text-align: center;
  margin-bottom: 72px;
}

.section-eyebrow {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-cyan);
  margin-bottom: 16px;
}

.section-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.15;
}

.tier-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}

.tier {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: 16px;
  padding: 40px 32px;
  position: relative;
  transition: border-color 0.3s;
}

.tier:hover { border-color: rgba(0,212,255,0.3); }

.tier-icon {
  margin-bottom: 24px;
}

.tier h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
}

.tier p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 16px;
}

.tier-note {
  font-size: 0.8rem;
  color: var(--text-muted);
  font-style: italic;
}

.tier-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-top: 8px;
}

.price {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent-cyan);
}

.per {
  font-size: 0.9rem;
  color: var(--text-muted);
}

.tier-premium {
  background: linear-gradient(135deg, var(--bg-card) 0%, rgba(0,212,255,0.05) 100%);
  border-color: rgba(0,212,255,0.25);
}

/* The edge */
.theedge {
  padding: 120px 48px;
  background: var(--bg-secondary);
}

.edge-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.edge-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 24px;
  line-height: 1.2;
}

.edge-body {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.stat-row {
  display: flex;
  gap: 48px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--border-subtle);
}

.stat { display: flex; flex-direction: column; gap: 4px; }

.stat-number {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--accent-cyan);
}

.stat-label {
  font-size: 0.8rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Chart wheel */
.edge-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.chart-wheel {
  position: relative;
  width: 320px;
  height: 320px;
}

.wheel-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(0,212,255,0.15);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wheel-ring-1 { width: 140px; height: 140px; border-color: rgba(0,212,255,0.25); }
.wheel-ring-2 { width: 220px; height: 220px; border-color: rgba(0,212,255,0.12); }
.wheel-ring-3 { width: 300px; height: 300px; border-color: rgba(0,212,255,0.07); }

.wheel-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.zodiac-signs {
  position: absolute;
  inset: 0;
}

.zsign {
  position: absolute;
  font-size: 1.2rem;
  color: var(--accent-sky);
  opacity: 0.7;
}

/* Podcast */
.podcast {
  padding: 120px 48px;
  background: var(--bg-primary);
}

.podcast-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: center;
}

.podcast-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mic-icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid rgba(0,212,255,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-card);
}

.podcast-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
}

.podcast-text > p {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 28px;
}

.podcast-detail {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-secondary);
  font-size: 0.9rem;
}

/* Closing */
.closing {
  padding: 120px 48px;
  text-align: center;
  background: radial-gradient(ellipse 60% 50% at 50% 60%, rgba(0,212,255,0.05) 0%, transparent 70%), var(--bg-secondary);
}

.closing-eyebrow {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-cyan);
  margin-bottom: 20px;
}

.closing-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900;
  color: var(--text-primary);
  line-height: 1.15;
  margin-bottom: 24px;
}

.closing-sub {
  color: var(--text-secondary);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 560px;
  margin: 0 auto;
}

/* Signup Form */
.signup-form {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.signup-fields {
  display: flex;
  gap: 0;
  width: 100%;
  max-width: 460px;
}

.signup-fields input {
  flex: 1;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-right: none;
  border-radius: 8px 0 0 8px;
  padding: 14px 20px;
  font-size: 0.95rem;
  color: var(--text-primary);
  outline: none;
  transition: border-color 0.2s;
  font-family: 'DM Sans', system-ui, sans-serif;
}

.signup-fields input::placeholder { color: var(--text-muted); }
.signup-fields input:focus { border-color: rgba(0,212,255,0.4); }

.signup-fields button {
  background: var(--accent-cyan);
  color: var(--bg-deep);
  border: none;
  border-radius: 0 8px 8px 0;
  padding: 14px 24px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
  font-family: 'DM Sans', system-ui, sans-serif;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
}

.signup-fields button:hover { background: #33ddff; }
.signup-fields button:active { transform: scale(0.97); }

.btn-loading { display: none; }
.signup-fields button.loading .btn-label { display: none; }
.signup-fields button.loading .btn-loading { display: flex; }

.spinner {
  animation: spin 0.8s linear infinite;
}

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

.signup-msg {
  font-size: 0.85rem;
  min-height: 20px;
  text-align: center;
}

.signup-msg.success { color: var(--accent-cyan); }
.signup-msg.error { color: #f87171; }

/* Footer */
footer {
  padding: 48px;
  background: var(--bg-deep);
  border-top: 1px solid var(--border-subtle);
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.footer-tagline {
  color: var(--text-muted);
  font-size: 0.85rem;
}

.footer-links {
  display: flex;
  gap: 24px;
  margin-top: 8px;
}

.footer-links a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.8rem;
  transition: color 0.2s;
}

.footer-links a:hover { color: var(--accent-cyan); }

/* Hero image */
.hero-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-img {
  width: 100%;
  max-width: 480px;
  border-radius: 16px;
  box-shadow: 0 0 60px rgba(0,212,255,0.15);
  border: 1px solid rgba(0,212,255,0.1);
}

/* Hero CTA */
.hero-cta {
  display: inline-block;
  margin-top: 32px;
  padding: 14px 32px;
  background: var(--accent-cyan);
  color: var(--bg-deep);
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s;
}

.hero-cta:hover {
  background: #33ddff;
  box-shadow: 0 4px 24px rgba(0,212,255,0.35);
}

/* Sports grid */
.sports {
  padding: 120px 48px;
  background: var(--bg-primary);
}

.sports-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}

.sport-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: 16px;
  padding: 36px 28px;
  transition: border-color 0.3s, transform 0.2s;
}

.sport-card:hover {
  border-color: rgba(0,212,255,0.3);
  transform: translateY(-2px);
}

.sport-icon {
  margin-bottom: 20px;
}

.sport-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 12px;
}

.sport-card p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.7;
}

/* Newsletter */
.newsletter {
  padding: 120px 48px;
  background: var(--bg-secondary);
}

.newsletter-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.newsletter-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  margin-bottom: 20px;
}

.newsletter-sub {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.7;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-input {
  width: 100%;
  padding: 14px 18px;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: 8px;
  color: var(--text-primary);
  font-size: 0.95rem;
  font-family: 'DM Sans', system-ui, sans-serif;
  transition: border-color 0.2s;
  outline: none;
}

.form-input::placeholder { color: var(--text-muted); }
.form-input:focus { border-color: rgba(0,212,255,0.4); }

.form-btn {
  padding: 14px 24px;
  background: var(--accent-cyan);
  color: var(--bg-deep);
  font-weight: 600;
  font-size: 0.95rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: 'DM Sans', system-ui, sans-serif;
  transition: background 0.2s, box-shadow 0.2s;
}

.form-btn:hover:not(:disabled) {
  background: #33ddff;
  box-shadow: 0 4px 24px rgba(0,212,255,0.35);
}

.form-btn:disabled { opacity: 0.6; cursor: not-allowed; }

.form-note {
  font-size: 0.8rem;
  color: var(--text-muted);
  text-align: center;
}

.form-success, .form-error {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border-radius: 12px;
  font-size: 0.95rem;
}

.form-success {
  background: rgba(0,212,255,0.08);
  border: 1px solid rgba(0,212,255,0.2);
  color: var(--text-primary);
}

.form-error {
  background: rgba(255,80,80,0.08);
  border: 1px solid rgba(255,80,80,0.2);
  color: #ff8080;
}

/* Contact */
.contact {
  padding: 120px 48px;
  background: var(--bg-primary);
}

.contact-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.contact-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
}

.contact-sub {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 36px;
}

.contact-methods {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-method {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s;
}

.contact-method:hover { color: var(--accent-cyan); }

.contact-hours {
  padding: 40px;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: 16px;
}

.contact-hours h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
}

.contact-time {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--accent-cyan);
  margin-bottom: 12px;
}

.contact-note {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 900px) {
  .topnav { padding: 16px 24px; }
  .nav-links { gap: 20px; }
  .hero { padding: 100px 24px 60px; }
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-image-wrap { order: -1; }
  .hero-img { max-width: 360px; }
  .sports-grid { grid-template-columns: 1fr 1fr; }
  .newsletter-inner { grid-template-columns: 1fr; gap: 48px; }
  .contact-inner { grid-template-columns: 1fr; gap: 48px; }
  .tier-grid { grid-template-columns: 1fr; }
  .edge-inner { grid-template-columns: 1fr; gap: 48px; }
  .edge-visual { order: -1; }
  .podcast-inner { grid-template-columns: 1fr; gap: 40px; }
  .howitworks, .theedge, .podcast, .closing, .sports, .newsletter, .contact { padding: 80px 24px; }
  .stat-row { gap: 28px; }
}

@media (max-width: 480px) {
  .nav-links { display: none; }
  .badge-row { flex-wrap: wrap; }
  .sports-grid { grid-template-columns: 1fr; }
  .hero-img { max-width: 100%; }
}