:root {
  --ink-950: #03080d;
  --ink-900: #061019;
  --ink-850: #091722;
  --ink-800: #0d1d29;
  --ink-750: #122633;
  --line: rgba(255, 255, 255, 0.1);
  --line-strong: rgba(255, 255, 255, 0.2);
  --paper: #f4f7f0;
  --muted: #9aabb5;
  --lime: #ceff3f;
  --lime-strong: #b8f21c;
  --teal: #18dbc5;
  --gold: #f2bd45;
  --danger: #ff6b5d;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 32px;
  --shell: min(1180px, calc(100vw - 48px));
  --header-height: 84px;
  --spot-x: 50%;
  --spot-y: 50%;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 20px);
  overflow-x: hidden;
  background: var(--ink-950);
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--paper);
  background:
    radial-gradient(circle at 15% 12%, rgba(24, 219, 197, 0.07), transparent 28rem),
    var(--ink-950);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  z-index: 1000;
  inset: 0;
  pointer-events: none;
  opacity: 0.022;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}

::selection {
  color: var(--ink-950);
  background: var(--lime);
}

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

button,
select {
  color: inherit;
  font: inherit;
}

button,
a,
select {
  -webkit-tap-highlight-color: transparent;
}

button {
  border: 0;
}

img,
picture,
svg {
  display: block;
}

img {
  max-width: 100%;
}

[hidden] {
  display: none !important;
}

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

:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1200;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--ink-950);
  background: var(--lime);
  border-radius: 8px;
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.section {
  position: relative;
  padding-block: clamp(88px, 10vw, 148px);
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  color: var(--ink-950);
  background: var(--lime);
  border: 1px solid var(--lime);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  background: #e1ff85;
  box-shadow: 0 12px 36px rgba(206, 255, 63, 0.2);
  transform: translateY(-2px);
}

.button--mini {
  min-height: 42px;
  padding-inline: 19px;
  font-size: 0.7rem;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-kicker::before {
  width: 34px;
  height: 1px;
  content: "";
  background: currentColor;
}

.section-heading {
  max-width: 780px;
}

.section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.section-heading--center .section-kicker::after {
  width: 34px;
  height: 1px;
  content: "";
  background: currentColor;
}

.section-heading h2,
.languages__content h2,
.download-card h2 {
  margin-bottom: 24px;
  font-family: "Arial Black", Impact, ui-sans-serif, sans-serif;
  font-size: clamp(2.4rem, 5.4vw, 5rem);
  font-stretch: condensed;
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 0.91;
  text-transform: uppercase;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.section-heading h2 span,
.section-heading h2 em,
.languages__content h2 span,
.languages__content h2 em,
.download-card h2 span,
.download-card h2 em {
  display: block;
}

.section-heading h2 em,
.languages__content h2 em,
.download-card h2 em {
  color: var(--lime);
  font-style: normal;
}

.section-heading > p,
.languages__content > p,
.download-card__copy > p {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.14rem);
}

.js .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 720ms cubic-bezier(0.2, 0.75, 0.2, 1), transform 720ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

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

.site-header {
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid transparent;
  transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled,
.site-header.is-menu-open {
  border-color: var(--line);
  background: rgba(3, 8, 13, 0.88);
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.22);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.site-header__inner {
  display: flex;
  height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 11px;
}

.brand__mark {
  width: 44px;
  height: 44px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(24, 219, 197, 0.16);
}

.brand__mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand__type {
  display: grid;
  line-height: 1;
}

.brand__type strong {
  color: #fff;
  font-size: 0.86rem;
  font-weight: 950;
  letter-spacing: 0.075em;
}

.brand__type small {
  margin-top: 6px;
  color: var(--gold);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.5vw, 38px);
  margin-inline-start: auto;
}

.desktop-nav a {
  position: relative;
  padding-block: 12px;
  color: #d2dbe0;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--lime);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a.is-active {
  color: #fff;
}

.desktop-nav a:hover::after,
.desktop-nav a.is-active::after {
  transform: scaleX(1);
  transform-origin: left;
}

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

.language-select {
  display: inline-flex;
  height: 42px;
  align-items: center;
  gap: 5px;
  padding-inline: 10px 7px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(4, 13, 20, 0.55);
}

.language-select svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--teal);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.language-select select {
  width: 150px;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  color: #fff;
  background: transparent;
  font-size: 0.72rem;
  font-weight: 900;
  text-align: start;
  text-align-last: start;
  cursor: pointer;
}

.language-select option {
  color: var(--ink-950);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: rgba(4, 13, 20, 0.55);
  cursor: pointer;
}

.menu-toggle span {
  position: absolute;
  width: 18px;
  height: 2px;
  background: #fff;
  transition: transform 180ms ease;
}

.menu-toggle span:first-child {
  transform: translateY(-4px);
}

.menu-toggle span:last-child {
  transform: translateY(4px);
}

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
  transform: rotate(-45deg);
}

.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  min-height: max(760px, 100svh);
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: var(--ink-950);
}

