:root {
  --ink: #0b1220;
  --ink-soft: #141c30;
  --paper: #f7f7fb;
  --paper-alt: #eef0fa;
  --line: #e2e4f0;
  --red: #e5383b;
  --red-dark: #b3241f;
  --rose: #ff6b6b;
  --maroon: #7a0c0c;
  --muted: #5c6270;
  --white: #ffffff;
  --font-head: "Space Grotesk", sans-serif;
  --font-body: "Inter", sans-serif;
  --radius: 14px;
  --container: 1160px;
  --grad-primary: linear-gradient(120deg, var(--red), var(--red-dark));
  --chrome-h: 104px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3 {
  font-family: var(--font-head);
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0 0 0.5em;
}
p { line-height: 1.65; color: var(--muted); margin: 0 0 1em; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 30px;
  border-radius: 999px;
  font-weight: 700;
  font-family: var(--font-head);
  font-size: 15px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color .15s ease;
}
.btn--primary {
  background: var(--grad-primary);
  color: var(--white);
  box-shadow: 0 10px 26px rgba(179, 36, 31, 0.35);
}
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(179, 36, 31, 0.45); }
.btn--ghost { background: rgba(255,255,255,0.06); color: var(--white); border-color: rgba(255,255,255,0.35); }
.btn--ghost:hover { border-color: var(--white); transform: translateY(-2px); }
.btn--sm { padding: 10px 22px; font-size: 13px; }
.btn--block { width: 100%; }

/* Eyebrow / section titles */
.eyebrow {
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--red-dark);
  margin: 0 0 10px;
}
.eyebrow--light { color: var(--red); }
.section__title { font-size: clamp(28px, 4vw, 40px); color: var(--ink); line-height: 1.1; }
.section__title--light { color: var(--white); }
.section__desc { max-width: 640px; font-size: 16px; }
.section__desc--light { color: rgba(255,255,255,0.72); }

/* Topbar */
.topbar { background: var(--ink); color: rgba(255,255,255,0.85); font-size: 13px; }
.topbar__inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 8px 24px;
}
.topbar strong { color: var(--red); }
.topbar a { color: var(--red); font-weight: 600; }
.topbar a:hover { text-decoration: underline; }

/* Header */
.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247,247,251,0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header__inner {
  display: flex; align-items: center; gap: 24px;
  padding: 14px 24px;
}
.brand { display: flex; align-items: center; gap: 10px; margin-right: auto; }
.brand__mark { display: inline-flex; }
.brand__text { display: flex; flex-direction: column; line-height: 1.1; }
.brand__name {
  font-family: var(--font-head); font-weight: 700; font-size: 21px;
  letter-spacing: -0.01em; color: var(--ink);
}
.brand__name em { font-style: normal; background: var(--grad-primary); -webkit-background-clip: text; background-clip: text; color: transparent; }
.brand__name--footer { color: var(--white); font-size: 26px; }
.brand__name--footer em { background: var(--grad-primary); -webkit-background-clip: text; background-clip: text; color: transparent; }
.brand__sub { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }

.nav { display: flex; gap: 28px; }
.nav a {
  font-size: 14px; font-weight: 600; color: var(--ink);
  padding: 6px 0; border-bottom: 2px solid transparent;
}
.nav a:hover { border-color: var(--red); }
.header__cta { flex-shrink: 0; }
.nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 6px;
}
.nav-toggle span { width: 22px; height: 2px; background: var(--ink); display: block; }

/* Hero */
.hero {
  position: relative; color: var(--white); overflow: hidden;
  background: radial-gradient(ellipse at 20% 0%, #1a2440 0%, var(--ink) 55%);
  clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
  min-height: 100vh;
  min-height: calc(100dvh - var(--chrome-h));
  display: flex;
  align-items: center;
}
.hero__bg { position: absolute; inset: 0; overflow: hidden; }
.hero__blob { position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.45; will-change: transform; }
.hero__blob--1 { width: 560px; height: 560px; background: var(--red); top: -180px; right: -140px; }
.hero__blob--2 { width: 460px; height: 460px; background: var(--maroon); bottom: -180px; left: -120px; opacity: 0.4; }
.hero__blob--3 { width: 380px; height: 380px; background: var(--rose); top: 40%; left: 55%; opacity: 0.22; }
.hero__lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__inner {
  position: relative; z-index: 1;
  padding: 64px 24px;
  max-width: 760px;
  width: 100%;
}
.hero__intro { margin-bottom: 32px; }
.hero h1 {
  font-size: clamp(30px, 4.2vw, 44px);
  line-height: 1.15;
  margin-bottom: 0;
}
.hero-slide h2 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(24px, 3.2vw, 34px);
  line-height: 1.15;
  margin: 0 0 14px;
  color: var(--white);
}
.hero__desc { color: rgba(255,255,255,0.78); font-size: 16.5px; max-width: 580px; }
.hero__actions { display: flex; gap: 16px; flex-wrap: wrap; margin: 8px 0 32px; }

