:root {
  color-scheme: dark;
  --bg: #020711;
  --panel: #081527;
  --panel-strong: #0c2038;
  --line: rgba(59, 207, 255, 0.3);
  --text: #f6fbff;
  --muted: #b6c2cf;
  --blue: #16baff;
  --green: #9cff00;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(156, 255, 0, 0.16), transparent 28rem),
    radial-gradient(circle at 86% 12%, rgba(22, 186, 255, 0.18), transparent 30rem),
    linear-gradient(180deg, #020711 0%, #07101f 54%, #020711 100%);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

p a {
  color: var(--blue);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(2, 7, 17, 0.86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand img {
  width: 44px;
  height: 44px;
  border-radius: 8px;
}

.brand span span {
  color: var(--blue);
}

.brand > span {
  color: var(--green);
}

nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 3vw, 36px);
  color: var(--muted);
  font-size: 0.95rem;
}

nav a:hover,
nav a:focus-visible {
  color: var(--text);
}

.store-link,
.primary-action,
.secondary-action,
.filter,
.notify-form button {
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.store-link,
.primary-action,
.notify-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  background: linear-gradient(135deg, var(--green), #45e868);
  color: #06101c;
  box-shadow: 0 0 28px rgba(156, 255, 0, 0.22);
}

.secondary-action,
.filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--line);
  color: var(--text);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: center;
  min-height: calc(100vh - 73px);
  gap: clamp(28px, 6vw, 80px);
  padding: clamp(42px, 7vw, 86px) clamp(18px, 5vw, 72px);
  overflow: hidden;
}

.hero-copy {
  max-width: 680px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(3rem, 7vw, 6.8rem);
  line-height: 0.9;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 0.96;
}

p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-media {
  position: relative;
}

.hero-media img,
.split-section img {
  display: block;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-media img {
  max-height: 76vh;
  object-fit: cover;
  object-position: center top;
}

.feature-strip,
.calendar-section,
.split-section,
.get-section,
.info-section {
  padding: clamp(42px, 7vw, 82px) clamp(18px, 5vw, 72px);
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.06);
  padding-top: 1px;
  padding-bottom: 1px;
}

.feature-strip article {
  min-height: 230px;
  padding: 28px;
  background: rgba(5, 17, 31, 0.96);
}

.feature-strip span,
.match-date {
  color: var(--blue);
  font-weight: 900;
}

.feature-strip h2 {
  font-size: 1.35rem;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 26px;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.filter.active {
  background: rgba(156, 255, 0, 0.15);
  border-color: rgba(156, 255, 0, 0.7);
  color: var(--green);
}

.match-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.match-card {
  display: grid;
  min-height: 280px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(12, 32, 56, 0.94), rgba(5, 13, 24, 0.94));
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
}

.match-card h3 {
  margin: 12px 0 10px;
  font-size: 1.45rem;
}

.match-meta {
  color: var(--muted);
  line-height: 1.55;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.tag-row span {
  padding: 5px 8px;
  background: rgba(22, 186, 255, 0.12);
  border: 1px solid rgba(22, 186, 255, 0.26);
  border-radius: 999px;
  color: #dff6ff;
  font-size: 0.78rem;
}

.calendar-button {
  align-self: end;
  margin-top: 24px;
  padding: 12px 14px;
  background: transparent;
  border: 1px solid rgba(156, 255, 0, 0.7);
  border-radius: 6px;
  color: var(--green);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.03);
}

.split-section.alt {
  grid-template-columns: minmax(320px, 1.1fr) minmax(0, 0.9fr);
  background: transparent;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.check-list li {
  padding-left: 28px;
  color: var(--text);
  position: relative;
}

.check-list li::before {
  position: absolute;
  left: 0;
  content: "✓";
  color: var(--green);
  font-weight: 900;
}

.notify-form {
  margin-top: 26px;
}

.notify-form label {
  display: block;
  margin-bottom: 10px;
  color: var(--text);
  font-weight: 800;
}

.notify-form div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.notify-form input {
  min-height: 46px;
  width: 100%;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--text);
  font: inherit;
}

.get-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background:
    linear-gradient(90deg, rgba(156, 255, 0, 0.12), rgba(22, 186, 255, 0.1)),
    var(--panel);
}

.get-section div {
  max-width: 760px;
}

.get-section h2 {
  color: var(--green);
}

.info-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.info-section article {
  padding: 26px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.info-section h2 {
  font-size: 1.5rem;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

footer span:first-child {
  color: var(--green);
  font-weight: 900;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .hero,
  .split-section,
  .split-section.alt,
  .info-section {
    grid-template-columns: 1fr;
  }

  .feature-strip,
  .match-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-section.alt img {
    order: 2;
  }

  .get-section {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .site-header {
    position: static;
  }

  .brand > span {
    font-size: 0.95rem;
  }

  .store-link {
    padding: 0 12px;
    font-size: 0.85rem;
  }

  h1 {
    font-size: 3.25rem;
  }

  .hero {
    min-height: auto;
  }

  .feature-strip,
  .match-grid {
    grid-template-columns: 1fr;
  }

  .notify-form div {
    grid-template-columns: 1fr;
  }

  footer {
    flex-direction: column;
  }
}