.hero__media,
.hero__media img,
.hero__veil,
.hero__grid,
.hero__wind {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__media {
  z-index: -5;
}

.hero__media img {
  object-fit: cover;
  object-position: center;
  transform: scale(1.035) translate3d(calc(var(--hero-x, 0) * 1px), calc(var(--hero-y, 0) * 1px), 0);
  transition: transform 300ms ease-out;
}

.hero__veil {
  z-index: -4;
  background:
    linear-gradient(90deg, rgba(3, 8, 13, 0.98) 0%, rgba(3, 8, 13, 0.86) 31%, rgba(3, 8, 13, 0.17) 67%, rgba(3, 8, 13, 0.16) 100%),
    linear-gradient(0deg, var(--ink-950) 0%, transparent 18%, transparent 72%, rgba(3, 8, 13, 0.55) 100%);
}

.hero__grid {
  z-index: -3;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(206, 255, 63, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(206, 255, 63, 0.2) 1px, transparent 1px);
  background-position: calc(50% + var(--hero-x, 0) * -0.25px) center;
  background-size: 80px 80px;
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 58%);
  mask-image: linear-gradient(90deg, #000, transparent 58%);
}

.hero__wind {
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 42%, #000 56%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 42%, #000 56%, #000 100%);
}

.hero__wind-line {
  position: absolute;
  right: -8%;
  display: block;
  width: min(68vw, 1040px);
  height: clamp(140px, 19vw, 280px);
  border-top: 2px solid currentColor;
  border-radius: 50%;
  color: rgba(206, 255, 63, 0.58);
  opacity: 0;
  will-change: transform, opacity;
  -webkit-mask-image: linear-gradient(90deg, transparent 2%, #000 24%, #000 70%, transparent 98%);
  mask-image: linear-gradient(90deg, transparent 2%, #000 24%, #000 70%, transparent 98%);
  animation: heroWindSweep 8.4s cubic-bezier(0.33, 0, 0.2, 1) infinite;
}

.hero__wind-line::before,
.hero__wind-line::after {
  position: absolute;
  content: "";
  border-top: 1px solid currentColor;
  border-radius: 50%;
}

.hero__wind-line::before {
  inset: 14px 7% 0 6%;
  opacity: 0.52;
}

.hero__wind-line::after {
  inset: 34px 17% 0 12%;
  opacity: 0.28;
}

.hero__wind-line--one {
  top: 22%;
  transform: rotate(-7deg);
}

.hero__wind-line--two {
  top: 51%;
  color: rgba(73, 229, 220, 0.58);
  animation-delay: -3.1s;
  animation-duration: 10.2s;
}

.hero__wind-line--three {
  top: 76%;
  color: rgba(255, 255, 255, 0.44);
  animation-delay: -6.2s;
  animation-duration: 11.6s;
}

.hero__orb {
  position: absolute;
  z-index: -1;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(206, 255, 63, 0.16);
  border-radius: 50%;
  pointer-events: none;
}

.hero__orb::before,
.hero__orb::after {
  position: absolute;
  inset: 12%;
  content: "";
  border: inherit;
  border-radius: inherit;
}

.hero__orb::after {
  inset: 27%;
}

.hero__orb--one {
  top: 13%;
  left: -240px;
}

.hero__orb--two {
  right: -260px;
  bottom: -230px;
  width: 520px;
  height: 520px;
  border-color: rgba(24, 219, 197, 0.12);
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: inherit;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding-block: calc(var(--header-height) + 70px) 96px;
}

.hero__copy {
  min-width: 0;
  width: min(630px, 58vw);
}

.eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 12px;
  border: 1px solid rgba(206, 255, 63, 0.32);
  border-radius: 999px;
  color: #eaffac;
  background: rgba(206, 255, 63, 0.07);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.live-dot {
  position: relative;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 12px rgba(206, 255, 63, 0.8);
}

.live-dot::after {
  position: absolute;
  inset: -5px;
  content: "";
  border: 1px solid var(--lime);
  border-radius: 50%;
  animation: livePulse 2s ease-out infinite;
}

.hero__title {
  margin: 24px 0 24px;
  font-family: "Arial Black", Impact, ui-sans-serif, sans-serif;
  font-size: clamp(4rem, 7.4vw, 7.5rem);
  font-weight: 950;
  letter-spacing: -0.07em;
  line-height: 0.79;
  text-transform: uppercase;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.hero__title span,
.hero__title em {
  display: block;
}

.hero__title em {
  color: var(--lime);
  font-size: 0.72em;
  font-style: normal;
  letter-spacing: -0.05em;
}

.hero__description {
  max-width: 590px;
  margin-bottom: 26px;
  color: #c0cbd1;
  font-size: clamp(1.02rem, 1.5vw, 1.21rem);
  line-height: 1.65;
}

.store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.store-button {
  display: grid;
  min-width: 206px;
  min-height: 62px;
  grid-template-columns: 35px 1fr 16px;
  align-items: center;
  gap: 10px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  color: #fff;
  background: rgba(4, 13, 20, 0.74);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.store-button:hover {
  border-color: var(--lime);
  background: rgba(10, 28, 34, 0.9);
  transform: translateY(-3px);
}

.store-button svg {
  width: 31px;
  height: 31px;
  color: var(--lime);
  fill: currentColor;
  stroke: none;
}

.store-button > span {
  display: grid;
  min-width: 0;
  line-height: 1.05;
}

.store-button small {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  overflow-wrap: anywhere;
}

.store-button strong {
  font-size: 1rem;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.store-button > i {
  color: #788a94;
  font-size: 0.9rem;
  font-style: normal;
  transition: color 180ms ease, transform 180ms ease;
}

.store-button:hover > i {
  color: var(--lime);
  transform: translate(2px, -2px);
}

.store-note {
  min-height: 1.3em;
  margin: 10px 0 24px;
  color: #788a94;
  font-size: 0.75rem;
}

.mode-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mode-list > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #b8c4ca;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mode-list b {
  display: inline-grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid rgba(24, 219, 197, 0.35);
  border-radius: 50%;
  color: var(--teal);
  font-size: 0.56rem;
}

.match-card {
  position: absolute;
  right: 0;
  bottom: 11%;
  width: 310px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(5, 17, 24, 0.7);
  box-shadow: var(--shadow);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  animation: cardFloat 5s ease-in-out infinite;
}

.match-card__top,
.match-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.match-card__top > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #d6e0e4;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.match-card__top i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--danger);
  box-shadow: 0 0 10px rgba(255, 107, 93, 0.7);
}

.match-card__top b {
  padding: 4px 7px;
  color: var(--ink-950);
  background: var(--lime);
  border-radius: 5px;
  font-size: 0.54rem;
  letter-spacing: 0.08em;
}

.match-card__teams {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  gap: 9px;
  padding-block: 20px;
}

.match-card__teams > div {
  display: grid;
  gap: 4px;
  text-align: center;
}

.match-card__teams strong {
  font-size: 0.68rem;
  letter-spacing: 0.04em;
}

.match-card__teams small {
  color: var(--gold);
  font-size: 0.54rem;
  font-weight: 900;
}

.mini-crest {
  display: grid;
  width: 40px;
  height: 46px;
  place-items: center;
  clip-path: polygon(50% 0, 92% 16%, 84% 74%, 50% 100%, 16% 74%, 8% 16%);
  color: var(--ink-950);
  font-weight: 950;
}

.mini-crest--home {
  background: linear-gradient(145deg, var(--lime), var(--teal));
}

.mini-crest--away {
  color: #fff;
  background: linear-gradient(145deg, #456079, #172d3a);
}

.match-card__footer {
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.match-card__footer svg {
  width: 17px;
  fill: none;
  stroke: var(--lime);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.scroll-cue {
  position: absolute;
  z-index: 2;
  bottom: 23px;
  left: 50%;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: #a8b5bb;
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.19em;
  transform: translateX(-50%);
}

.scroll-cue i {
  position: relative;
  width: 1px;
  height: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
}

.scroll-cue i::after {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--lime);
  animation: scrollLine 2s ease-in-out infinite;
}

.metric-bar {
  position: relative;
  z-index: 4;
  border-block: 1px solid var(--line);
  background: #07121a;
}

.metric-bar__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.metric {
  display: flex;
  min-height: 126px;
  align-items: center;
  gap: 14px;
  padding-inline: clamp(18px, 2.5vw, 34px);
  border-left: 1px solid var(--line);
}

.metric:last-child {
  border-right: 1px solid var(--line);
}

.metric strong {
  flex: 0 0 auto;
  color: var(--lime);
  font-family: "Arial Black", Impact, sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: -0.06em;
  line-height: 1;
}

.metric span {
  max-width: 125px;
  color: #94a4ad;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.metric--word strong {
  color: var(--teal);
}

.ticker {
  width: 100%;
  overflow: hidden;
  padding-block: 18px;
  border-bottom: 1px solid rgba(206, 255, 63, 0.22);
  color: var(--ink-950);
  background: var(--lime);
  transform: rotate(-1.2deg) scale(1.02);
}

.ticker__track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 32px;
  font-family: "Arial Black", Impact, sans-serif;
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 950;
  letter-spacing: -0.02em;
  white-space: nowrap;
  animation: tickerMove 26s linear infinite;
}

.ticker__track i {
  color: #396300;
  font-style: normal;
}

.overview {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: clamp(54px, 8vw, 110px);
}

.overview__visual {
  position: relative;
  min-height: 520px;
}

.pitch-board {
  position: absolute;
  inset: 20px 5% 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 28px;
  background:
    linear-gradient(rgba(206, 255, 63, 0.02), rgba(206, 255, 63, 0.02)),
    repeating-linear-gradient(90deg, rgba(20, 78, 64, 0.66) 0 12.5%, rgba(16, 67, 58, 0.66) 12.5% 25%),
    #103c34;
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.42);
  transform: perspective(1200px) rotateY(-7deg) rotateX(4deg);
}

.pitch-board::before {
  position: absolute;
  inset: 24px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.34);
}

.pitch-board__line--half {
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 50%;
  width: 1px;
  background: rgba(255, 255, 255, 0.32);
}

.pitch-board__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 112px;
  height: 112px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.pitch-board__circle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.62);
  transform: translate(-50%, -50%);
}

.pitch-board__box {
  position: absolute;
  top: 31%;
  width: 24%;
  height: 38%;
  border: 1px solid rgba(255, 255, 255, 0.34);
}

.pitch-board__box--left {
  left: 24px;
  border-left: 0;
}

.pitch-board__box--right {
  right: 24px;
  border-right: 0;
}

.player-dot {
  position: absolute;
  display: grid;
  width: 37px;
  height: 37px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  color: var(--ink-950);
  background: var(--lime);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
  font-size: 0.56rem;
  font-style: normal;
  font-weight: 950;
}

.player-dot--1 { top: 46%; left: 8%; }
.player-dot--2 { top: 25%; left: 25%; }
.player-dot--3 { bottom: 25%; left: 25%; }
.player-dot--4 { top: 29%; left: 44%; }
.player-dot--5 { bottom: 29%; left: 44%; }
.player-dot--6 { top: 16%; right: 21%; }
.player-dot--7 { bottom: 16%; right: 21%; }
.player-dot--8 { top: 46%; right: 8%; background: var(--teal); }

.tactic-arrow {
  position: absolute;
  width: 115px;
  fill: none;
  stroke: var(--gold);
  stroke-dasharray: 5 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  filter: drop-shadow(0 0 6px rgba(242, 189, 69, 0.45));
}

.tactic-arrow--one {
  top: 14%;
  left: 32%;
  transform: rotate(-7deg);
}

.tactic-arrow--two {
  right: 28%;
  bottom: 12%;
  transform: rotate(180deg);
}

.floating-stat {
  position: absolute;
  z-index: 2;
  display: grid;
  min-width: 132px;
  padding: 13px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  background: rgba(6, 16, 25, 0.82);
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.34);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.floating-stat small {
  color: var(--muted);
  font-size: 0.54rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.floating-stat strong {
  margin-block: 2px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.1;
}

.floating-stat span {
  color: var(--lime);
  font-size: 0.64rem;
  font-weight: 800;
}

.floating-stat--rating {
  top: 0;
  right: 0;
}

.floating-stat--formation {
  bottom: 0;
  left: 0;
}

.overview__principles {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 28px;
  border-block: 1px solid var(--line);
}

.principle {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 28px clamp(22px, 3vw, 36px);
  border-left: 1px solid var(--line);
}

.principle:last-child {
  border-right: 1px solid var(--line);
}

.principle > span {
  color: var(--teal);
  font-family: "Arial Black", Impact, sans-serif;
  font-size: 1.6rem;
  line-height: 1;
}

.principle h3 {
  margin-bottom: 7px;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.principle p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.features {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    #07121a;
  background-size: 52px 52px;
}

.features::before,
.features::after {
  position: absolute;
  width: 420px;
  height: 420px;
  content: "";
  border: 1px solid rgba(24, 219, 197, 0.08);
  border-radius: 50%;
}

.features::before {
  top: -300px;
  left: -130px;
}

.features::after {
  right: -210px;
  bottom: -260px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 62px;
}

.feature-card {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(18, 38, 51, 0.88), rgba(7, 18, 26, 0.92));
  transition: border-color 240ms ease, transform 240ms ease, box-shadow 240ms ease;
}

.feature-card::before {
  position: absolute;
  right: -80px;
  bottom: -100px;
  width: 210px;
  height: 210px;
  content: "";
  border: 1px solid rgba(206, 255, 63, 0.08);
  border-radius: 50%;
  transition: transform 380ms ease;
}

.feature-card:hover {
  border-color: rgba(206, 255, 63, 0.4);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.25);
  transform: translateY(-7px);
}

.feature-card:hover::before {
  transform: scale(1.35);
}

.feature-card--wide {
  grid-column: span 2;
}

.feature-card__number {
  position: absolute;
  top: 22px;
  right: 22px;
  color: #50616b;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.feature-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 54px;
  place-items: center;
  border: 1px solid rgba(24, 219, 197, 0.26);
  border-radius: 15px;
  color: var(--teal);
  background: rgba(24, 219, 197, 0.06);
}

.feature-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.feature-card h3 {
  max-width: 300px;
  margin-bottom: 12px;
  color: #fff;
  font-size: 1rem;
  font-weight: 950;
  letter-spacing: 0.02em;
  line-height: 1.25;
  text-transform: uppercase;
}

.feature-card p {
  max-width: 390px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.65;
}

.feature-card__tag {
  position: absolute;
  right: 25px;
  bottom: 15px;
  color: rgba(255, 255, 255, 0.028);
  font-family: "Arial Black", Impact, sans-serif;
  font-size: 4.6rem;
  font-weight: 950;
  line-height: 1;
  pointer-events: none;
}

.showcase {
  background:
    radial-gradient(circle at 82% 30%, rgba(24, 219, 197, 0.08), transparent 26rem),
    var(--ink-950);
}

.showcase__layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 18px;
  margin-top: 56px;
}

