@font-face {
  font-family: 'Ozone';
  src: url('Ozone-xRRO.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'SubwayTicker';
  src: url('SubwayTicker.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-family: 'PixelUI';
  src: url('PixelFont7-G02A.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

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

:root {
  --bg: #060c08;
  --surface: #0f1f12;
  --surface-light: #17301c;
  --border: rgba(202, 255, 49, 0.2);
  --text: #f5ffd1;
  --text-muted: #c6d89a;
  --accent-green: #39ff14;
  --accent-green-soft: #7cff60;
  --accent-yellow: #fff200;
  --accent-yellow-soft: #f8ff83;
  --gradient: linear-gradient(130deg, #39ff14 0%, #baff00 45%, #fff200 100%);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'SubwayTicker', 'Segoe UI', Tahoma, sans-serif;
  background: radial-gradient(1300px 900px at 50% -20%, #16361f 0%, #060c08 60%);
  color: var(--text);
  overflow-x: hidden;
  line-height: 1.6;
}

a {
  color: var(--accent-yellow-soft);
  text-decoration: none;
}

.glow-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(130px);
  opacity: 0.42;
}

.blob-1 {
  width: 580px;
  height: 580px;
  background: radial-gradient(circle, rgba(57, 255, 20, 0.9) 0%, transparent 70%);
  top: -160px;
  left: 50%;
  transform: translateX(-50%);
  animation: drift1 12s ease-in-out infinite;
}

.blob-2 {
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(255, 242, 0, 0.8) 0%, transparent 72%);
  top: 42%;
  left: -140px;
  animation: drift2 17s ease-in-out infinite;
}

.blob-3 {
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, rgba(125, 255, 84, 0.7) 0%, transparent 70%);
  bottom: -120px;
  right: -80px;
  animation: drift3 15s ease-in-out infinite;
}

@keyframes drift1 {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(38px); }
}

@keyframes drift2 {
  0%, 100% { transform: translateY(0) translateX(0); }
  50% { transform: translateY(-45px) translateX(40px); }
}

@keyframes drift3 {
  0%, 100% { transform: translateY(0) translateX(0); }
  50% { transform: translateY(30px) translateX(-35px); }
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(6, 12, 8, 0.74);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 242, 0, 0.2);
}

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

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Ozone', 'SubwayTicker', sans-serif;
  font-size: 1.6rem;
  letter-spacing: 2px;
  color: var(--accent-yellow);
  text-shadow:
    0 0 9px rgba(255, 242, 0, 0.7),
    0 0 26px rgba(57, 255, 20, 0.45);
}

.nav-mlb-img {
  height: 1.5rem;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 6px rgba(57, 255, 20, 0.5));
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
}

.nav-links a {
  color: var(--text-muted);
  font-size: 0.92rem;
  transition: color 0.2s;
}

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

.btn-nav {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 16px;
  border-radius: 10px;
  border: 1px solid rgba(57, 255, 20, 0.25);
  background: rgba(12, 29, 15, 0.86);
  color: var(--text) !important;
  font-size: 0.85rem;
  transition: border-color 0.2s, background 0.2s;
}

.btn-nav:hover {
  border-color: rgba(255, 242, 0, 0.55);
  background: rgba(20, 46, 25, 0.95);
}

.hero {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 128px 24px 40px;
  max-width: 860px;
  margin: 0 auto;
}

.hero-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.hero-mlb-img {
  height: clamp(3rem, 7.5vw, 5rem);
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(57, 255, 20, 0.55));
}

.hero-logo-glow {
  font-family: 'Ozone', sans-serif;
  font-size: clamp(4.3rem, 10vw, 6.8rem);
  letter-spacing: 3px;
  color: var(--accent-yellow);
  text-shadow:
    0 0 10px rgba(255, 242, 0, 0.85),
    0 0 32px rgba(57, 255, 20, 0.75),
    0 0 88px rgba(57, 255, 20, 0.32);
  margin-bottom: 0;
}

