:root {
  --violet: #635cff;
  --graphite: #232323;
  --silver: #a3a3a3;
  --soft: #ebebed;
  --white: #ffffff;
  --black: #000000;
  --field: #146a40;
  --field-deep: #0b3b27;
  --line: rgba(255, 255, 255, 0.72);
  --container: min(1180px, calc(100vw - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

html.accessibility-large-text {
  font-size: 112.5%;
}

html.accessibility-reduce-motion,
html.accessibility-reduce-motion * {
  animation-duration: 0.001ms !important;
  animation-iteration-count: 1 !important;
  scroll-behavior: auto !important;
  transition-duration: 0.001ms !important;
}

html.accessibility-underline-links a {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

html.accessibility-high-contrast body {
  background: #000;
  color: #fff;
}

html.accessibility-high-contrast img,
html.accessibility-high-contrast video {
  filter: contrast(1.15) saturate(0.9);
}

body {
  margin: 0;
  background: var(--white);
  color: var(--graphite);
  font-family: "Poppins", Arial, sans-serif;
  max-width: 100%;
  overflow-x: clip;
}

main {
  overflow-x: clip;
}

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

button {
  background: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  padding: 0;
}

.site-header {
  align-items: center;
  background: rgba(15, 15, 17, 0.58);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(99, 92, 255, 0.2);
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
  color: var(--white);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  left: 16px;
  padding: 14px 28px;
  position: fixed;
  right: 16px;
  top: 10px;
  z-index: 20;
}

.brand {
  display: block;
  width: 148px;
}

.brand img,
.final-cta img {
  display: block;
  height: auto;
  width: 100%;
}

.header-cta,
.button {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  white-space: nowrap;
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 26px;
}

.social-button {
  align-items: center;
  color: rgba(255, 255, 255, 0.64);
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.social-button:hover {
  color: var(--white);
}

.social-button svg {
  display: block;
  fill: currentColor;
  height: 25px;
  width: 25px;
}

.header-cta,
.button-primary {
  background: var(--violet);
  color: var(--white);
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--white);
}

.button-secondary.light {
  border-color: rgba(35, 35, 35, 0.18);
  color: var(--graphite);
}

.section,
.hero {
  padding: 112px 0;
}

.section-dark {
  background: var(--black);
  color: var(--white);
}

.hero-scroll {
  background: var(--black);
  height: auto;
  position: relative;
}

.hero {
  background:
    radial-gradient(circle at 76% 24%, rgba(99, 92, 255, 0.18), transparent 34%),
    radial-gradient(circle at 78% 74%, rgba(20, 106, 64, 0.22), transparent 32%),
    linear-gradient(135deg, #05050d, #08080a 58%, #131313);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  overflow: hidden;
  padding: 128px max(20px, calc((100vw - 1180px) / 2)) 26px;
  position: relative;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.9) 31%, rgba(0, 0, 0, 0.64) 49%, rgba(0, 0, 0, 0.18) 76%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.18) 38%, rgba(0, 0, 0, 0.54) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hero::after {
  background:
    radial-gradient(circle at 58% 12%, rgba(255, 255, 255, 0.12), transparent 18%),
    linear-gradient(135deg, rgba(99, 92, 255, 0.16), transparent 28%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hero > * {
  position: relative;
  z-index: 2;
}

.hero-copy {
  max-width: 780px;
  padding-top: 22px;
  position: relative;
  text-shadow: 0 8px 32px rgba(0, 0, 0, 0.72);
  z-index: 4;
}

.hero-main {
  display: block;
  width: 100%;
}

.hero-media {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0)),
    url("assets/hero-video-poster.jpg") 72% center / cover no-repeat;
  inset: 0;
  opacity: 0.74;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.scroll-video {
  border-radius: 0;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.scroll-video::-webkit-media-controls {
  display: none !important;
}

.video-scrub-stage {
  aspect-ratio: 1 / 1;
  background:
    radial-gradient(circle at 50% 48%, rgba(99, 92, 255, 0.42), transparent 30%),
    radial-gradient(circle at 55% 70%, rgba(20, 106, 64, 0.32), transparent 34%),
    rgba(8, 8, 10, 0.42);
  border: 1px solid rgba(99, 92, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.34);
  max-width: 470px;
  overflow: hidden;
  position: relative;
  transform: translateY(calc((var(--scrub-progress, 0) - 0.5) * -20px));
  width: min(100%, 470px);
  z-index: 1;
}

.hero-media.has-video .video-scrub-stage {
  display: none;
}

.video-scrub-stage::before {
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent),
    linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent 36%, rgba(0, 0, 0, 0.72));
  content: "";
  inset: 0;
  position: absolute;
}

.stage-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  inset: -20%;
  opacity: 0.24;
  position: absolute;
  transform: perspective(420px) rotateX(58deg) translateY(calc(var(--scrub-progress, 0) * -90px));
  transform-origin: center bottom;
}

.stadium-arc {
  border: 2px solid rgba(99, 92, 255, 0.42);
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
  height: 48%;
  left: 12%;
  position: absolute;
  right: 12%;
  top: 13%;
  transform: scale(calc(0.92 + var(--scrub-progress, 0) * 0.16));
}

.stage-ball {
  background:
    radial-gradient(circle at 34% 28%, var(--white), #9d9d9d 55%, #1f1f1f 56%);
  border-radius: 50%;
  box-shadow: 0 0 44px rgba(99, 92, 255, 0.62);
  height: 74px;
  left: calc(16% + var(--scrub-progress, 0) * 54%);
  position: absolute;
  top: calc(18% + var(--scrub-progress, 0) * 28%);
  transform: rotate(calc(var(--scrub-progress, 0) * 220deg));
  width: 74px;
}

.stage-card {
  background: rgba(0, 0, 0, 0.62);
  border: 1px solid rgba(99, 92, 255, 0.28);
  border-radius: 8px;
  bottom: 28px;
  color: var(--white);
  left: 28px;
  opacity: 0;
  padding: 16px 18px;
  position: absolute;
  transform: translateY(18px);
  transition:
    opacity 360ms ease,
    transform 360ms ease;
  width: min(280px, calc(100% - 56px));
}

.stage-card span,
.stage-card strong {
  display: block;
}

.stage-card span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.stage-card strong {
  font-size: 28px;
  line-height: 1.05;
  margin-top: 5px;
}

.hero[data-step="0"] .stage-card-one,
.hero[data-step="1"] .stage-card-two,
.hero[data-step="2"] .stage-card-three,
.hero[data-step="3"] .stage-card-four {
  opacity: 1;
  transform: translateY(0);
}

.eyebrow {
  color: var(--violet);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 18px;
  text-transform: uppercase;
}

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

h1 {
  font-size: clamp(58px, 7vw, 96px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.9;
  margin-bottom: 20px;
  max-width: 820px;
  text-transform: uppercase;
  text-shadow: 0 10px 42px rgba(0, 0, 0, 0.86);
}

h1 span {
  color: var(--violet);
}

.hero-kicker {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(19px, 2vw, 27px);
  font-weight: 800;
  letter-spacing: 10px;
  margin: 0 0 14px;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(38px, 5vw, 72px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 20px;
}

h3 {
  font-size: 22px;
  line-height: 1.12;
  margin-bottom: 12px;
}

.hero-lede {
  color: var(--soft);
  font-size: clamp(16px, 1.6vw, 22px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 7px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.hero-rule {
  background: var(--violet);
  height: 4px;
  margin-bottom: 22px;
  width: 74px;
}

.hero-description {
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.52;
  margin-bottom: 0;
  max-width: 560px;
}

.hero-live-badge {
  border-right: 1px solid rgba(99, 92, 255, 0.62);
  color: var(--white);
  display: grid;
  gap: 7px;
  justify-items: end;
  padding-right: 28px;
  position: absolute;
  right: max(38px, calc((100vw - 1180px) / 2));
  text-align: right;
  text-transform: uppercase;
  top: 96px;
}

.hero-live-badge span {
  font-size: 17px;
  font-weight: 500;
}

.hero-live-badge strong {
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 500;
}

.hero-live-badge i {
  background: #ff183a;
  border-radius: 50%;
  display: inline-block;
  height: 9px;
  margin-right: 7px;
  width: 9px;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-stats {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: auto;
  max-width: 1040px;
  position: relative;
}

.hero-stats div,
.impact-row div,
.metric-card,
.price-card,
.comparison article,
.placement-card,
.attention-card,
.addon-list article {
  border: 1px solid rgba(35, 35, 35, 0.1);
  border-radius: 8px;
}

.hero-stats div {
  align-items: center;
  background: rgba(0, 0, 0, 0.54);
  border-color: rgba(99, 92, 255, 0.28);
  border-radius: 0;
  display: grid;
  gap: 6px 13px;
  grid-template-columns: 46px 1fr;
  min-height: 88px;
  padding: 16px 22px;
  position: relative;
  transition:
    background 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    opacity 260ms ease;
}

.hero-stats div:not(.is-active) {
  opacity: 0.52;
}

.hero-stats div.is-active {
  background: rgba(14, 12, 36, 0.86);
  border-color: rgba(99, 92, 255, 0.72);
  box-shadow: inset 0 0 0 1px rgba(99, 92, 255, 0.22), 0 0 36px rgba(99, 92, 255, 0.16);
}

.hero-stats div:first-child {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}

.hero-stats div:last-child {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}

.hero-stats strong,
.impact-row strong,
.metric-card strong {
  display: block;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
}

.hero-stats strong {
  font-size: 28px;
  grid-column: 2;
  text-transform: uppercase;
}

.hero-stats span,
.impact-row span,
.metric-card span {
  color: rgba(255, 255, 255, 0.68);
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-top: 8px;
}

.hero-stats div > span:not(.stat-icon) {
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 500;
  grid-column: 2;
  letter-spacing: 1.2px;
  margin-top: 0;
  text-transform: uppercase;
}

.hero-stats .stat-icon {
  align-items: center;
  background: rgba(0, 0, 0, 0.66);
  border-radius: 7px;
  color: var(--violet);
  display: flex;
  grid-row: 1 / 3;
  height: 46px;
  justify-content: center;
  margin-top: 0;
  width: 46px;
}

.stat-icon svg {
  fill: currentColor;
  fill-rule: evenodd;
  height: 28px;
  width: 28px;
}

.live-match-panel {
  align-self: center;
  background: #090909;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
  min-height: 520px;
  overflow: hidden;
  position: relative;
}

.broadcast-topline {
  display: flex;
  justify-content: space-between;
  padding: 18px 20px;
  position: relative;
  z-index: 2;
}

.broadcast-topline span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 800;
}

.stadium {
  bottom: 0;
  left: 0;
  min-height: 460px;
  overflow: hidden;
  position: absolute;
  right: 0;
}

.crowd {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 18px 18px;
  height: 90px;
  left: -5%;
  position: absolute;
  right: -5%;
  top: 28px;
  transform: perspective(520px) rotateX(18deg);
}

.crowd-b {
  opacity: 0.45;
  top: 118px;
}

.led {
  background: var(--violet);
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
  left: 0;
  overflow: hidden;
  padding: 9px 0;
  position: absolute;
  right: 0;
  text-align: center;
  white-space: nowrap;
}

.led-top {
  top: 205px;
}

.led-bottom {
  bottom: 0;
}

.pitch {
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 46px, transparent 46px 92px),
    linear-gradient(140deg, var(--field), var(--field-deep));
  border-top: 3px solid rgba(255, 255, 255, 0.28);
  bottom: 28px;
  height: 235px;
  left: -4%;
  position: absolute;
  right: -4%;
  transform: perspective(780px) rotateX(58deg);
  transform-origin: bottom;
}

.pitch-line {
  border: 2px solid var(--line);
  position: absolute;
}

.center {
  border-radius: 50%;
  height: 90px;
  left: calc(50% - 45px);
  top: 58px;
  width: 90px;
}

.box-left,
.box-right {
  height: 120px;
  top: 45px;
  width: 100px;
}

.box-left {
  left: 34px;
}

.box-right {
  right: 34px;
}

.pitch-brand {
  color: rgba(255, 255, 255, 0.7);
  font-size: 34px;
  font-weight: 900;
  left: 50%;
  position: absolute;
  top: 88px;
  transform: translateX(-50%);
  white-space: nowrap;
}

.player,
.ball {
  animation: glide 7s ease-in-out infinite;
  background: var(--violet);
  border-radius: 50%;
  height: 22px;
  position: absolute;
  width: 22px;
}

.player span {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  color: var(--white);
  font-size: 8px;
  font-weight: 800;
  left: 50%;
  padding: 3px 5px;
  position: absolute;
  top: -24px;
  transform: translateX(-50%);
  white-space: nowrap;
}

.player-one {
  left: 32%;
  top: 54%;
}

.player-two {
  animation-delay: -2s;
  left: 58%;
  top: 36%;
}

.ball {
  animation-delay: -1s;
  background: var(--white);
  height: 12px;
  left: 46%;
  top: 48%;
  width: 12px;
}

@keyframes glide {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(42px, -22px);
  }
}

.broadcast-overlay {
  background: rgba(0, 0, 0, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  bottom: 78px;
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  position: absolute;
  right: 20px;
}

.broadcast-overlay span {
  color: var(--silver);
  font-size: 12px;
  font-weight: 700;
}

.broadcast-overlay strong {
  color: var(--violet);
  font-size: 34px;
  line-height: 1;
}

.audience,
.moments,
.packages {
  margin: 0 auto;
  width: var(--container);
}

.packages {
  color: var(--graphite);
  isolation: isolate;
  position: relative;
}

.packages::before {
  background: var(--white);
  content: "";
  inset: 0 calc(50% - 50vw);
  position: absolute;
  z-index: -1;
}

.packages .section-heading p:not(.eyebrow) {
  color: rgba(35, 35, 35, 0.68);
}

.audience {
  padding-top: 64px;
}

.universe-shift {
  background: var(--white);
  color: var(--white);
  min-height: 260vh;
  padding-left: max(20px, calc((100vw - 1320px) / 2));
  padding-right: max(20px, calc((100vw - 1320px) / 2));
  padding-top: 32px;
}

.universe-scene {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.64) 0%, rgba(255, 255, 255, 0.28) 28%, rgba(0, 0, 0, 0.02) 48%, rgba(0, 0, 0, 0.16) 64%, rgba(0, 0, 0, 0.5) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.64), transparent 42%, rgba(0, 0, 0, 0.16)),
    url("assets/traditional-vs-ai.png") center / cover no-repeat;
  border: 1px solid rgba(99, 92, 255, 0.22);
  border-radius: 8px;
  height: calc(100vh - 160px);
  min-height: 680px;
  overflow: hidden;
  padding: 56px;
  position: sticky;
  top: 112px;
  display: flex;
  flex-direction: column;
}

.universe-scene::before {
  background: linear-gradient(90deg, transparent 44%, rgba(99, 92, 255, 0.36) 50%, transparent 56%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.universe-heading {
  max-width: 780px;
  position: relative;
  z-index: 1;
}

.universe-heading::before {
  background: radial-gradient(ellipse at left, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.44) 44%, transparent 72%);
  content: "";
  inset: -32px -120px -34px -34px;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.universe-heading h2 {
  color: var(--white);
  max-width: 720px;
  text-shadow: 0 12px 42px rgba(0, 0, 0, 0.9);
}

.comparison {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: auto;
  position: relative;
  z-index: 1;
}

.comparison::before {
  align-items: center;
  background: var(--violet);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  box-shadow: 0 0 42px rgba(99, 92, 255, 0.68);
  color: var(--white);
  content: "VS";
  display: flex;
  font-size: 14px;
  font-weight: 900;
  height: 48px;
  justify-content: center;
  left: 50%;
  letter-spacing: 0;
  opacity: var(--vs-opacity, 0);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(var(--vs-scale, 0.5));
  width: 48px;
  z-index: 3;
}

.comparison article {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  border-color: rgba(255, 255, 255, 0.38);
  color: var(--graphite);
  opacity: var(--card-opacity, 0);
  padding: 28px;
  will-change: transform;
}

.comparison .is-highlighted {
  background: rgba(0, 0, 0, 0.66);
  border-color: rgba(99, 92, 255, 0.46);
  color: var(--white);
}

.comparison article:first-child {
  transform: translateX(var(--left-card-x, -48vw)) rotate(var(--left-card-rotate, -2deg));
}

.comparison article:last-child {
  transform: translateX(var(--right-card-x, 48vw)) rotate(var(--right-card-rotate, 2deg));
}

.side-label {
  color: var(--violet);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  border-top: 1px solid rgba(35, 35, 35, 0.12);
  font-size: 15px;
  font-weight: 600;
  list-style: none;
  padding: 12px 0;
}

.is-highlighted li,
.feature-list li {
  border-color: rgba(255, 255, 255, 0.13);
}

.section-heading {
  margin: 0 auto 46px;
  max-width: 820px;
  text-align: center;
}

.section-heading p:not(.eyebrow),
.moments-copy p,
.final-cta p {
  color: rgba(35, 35, 35, 0.68);
  font-size: 20px;
  line-height: 1.55;
}

.section-dark .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.68);
}

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

.metric-card {
  background: var(--graphite);
  color: var(--white);
  min-height: 170px;
  padding: 22px;
}

.metric-card span {
  color: rgba(255, 255, 255, 0.68);
}

.audience-video {
  aspect-ratio: 16 / 7;
  background: var(--graphite);
  border: 1px solid rgba(99, 92, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.14);
  margin-top: 28px;
  overflow: hidden;
  position: relative;
}

.audience-video::after {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.18), transparent 38%),
    linear-gradient(90deg, rgba(99, 92, 255, 0.2), transparent 34%, rgba(0, 0, 0, 0.18));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.audience-video video {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.inventory,
.content-engine,
.add-ons {
  padding-left: max(20px, calc((100vw - 1180px) / 2));
  padding-right: max(20px, calc((100vw - 1180px) / 2));
}

.showcase-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.placement-card {
  background: #101010;
  border-color: rgba(255, 255, 255, 0.12);
  min-height: 360px;
  overflow: hidden;
  padding: 16px;
}

.placement-card p {
  color: rgba(255, 255, 255, 0.64);
  font-size: 15px;
  line-height: 1.48;
}

.visual {
  align-items: center;
  background: #181818;
  border-radius: 6px;
  display: flex;
  height: 190px;
  justify-content: center;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.placement-video {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.jersey-visual::after {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.34), transparent 44%),
    linear-gradient(90deg, rgba(99, 92, 255, 0.18), transparent 44%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.board-visual::after {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.26), transparent 44%),
    linear-gradient(90deg, rgba(20, 106, 64, 0.18), transparent 42%, rgba(99, 92, 255, 0.18));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

@media (hover: hover) and (pointer: fine) {
  .jersey-visual::before {
    background: var(--white);
    bottom: 16px;
    box-shadow:
      0 0 0 0 rgba(99, 92, 255, 0.52),
      0 10px 28px rgba(0, 0, 0, 0.34);
    clip-path: polygon(0 0, 0 82%, 22% 62%, 34% 100%, 52% 94%, 39% 56%, 70% 56%);
    content: "";
    height: 42px;
    pointer-events: none;
    position: absolute;
    right: 18px;
    width: 42px;
    z-index: 2;
    animation: hoverCursorCue 2.5s ease-in-out 1.1s 3 forwards;
  }

  .jersey-visual::after {
    z-index: 1;
  }

  .jersey-visual .placement-video {
    transition: transform 320ms ease;
  }

  .jersey:hover .jersey-visual::before,
  .jersey:focus-within .jersey-visual::before {
    opacity: 0;
    animation: none;
  }

  .jersey:hover .jersey-visual .placement-video,
  .jersey:focus-within .jersey-visual .placement-video {
    transform: scale(1.04);
  }
}

@keyframes hoverCursorCue {
  0%,
  100% {
    box-shadow:
      0 0 0 0 rgba(99, 92, 255, 0.52),
      0 10px 28px rgba(0, 0, 0, 0.34);
    opacity: 0;
    transform: translate(0, 0) scale(0.88) rotate(-12deg);
  }

  18%,
  62% {
    opacity: 1;
  }

  32% {
    transform: translate(-18px, -12px) scale(1) rotate(-12deg);
  }

  42% {
    box-shadow:
      0 0 0 14px rgba(99, 92, 255, 0),
      0 10px 28px rgba(0, 0, 0, 0.34);
    transform: translate(-18px, -12px) scale(0.94) rotate(-12deg);
  }

  58% {
    transform: translate(-18px, -12px) scale(1) rotate(-12deg);
  }
}

.shirt {
  background: var(--violet);
  clip-path: polygon(22% 0, 38% 0, 44% 12%, 56% 12%, 62% 0, 78% 0, 100% 32%, 82% 46%, 82% 100%, 18% 100%, 18% 46%, 0 32%);
  height: 150px;
  position: relative;
  width: 130px;
}

.shirt span {
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  left: 50%;
  position: absolute;
  top: 56%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.mini-pitch {
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.07) 0 32px, transparent 32px 64px),
    linear-gradient(135deg, var(--field), var(--field-deep));
}

.mini-pitch {
  height: 100%;
  width: 100%;
}

.running-led {
  animation: ticker 8s linear infinite;
  background: var(--violet);
  bottom: 18px;
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
  left: 0;
  padding: 8px 0;
  position: absolute;
  white-space: nowrap;
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-45%);
  }
}

.overlay-visual {
  background:
    linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)),
    linear-gradient(135deg, var(--field), #1c8a55);
}

.overlay-visual::after {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.28), transparent 48%),
    linear-gradient(90deg, rgba(99, 92, 255, 0.12), transparent 48%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.pitch-visual {
  background: var(--field-deep);
}

.pitch-visual::after {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), transparent 44%),
    linear-gradient(90deg, rgba(20, 106, 64, 0.2), transparent 44%, rgba(99, 92, 255, 0.16));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.replay-visual {
  background: linear-gradient(140deg, #111, #333 52%, var(--violet));
}

.replay-visual::after {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.28), transparent 42%),
    linear-gradient(90deg, rgba(99, 92, 255, 0.18), transparent 46%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.screen-visual {
  background:
    linear-gradient(rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)),
    radial-gradient(circle at center, var(--violet), #111 68%);
  text-align: center;
}

.screen-visual::after {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.24), transparent 44%),
    linear-gradient(90deg, rgba(99, 92, 255, 0.18), transparent 48%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.impact-row {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 26px;
}

.impact-row div {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.13);
  padding: 22px;
}