.showcase__tabs {
  display: grid;
  align-content: start;
  gap: 8px;
}

.screen-tab {
  display: grid;
  min-height: 70px;
  grid-template-columns: 28px 1fr;
  align-items: center;
  gap: 12px;
  padding: 12px 15px;
  border: 1px solid transparent;
  border-radius: 13px;
  color: #7f919b;
  background: transparent;
  text-align: start;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.screen-tab:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.035);
  transform: translateX(4px);
}

.screen-tab.is-active {
  border-color: rgba(206, 255, 63, 0.24);
  color: #fff;
  background: rgba(206, 255, 63, 0.08);
}

.screen-tab span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: var(--teal);
  font-size: 0.56rem;
  font-weight: 900;
}

.screen-tab strong {
  min-width: 0;
  font-size: 0.73rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.game-window {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: #0a151d;
  box-shadow: var(--shadow);
}

.game-window__chrome {
  display: flex;
  height: 44px;
  align-items: center;
  gap: 6px;
  padding-inline: 14px;
  border-bottom: 1px solid var(--line);
  color: #62737d;
  background: #0b1821;
}

.game-window__chrome > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2a3b45;
}

.game-window__chrome > span:first-child {
  background: var(--danger);
}

.game-window__chrome > span:nth-child(2) {
  background: var(--gold);
}