.badge {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 0.8rem;
  color: var(--accent-yellow-soft);
  background: rgba(255, 242, 0, 0.08);
  border: 1px solid rgba(255, 242, 0, 0.3);
  margin-bottom: 28px;
}

.hero-title {
  font-family: 'Ozone', sans-serif;
  font-size: clamp(2.7rem, 7vw, 5rem);
  line-height: 1.03;
  letter-spacing: 1.3px;
  background: linear-gradient(180deg, #f4ffcf 10%, #fff200 35%, #78ff53 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 24px;
}

.showcase {
  position: relative;
  z-index: 1;
  width: 99vw;
  max-width: 99vw;
  margin-left: calc(50% - 49.5vw);
  margin-right: calc(50% - 49.5vw);
  padding: 6px 24px 20px;
  text-align: center;
}

.showcase-window {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 242, 0, 0.28);
  background: #081109;
  box-shadow:
    0 0 0 1px rgba(255, 242, 0, 0.15),
    0 18px 70px rgba(57, 255, 20, 0.25),
    0 0 110px rgba(255, 242, 0, 0.12);
}

.showcase-video {
  display: block;
  width: 100%;
  height: auto;
}

.hero-sub {
  font-size: 1.15rem;
  color: var(--text-muted);
  max-width: 620px;
  margin: 0 auto 34px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 18px;
  scroll-margin-top: 92px;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: 10px;
  font-family: 'SubwayTicker', sans-serif;
  font-size: 0.95rem;
  color: #091000;
  font-weight: 700;
  background: var(--gradient);
  box-shadow: 0 4px 26px rgba(57, 255, 20, 0.4);
  transition: transform 0.15s, box-shadow 0.2s;
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 30px rgba(255, 242, 0, 0.35);
  color: #0b1300;
}

.btn-primary.large {
  padding: 16px 42px;
  font-size: 1.02rem;
  border-radius: 12px;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: 10px;
  font-size: 0.95rem;
  color: var(--text);
  border: 1px solid var(--border);
  background: rgba(12, 29, 15, 0.76);
  transition: border-color 0.2s, background 0.2s;
}

.btn-secondary:hover {
  border-color: rgba(255, 242, 0, 0.62);
  background: rgba(24, 49, 30, 0.92);
}

.hero-meta {
  font-family: 'PixelUI', monospace;
  font-size: 0.88rem;
  color: var(--text-muted);
  opacity: 0.9;
}

.section-title {
  font-family: 'Ozone', sans-serif;
  font-size: clamp(1.85rem, 4vw, 2.9rem);
  letter-spacing: 1px;
  text-align: center;
  background: linear-gradient(180deg, #f3ffb8 16%, #fff200 45%, #66ff4d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 14px;
}

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

.features,
.screenshots,
.how-it-works,
.cta {
  position: relative;
  z-index: 1;
}

.features {
  max-width: 1120px;
  margin: 0 auto;
  padding: 52px 24px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.feature-card {
  background: rgba(11, 23, 13, 0.75);
  border: 1px solid rgba(202, 255, 49, 0.26);
  border-radius: 16px;
  padding: 30px 26px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: border-color 0.25s, transform 0.2s;
}

.feature-card:hover {
  border-color: rgba(255, 242, 0, 0.6);
  transform: translateY(-3px);
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(57, 255, 20, 0.2), rgba(255, 242, 0, 0.2));
  color: var(--accent-yellow-soft);
  font-family: 'PixelUI', monospace;
  font-size: 1.05rem;
  margin-bottom: 18px;
}

.feature-card h3 {
  font-size: 1.08rem;
  margin-bottom: 9px;
  color: var(--text);
}

.feature-card p {
  font-size: 0.93rem;
  color: var(--text-muted);
  line-height: 1.66;
}

.screenshots {
  max-width: 980px;
  margin: 0 auto;
  padding: 30px 24px 52px;
}

.screenshot-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.screenshot-card {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 242, 0, 0.24);
  background: rgba(10, 19, 11, 0.8);
  transition: border-color 0.25s, transform 0.2s;
}