.moments {
  align-items: center;
  display: grid;
  gap: 54px;
  grid-template-columns: 0.9fr 1.1fr;
}

.moments > * {
  min-width: 0;
}

.feature-list {
  background: var(--graphite);
  border-radius: 8px;
  color: var(--white);
  margin-top: 30px;
  padding: 18px 24px;
}

.moment-showcase {
  aspect-ratio: 16 / 10;
  background: var(--graphite);
  border: 1px solid rgba(99, 92, 255, 0.26);
  border-radius: 8px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.18);
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.moment-showcase::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.62), transparent 42%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent 48%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.moment-showcase video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.moment-video-overlay {
  bottom: 118px;
  color: var(--white);
  left: 24px;
  max-width: 360px;
  position: absolute;
  z-index: 1;
}

.moment-video-overlay span {
  color: var(--violet);
  display: block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.moment-video-overlay strong {
  display: block;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1;
}

.moment-metrics {
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.moment-metrics div {
  background: rgba(5, 5, 10, 0.72);
  border-right: 1px solid rgba(99, 92, 255, 0.28);
  color: var(--white);
  min-width: 0;
  padding: 18px 20px;
}

.moment-metrics div:last-child {
  border-right: 0;
}

.moment-metrics strong {
  color: var(--violet);
  display: block;
  font-size: clamp(28px, 3.5vw, 48px);
  line-height: 1;
}

.moment-metrics span {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-top: 6px;
  text-transform: uppercase;
}

.content-wall {
  display: grid;
  gap: 14px;
  grid-auto-rows: 180px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.content-tile {
  align-items: end;
  background: var(--graphite);
  border-radius: 8px;
  display: flex;
  isolation: isolate;
  overflow: hidden;
  padding: 18px;
  position: relative;
}

.content-tile::before {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.78)),
    linear-gradient(90deg, rgba(99, 92, 255, 0.24), transparent 38%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.content-tile::after {
  animation: floatReaction 4.8s ease-in-out infinite;
  color: rgba(255, 255, 255, 0.7);
  content: "♥";
  font-size: 22px;
  position: absolute;
  right: 18px;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
  top: 72px;
  z-index: 2;
}

@keyframes floatReaction {
  0%,
  100% {
    opacity: 0.3;
    transform: translateY(12px) scale(0.86);
  }
  45% {
    opacity: 0.9;
    transform: translateY(-18px) scale(1.08);
  }
}

.content-video {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.social-top {
  align-items: center;
  color: var(--white);
  display: flex;
  gap: 8px;
  left: 14px;
  pointer-events: none;
  position: absolute;
  right: 14px;
  top: 14px;
  transform: translate3d(0, 0, 0);
  z-index: 4;
}

.social-top > span:last-child,
.social-reactions span {
  background: rgba(0, 0, 0, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  padding: 7px 10px;
  text-transform: uppercase;
}

.social-icon {
  align-items: center;
  background: rgba(0, 0, 0, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  flex: 0 0 auto;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.social-icon svg {
  fill: none;
  height: 21px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 21px;
}

.social-icon svg path:first-child,
.social-icon svg circle:first-child {
  fill: currentColor;
}

.social-icon svg path + path,
.social-icon svg circle + path,
.social-icon svg rect,
.social-icon svg circle:not(:first-child) {
  fill: none;
  stroke: currentColor;
}

.social-x {
  font-size: 18px;
  font-weight: 900;
}

.social-reactions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none;
  position: absolute;
  right: 14px;
  top: 112px;
  transform: translate3d(0, 0, 0);
  z-index: 4;
}

.content-title {
  bottom: 18px;
  color: var(--white);
  left: 18px;
  max-width: 82%;
  pointer-events: none;
  position: absolute;
  transform: translate3d(0, 0, 0);
  z-index: 4;
}

.content-title span {
  display: block;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.content-title small {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 8px;
}

.content-tile.tall {
  grid-row: span 2;
}

.content-tile.wide {
  grid-column: span 2;
}

.partnership-table {
  background:
    linear-gradient(180deg, rgba(99, 92, 255, 0.08), rgba(255, 255, 255, 0)),
    var(--white);
  border: 1px solid rgba(35, 35, 35, 0.1);
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(35, 35, 35, 0.08);
  color: var(--graphite);
  display: grid;
  grid-template-columns: minmax(220px, 1.25fr) repeat(4, minmax(150px, 1fr));
  margin-top: 44px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-color: rgba(99, 92, 255, 0.8) rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
}

.partnership-table::-webkit-scrollbar {
  height: 8px;
}

.partnership-table::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
}

.partnership-table::-webkit-scrollbar-thumb {
  background: rgba(99, 92, 255, 0.8);
  border-radius: 999px;
}

.tier-head,
.feature-name,
.tier-cell {
  border-bottom: 1px solid rgba(35, 35, 35, 0.09);
  border-right: 1px solid rgba(35, 35, 35, 0.09);
}

.tier-head:nth-child(5n),
.tier-cell:nth-child(5n) {
  border-right: 0;
}

.tier-head {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(235, 235, 237, 0.7)),
    var(--white);
  min-height: 168px;
  padding: 22px;
  position: relative;
}

.tier-head span,
.tier-head em,
.feature-name span {
  color: rgba(35, 35, 35, 0.58);
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tier-head strong {
  display: block;
  font-size: clamp(24px, 2.5vw, 40px);
  line-height: 1;
  margin: 8px 0 18px;
  text-transform: uppercase;
}

.tier-head em {
  color: rgba(35, 35, 35, 0.66);
  letter-spacing: 0;
  text-transform: none;
}

.tier-head.feature-head {
  background: var(--graphite);
  color: var(--white);
}

.tier-head.feature-head strong {
  color: var(--violet);
  font-size: 26px;
}

.tier-head.feature-head span {
  color: rgba(255, 255, 255, 0.62);
}

.tier-head.bronze {
  background: linear-gradient(180deg, rgba(200, 121, 69, 0.12), rgba(255, 255, 255, 0.92));
  box-shadow: inset 0 0 0 1px rgba(200, 121, 69, 0.28);
}

.tier-head.bronze strong {
  color: #c87945;
}

.tier-head.silver strong {
  color: #bfc2c9;
}

.tier-head.gold {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 211, 71, 0.4), transparent 44%),
    linear-gradient(180deg, #fff7c8, #ffffff 72%);
  border-left: 2px solid #f0b90b;
  border-right: 2px solid #f0b90b;
  box-shadow:
    inset 0 0 0 1px rgba(240, 185, 11, 0.45),
    0 18px 46px rgba(240, 185, 11, 0.18);
  transform: translateY(-10px);
  z-index: 2;
}

.tier-head.gold strong {
  color: #d69b00;
}

.tier-head.gold small {
  background: linear-gradient(135deg, #f0b90b, #ffd86a);
  border-radius: 4px;
  box-shadow: 0 12px 28px rgba(240, 185, 11, 0.34);
  color: var(--graphite);
  font-size: 11px;
  font-weight: 900;
  left: 50%;
  letter-spacing: 0.04em;
  padding: 8px 12px;
  position: absolute;
  text-transform: uppercase;
  top: -1px;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.tier-head.platinum strong {
  color: #ae43ff;
}

.feature-name {
  background: #f7f7fa;
  color: var(--graphite);
  font-size: 15px;
  font-weight: 900;
  padding: 18px 22px;
}

.feature-name span {
  font-size: 11px;
  margin-top: 5px;
  text-transform: none;
}

.tier-cell {
  align-items: center;
  background: var(--white);
  color: var(--violet);
  display: flex;
  font-size: 28px;
  font-weight: 900;
  justify-content: center;
  min-height: 76px;
}

.tier-cell.no {
  color: rgba(35, 35, 35, 0.28);
  font-size: 24px;
}

.partnership-table > :nth-child(5n + 4) {
  background-color: rgba(255, 248, 210, 0.74);
  border-left-color: rgba(240, 185, 11, 0.55);
  border-right-color: rgba(240, 185, 11, 0.55);
}

.partnership-table > .tier-cell:nth-child(5n + 4) {
  color: #d69b00;
  font-size: 34px;
  text-shadow: 0 10px 28px rgba(240, 185, 11, 0.22);
}

.partnership-foot {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.partnership-foot article {
  background: #f7f7fa;
  border: 1px solid rgba(35, 35, 35, 0.08);
  border-radius: 8px;
  color: var(--graphite);
  padding: 22px;
}

.partnership-foot span {
  color: var(--violet);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.partnership-foot strong {
  display: block;
  font-size: 40px;
  line-height: 1;
}

.partnership-foot p {
  color: rgba(35, 35, 35, 0.62);
  font-weight: 700;
  margin: 8px 0 0;
}

.benefits,
.values {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 28px;
}

.benefits span,
.values span {
  background: var(--graphite);
  border-radius: 6px;
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  padding: 10px 13px;
}

.add-ons {
  display: grid;
  gap: 42px;
  grid-template-columns: 0.85fr 1.15fr;
}

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

.addon-list article {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.13);
  padding: 24px;
}

.addon-list strong,
.addon-list span {
  display: block;
}

.addon-list span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  font-weight: 600;
  margin-top: 8px;
}

.final-cta {
  align-items: center;
  display: flex;
  min-height: 82vh;
  padding: 110px 20px;
  text-align: center;
}

.final-cta > div {
  margin: 0 auto;
  max-width: 900px;
}

.final-cta img {
  margin: 0 auto 42px;
  max-width: 360px;
}

.final-cta h2 {
  font-size: clamp(48px, 7vw, 92px);
}

.final-cta p {
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
}

.contact-actions {
  justify-content: center;
  margin-top: 30px;
}

.back-top-row {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.back-top-cta {
  min-width: 190px;
}

.values span {
  background: var(--soft);
  color: var(--graphite);
}

.site-footer {
  background: #0a0a0f;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: var(--white);
  padding: 40px 24px;
  position: relative;
  z-index: 2;
}

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

.footer-top,
.footer-bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.footer-top {
  gap: 28px;
  margin-bottom: 32px;
}

.footer-brand {
  display: block;
  opacity: 0.62;
  transition: opacity 220ms ease;
  width: 160px;
}

.footer-brand:hover {
  opacity: 1;
}

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

.footer-social,
.footer-links {
  align-items: center;
  display: flex;
}

.footer-social {
  gap: 20px;
}

.footer-social a {
  color: rgba(255, 255, 255, 0.35);
  display: inline-flex;
  transition:
    color 220ms ease,
    transform 220ms ease;
}

.footer-social a:hover {
  color: var(--violet);
  transform: translateY(-2px);
}

.footer-social svg {
  fill: currentColor;
  height: 22px;
  width: 22px;
}

.footer-divider {
  background: rgba(255, 255, 255, 0.05);
  height: 1px;
  margin-bottom: 24px;
}

.footer-bottom {
  gap: 22px;
  padding-left: 88px;
}

.footer-links {
  flex-wrap: wrap;
  gap: 22px;
}

.footer-links a,
.footer-bottom p {
  color: rgba(255, 255, 255, 0.34);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.footer-links a {
  transition: color 220ms ease;
}

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

.footer-bottom p {
  margin: 0;
}

.accessibility-widget {
  align-items: flex-start;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  left: 24px;
  position: fixed;
  z-index: 80;
}

.accessibility-toggle {
  align-items: center;
  background: var(--violet);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  box-shadow: 0 18px 36px rgba(99, 92, 255, 0.28);
  color: var(--white);
  display: inline-flex;
  height: 44px;
  justify-content: center;
  transition:
    box-shadow 220ms ease,
    transform 220ms ease;
  width: 44px;
}

.accessibility-toggle:hover {
  box-shadow: 0 22px 46px rgba(99, 92, 255, 0.38);
  transform: scale(1.05);
}

.accessibility-toggle svg,
.accessibility-close svg,
.cookie-close svg {
  fill: none;
  height: 22px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 22px;
}

.accessibility-toggle svg {
  height: 20px;
  stroke-width: 2;
  width: 20px;
}

.accessibility-panel,
.cookie-consent {
  background: rgba(10, 10, 15, 0.96);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
  color: var(--white);
}

.accessibility-panel {
  border-radius: 10px;
  padding: 16px;
  width: min(calc(100vw - 40px), 352px);
}

.accessibility-panel[hidden],
.cookie-consent[hidden],
.cookie-details[hidden] {
  display: none;
}

.accessibility-panel-head {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.accessibility-panel h2,
.cookie-consent h2 {
  font-size: 16px;
  font-weight: 800;
  margin: 0;
}

.accessibility-panel p,
.cookie-consent p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
  margin: 4px 0 0;
}

.accessibility-close,
.cookie-close {
  align-items: center;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.62);
  display: inline-flex;
  height: 34px;
  justify-content: center;
  transition:
    background 220ms ease,
    color 220ms ease;
  width: 34px;
}

.accessibility-close:hover,
.cookie-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.accessibility-options {
  display: grid;
  gap: 8px;
}

.accessibility-options button {
  align-items: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: var(--white);
  display: grid;
  gap: 2px 12px;
  grid-template-columns: 38px 1fr;
  padding: 12px;
  text-align: left;
  transition:
    background 220ms ease,
    border-color 220ms ease;
}

.accessibility-options button:hover,
.accessibility-options button[aria-pressed="true"] {
  background: rgba(99, 92, 255, 0.12);
  border-color: rgba(99, 92, 255, 0.58);
}

.accessibility-options span {
  align-items: center;
  align-self: stretch;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: #9b96ff;
  display: inline-flex;
  grid-row: span 2;
  justify-content: center;
}

.accessibility-options svg {
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 20px;
}

.accessibility-options strong,
.accessibility-options small {
  display: block;
}

.accessibility-options strong {
  font-size: 13px;
  font-weight: 800;
}

.accessibility-options small {
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
}

.accessibility-reset {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 800;
  margin-top: 12px;
  min-height: 40px;
  transition:
    border-color 220ms ease,
    color 220ms ease;
  width: 100%;
}

.accessibility-reset:hover {
  background: rgba(99, 92, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
  color: var(--white);
}

.cookie-consent {
  align-items: flex-start;
  border-radius: 10px;
  bottom: 16px;
  display: grid;
  gap: 16px;
  grid-template-columns: auto 1fr auto;
  left: 16px;
  margin: 0 auto;
  max-width: 1030px;
  padding: 18px 52px 18px 18px;
  position: fixed;
  right: 16px;
  z-index: 90;
}

.cookie-icon {
  align-items: center;
  background: rgba(99, 92, 255, 0.15);
  border-radius: 8px;
  color: #9b96ff;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  margin-top: 2px;
  width: 42px;
}

.cookie-icon svg {
  fill: none;
  height: 22px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 22px;
}

.cookie-copy a {
  color: #9b96ff;
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  margin-top: 10px;
}

.cookie-details {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 12px;
}

.cookie-details div {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 12px;
}

.cookie-details strong,
.cookie-details span {
  display: block;
}

.cookie-details strong {
  font-size: 13px;
}

.cookie-details span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 4px;
}

.cookie-actions {
  display: grid;
  gap: 8px;
  min-width: 150px;
}

.cookie-actions button {
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  min-height: 42px;
  padding: 0 16px;
  white-space: nowrap;
}

.cookie-accept {
  background: var(--violet);
  color: var(--white);
}

.cookie-essential,
.cookie-details-toggle {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.78);
}

.cookie-essential:hover,
.cookie-details-toggle:hover {
  background: rgba(99, 92, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.3);
  color: var(--white);
}

.cookie-close {
  background: rgba(255, 255, 255, 0.06);
  position: absolute;
  right: 12px;
  top: 12px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 720ms ease,
    transform 720ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .moments {
    gap: 36px;
    grid-template-columns: 1fr;
  }

  .moments-copy {
    max-width: 760px;
  }

  .moment-showcase {
    aspect-ratio: 16 / 9;
    min-height: 0;
    width: 100%;
  }

  .moment-showcase video {
    object-fit: contain;
    object-position: center center;
  }

  .moment-video-overlay {
    bottom: 104px;
  }
}

@media (max-width: 960px) {
  nav {
    display: none;
  }

  .hero,
  .moments,
  .add-ons {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 124px;
  }

  .scroll-video,
  .video-scrub-stage {
    width: 100%;
  }

  .live-match-panel {
    min-height: 430px;
  }

  .moment-showcase {
    aspect-ratio: 16 / 12;
    min-height: 440px;
  }

  .hero-stats,
  .audience-grid,
  .showcase-grid,
  .impact-row,
  .content-wall,
  .addon-list,
  .partnership-foot {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partnership-table {
    grid-template-columns: 220px repeat(4, 155px);
  }

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

  .footer-top,
  .footer-bottom {
    flex-direction: column;
    padding-left: 0;
    text-align: center;
  }

  .footer-links {
    justify-content: center;
  }

  .cookie-consent {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .cookie-icon {
    display: none;
  }

  .cookie-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-width: 0;
  }

  .universe-scene {
    height: calc(100vh - 118px);
    min-height: 940px;
    padding: 34px;
    top: 88px;
  }

  .comparison {
    margin-top: auto;
  }
}

@media (max-width: 640px) {
  .site-header {
    gap: 12px;
    left: 10px;
    padding: 12px 16px;
    right: 10px;
    top: 8px;
  }

  .brand {
    width: 116px;
  }

  .header-cta {
    font-size: 12px;
    min-height: 36px;
    padding: 0 12px;
  }

  .header-actions {
    gap: 10px;
  }

  .social-button {
    height: 34px;
    width: 34px;
  }

  .social-button svg {
    height: 21px;
    width: 21px;
  }

  .accessibility-widget {
    bottom: 14px;
    left: 14px;
  }

  .cookie-consent {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .cookie-details {
    grid-template-columns: 1fr;
  }

  .cookie-actions {
    grid-template-columns: 1fr;
  }

  .section,
  .hero {
    padding-bottom: 76px;
    padding-top: 86px;
  }

  .universe-shift {
    min-height: 260vh;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }

  .universe-scene {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    height: auto;
    min-height: 1040px;
    padding: 108px 18px 28px;
    position: sticky;
    top: 82px;
  }

  .universe-heading h2 {
    font-size: 34px;
  }

  .comparison {
    margin-top: 24px;
  }

  .hero {
    min-height: 100vh;
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-media {
    opacity: 0.5;
  }

  .scroll-video {
    object-position: 58% center;
  }

  h1 {
    font-size: 37px;
    line-height: 0.95;
    max-width: 100%;
  }

  h2 {
    font-size: 38px;
  }

  .hero-kicker {
    font-size: 16px;
    letter-spacing: 7px;
  }

  .hero-lede {
    font-size: 15px;
    letter-spacing: 4px;
  }

  .hero-live-badge {
    display: none;
  }

  .hero-stats,
  .audience-grid,
  .showcase-grid,
  .impact-row,
  .content-wall,
  .addon-list,
  .partnership-foot {
    grid-template-columns: 1fr;
  }

  .partnership-table {
    grid-template-columns: 190px repeat(4, 145px);
    margin-left: -4px;
    margin-right: -4px;
  }

  .tier-head {
    min-height: 150px;
    padding: 18px;
  }

  .tier-cell {
    min-height: 68px;
  }

  .feature-name {
    padding: 16px 18px;
  }

  .content-tile.tall,
  .content-tile.wide {
    grid-column: auto;
    grid-row: auto;
  }

  .content-tile {
    min-height: 320px;
  }

  .content-wall {
    grid-auto-rows: auto;
  }

  .content-title {
    max-width: 88%;
  }

  .live-match-panel {
    min-height: 380px;
  }

  .moment-showcase {
    aspect-ratio: auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .moment-showcase::after {
    display: none;
  }

  .moment-showcase video {
    aspect-ratio: 16 / 9;
    background: #05050a;
    height: auto;
    object-fit: contain;
    object-position: center center;
  }

  .moment-video-overlay {
    background: linear-gradient(180deg, rgba(5, 5, 10, 0.98), rgba(12, 12, 18, 0.96));
    border-top: 1px solid rgba(99, 92, 255, 0.22);
    bottom: auto;
    left: auto;
    max-width: none;
    padding: 18px;
    position: relative;
    right: auto;
  }

  .moment-metrics {
    border-top: 1px solid rgba(99, 92, 255, 0.24);
    grid-template-columns: 1fr;
    left: auto;
    position: relative;
    right: auto;
  }

  .moment-metrics div {
    border-right: 0;
    border-top: 1px solid rgba(99, 92, 255, 0.24);
    padding: 14px 18px;
  }

  .pitch-brand {
    font-size: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