.game-window__chrome > span:nth-child(3) {
  background: var(--teal);
}

.game-window__chrome b {
  margin-inline-start: 8px;
  font-size: 0.55rem;
  letter-spacing: 0.11em;
}

.game-window__chrome i {
  margin-inline-start: auto;
  color: var(--teal);
  font-size: 0.5rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.game-window picture {
  display: block;
  aspect-ratio: 1400 / 647;
  overflow: hidden;
  background: #050c11;
}

.game-window picture.is-changing img {
  opacity: 0;
  transform: scale(1.02);
}

.game-window picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 240ms ease, transform 400ms ease;
}

.game-window__caption {
  display: grid;
  grid-template-columns: minmax(180px, 0.55fr) 1fr;
  align-items: center;
  gap: 26px;
  min-height: 116px;
  padding: 20px 25px;
  border-top: 1px solid var(--line);
}

.game-window__caption span {
  display: block;
  margin-bottom: 4px;
  color: var(--teal);
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.game-window__caption h3 {
  margin-bottom: 0;
  font-size: 1.02rem;
  font-weight: 950;
  text-transform: uppercase;
}

.game-window__caption p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.trophies {
  min-height: 1180px;
  overflow: hidden;
  padding-top: clamp(96px, 11vw, 156px);
  isolation: isolate;
  border-block: 1px solid var(--line);
}

.trophies::after,
.download-card::after {
  position: absolute;
  z-index: -1;
  top: var(--spot-y);
  left: var(--spot-x);
  width: 620px;
  height: 620px;
  content: "";
  pointer-events: none;
  background: radial-gradient(circle, rgba(206, 255, 63, 0.12), transparent 62%);
  transform: translate(-50%, -50%);
}

.trophies__backdrop,
.trophies__backdrop img,
.trophies__overlay {
  position: absolute;
  z-index: -4;
  inset: 0;
  width: 100%;
  height: 100%;
}

.trophies__backdrop img {
  object-fit: cover;
  object-position: center top;
}

.trophies__overlay {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(3, 8, 13, 0.96) 0%, rgba(3, 8, 13, 0.68) 45%, rgba(3, 8, 13, 0.28) 100%),
    linear-gradient(0deg, var(--ink-950) 3%, rgba(3, 8, 13, 0.96) 34%, rgba(3, 8, 13, 0.12) 74%, rgba(3, 8, 13, 0.56) 100%);
}