/* Hero carousel */
.hero-carousel { position: relative; min-height: 210px; }
.hero-slide {
  position: absolute; top: 0; left: 0; width: 100%;
  opacity: 0; pointer-events: none; z-index: 1;
}
.hero-slide.is-active { opacity: 1; pointer-events: auto; z-index: 2; }
.slide-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 11px; margin-bottom: 16px;
}
.slide-icon svg { width: 20px; height: 20px; }
.slide-icon--1 { background: rgba(255,107,107,0.18); color: var(--rose); }
.slide-icon--2 { background: rgba(229,56,59,0.18); color: var(--red); }
.slide-icon--3 { background: rgba(122,12,12,0.18); color: var(--maroon); }

/* Scroll cue */
.hero__scroll-cue {
  position: absolute; z-index: 2; left: 50%; bottom: 28px; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  background: none; border: none; color: rgba(255,255,255,0.55);
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em;
  cursor: pointer;
}
.hero__scroll-cue svg { width: 18px; height: 18px; }
.hero__scroll-cue:hover { color: var(--white); }

.hero-carousel__controls { display: flex; align-items: center; gap: 18px; }
.hero-carousel__nav {
  flex-shrink: 0; width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.2);
  color: var(--white); display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: background .2s ease, transform .2s ease;
}
.hero-carousel__nav svg { width: 16px; height: 16px; }
.hero-carousel__nav:hover { background: rgba(255,255,255,0.18); transform: translateY(-2px); }

.hero-carousel__dots { display: flex; gap: 10px; }
.hero-carousel__dots button {
  width: 9px; height: 9px; border-radius: 50%; padding: 0; border: none;
  background: rgba(255,255,255,0.25); cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
.hero-carousel__dots button.is-active { background: var(--grad-primary); transform: scale(1.4); }

/* Sports row */
.sports { background: var(--ink); padding: 0 0 56px; margin-top: -1px; }
.sports__label {
  text-align: center; font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.16em;
  color: rgba(255,255,255,0.45); margin-bottom: 20px;
}
.sports__row { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.sport-chip {
  display: flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 999px; padding: 10px 20px 10px 14px;
  color: rgba(255,255,255,0.75); font-size: 14px; font-weight: 600;
  position: relative;
}
.sport-chip__icon { width: 20px; height: 20px; color: var(--red); display: flex; }
.sport-chip__icon svg { width: 100%; height: 100%; }
.sport-chip--featured {
  background: var(--grad-primary); border-color: transparent; color: var(--white);
  box-shadow: 0 10px 24px rgba(179,36,31,0.3);
}
.sport-chip--featured .sport-chip__icon { color: var(--white); }
.sport-chip__ribbon {
  position: absolute; top: -10px; right: 8px;
  background: var(--ink); color: var(--red);
  font-size: 9.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em;
  padding: 2px 8px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.2);
}

/* Strip stats */
.strip { background: var(--ink-soft); border-top: 1px solid rgba(255,255,255,0.06); }
.strip__inner {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px; padding: 26px 24px;
}
.strip__item { display: flex; flex-direction: column; gap: 4px; border-left: 2px solid var(--red); padding-left: 14px; }
.strip__label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; color: rgba(255,255,255,0.5); }
.strip__value { font-family: var(--font-head); font-size: 17px; font-weight: 600; color: var(--white); }

/* Sections */
.section { padding: 90px 0; }
.section--alt { background: var(--paper-alt); }