.screenshot-card:hover {
  border-color: rgba(57, 255, 20, 0.65);
  transform: translateY(-2px);
}

.screenshot-card.splash {
  max-width: 920px;
  margin: 0 auto;
}

.screenshot-label {
  display: block;
  padding: 12px 18px;
  font-size: 0.9rem;
  color: var(--text-muted);
  border-top: 1px solid rgba(255, 242, 0, 0.2);
}

.feature-card--standings {
  border-color: rgba(57, 255, 20, 0.5);
  background: rgba(10, 28, 12, 0.9);
  grid-column: span 1;
}

.feature-card--standings:hover {
  border-color: var(--accent-green);
  box-shadow: 0 0 28px rgba(57, 255, 20, 0.2);
}

.feature-card--standings kbd {
  display: inline-block;
  padding: 1px 7px;
  border-radius: 5px;
  border: 1px solid rgba(57, 255, 20, 0.45);
  background: rgba(57, 255, 20, 0.1);
  font-family: 'PixelUI', monospace;
  font-size: 0.82rem;
  color: var(--accent-green-soft);
}

.standings-showcase {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 24px 60px;
  text-align: center;
}

.standings-img-wrap {
  display: inline-block;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(57, 255, 20, 0.45);
  background: #081109;
  box-shadow:
    0 0 0 1px rgba(57, 255, 20, 0.15),
    0 18px 70px rgba(57, 255, 20, 0.22),
    0 0 110px rgba(0, 255, 68, 0.1);
  max-width: 960px;
  width: 100%;
  transition: border-color 0.25s, transform 0.2s;
}

.standings-img-wrap:hover {
  border-color: rgba(57, 255, 20, 0.75);
  transform: translateY(-2px);
}

.standings-img {
  display: block;
  width: 100%;
  height: auto;
}

.how-it-works {
  max-width: 920px;
  margin: 0 auto;
  padding: 34px 24px 52px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.step {
  text-align: center;
  padding: 22px;
}

.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-family: 'PixelUI', monospace;
  font-size: 1.1rem;
  color: #081000;
  background: var(--gradient);
  margin-bottom: 18px;
  box-shadow: 0 0 24px rgba(57, 255, 20, 0.3);
}

.step h3 {
  font-size: 1.06rem;
  margin-bottom: 10px;
}

.step p {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.65;
}

.cta {
  text-align: center;
  padding: 34px 24px 58px;
}

.footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 242, 0, 0.2);
  padding: 40px 24px;
  text-align: center;
}

.footer-inner {
  max-width: 640px;
  margin: 0 auto;
}

.footer-logo {
  font-family: 'Ozone', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 2px;
  color: var(--accent-yellow-soft);
  display: block;
  margin-bottom: 10px;
}

.footer p {
  font-size: 0.87rem;
  color: var(--text-muted);
  margin-bottom: 6px;
}

.footer-disclaimer {
  opacity: 0.72;
  font-size: 0.8rem !important;
}

.feature-card,
.screenshot-card,
.step,
.standings-img-wrap {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.feature-card.visible,
.screenshot-card.visible,
.step.visible,
.standings-img-wrap.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .nav-links a:not(.btn-nav) {
    display: none;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .steps-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hero {
    padding-top: 118px;
  }

  .hero-sub {
    font-size: 1.02rem;
  }
}

@media (max-width: 480px) {
  .hero-actions {
    flex-direction: column;
    align-items: center;
  }

  .hero-logo-glow {
    font-size: clamp(3.4rem, 18vw, 4.6rem);
  }

  .hero-mlb-img {
    height: clamp(2.4rem, 13vw, 3.4rem);
  }
}