.trophies__heading {
  max-width: 680px;
}

.availability-note {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
}

.availability-note > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #b8c4ca;
  font-size: 0.61rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.availability-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #64747d;
}

.availability-dot--live {
  background: var(--lime);
  box-shadow: 0 0 12px rgba(206, 255, 63, 0.72);
}

.trophy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  margin-top: 124px;
}

.trophy-card {
  position: relative;
  min-height: 400px;
  overflow: hidden;
  padding: 18px 22px 25px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(19, 38, 49, 0.78), rgba(5, 14, 21, 0.89));
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  transition: border-color 240ms ease, transform 240ms ease, background 240ms ease;
}

.trophy-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, #687983, transparent);
}

.trophy-card.is-live::after,
.trophy-card:hover::after {
  background: linear-gradient(90deg, transparent, var(--lime), transparent);
}

.trophy-card:hover {
  border-color: rgba(206, 255, 63, 0.34);
  background: linear-gradient(160deg, rgba(23, 47, 54, 0.86), rgba(5, 14, 21, 0.94));
  transform: translateY(-7px);
}

.trophy-card picture {
  display: grid;
  height: 240px;
  place-items: center;
}

.trophy-card img {
  width: 230px;
  height: 230px;
  object-fit: contain;
  filter: drop-shadow(0 20px 28px rgba(0, 0, 0, 0.48));
  transition: filter 240ms ease, transform 300ms ease;
}

.trophy-card:hover img {
  filter: drop-shadow(0 24px 34px rgba(206, 255, 63, 0.13));
  transform: scale(1.05) rotate(1deg);
}

.trophy-card__status {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  padding: 5px 7px;
  color: #9aacb5;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  font-size: 0.49rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.trophy-card.is-live .trophy-card__status {
  color: var(--ink-950);
  background: var(--lime);
}

.trophy-card__level {
  display: block;
  margin-bottom: 6px;
  color: var(--teal);
  font-size: 0.52rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.trophy-card h3 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 950;
  letter-spacing: 0.015em;
  line-height: 1.25;
  text-transform: uppercase;
}

.trophy-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.trophy-card--world {
  background: linear-gradient(160deg, rgba(54, 47, 21, 0.67), rgba(5, 14, 21, 0.92));
}

.languages {
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 50%, rgba(24, 219, 197, 0.1), transparent 30rem),
    var(--ink-950);
}

.languages__layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: clamp(64px, 10vw, 140px);
}

.language-orbit {
  position: relative;
  width: min(460px, 42vw);
  aspect-ratio: 1;
  margin-inline: auto;
}

.language-orbit::before {
  position: absolute;
  inset: 18%;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, rgba(24, 219, 197, 0.15), transparent 68%);
  filter: blur(10px);
}

.language-orbit__ring {
  position: absolute;
  border: 1px solid rgba(24, 219, 197, 0.22);
  border-radius: 50%;
}

.language-orbit__ring::before,
.language-orbit__ring::after {
  position: absolute;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 16px rgba(206, 255, 63, 0.72);
}

.language-orbit__ring::before {
  top: 14%;
  left: 13%;
}

.language-orbit__ring::after {
  right: 8%;
  bottom: 22%;
}

.language-orbit__ring--outer {
  inset: 3%;
  border-style: dashed;
  animation: orbitSpin 34s linear infinite;
}

.language-orbit__ring--inner {
  inset: 20%;
  animation: orbitSpin 22s linear infinite reverse;
}

.language-orbit__core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 165px;
  height: 165px;
  place-items: center;
  align-content: center;
  border: 1px solid rgba(206, 255, 63, 0.34);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 28%, #1f4b48, #07121a 70%);
  box-shadow: inset 0 0 42px rgba(24, 219, 197, 0.13), 0 24px 70px rgba(0, 0, 0, 0.36);
  transform: translate(-50%, -50%);
}

.language-orbit__core strong {
  color: var(--lime);
  font-family: "Arial Black", Impact, sans-serif;
  font-size: 4.2rem;
  letter-spacing: -0.08em;
  line-height: 0.85;
}

.language-orbit__core span {
  margin-top: 10px;
  color: #a5b5bd;
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.language-bubble {
  position: absolute;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(10, 27, 36, 0.88);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
}

.language-bubble--vi { top: 4%; left: 47%; color: var(--lime); }
.language-bubble--en { top: 27%; right: 4%; color: var(--teal); }
.language-bubble--ja { right: 14%; bottom: 9%; color: var(--gold); }
.language-bubble--ko { bottom: 3%; left: 31%; color: var(--teal); }
.language-bubble--ar { bottom: 24%; left: 1%; color: var(--gold); }
.language-bubble--es { top: 21%; left: 4%; color: var(--lime); }

.languages__content h2 {
  margin-bottom: 24px;
}

.language-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
}