/* Cards / grid */
.grid { display: grid; gap: 24px; margin-top: 48px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; transition: transform .18s ease, box-shadow .18s ease; position: relative;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 18px 34px rgba(11,18,32,0.08); }
.card--featured { border: 1px solid rgba(229,56,59,0.4); background: linear-gradient(180deg, #fff 0%, #fff1f0 100%); }
.card__tag {
  position: absolute; top: 24px; right: 24px;
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em;
  color: var(--red-dark); background: rgba(179,36,31,0.1); padding: 4px 10px; border-radius: 999px;
}
.card__icon {
  width: 46px; height: 46px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.card__icon svg { width: 24px; height: 24px; }
.card__icon--1 { background: rgba(229,56,59,0.14); color: var(--red); }
.card__icon--2 { background: rgba(179,36,31,0.14); color: var(--red-dark); }
.card__icon--3 { background: rgba(255,107,107,0.14); color: var(--rose); }
.card h3 { font-size: 19px; margin-bottom: 8px; color: var(--ink); }
.card p { font-size: 14.5px; margin: 0; }

/* Split section */
.split { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center; }
.split__media svg { width: 100%; height: auto; }
.check-list { display: flex; flex-direction: column; gap: 14px; margin-top: 24px; }
.check-list li {
  position: relative; padding-left: 30px; font-size: 15px; color: var(--ink); line-height: 1.5;
}
.check-list li::before {
  content: "✓"; position: absolute; left: 0; top: -1px;
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--grad-primary); color: var(--white);
  font-size: 12px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}

/* Steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 48px; }
.step {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 22px; position: relative;
}
.step__num {
  display: block; font-family: var(--font-head); font-size: 32px; font-weight: 700;
  background: var(--grad-primary); -webkit-background-clip: text; background-clip: text; color: transparent;
  margin-bottom: 10px;
}
.step h3 { font-size: 18px; margin-bottom: 8px; color: var(--ink); }
.step p { font-size: 14px; margin: 0; }

/* CTA band */
.cta-band { background: var(--ink); }
.cta-band__inner { display: grid; grid-template-columns: 1fr 0.9fr; gap: 56px; align-items: start; }
.contact-info { display: flex; flex-direction: column; gap: 16px; margin-top: 28px; }
.contact-info__item { display: flex; flex-direction: column; gap: 2px; }
.contact-info__label { font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.5); }
.contact-info__item a, .contact-info__item span { color: var(--white); font-size: 16px; font-weight: 600; }
.contact-info__item a:hover { color: var(--red); }

.form {
  background: var(--ink-soft); border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius); padding: 28px;
  display: flex; flex-direction: column; gap: 16px;
}
.form__row { display: flex; flex-direction: column; gap: 6px; }
.form__row label { font-size: 13px; color: rgba(255,255,255,0.75); font-weight: 600; }
.form__row input, .form__row textarea {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px; padding: 11px 14px; color: var(--white); font-family: var(--font-body); font-size: 14.5px;
  resize: vertical;
}
.form__row input::placeholder, .form__row textarea::placeholder { color: rgba(255,255,255,0.35); }
.form__row input:focus, .form__row textarea:focus { outline: none; border-color: var(--red); }
.form__note { font-size: 12px; color: rgba(255,255,255,0.45); text-align: center; margin: 0; }

/* Footer */
.footer { background: #070a10; color: rgba(255,255,255,0.6); padding: 48px 0 24px; }
.footer__inner {
  display: grid; grid-template-columns: 1.3fr 1fr; gap: 24px;
  align-items: start; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer__brand p { color: rgba(255,255,255,0.5); font-size: 14px; max-width: 320px; margin-top: 10px; }
.footer__links { display: flex; gap: 22px; flex-wrap: wrap; justify-self: end; align-self: center; }
.footer__links a { font-size: 14px; color: rgba(255,255,255,0.65); }
.footer__links a:hover { color: var(--red); }
.footer__copy { font-size: 12px; text-align: center; margin: 20px 0 0; color: rgba(255,255,255,0.35); }

/* Responsive */
@media (max-width: 960px) {
  .nav { display: none; }
  .nav-toggle { display: flex; }
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; }
  .split__media { order: -1; max-width: 360px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .cta-band__inner { grid-template-columns: 1fr; }
  .strip__inner { grid-template-columns: repeat(2, 1fr); }
  .footer__inner { grid-template-columns: 1fr; }
  .footer__links { justify-self: start; }
  .hero { clip-path: none; }
  .hero-carousel { min-height: 260px; }
}
@media (max-width: 600px) {
  .grid--3 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .header__cta { display: none; }
  .hero__inner { padding: 56px 20px; }
  .hero-carousel { min-height: 300px; }
  .hero__scroll-cue { bottom: 18px; }
  .topbar__inner { flex-direction: column; gap: 4px; align-items: flex-start; }
  .sports__row { gap: 10px; }
  .sport-chip { padding: 8px 16px 8px 12px; font-size: 13px; }
  .strip__inner { grid-template-columns: 1fr; }
}
@media (max-width: 600px) and (max-height: 640px) {
  .hero { min-height: auto; }
  .hero__scroll-cue { display: none; }
}

/* Mobile nav open state */
.nav.is-open {
  display: flex; flex-direction: column; position: absolute;
  top: 100%; left: 0; right: 0; background: var(--paper);
  border-bottom: 1px solid var(--line); padding: 16px 24px; gap: 14px;
}
