:root {
  --black: #050505;
  --ink: #111111;
  --paper: #ffffff;
  --muted: #e7e7e7;
  --line: rgba(255, 255, 255, 0.18);
  --accent: #d9ff00;
  --red: #ff3535;
  --blue: #0057ff;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--paper);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.45;
}

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

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(5, 5, 5, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.nav {
  width: min(var(--max), calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  width: 184px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
}

.lang {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lang a {
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 0.78rem;
}

.lang .active {
  background: var(--paper);
  color: var(--black);
}

.hero {
  min-height: calc(100vh - 76px);
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.96) 0%, rgba(5, 5, 5, 0.74) 45%, rgba(5, 5, 5, 0.25) 100%),
    url("https://images.squarespace-cdn.com/content/v1/67addc0fc6a46b2788d0483c/a32cb706-7116-4efa-b3d7-eba2b66d1ba7/hero-bg.jpg") center / cover;
}

.hero-inner,
.section-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: 70px 0 92px;
}

.eyebrow {
  color: var(--accent);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0 0 14px;
}

h1,
h2,
h3 {
  font-family: Anton, Impact, sans-serif;
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0;
}

h1 {
  font-size: clamp(4.2rem, 10vw, 9.6rem);
  max-width: 8ch;
}

h2 {
  font-size: clamp(3.4rem, 7vw, 6.8rem);
}

h3 {
  font-size: clamp(1.9rem, 3.5vw, 3.1rem);
}

.lead {
  max-width: 650px;
  margin: 28px 0 0;
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  font-weight: 700;
}

.body-copy {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.1rem;
}

.store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.store-row img {
  height: 54px;
  width: auto;
}

.hero-phone {
  align-self: end;
}

.brand-strip {
  background: var(--paper);
  color: var(--ink);
  padding: 34px 0;
}

.brand-strip .section-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  flex-wrap: wrap;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
}

.dazn-mark {
  display: inline-grid;
  place-items: center;
  width: 132px;
  height: 72px;
  border: 7px solid var(--ink);
  font-size: 2rem;
  font-weight: 950;
  letter-spacing: 0;
}

section {
  padding: clamp(60px, 8vw, 118px) 0;
}

.split {
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(260px, 1fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
}

.panel-light {
  background: var(--paper);
  color: var(--ink);
}

.panel-red {
  background: var(--red);
  color: var(--paper);
}

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
  margin-top: 44px;
}

.feature {
  min-height: 320px;
  background: var(--black);
  display: grid;
  align-content: end;
  padding: 24px;
  overflow: hidden;
}

.feature img {
  width: min(230px, 92%);
  margin: 0 auto 22px;
}

.feature h3 {
  font-size: clamp(1.5rem, 2.4vw, 2.35rem);
}

.download {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.9), rgba(5, 5, 5, 0.38)),
    url("https://images.squarespace-cdn.com/content/v1/67addc0fc6a46b2788d0483c/d69c089e-68a7-400f-a3ab-6f86ebf8475a/download-background.png") center / cover;
}

.newsletter {
  background: var(--paper);
  color: var(--ink);
}

.newsletter-form {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto;
  gap: 12px;
  margin-top: 28px;
  max-width: 620px;
}

input {
  width: 100%;
  min-height: 54px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  padding: 0 20px;
  font: inherit;
}

button,
.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--ink);
  border-radius: 999px;
  padding: 0 24px;
  background: var(--ink);
  color: var(--paper);
  font: inherit;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.footer {
  padding: 46px 0;
  background: var(--black);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0 0 24px;
  font-weight: 800;
  text-transform: uppercase;
}

@media (max-width: 840px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0;
  }

  .nav-links {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
    overflow-x: auto;
  }

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

  .hero {
    min-height: auto;
  }

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

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