.language-cloud span {
  position: relative;
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #95a6af;
  background: rgba(255, 255, 255, 0.025);
  font-size: 0.67rem;
  font-weight: 700;
}

.language-cloud span.is-website {
  padding-inline-start: 25px;
  border-color: rgba(206, 255, 63, 0.26);
  color: #e9f3dc;
}

.language-cloud span.is-website::before {
  position: absolute;
  top: 50%;
  inset-inline-start: 11px;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 9px rgba(206, 255, 63, 0.7);
  transform: translateY(-50%);
}

.languages__note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: #6f818b;
  font-size: 0.68rem;
}

.languages__note i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lime);
}

.download {
  padding-top: 50px;
}

.download-card {
  position: relative;
  display: grid;
  min-height: 520px;
  grid-template-columns: 1fr 300px;
  align-items: center;
  gap: 40px;
  overflow: hidden;
  padding: clamp(38px, 6vw, 76px);
  border: 1px solid rgba(206, 255, 63, 0.25);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 86% 50%, rgba(24, 219, 197, 0.2), transparent 24rem),
    linear-gradient(125deg, #0e252d, #071017 62%);
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.36);
  isolation: isolate;
  min-width: 0;
}

.download-card__lines {
  position: absolute;
  z-index: -2;
  top: -30%;
  right: -4%;
  width: 520px;
  height: 760px;
  border: 1px solid rgba(206, 255, 63, 0.12);
  transform: rotate(24deg);
}

.download-card__lines::before,
.download-card__lines::after {
  position: absolute;
  inset: 40px;
  content: "";
  border: inherit;
}

.download-card__lines::after {
  inset: 80px;
}

.download-card__copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.download-card h2 {
  font-size: clamp(3.1rem, 6vw, 6rem);
}

.download-card .store-row {
  margin-top: 30px;
}

.store-button--light {
  color: var(--ink-950);
  border-color: rgba(255, 255, 255, 0.5);
  background: #f2f6ed;
}

.store-button--light:hover {
  color: var(--ink-950);
  background: var(--lime);
}

.store-button--light small,
.store-button--light > i {
  color: #536068;
}

.store-button--light svg {
  color: var(--ink-950);
}

.download-card__note {
  margin-top: 12px;
  color: #72858e !important;
  font-size: 0.7rem !important;
}

.download-card__mark {
  position: relative;
  display: grid;
  width: 270px;
  height: 270px;
  place-items: center;
  justify-self: end;
  border: 1px solid rgba(206, 255, 63, 0.24);
  border-radius: 50%;
}

.download-card__mark::before,
.download-card__mark::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(24, 219, 197, 0.16);
  border-radius: 50%;
}

.download-card__mark::before {
  inset: -28px;
  border-style: dashed;
  animation: orbitSpin 28s linear infinite;
}

.download-card__mark::after {
  inset: 24px;
}

.download-card__mark picture {
  position: relative;
  z-index: 2;
  width: 156px;
  height: 156px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 34px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
}

.download-card__mark picture img {
  width: 100%;
  height: 100%;
}

.site-footer {
  padding-block: 30px 22px;
  border-top: 1px solid var(--line);
  background: #02070b;
}

.site-footer__top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 42px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
}

.site-footer__top > p {
  margin-bottom: 0;
  color: #7c8c95;
  font-size: 0.76rem;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 22px;
}

.site-footer nav a {
  color: #9aa9b1;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.site-footer nav a:hover {
  color: var(--lime);
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding-top: 22px;
  color: #82949d;
  font-size: 0.64rem;
}

.site-footer__bottom p {
  margin-bottom: 0;
}

.toast {
  position: fixed;
  z-index: 1100;
  right: 22px;
  bottom: 22px;
  max-width: min(380px, calc(100vw - 44px));
  padding: 13px 18px;
  border: 1px solid rgba(206, 255, 63, 0.35);
  border-radius: 12px;
  color: #f3f8ef;
  background: rgba(6, 19, 26, 0.95);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.42);
  font-size: 0.78rem;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 220ms ease, transform 220ms ease;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.noscript {
  position: fixed;
  z-index: 1200;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 12px;
  color: var(--ink-950);
  background: var(--gold);
  border-radius: 8px;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 800;
}

@keyframes livePulse {
  0% { opacity: 0.9; transform: scale(0.45); }
  80%, 100% { opacity: 0; transform: scale(1.5); }
}

@keyframes cardFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

@keyframes scrollLine {
  0% { transform: translateY(0); }
  100% { transform: translateY(200%); }
}

@keyframes tickerMove {
  to { transform: translateX(-50%); }
}

@keyframes orbitSpin {
  to { transform: rotate(1turn); }
}

@media (max-width: 1100px) {
  :root {
    --shell: min(100% - 40px, 1040px);
  }

  .desktop-nav,
  .desktop-download {
    display: none;
  }

  .menu-toggle {
    position: relative;
    display: grid;
  }

  .mobile-menu {
    display: grid;
    max-height: 0;
    gap: 4px;
    overflow: hidden;
    padding-inline: 20px;
    visibility: hidden;
    opacity: 0;
    transition: max-height 260ms ease, padding 260ms ease, opacity 180ms ease, visibility 180ms ease;
  }

  .mobile-menu.is-open {
    max-height: 430px;
    padding-block: 8px 20px;
    visibility: visible;
    opacity: 1;
  }

  .mobile-menu a:not(.button) {
    padding: 13px 4px;
    border-bottom: 1px solid var(--line);
    color: #c7d1d6;
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }

  .mobile-menu .button {
    margin-top: 8px;
  }

  .match-card {
    right: 0;
    width: 280px;
  }

  .metric {
    padding-inline: 18px;
  }

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

  .feature-card--wide {
    grid-column: span 1;
  }

  .overview {
    gap: 54px;
  }

  .overview__visual {
    min-height: 460px;
  }

  .pitch-board {
    inset-inline: 0;
  }

  .trophy-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trophies {
    min-height: auto;
  }

  .download-card {
    grid-template-columns: 1fr 240px;
  }

  .download-card__mark {
    width: 220px;
    height: 220px;
  }
}

@media (max-width: 900px) {
  .hero__media img {
    object-position: 67% center;
  }

  .hero__wind {
    opacity: 0.58;
  }

  .hero__wind-line--three {
    display: none;
  }

  .hero__veil {
    background:
      linear-gradient(90deg, rgba(3, 8, 13, 0.96), rgba(3, 8, 13, 0.52) 70%, rgba(3, 8, 13, 0.28)),
      linear-gradient(0deg, var(--ink-950) 0%, transparent 24%, rgba(3, 8, 13, 0.48) 100%);
  }

  .hero__copy {
    width: min(620px, 76vw);
  }

  .match-card {
    display: none;
  }

  .metric-bar__inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .metric:nth-child(2) {
    border-right: 1px solid var(--line);
  }

  .metric:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

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

  .overview__heading {
    max-width: 700px;
  }

  .overview__visual {
    width: min(650px, 100%);
    margin-inline: auto;
  }

  .overview__principles {
    grid-template-columns: 1fr;
    margin-top: 4px;
  }

  .principle,
  .principle:last-child {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .principle:last-child {
    border-bottom: 0;
  }

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

  .showcase__tabs {
    display: flex;
    overflow-x: auto;
    padding-bottom: 5px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .screen-tab {
    min-width: 160px;
    scroll-snap-align: start;
  }

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

  .language-orbit {
    width: min(440px, 82vw);
  }

  .languages__content {
    max-width: 700px;
  }

  .download-card {
    grid-template-columns: 1fr;
  }

  .download-card__mark {
    position: absolute;
    z-index: -1;
    top: 50%;
    right: 3%;
    opacity: 0.22;
    transform: translateY(-50%) scale(1.2);
  }

  .download-card__copy {
    max-width: 650px;
  }

  .site-footer__top {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  :root {
    --shell: calc(100% - 28px);
    --header-height: 72px;
  }

  .section {
    padding-block: 84px;
  }

  .brand__mark {
    width: 40px;
    height: 40px;
  }

  .brand__type strong {
    font-size: 0.72rem;
  }

  .brand__type small {
    font-size: 0.5rem;
  }

  .language-select {
    width: 78px;
    padding-inline: 9px;
  }

  .language-select svg {
    display: none;
  }

  .language-select select {
    width: 58px;
  }

  .hero {
    min-height: max(730px, 100svh);
  }

  .hero__wind {
    display: none;
  }

  .hero__media img {
    object-position: 68% center;
  }

  .hero__veil {
    background:
      linear-gradient(90deg, rgba(3, 8, 13, 0.9), rgba(3, 8, 13, 0.22)),
      linear-gradient(0deg, var(--ink-950) 0%, rgba(3, 8, 13, 0.73) 42%, rgba(3, 8, 13, 0.32) 76%, rgba(3, 8, 13, 0.6) 100%);
  }

  .hero__inner {
    align-items: end;
    padding-block: calc(var(--header-height) + 72px) 76px;
  }

  .hero__copy {
    width: 100%;
  }

  .hero__title {
    margin-block: 18px;
    font-size: clamp(3.55rem, 18vw, 5.2rem);
  }

  .hero__description {
    max-width: 95%;
    font-size: 0.98rem;
  }

  .hero__eyebrow {
    font-size: 0.55rem;
    letter-spacing: 0.11em;
  }

  .store-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .store-button {
    min-width: 0;
    min-height: 58px;
    grid-template-columns: 28px 1fr;
    gap: 8px;
    padding-inline: 10px;
  }

  .store-button svg {
    width: 26px;
  }

  .store-button > i {
    display: none;
  }

  .store-button strong {
    font-size: 0.84rem;
  }

  .store-button small {
    font-size: 0.48rem;
  }

  .mode-list {
    gap: 9px;
  }

  .mode-list > span {
    font-size: 0.6rem;
  }

  .scroll-cue {
    display: none;
  }

  .metric {
    min-height: 105px;
    gap: 10px;
    padding: 15px;
  }

  .metric strong {
    font-size: 1.85rem;
  }

  .metric span {
    font-size: 0.57rem;
  }

  .ticker {
    padding-block: 14px;
  }

  .overview__visual {
    min-height: 390px;
  }

  .pitch-board {
    inset-block: 10px 0;
  }

  .player-dot {
    width: 31px;
    height: 31px;
    font-size: 0.48rem;
  }

  .floating-stat {
    min-width: 112px;
    padding: 10px 12px;
  }

  .floating-stat strong {
    font-size: 1.24rem;
  }

  .overview__principles {
    margin-inline: 0;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .feature-card {
    min-height: 270px;
  }

  .feature-icon {
    margin-bottom: 38px;
  }

  .showcase__tabs {
    margin-inline: -14px;
    padding-inline: 14px;
  }

  .game-window__chrome {
    height: 38px;
  }

  .game-window__chrome b {
    max-width: 145px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .game-window picture {
    aspect-ratio: 1.7;
  }

  .game-window__caption {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px;
  }

  .trophies {
    padding-bottom: 72px;
  }

  .trophies__backdrop img {
    object-position: 66% top;
  }

  .trophy-grid {
    grid-auto-columns: min(84vw, 330px);
    grid-template-columns: none;
    grid-auto-flow: column;
    gap: 12px;
    margin: 78px -14px 0;
    overflow-x: auto;
    padding: 0 14px 20px;
    scroll-padding-inline: 14px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .trophy-card {
    min-height: 370px;
    scroll-snap-align: start;
  }

  .trophy-card picture {
    height: 220px;
  }

  .trophy-card img {
    width: 210px;
    height: 210px;
  }

  .language-orbit {
    width: min(370px, 90vw);
  }

  .language-orbit__core {
    width: 135px;
    height: 135px;
  }

  .language-orbit__core strong {
    font-size: 3.3rem;
  }

  .language-bubble {
    width: 42px;
    height: 42px;
  }

  .download {
    padding-top: 20px;
  }

  .download-card {
    min-height: 560px;
    padding: 32px 22px;
    border-radius: 22px;
  }

  .download-card .store-row {
    grid-template-columns: 1fr;
  }

  .download-card .store-button {
    grid-template-columns: 31px 1fr 16px;
  }

  .download-card .store-button > i {
    display: block;
  }

  .site-footer__bottom {
    flex-direction: column;
    gap: 10px;
  }

  .toast {
    right: 14px;
    bottom: 14px;
    max-width: calc(100vw - 28px);
  }
}

@media (max-width: 420px) {
  .brand__type {
    display: none;
  }

  .hero__title {
    font-size: clamp(3.15rem, 17vw, 4.4rem);
  }

  .store-button strong {
    font-size: 0.75rem;
  }

  .mode-list b {
    display: none;
  }

  .section-heading h2,
  .languages__content h2,
  .download-card h2 {
    font-size: clamp(2.25rem, 12vw, 3.6rem);
  }
}

html[lang="vi"] .hero__title,
html[lang="ja"] .hero__title,
html[lang="ko"] .hero__title,
html[lang="es"] .hero__title,
html[lang="de"] .hero__title,
html[lang="fr"] .hero__title,
html[lang="it"] .hero__title,
html[lang^="pt-"] .hero__title,
html[lang="id-ID"] .hero__title,
html[lang="hi-IN"] .hero__title,
html[lang="th"] .hero__title,
html[lang="ar"] .hero__title {
  font-size: clamp(3.5rem, 6.6vw, 6.5rem);
  line-height: 0.92;
}

html[lang="ja"] .section-heading h2,
html[lang="ko"] .section-heading h2,
html[lang="es"] .section-heading h2,
html[lang="de"] .section-heading h2,
html[lang="fr"] .section-heading h2,
html[lang="it"] .section-heading h2,
html[lang^="pt-"] .section-heading h2,
html[lang="id-ID"] .section-heading h2,
html[lang="hi-IN"] .section-heading h2,
html[lang="th"] .section-heading h2,
html[lang="ar"] .section-heading h2,
html[lang="ja"] .languages__content h2,
html[lang="ko"] .languages__content h2,
html[lang="es"] .languages__content h2,
html[lang="de"] .languages__content h2,
html[lang="fr"] .languages__content h2,
html[lang="it"] .languages__content h2,
html[lang^="pt-"] .languages__content h2,
html[lang="id-ID"] .languages__content h2,
html[lang="hi-IN"] .languages__content h2,
html[lang="th"] .languages__content h2,
html[lang="ar"] .languages__content h2 {
  line-height: 1;
}

html[lang="hi-IN"] .hero__title,
html[lang="th"] .hero__title,
html[lang="ar"] .hero__title,
html[lang="hi-IN"] .section-heading h2,
html[lang="th"] .section-heading h2,
html[lang="ar"] .section-heading h2,
html[lang="hi-IN"] .languages__content h2,
html[lang="th"] .languages__content h2,
html[lang="ar"] .languages__content h2 {
  letter-spacing: normal;
  line-height: 1.08;
}

html[lang="vi"] .hero__title,
html[lang="vi"] .section-heading h2,
html[lang="vi"] .languages__content h2,
html[lang="vi"] .download-card h2,
html[lang="vi"] .ticker__track {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-stretch: normal;
  font-weight: 900;
}

html[lang="vi"] .hero__title {
  letter-spacing: -0.035em;
  line-height: 1.06;
}

html[lang="vi"] .hero__title em {
  letter-spacing: -0.025em;
}

html[lang="vi"] .section-heading h2,
html[lang="vi"] .languages__content h2,
html[lang="vi"] .download-card h2 {
  letter-spacing: -0.035em;
  line-height: 1.06;
}

html[lang="vi"] .ticker__track {
  letter-spacing: -0.01em;
  line-height: 1.15;
}

@media (max-width: 680px) {
  html[lang="vi"] .hero__title {
    line-height: 1.1;
  }
}

html[dir="rtl"] .hero__inner {
  direction: ltr;
}

html[dir="rtl"] .hero__copy {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .screen-tab:hover {
  transform: translateX(-4px);
}

html[dir="rtl"] .trophy-grid {
  direction: ltr;
}

html[dir="rtl"] .trophy-card {
  direction: rtl;
  text-align: right;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .hero__media img {
    transform: none !important;
  }

  .hero__wind {
    display: none;
  }
}

@keyframes heroWindSweep {
  0%,
  100% {
    opacity: 0;
    transform: translate3d(110px, 12px, 0) rotate(-7deg) scaleX(0.82);
  }

  18% {
    opacity: 0.22;
  }

  48% {
    opacity: 0.86;
    transform: translate3d(-12px, -5px, 0) rotate(-4deg) scaleX(1);
  }

  76% {
    opacity: 0;
    transform: translate3d(-132px, -18px, 0) rotate(-2deg) scaleX(1.08);
  }
}
