@font-face {
  font-family: "HeroPosterTitle";
  src: url("../assets/fonts/noto-sans-cjk-sc-black-title.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 900;
}

:root {
  color: #f8fbff;
  background: #03142d;
  font-family: Arial, "Helvetica Neue", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-synthesis: none;
  font-variant-numeric: tabular-nums;
  text-rendering: geometricPrecision;
  --ink: #071222;
  --blue-990: #020714;
  --blue-960: #03122c;
  --blue-920: #061f4c;
  --blue-850: #0a3674;
  --gold-60: #fffbe6;
  --gold-100: #fff0b4;
  --gold-220: #ffd76a;
  --gold-420: #e8a426;
  --gold-760: #653a07;
  --red-520: #e93428;
  --red-740: #ae0712;
  --green-520: #23bd38;
  --frame: min(96vw, 1830px);
  --gap: clamp(8px, 1.05svh, 14px);
  --panel-radius: 16px;
  --line-gold: rgba(255, 225, 141, 0.46);
  --line-gold-soft: rgba(255, 238, 185, 0.34);
  --frame-gold-edge: rgba(255, 221, 126, 0.42);
  --frame-gold-bright: rgba(255, 246, 194, 0.38);
  --frame-gold-dark: rgba(73, 40, 6, 0.5);
  --frame-gold-glow: rgba(255, 210, 74, 0.2);
  --frame-gold-haze: rgba(255, 228, 134, 0.1);
  --shadow-panel: 0 14px 34px rgba(0, 9, 28, 0.38);
}

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

[hidden] {
  display: none !important;
}

html {
  min-width: 320px;
  min-height: 100%;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% -6rem, rgba(43, 146, 255, 0.28), transparent 32rem),
    linear-gradient(180deg, #061a3c 0%, #021026 52%, #04244a 100%);
}

body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  color: #fff;
  background: transparent;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a,
button {
  touch-action: manipulation;
}

svg:not(.icon-sprite) {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.worldcup-page {
  position: relative;
  width: 100%;
  min-height: 100svh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 20% 18%, rgba(27, 126, 232, 0.22), transparent 28rem),
    radial-gradient(circle at 82% 76%, rgba(2, 169, 240, 0.16), transparent 30rem),
    linear-gradient(180deg, #031025 0%, #062654 58%, #04315d 100%);
}

.worldcup-page::before {
  position: absolute;
  inset: 38% 0 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 49.86%, rgba(95, 181, 255, 0.14) 49.86% 50.14%, transparent 50.14% 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 10.8vw),
    linear-gradient(180deg, rgba(6, 41, 93, 0), rgba(8, 62, 124, 0.2));
}

.hero,
.panel,
.mobile-reason-strip,
.app-section,
.download-panel,
.promo-banner,
.footer-band,
.trust-strip,
.bottom-cta {
  position: relative;
  overflow: hidden;
}

.hero {
  isolation: isolate;
  border-bottom: 0;
  background: #071c43;
  box-shadow: none;
}

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

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

.hero::before,
.hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.hero::before {
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4, 15, 35, 0.08) 0%, transparent 35%, transparent 74%, rgba(4, 15, 35, 0.13) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, transparent 22%, transparent 76%, rgba(3, 10, 26, 0.14) 100%);
}

.hero::after {
  display: none;
}

.hero__topline,
.hero__trust-pill,
.hero__copy,
.reason-panel {
  position: relative;
  z-index: 4;
}

.hero__topline,
.hero__trust-pill {
  display: none;
}

.eyebrow {
  margin: 0;
  color: #f6fbff;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  text-shadow:
    0 2px 0 rgba(0, 30, 72, 0.72),
    0 7px 18px rgba(0, 0, 0, 0.52);
}

.hero h1 {
  --hero-title-shadow:
    0 1px 0 rgba(255, 255, 255, 0.6),
    1px 2px 0 rgba(42, 86, 149, 0.98),
    2px 4px 0 rgba(15, 42, 92, 0.94),
    4px 7px 0 rgba(2, 10, 32, 0.68),
    0 11px 18px rgba(0, 0, 0, 0.5),
    0 0 16px rgba(132, 203, 255, 0.18);
  --hero-title-stroke: 0.9px rgba(2, 14, 36, 0.72);
  --hero-title-skew: -7deg;
  --hero-title-scale-x: 1.06;
  --hero-title-line-height: 0.96;
  --hero-title-line-gap: clamp(7px, 0.56vw, 11px);
  margin: 0;
  line-height: var(--hero-title-line-height);
  letter-spacing: 0;
}

.hero h1 span,
.hero h1 strong {
  display: block;
  font-family: "HeroPosterTitle", "Hiragino Sans", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-synthesis: none;
  font-feature-settings: "kern" 1;
  line-height: var(--hero-title-line-height);
  transform: skewX(var(--hero-title-skew)) scaleX(var(--hero-title-scale-x));
  transform-origin: center;
  -webkit-text-stroke: var(--hero-title-stroke);
  paint-order: stroke fill;
  text-shadow: var(--hero-title-shadow);
}

.hero h1 span {
  color: #fbfdff;
  background: none;
}

.hero h1 strong {
  margin-top: var(--hero-title-line-gap);
  color: #fff1c8;
}

.hero__ribbon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px solid rgba(255, 226, 183, 0.32);
  color: #fff;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 1px 0 rgba(98, 0, 0, 0.72);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0 13%, transparent 14% 100%),
    linear-gradient(180deg, #ff4d3e 0%, #b90c13 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 0 -3px 8px rgba(83, 0, 0, 0.24),
    0 8px 20px rgba(145, 0, 6, 0.38);
}

.hero__ribbon::before,
.hero__ribbon::after {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 100%;
  content: "";
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0 14%, transparent 15% 100%),
    linear-gradient(180deg, #ff4d3e, #b90c13);
  transform: translateY(-50%);
}

.hero__ribbon::before {
  left: -8px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.hero__ribbon::after {
  right: -8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.bonus-panel {
  position: relative;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-areas:
    "label amount unit"
    "sub sub sub";
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 229, 137, 0.96);
  color: #fff;
  background:
    radial-gradient(circle at 78% 15%, rgba(255, 231, 133, 0.3), transparent 8rem),
    radial-gradient(circle at 18% 0%, rgba(80, 156, 255, 0.26), transparent 11rem),
    linear-gradient(180deg, rgba(18, 49, 132, 0.96), rgba(8, 22, 82, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.18),
    inset 0 2px 18px rgba(91, 167, 255, 0.26),
    inset 0 -6px 18px rgba(0, 8, 48, 0.36),
    0 0 0 1px rgba(255, 246, 188, 0.16),
    0 16px 30px rgba(0, 0, 0, 0.34);
}

.bonus-panel::before {
  position: absolute;
  inset: 7px 22px auto;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 238, 174, 0.9), transparent);
}

.bonus-panel::after {
  position: absolute;
  inset: 5px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(255, 246, 194, 0.16);
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), transparent 40%),
    radial-gradient(circle at 62% 38%, rgba(255, 224, 105, 0.16), transparent 26%);
}

.bonus-panel > * {
  position: relative;
  z-index: 1;
}

.bonus-panel span {
  grid-area: label;
  font-weight: 950;
}

.bonus-panel strong {
  grid-area: amount;
  color: #ffe891;
  background: none;
  font-weight: 950;
  line-height: 0.86;
  text-shadow:
    0 2px 0 rgba(126, 70, 6, 0.52),
    0 8px 18px rgba(0, 0, 0, 0.42),
    0 0 18px rgba(255, 214, 90, 0.28);
}

.bonus-panel em {
  grid-area: unit;
  color: var(--gold-100);
  font-style: normal;
  font-weight: 950;
}

.bonus-panel small {
  grid-area: sub;
  justify-self: center;
  font-weight: 950;
  line-height: 1;
}

.gold-button,
.red-button,
.store-button {
  --press-x: 50%;
  --press-y: 50%;
  --button-ripple-size: 150px;
  --button-ripple-color: rgba(255, 255, 255, 0.56);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  white-space: nowrap;
}

.gold-button > *,
.red-button > *,
.store-button > * {
  position: relative;
  z-index: 2;
}

.gold-button {
  --button-ripple-color: rgba(255, 255, 255, 0.62);
  gap: 10px;
  border: 2px solid rgba(255, 245, 177, 0.96);
  border-radius: 999px;
  color: #2b1603;
  font-weight: 950;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255, 246, 196, 0.42);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0 14%, transparent 15% 100%),
    linear-gradient(180deg, #fff8c8 0%, #f7c84e 46%, #c87908 100%);
  box-shadow:
    inset 0 2px 10px rgba(255, 255, 255, 0.58),
    inset 0 -4px 8px rgba(108, 58, 0, 0.24),
    0 7px 0 rgba(121, 74, 4, 0.48),
    0 10px 22px rgba(196, 119, 9, 0.34);
  transition:
    box-shadow 160ms ease,
    filter 160ms ease,
    translate 160ms ease;
}

.gold-button::before,
.red-button::before,
.store-button::before {
  position: absolute;
  z-index: 1;
  inset: 1px 8px auto;
  height: 42%;
  content: "";
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0));
}

.gold-button::after,
.red-button::after,
.store-button::after {
  position: absolute;
  left: var(--press-x);
  top: var(--press-y);
  z-index: 1;
  width: var(--button-ripple-size);
  aspect-ratio: 1;
  content: "";
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(circle, var(--button-ripple-color) 0 12%, rgba(255, 255, 255, 0.32) 26%, transparent 68%);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.18);
}

.gold-button.is-rippling::after,
.red-button.is-rippling::after,
.store-button.is-rippling::after {
  animation: button-ripple 420ms cubic-bezier(0.19, 1, 0.22, 1) both;
}

.gold-button:hover,
.red-button:hover,
.store-button:hover {
  filter: brightness(1.07);
  translate: 0 -1px;
}

.gold-button:active,
.red-button:active,
.store-button:active,
.gold-button.is-pressed,
.red-button.is-pressed,
.store-button.is-pressed {
  filter: brightness(0.98) saturate(1.08);
  translate: 0 2px;
}

.gold-button:focus-visible,
.red-button:focus-visible,
.store-button:focus-visible {
  outline: 2px solid rgba(255, 250, 205, 0.92);
  outline-offset: 3px;
}

.gold-button:focus-visible,
.red-button:focus-visible {
  box-shadow:
    inset 0 2px 10px rgba(255, 255, 255, 0.58),
    inset 0 -4px 8px rgba(108, 58, 0, 0.24),
    0 0 0 4px rgba(255, 197, 65, 0.24),
    0 9px 22px rgba(196, 119, 9, 0.36);
}

.gold-button svg {
  flex: 0 0 auto;
  padding: 4px;
  border-radius: 50%;
  color: #ffd56c;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 235, 149, 0.42), transparent 36%),
    #4b2a06;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.gold-button--small {
  --button-ripple-size: 96px;
  gap: 5px;
  min-height: 26px;
  padding: 0 11px;
  border-width: 1px;
  font-size: 12px;
  box-shadow:
    inset 0 1px 8px rgba(255, 255, 255, 0.5),
    inset 0 -3px 7px rgba(112, 61, 0, 0.2),
    0 4px 0 rgba(121, 74, 4, 0.36),
    0 8px 18px rgba(214, 145, 18, 0.22);
}

.gold-button--small svg {
  width: 16px;
  height: 16px;
  padding: 2px;
}

.hero__micro-copy {
  display: none;
}

.reason-panel {
  border: 1px solid var(--frame-gold-edge);
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07), transparent 18% 82%, rgba(255, 255, 255, 0.07)),
    radial-gradient(circle at 94% 0%, rgba(255, 222, 121, 0.2), transparent 10rem),
    radial-gradient(circle at 20% 100%, rgba(66, 148, 255, 0.18), transparent 9rem),
    linear-gradient(180deg, rgba(16, 40, 88, 0.93), rgba(3, 13, 31, 0.96));
  box-shadow:
    inset 0 0 0 1px rgba(255, 246, 194, 0.13),
    inset 0 0 18px var(--frame-gold-haze),
    inset 0 1px 0 var(--frame-gold-bright),
    inset 0 -1px 0 rgba(64, 34, 4, 0.42),
    inset 0 1px 18px rgba(102, 184, 255, 0.22),
    0 0 0 1px var(--frame-gold-dark),
    0 0 11px rgba(255, 211, 84, 0.18),
    0 0 26px rgba(255, 211, 84, 0.08),
    var(--shadow-panel);
}

.reason-panel::before {
  position: absolute;
  inset: 6px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(255, 238, 177, 0.2);
  border-radius: 11px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 22% 78%, rgba(114, 63, 5, 0.16)),
    linear-gradient(90deg, rgba(255, 225, 125, 0.09), transparent 14% 86%, rgba(255, 225, 125, 0.09));
  box-shadow:
    inset 0 1px 0 rgba(255, 252, 221, 0.13),
    inset 0 -1px 0 rgba(83, 44, 4, 0.28),
    0 0 8px rgba(255, 220, 111, 0.08);
}

.reason-panel h2 {
  margin: 0;
  color: var(--gold-100);
  font-weight: 950;
  line-height: 1;
  text-align: center;
  text-shadow:
    0 1px 0 rgba(77, 42, 0, 0.72),
    0 4px 12px rgba(0, 0, 0, 0.46);
}

.reason-panel ul,
.mobile-reason-strip ul {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.reason-panel li {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.reason-panel li > svg {
  width: 44px;
  height: 44px;
  padding: 9px;
  border: 1px solid rgba(255, 231, 154, 0.96);
  border-radius: 50%;
  color: #fff0a4;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.48), transparent 30%),
    radial-gradient(circle at 65% 72%, rgba(255, 208, 82, 0.3), transparent 34%),
    linear-gradient(145deg, #214a83 0%, #07172f 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    inset 0 -4px 10px rgba(0, 7, 32, 0.32),
    0 0 0 2px rgba(255, 199, 72, 0.12),
    0 6px 13px rgba(0, 0, 0, 0.24);
}

.reason-panel strong,
.reason-panel small {
  display: block;
  min-width: 0;
}

.reason-panel strong {
  color: #fff6d8;
  font-weight: 950;
  line-height: 1.16;
}

.reason-panel small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.76);
}

.panel,
.mobile-reason-strip,
.app-section,
.footer-band {
  width: var(--frame);
  margin-right: auto;
  margin-left: auto;
}

.panel,
.download-panel {
  border: 1px solid var(--frame-gold-edge);
  border-radius: var(--panel-radius);
  background:
    radial-gradient(circle at 50% 0%, rgba(76, 170, 255, 0.2), transparent 20rem),
    radial-gradient(circle at 88% 24%, rgba(255, 215, 103, 0.1), transparent 16rem),
    linear-gradient(180deg, rgba(9, 43, 92, 0.94), rgba(3, 18, 43, 0.96));
  box-shadow:
    inset 0 0 0 1px rgba(255, 246, 194, 0.12),
    inset 0 0 18px var(--frame-gold-haze),
    inset 0 1px 0 var(--frame-gold-bright),
    inset 0 -1px 0 rgba(64, 34, 4, 0.42),
    inset 0 -1px 16px rgba(3, 9, 24, 0.36),
    inset 0 1px 24px rgba(76, 160, 255, 0.16),
    0 0 0 1px var(--frame-gold-dark),
    0 0 12px rgba(255, 211, 84, 0.18),
    0 0 30px rgba(255, 211, 84, 0.08),
    var(--shadow-panel);
}

.panel::before,
.app-section::before,
.footer-band::before,
.mobile-reason-strip::before {
  position: absolute;
  inset: 5px;
  z-index: 0;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(255, 239, 188, 0.2);
  border-radius: calc(var(--panel-radius) - 5px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 18% 82%, rgba(82, 45, 4, 0.18)),
    linear-gradient(90deg, rgba(255, 222, 107, 0.08), transparent 12% 88%, rgba(255, 222, 107, 0.08));
  box-shadow:
    inset 0 1px 0 rgba(255, 252, 219, 0.13),
    inset 0 -1px 0 rgba(69, 36, 4, 0.28),
    0 0 9px rgba(255, 218, 100, 0.08);
}

.panel > *,
.app-section > *,
.footer-band > *,
.mobile-reason-strip > * {
  position: relative;
  z-index: 1;
}

.section-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  color: var(--gold-100);
  font-weight: 950;
  line-height: 1;
  text-align: center;
  text-shadow:
    0 1px 0 rgba(86, 48, 0, 0.62),
    0 3px 12px rgba(0, 0, 0, 0.48);
}

.section-title::before,
.section-title::after {
  flex: 1 1 auto;
  min-width: 14px;
  max-width: 140px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 236, 166, 0.92), rgba(255, 196, 72, 0.46), transparent);
}

.section-title span {
  flex: 0 1 auto;
  min-width: 0;
  white-space: nowrap;
}

.section-title svg {
  flex: 0 0 auto;
  stroke-width: 1.55;
  transform-origin: center;
  filter: drop-shadow(0 1px 0 rgba(95, 54, 4, 0.34)) drop-shadow(0 0 5px rgba(255, 220, 104, 0.28));
}

.section-title svg:last-of-type {
  transform: scaleX(-1);
}

.section-title--light {
  color: #fff3c0;
}

.official-grid,
.mobile-platform-grid,
.download-grid {
  display: grid;
}

.official-card,
.platform-card,
.download-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 245, 214, 0.78);
  border-radius: 9px;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.92), transparent 3.4rem),
    linear-gradient(180deg, #fff 0%, #f8fbff 74%, #eef5ff 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 0 0 1px rgba(255, 255, 255, 0.84),
    inset 0 -10px 20px rgba(19, 62, 127, 0.08),
    0 9px 18px rgba(0, 0, 0, 0.22);
  transition:
    border-color 170ms ease,
    box-shadow 170ms ease,
    filter 170ms ease,
    transform 170ms ease;
}

.platform-card,
.download-card {
  display: grid;
  justify-items: center;
  text-align: center;
}

.platform-card::before,
.download-card::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82) 0 18%, transparent 18% 100%),
    linear-gradient(180deg, rgba(13, 87, 179, 0.03), rgba(13, 87, 179, 0.12));
}

.platform-card::after,
.download-card::after {
  position: absolute;
  inset: 1px;
  content: "";
  pointer-events: none;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), transparent 32%),
    radial-gradient(circle at 50% 115%, rgba(45, 128, 219, 0.16), transparent 44%);
  box-shadow: inset 0 0 0 1px rgba(16, 64, 128, 0.08);
}

.platform-card > *,
.download-card > * {
  position: relative;
  z-index: 1;
}

.platform-card h3,
.download-card h3 {
  margin: 0;
  color: #071222;
  font-weight: 950;
  line-height: 1.08;
}

.platform-card img,
.download-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition:
    filter 170ms ease,
    transform 170ms ease;
}

.platform-card p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 999px;
  color: #1c70cd;
  font-weight: 850;
  background: linear-gradient(180deg, #edf7ff 0%, #dbeeff 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.official-card--main {
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 0) 0 58%, rgba(255, 226, 128, 0.42) 58% 100%),
    radial-gradient(circle at 8% 0%, rgba(255, 255, 255, 0.92), transparent 12rem),
    linear-gradient(103deg, #fff3c0 0%, #fffdf5 53%, #ffd77a 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.92),
    inset 0 -10px 24px rgba(200, 122, 14, 0.08),
    0 11px 24px rgba(0, 0, 0, 0.2);
}

.official-card--main::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.78), transparent 11rem),
    linear-gradient(112deg, transparent 0 55%, rgba(180, 83, 17, 0.08) 55% 100%);
}

.official-card__logo,
.official-card__badges,
.official-card__copy,
.official-card__offer,
.official-card__rank {
  position: relative;
  z-index: 1;
}

.official-card__logo {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.42));
  transition:
    filter 170ms ease,
    transform 170ms ease;
}

.official-card__badges {
  display: flex;
  align-items: center;
  min-width: 0;
}

.official-card__badges span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: #fff;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 6px 14px rgba(20, 50, 97, 0.16);
}

.official-card__badges span:nth-child(1) {
  background: linear-gradient(180deg, #ef3f31, #bc0f13);
}

.official-card__badges span:nth-child(2) {
  background: linear-gradient(180deg, #ffad2d, #df7b06);
}

.official-card__badges span:nth-child(3) {
  background: linear-gradient(180deg, #77b8ff, #3277dd);
}

.official-card__copy {
  margin: 0;
  overflow: hidden;
  color: #171e2d;
  font-weight: 750;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.official-card__offer {
  position: relative;
  display: grid;
  place-items: center;
  align-content: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 9px;
  text-align: center;
  background:
    linear-gradient(100deg, rgba(255, 255, 255, 0.78) 0 16%, transparent 17% 54%, rgba(181, 92, 8, 0.1) 55% 100%),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.88), transparent 58%),
    linear-gradient(180deg, rgba(255, 246, 214, 0.96), rgba(255, 232, 170, 0.82));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    inset 0 -7px 16px rgba(198, 112, 10, 0.12),
    0 8px 16px rgba(171, 100, 7, 0.12);
}

.official-card__offer::before {
  position: absolute;
  inset: 1px;
  content: "";
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(255, 255, 255, 0.54) 34% 43%, transparent 60% 100%),
    radial-gradient(circle at 88% 50%, rgba(255, 211, 78, 0.28), transparent 36%);
}

.official-card__offer > * {
  position: relative;
  z-index: 1;
}

.official-card__offer span,
.official-card__offer em {
  color: #5a3108;
  font-style: normal;
  font-weight: 950;
}

.official-card__offer strong {
  color: #df3323;
  font-weight: 950;
  line-height: 0.9;
  white-space: nowrap;
}

.official-card__rank {
  display: none;
}

.mobile-platform-section {
  display: none;
}

.app-section {
  align-items: stretch;
}

.download-caption {
  display: none;
}

.download-card--hot {
  overflow: visible;
}

.corner-tag {
  --corner-tag-width: clamp(20px, 1.65vw, 25px);
  --corner-tag-height: clamp(14px, 1.22vw, 18px);
  --corner-tag-font: clamp(9.5px, 0.82vw, 12.5px);
  --corner-tag-lift: clamp(2px, 0.28vw, 4px);
  position: absolute;
  top: calc((var(--corner-tag-height) + var(--corner-tag-lift)) * -1);
  right: -4px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--corner-tag-width);
  height: var(--corner-tag-height);
  border: 1px solid rgba(255, 230, 154, 0.95);
  border-radius: 999px;
  color: #fffbe9;
  font-size: var(--corner-tag-font);
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.45), transparent 38%),
    radial-gradient(circle at 35% 18%, rgba(255, 240, 176, 0.62), transparent 28%),
    linear-gradient(180deg, #f45538 0%, #cf1722 60%, #8e0611 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.54),
    inset 0 -2px 4px rgba(91, 0, 6, 0.34),
    0 1px 0 rgba(255, 220, 122, 0.72),
    0 4px 8px rgba(64, 5, 0, 0.24);
  pointer-events: none;
  text-shadow:
    0 1px 0 rgba(93, 0, 0, 0.65),
    0 0 5px rgba(255, 238, 154, 0.42);
  isolation: isolate;
}

.corner-tag::before {
  position: absolute;
  right: clamp(5px, 0.62vw, 8px);
  bottom: calc((var(--corner-tag-lift) + 1px) * -1);
  width: clamp(8px, 0.82vw, 12px);
  height: calc(var(--corner-tag-lift) + 2px);
  content: "";
  border: 1px solid rgba(255, 224, 142, 0.86);
  border-top: 0;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(180deg, #ffe28b 0%, #e5a83b 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 1px 2px rgba(72, 37, 0, 0.25);
}

.corner-tag::after {
  content: attr(data-corner-label);
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: currentColor;
  transform: translateY(-0.5px);
}

.corner-tag--recommend {
  --corner-tag-width: clamp(42px, 3.4vw, 52px);
  --corner-tag-font: clamp(10px, 0.82vw, 13px);
}

@media (hover: hover) and (pointer: fine) {
  .official-card--main:hover,
  .official-card--main:focus-within {
    border-color: rgba(255, 231, 143, 0.98);
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.96),
      inset 0 -10px 24px rgba(200, 122, 14, 0.1),
      0 12px 26px rgba(0, 0, 0, 0.22),
      0 0 0 1px rgba(255, 215, 98, 0.24);
    filter: saturate(1.04);
    transform: translateY(-2px);
  }

  .platform-card:hover,
  .platform-card:focus-within,
  .download-card:hover,
  .download-card:focus-within {
    border-color: rgba(255, 232, 150, 0.98);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.98),
      inset 0 0 0 1px rgba(255, 255, 255, 0.9),
      inset 0 -10px 20px rgba(19, 62, 127, 0.09),
      0 12px 23px rgba(0, 0, 0, 0.25),
      0 0 0 1px rgba(255, 224, 121, 0.18);
    filter: saturate(1.045);
    transform: translateY(-3px);
  }

  .platform-card:hover::after,
  .platform-card:focus-within::after,
  .download-card:hover::after,
  .download-card:focus-within::after {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.68), transparent 32%),
      radial-gradient(circle at 50% 108%, rgba(45, 128, 219, 0.2), transparent 46%),
      radial-gradient(circle at 50% 0%, rgba(255, 227, 129, 0.15), transparent 44%);
  }

  .official-card--main:hover .official-card__logo,
  .official-card--main:focus-within .official-card__logo,
  .platform-card:hover img,
  .platform-card:focus-within img,
  .download-card:hover img,
  .download-card:focus-within img {
    filter:
      drop-shadow(0 1px 0 rgba(255, 255, 255, 0.56))
      drop-shadow(0 5px 8px rgba(21, 71, 136, 0.16));
    transform: scale(1.018);
  }
}

.store-button {
  --button-ripple-size: 78px;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  color: #fff;
  font-weight: 850;
  line-height: 1;
  box-shadow:
    inset 0 1px 8px rgba(255, 255, 255, 0.26),
    0 3px 8px rgba(0, 29, 73, 0.18);
  transition:
    box-shadow 150ms ease,
    filter 150ms ease,
    translate 150ms ease;
}

.store-button--android {
  --button-ripple-color: rgba(218, 255, 225, 0.58);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0 16%, transparent 17% 100%),
    linear-gradient(180deg, #42d957, #0e8424);
}

.store-button--ios {
  --button-ripple-color: rgba(225, 243, 255, 0.62);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.32) 0 16%, transparent 17% 100%),
    linear-gradient(180deg, #49a7ff, #0754b4);
}

.store-button:hover {
  box-shadow:
    inset 0 1px 10px rgba(255, 255, 255, 0.34),
    0 5px 12px rgba(0, 45, 105, 0.24);
}

.store-button:focus-visible {
  box-shadow:
    inset 0 1px 10px rgba(255, 255, 255, 0.34),
    0 0 0 4px rgba(110, 189, 255, 0.26),
    0 5px 12px rgba(0, 45, 105, 0.24);
}

.store-button svg {
  flex: 0 0 auto;
}

.promo-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--frame-gold-edge);
  color: #fff;
  background: #08315f url("../assets/images/promo-banner.webp") center / cover no-repeat;
  box-shadow:
    inset 0 0 0 1px rgba(255, 246, 194, 0.12),
    inset 0 0 16px var(--frame-gold-haze),
    inset 0 1px 0 var(--frame-gold-bright),
    inset 0 1px 20px rgba(83, 173, 255, 0.2),
    inset 0 -1px 0 rgba(64, 34, 4, 0.4),
    0 0 0 1px var(--frame-gold-dark),
    0 0 10px rgba(255, 211, 84, 0.18),
    0 0 26px rgba(255, 211, 84, 0.08);
}

.promo-banner::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 52% 40%, rgba(255, 227, 123, 0.34), transparent 22%),
    linear-gradient(90deg, rgba(3, 8, 22, 0.46) 0 18%, rgba(3, 8, 22, 0.03) 38% 62%, rgba(3, 8, 22, 0.38) 100%),
    linear-gradient(180deg, rgba(255, 245, 188, 0.16), transparent 32%, rgba(0, 0, 0, 0.12));
}

.promo-banner::after {
  position: absolute;
  right: 12%;
  bottom: -18%;
  left: 12%;
  z-index: 2;
  height: 48%;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(255, 55, 42, 0.42), rgba(255, 201, 86, 0.18) 36%, transparent 70%);
}

.promo-banner > img {
  display: none;
}

.promo-banner__copy,
.promo-banner .red-button {
  position: relative;
  z-index: 3;
}

.promo-banner__copy {
  text-align: center;
  text-shadow:
    0 2px 0 rgba(0, 22, 50, 0.65),
    0 4px 14px rgba(0, 0, 0, 0.5);
}

.promo-banner p,
.promo-banner h2,
.promo-banner span {
  margin: 0;
}

.promo-banner p {
  color: var(--gold-100);
  font-weight: 950;
}

.promo-banner h2 {
  color: #fff;
  font-weight: 950;
}

.promo-banner h2 strong {
  color: var(--gold-100);
  text-shadow:
    0 1px 0 rgba(116, 62, 0, 0.8),
    0 5px 14px rgba(0, 0, 0, 0.5),
    0 0 18px rgba(255, 214, 91, 0.34);
}

.promo-banner__copy > span {
  display: block;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 850;
}

.red-button {
  gap: 7px;
  border: 1px solid rgba(255, 245, 218, 0.88);
  border-radius: 999px;
  color: #fff;
  font-weight: 950;
  line-height: 1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.36) 0 13%, transparent 14% 100%),
    linear-gradient(180deg, #ff6154 0%, #b90813 100%);
  box-shadow:
    inset 0 1px 8px rgba(255, 255, 255, 0.34),
    inset 0 -4px 9px rgba(87, 0, 0, 0.28),
    0 8px 18px rgba(125, 0, 0, 0.36);
  transition:
    box-shadow 160ms ease,
    filter 160ms ease,
    translate 160ms ease;
}

.red-button svg {
  flex: 0 0 auto;
  padding: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
}

.footer-band {
  align-items: stretch;
}

.trust-strip {
  display: grid;
  border: 1px solid var(--frame-gold-edge);
  background:
    radial-gradient(circle at 60% 0%, rgba(254, 203, 75, 0.18), transparent 12rem),
    linear-gradient(90deg, rgba(3, 12, 30, 0.96), rgba(6, 28, 64, 0.88), rgba(2, 10, 25, 0.96));
  box-shadow:
    inset 0 0 0 1px rgba(255, 246, 194, 0.1),
    inset 0 0 14px var(--frame-gold-haze),
    inset 0 1px 0 rgba(255, 244, 187, 0.22),
    inset 0 1px 18px rgba(94, 172, 255, 0.18),
    inset 0 -1px 0 rgba(61, 34, 5, 0.36),
    0 0 8px rgba(255, 211, 84, 0.1);
}

.trust-strip article {
  display: flex;
  align-items: center;
  min-width: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.trust-strip article:last-child {
  border-right: 0;
}

.trust-strip svg {
  flex: 0 0 auto;
  color: var(--gold-100);
}

.trust-strip strong,
.trust-strip small {
  display: block;
}

.trust-strip strong {
  color: #fff8d8;
  font-weight: 950;
  line-height: 1.1;
  white-space: nowrap;
}

.trust-strip small {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.15;
}

.bottom-cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border: 1px solid var(--frame-gold-edge);
  background:
    linear-gradient(108deg, rgba(255, 238, 173, 0.14) 0 17%, transparent 18% 100%),
    radial-gradient(ellipse at 87% 50%, rgba(255, 224, 111, 0.48), transparent 13rem),
    radial-gradient(circle at 54% 46%, rgba(255, 216, 104, 0.32), transparent 9rem),
    radial-gradient(circle at 14% 54%, rgba(255, 214, 84, 0.24), transparent 6rem),
    linear-gradient(100deg, #031226 0%, #0d3479 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 246, 194, 0.12),
    inset 0 0 16px var(--frame-gold-haze),
    inset 0 1px 0 var(--frame-gold-bright),
    inset 0 -12px 22px rgba(0, 16, 50, 0.3),
    inset 0 -1px 0 rgba(64, 34, 4, 0.4),
    0 0 0 1px var(--frame-gold-dark),
    0 0 12px rgba(255, 211, 84, 0.18),
    0 0 28px rgba(255, 211, 84, 0.08);
}

.bottom-cta::before {
  position: absolute;
  z-index: 1;
  content: "";
  background:
    radial-gradient(ellipse at 50% 52%, rgba(255, 228, 118, 0.68), rgba(255, 188, 45, 0.26) 38%, transparent 72%),
    radial-gradient(ellipse at 50% 94%, rgba(255, 218, 82, 0.34), transparent 62%);
  border-radius: 50%;
  filter:
    blur(2px)
    drop-shadow(0 8px 12px rgba(0, 0, 0, 0.24));
  opacity: 0.72;
}

.bottom-cta::after {
  position: absolute;
  left: clamp(13px, 2.2vw, 44px);
  bottom: 4px;
  z-index: 0;
  width: clamp(42px, 6.4vw, 118px);
  height: clamp(14px, 1.8vw, 28px);
  content: "";
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(255, 210, 72, 0.46), rgba(255, 210, 72, 0.12) 46%, transparent 72%);
}

.bottom-cta__button {
  border-color: rgba(255, 251, 206, 0.98);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0 14%, transparent 15% 100%),
    radial-gradient(ellipse at 50% 0%, rgba(255, 255, 229, 0.54), transparent 48%),
    linear-gradient(180deg, #fffbd0 0%, #ffd760 48%, #bf7005 100%);
  box-shadow:
    inset 0 2px 12px rgba(255, 255, 255, 0.64),
    inset 0 -5px 10px rgba(108, 58, 0, 0.24),
    0 7px 0 rgba(105, 61, 0, 0.52),
    0 0 22px rgba(255, 208, 79, 0.28),
    0 12px 24px rgba(0, 0, 0, 0.28);
}

.bottom-cta__copy,
.bottom-cta__trophy,
.bottom-cta__button {
  position: relative;
  z-index: 3;
}

.bottom-cta__trophy {
  position: absolute;
  left: clamp(13px, 2.2vw, 44px);
  bottom: -8px;
  width: clamp(46px, 6.2vw, 118px);
  height: clamp(62px, 7.4vw, 136px);
  object-fit: cover;
  object-position: center 52%;
  pointer-events: none;
  filter:
    saturate(1.12)
    contrast(1.06)
    drop-shadow(0 8px 11px rgba(0, 0, 0, 0.34))
    drop-shadow(0 0 10px rgba(255, 209, 80, 0.28));
  -webkit-mask-image: radial-gradient(ellipse at 50% 55%, #000 0 54%, rgba(0, 0, 0, 0.84) 68%, transparent 90%);
  mask-image: radial-gradient(ellipse at 50% 55%, #000 0 54%, rgba(0, 0, 0, 0.84) 68%, transparent 90%);
}

.bottom-cta__copy {
  min-width: 0;
  text-shadow:
    0 2px 0 rgba(0, 20, 56, 0.62),
    0 6px 16px rgba(0, 0, 0, 0.42);
}

.bottom-cta__copy p,
.bottom-cta__copy h2,
.bottom-cta__copy span {
  margin: 0;
  white-space: nowrap;
}

.bottom-cta__copy p {
  color: #fff;
  font-style: italic;
  font-weight: 900;
}

.bottom-cta__copy h2 {
  color: var(--gold-100);
  font-weight: 950;
  line-height: 1;
}

.bottom-cta__copy span {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 750;
}

@media (min-width: 1100px) {
  :root {
    --gap: clamp(4px, 0.62svh, 10px);
  }

  .worldcup-page {
    padding-bottom: 0;
  }

  .hero {
    min-height: clamp(330px, 44svh, 470px);
    padding: clamp(9px, 1.55svh, 22px) 0 clamp(12px, 1.75svh, 22px);
  }

  .hero__copy {
    width: clamp(500px, 36vw, 650px);
    margin-left: max(72px, calc((100vw - var(--frame)) / 2 + clamp(58px, 5vw, 125px)));
    padding-top: clamp(10px, 1.75svh, 20px);
    text-align: center;
  }

  .eyebrow {
    margin-bottom: 4px;
    font-size: clamp(21px, min(1.55vw, 2.85svh), 29px);
  }

  .hero h1 span {
    font-size: clamp(58px, min(4vw, 6.9svh), 82px);
  }

  .hero h1 strong {
    margin-top: var(--hero-title-line-gap);
    font-size: clamp(62px, min(4.45vw, 7.4svh), 92px);
  }

  .hero__ribbon {
    min-height: clamp(25px, 3.05svh, 35px);
    margin: clamp(3px, 0.48svh, 6px) 0 clamp(4px, 0.58svh, 7px);
    padding: 0 clamp(18px, 1.7vw, 30px);
    border-radius: 8px;
    font-size: clamp(17px, min(1.85vw, 2.3svh), 25px);
  }

  .bonus-panel {
    width: min(100%, clamp(430px, 30vw, 560px));
    min-height: clamp(64px, 8.15svh, 96px);
    margin: 0 auto clamp(4px, 0.52svh, 7px);
    padding: clamp(4px, 0.62svh, 8px) clamp(16px, 1.35vw, 24px);
    border-radius: 12px;
  }

  .bonus-panel span {
    font-size: clamp(24px, min(1.95vw, 3.15svh), 36px);
  }

  .bonus-panel strong {
    margin: 0 clamp(6px, 0.6vw, 11px);
    font-size: clamp(56px, min(4.45vw, 7.1svh), 82px);
  }

  .bonus-panel em {
    font-size: clamp(19px, min(1.85vw, 2.65svh), 29px);
  }

  .bonus-panel small {
    margin-top: 3px;
    font-size: clamp(19px, min(1.58vw, 2.55svh), 27px);
  }

  .hero__cta {
    width: min(100%, clamp(360px, 25.5vw, 480px));
    min-height: clamp(36px, 4.55svh, 54px);
    padding: 0 28px;
    font-size: clamp(22px, min(1.85vw, 2.9svh), 32px);
    box-shadow:
      inset 0 2px 10px rgba(255, 255, 255, 0.46),
      0 4px 0 rgba(121, 74, 4, 0.45),
      0 12px 22px rgba(196, 119, 9, 0.28);
  }

  .hero__cta svg {
    width: clamp(22px, 3svh, 30px);
    height: clamp(22px, 3svh, 30px);
  }

  .reason-panel {
    position: absolute;
    top: clamp(56px, 7.4svh, 84px);
    right: max(26px, calc((100vw - var(--frame)) / 2 + clamp(18px, 2vw, 48px)));
    width: clamp(230px, 14.8vw, 290px);
    padding: clamp(12px, 1.45svh, 18px) clamp(13px, 1.05vw, 20px);
  }

  .reason-panel h2 {
    margin-bottom: clamp(8px, 1.25svh, 13px);
    font-size: clamp(18px, 2.25svh, 24px);
  }

  .reason-panel ul {
    gap: clamp(7px, 1.05svh, 11px);
  }

  .reason-panel li {
    grid-template-columns: clamp(38px, 4.9svh, 46px) 1fr;
    gap: clamp(8px, 0.7vw, 10px);
  }

  .reason-panel li > svg {
    width: clamp(38px, 4.9svh, 46px);
    height: clamp(38px, 4.9svh, 46px);
  }

  .reason-panel strong {
    font-size: clamp(13px, 1.75svh, 17px);
  }

  .reason-panel small {
    font-size: clamp(10px, 1.25svh, 12px);
  }

  .mobile-reason-strip,
  .mobile-platform-section {
    display: none;
  }

  .panel {
    padding: clamp(7px, 0.82svh, 11px) clamp(9px, 0.78vw, 15px) clamp(8px, 0.92svh, 12px);
  }

  .official-section {
    display: grid;
    grid-template-rows: clamp(24px, 2.85svh, 32px) minmax(0, 1fr);
    row-gap: clamp(7px, 0.92svh, 12px);
    height: clamp(168px, 21svh, 236px);
    margin-top: var(--gap);
  }

  .section-title {
    min-height: clamp(20px, 2.52svh, 29px);
    font-size: clamp(19px, 2.42svh, 28px);
  }

  .section-title svg {
    width: clamp(17px, 2.3svh, 22px);
    height: clamp(17px, 2.3svh, 22px);
  }

  .official-grid {
    grid-template-columns: minmax(500px, 1.85fr) repeat(5, minmax(94px, 1fr));
    gap: clamp(7px, 0.65vw, 12px);
    min-height: 0;
    height: 100%;
  }

  .official-card,
  .platform-card {
    min-height: 0;
    height: 100%;
  }

  .official-card--main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(148px, 11.2vw, 182px);
    grid-template-rows: auto auto 1fr;
    gap: clamp(5px, 0.68svh, 9px) clamp(9px, 0.9vw, 15px);
    padding: clamp(10px, 1.28svh, 18px) clamp(10px, 0.82vw, 15px) clamp(9px, 1.05svh, 14px);
  }

  .official-card--main::after {
    position: absolute;
    top: -1px;
    right: calc(clamp(136px, 10.7vw, 172px) + 8px);
    z-index: 2;
    display: grid;
    place-items: center;
    width: 34px;
    height: 74px;
    color: #fff8da;
    font-size: 12px;
    font-weight: 950;
    line-height: 1.08;
    text-align: center;
    content: "官方推荐";
    writing-mode: vertical-rl;
    background: linear-gradient(180deg, #fa5136, #b90813);
    box-shadow: 0 8px 16px rgba(130, 0, 8, 0.24);
    clip-path: polygon(0 0, 100% 0, 100% 88%, 50% 100%, 0 88%);
  }

  .official-card__logo {
    grid-column: 1;
    height: clamp(48px, 6.4svh, 68px);
    max-width: clamp(200px, 17vw, 250px);
  }

  .official-card__badges {
    grid-column: 1;
    gap: 6px;
  }

  .official-card__badges span {
    min-height: clamp(20px, 2.55svh, 25px);
    padding: 0 9px;
    font-size: clamp(10px, 1.45svh, 12px);
  }

  .official-card__copy {
    grid-column: 1;
    font-size: clamp(11px, 1.55svh, 14px);
  }

  .official-card__offer {
    grid-column: 2;
    grid-row: 1 / 4;
    gap: clamp(2px, 0.36svh, 4px);
    padding: clamp(7px, 0.95svh, 10px) 8px;
  }

  .official-card__offer span,
  .official-card__offer em {
    font-size: clamp(11px, 1.5svh, 13px);
  }

  .official-card__offer strong {
    font-size: clamp(31px, 4.15svh, 42px);
  }

  .official-card__offer .gold-button {
    min-height: clamp(23px, 2.85svh, 28px);
    padding: 0 9px;
    font-size: clamp(11px, 1.45svh, 13px);
  }

  .platform-card {
    grid-template-rows: clamp(34px, 4.5svh, 52px) auto auto auto;
    align-content: center;
    padding: clamp(8px, 1.05svh, 13px) 8px clamp(7px, 0.92svh, 11px);
  }

  .platform-card img {
    height: clamp(34px, 4.5svh, 52px);
    object-fit: contain;
  }

  .platform-card h3 {
    margin-top: clamp(4px, 0.75svh, 7px);
    font-size: clamp(15px, 2.2svh, 20px);
  }

  .platform-card p {
    min-height: clamp(18px, 2.4svh, 22px);
    margin: clamp(4px, 0.6svh, 6px) 0 clamp(5px, 0.75svh, 8px);
    padding: 0 8px;
    font-size: clamp(10px, 1.45svh, 12px);
  }

  .app-section {
    display: grid;
    grid-template-columns: minmax(650px, 0.95fr) minmax(500px, 0.85fr);
    gap: clamp(8px, 0.85vw, 14px);
    height: clamp(176px, 22svh, 274px);
    margin-top: var(--gap);
    padding: clamp(8px, 0.92svh, 12px) clamp(8px, 0.75vw, 11px);
    border: 1px solid var(--frame-gold-edge);
    border-radius: var(--panel-radius);
    background:
      radial-gradient(circle at 72% 8%, rgba(255, 219, 100, 0.16), transparent 20rem),
      radial-gradient(circle at 22% 0%, rgba(42, 135, 255, 0.22), transparent 24rem),
      linear-gradient(180deg, rgba(9, 39, 86, 0.9), rgba(2, 12, 30, 0.95));
    box-shadow:
      inset 0 0 0 1px rgba(255, 246, 194, 0.12),
      inset 0 0 18px var(--frame-gold-haze),
      inset 0 1px 0 var(--frame-gold-bright),
      inset 0 -1px 0 rgba(64, 34, 4, 0.42),
      inset 0 1px 22px rgba(76, 160, 255, 0.16),
      0 0 0 1px var(--frame-gold-dark),
      0 0 12px rgba(255, 211, 84, 0.18),
      0 0 30px rgba(255, 211, 84, 0.08),
      0 12px 28px rgba(0, 0, 0, 0.24);
  }

  .download-panel {
    display: grid;
    grid-template-rows: clamp(27px, 3.35svh, 40px) minmax(0, 1fr);
    row-gap: clamp(16px, 1.9svh, 24px);
    min-width: 0;
    height: 100%;
    padding-right: clamp(8px, 0.75vw, 12px);
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .app-section .section-title {
    justify-content: flex-start;
    gap: clamp(5px, 0.55vw, 9px);
    height: 100%;
    min-height: 0;
    padding-left: clamp(10px, 0.95vw, 18px);
    font-size: clamp(20px, 2.8svh, 30px);
    text-align: left;
  }

  .app-section .section-title::before {
    display: none;
  }

  .app-section .section-title::after {
    max-width: clamp(96px, 14vw, 260px);
  }

  .app-section .section-title span {
    display: inline-flex;
    align-items: baseline;
    gap: clamp(8px, 0.9vw, 14px);
    font-size: 0;
  }

  .app-section .section-title span::before {
    content: attr(data-desktop-title);
    font-size: clamp(21px, 2.9svh, 31px);
  }

  .app-section .section-title span::after {
    content: "随时随地 畅享精彩赛事";
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(10px, 1.45svh, 14px);
    font-weight: 850;
    line-height: 1;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.38);
  }

  .download-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(8px, 0.75vw, 12px);
    min-height: 0;
    height: 100%;
    padding: clamp(8px, 0.9svh, 11px) clamp(8px, 0.7vw, 11px);
    border-radius: 12px;
    background:
      radial-gradient(circle at 20% 0%, rgba(69, 154, 255, 0.2), transparent 18rem),
      linear-gradient(180deg, rgba(7, 35, 80, 0.74), rgba(2, 12, 28, 0.72));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.1),
      inset 0 1px 14px rgba(76, 160, 255, 0.12);
  }

  .download-card {
    grid-template-rows: clamp(30px, 3.7svh, 52px) clamp(18px, 2.05svh, 26px) clamp(20px, 2.35svh, 28px) clamp(20px, 2.35svh, 28px);
    align-content: center;
    gap: clamp(2px, 0.34svh, 5px);
    min-height: 0;
    padding: clamp(4px, 0.65svh, 9px) 8px;
  }

  .download-card img {
    width: clamp(84px, 6.1vw, 122px);
    height: clamp(30px, 3.7svh, 52px);
  }

  .download-card--shibo img,
  .download-card--hth img {
    width: clamp(78px, 5.3vw, 108px);
    height: clamp(28px, 3.4svh, 44px);
    align-self: center;
  }

  .download-card h3 {
    align-self: center;
    font-size: clamp(14px, 1.85svh, 21px);
  }

  .store-button {
    width: min(100%, 112px);
    height: 100%;
    min-height: 0;
    font-size: clamp(12px, 1.55svh, 14px);
  }

  .store-button svg {
    width: clamp(13px, 1.8svh, 17px);
    height: clamp(13px, 1.8svh, 17px);
  }

  .promo-banner {
    height: 100%;
    min-height: 0;
    padding: clamp(8px, 1.1svh, 16px) clamp(20px, 1.7vw, 32px) clamp(8px, 1.05svh, 15px) clamp(110px, 9.4vw, 180px);
    border: 0;
    border-radius: 12px;
  }

  .promo-banner__copy {
    margin-right: clamp(14px, 1.5vw, 24px);
  }

  .promo-banner p {
    font-size: clamp(18px, 2.65svh, 26px);
  }

  .promo-banner h2 {
    margin-top: 4px;
    font-size: clamp(24px, 3.45svh, 36px);
    white-space: nowrap;
  }

  .promo-banner h2 strong {
    font-size: clamp(36px, 5svh, 54px);
  }

  .promo-banner__copy > span {
    margin-top: 3px;
    font-size: clamp(12px, 1.55svh, 15px);
  }

  .red-button {
    min-width: clamp(138px, 11vw, 168px);
    min-height: clamp(34px, 4.5svh, 44px);
    padding: 0 16px;
    font-size: clamp(14px, 1.9svh, 17px);
  }

  .red-button svg {
    width: 20px;
    height: 20px;
  }

  .footer-band {
    display: grid;
    grid-template-columns: minmax(560px, 0.95fr) minmax(420px, 0.85fr);
    gap: clamp(8px, 0.85vw, 14px);
    height: clamp(66px, 8.2svh, 92px);
    margin-top: max(4px, calc(var(--gap) - 2px));
    padding: clamp(5px, 0.65svh, 9px) clamp(8px, 0.75vw, 11px);
    border: 1px solid var(--frame-gold-edge);
    border-radius: var(--panel-radius);
    background:
      radial-gradient(circle at 72% 40%, rgba(255, 213, 98, 0.2), transparent 18rem),
      radial-gradient(circle at 22% 0%, rgba(90, 174, 255, 0.14), transparent 18rem),
      linear-gradient(90deg, rgba(3, 12, 30, 0.96), rgba(6, 28, 64, 0.9), rgba(2, 10, 25, 0.96));
    box-shadow:
      inset 0 0 0 1px rgba(255, 246, 194, 0.12),
      inset 0 0 16px var(--frame-gold-haze),
      inset 0 1px 0 var(--frame-gold-bright),
      inset 0 -1px 0 rgba(64, 34, 4, 0.42),
      inset 0 1px 18px rgba(94, 172, 255, 0.16),
      0 0 0 1px var(--frame-gold-dark),
      0 0 12px rgba(255, 211, 84, 0.18),
      0 0 28px rgba(255, 211, 84, 0.08);
  }

  .trust-strip,
  .bottom-cta {
    height: 100%;
    min-height: 0;
    border: 0;
    border-radius: 12px;
  }

  .trust-strip {
    grid-template-columns: repeat(5, 1fr);
    padding: clamp(6px, 0.85svh, 10px) clamp(8px, 0.75vw, 12px);
    background:
      radial-gradient(circle at 50% 0%, rgba(84, 166, 255, 0.16), transparent 14rem),
      linear-gradient(90deg, rgba(3, 12, 30, 0.36), rgba(8, 34, 76, 0.58), rgba(3, 12, 30, 0.36));
    box-shadow: none;
  }

  .trust-strip article {
    gap: clamp(6px, 0.6vw, 9px);
    padding: 0 clamp(6px, 0.65vw, 10px);
  }

  .trust-strip svg {
    width: clamp(22px, 3.25svh, 31px);
    height: clamp(22px, 3.25svh, 31px);
  }

  .trust-strip strong {
    font-size: clamp(10px, 1.45svh, 13px);
  }

  .trust-strip small {
    margin-top: 2px;
    font-size: clamp(8px, 1.1svh, 10px);
  }

  .bottom-cta {
    gap: clamp(12px, 1.2vw, 24px);
    justify-content: space-between;
    padding: clamp(7px, 0.82svh, 11px) clamp(18px, 1.6vw, 32px) clamp(7px, 0.82svh, 11px) clamp(92px, 7.2vw, 168px);
    box-shadow:
      inset 0 1px 0 rgba(255, 249, 214, 0.18),
      inset 0 -12px 24px rgba(0, 18, 54, 0.28),
      inset 0 0 24px rgba(255, 209, 75, 0.12);
  }

  .bottom-cta::before {
    left: clamp(20px, 2.2vw, 38px);
    bottom: 6px;
    width: clamp(56px, 5.2vw, 92px);
    height: clamp(44px, 4.4vw, 68px);
  }

  .bottom-cta__copy p {
    font-size: clamp(10px, 1.3svh, 13px);
  }

  .bottom-cta__copy h2 {
    line-height: 1.08;
    font-size: clamp(25px, min(2.3vw, 4svh), 40px);
  }

  .bottom-cta__copy span {
    font-size: clamp(10px, 1.3svh, 13px);
  }

  .bottom-cta__button {
    min-width: clamp(166px, 13vw, 250px);
    min-height: clamp(42px, 5.7svh, 66px);
    padding: 0 20px;
    font-size: clamp(23px, min(2.25vw, 3.35svh), 36px);
  }

  .bottom-cta__button svg {
    width: clamp(22px, 3svh, 30px);
    height: clamp(22px, 3svh, 30px);
  }
}

@media (min-width: 1100px) and (max-width: 1320px) {
  .official-grid {
    grid-template-columns: minmax(500px, 1.8fr) repeat(5, minmax(94px, 1fr));
  }

  .app-section,
  .footer-band {
    grid-template-columns: minmax(520px, 0.95fr) minmax(380px, 0.85fr);
  }
}

@media (min-width: 1100px) and (max-height: 820px) {
  .hero {
    min-height: clamp(318px, 42svh, 356px);
    padding-top: 9px;
    padding-bottom: 12px;
  }

  .hero__copy {
    width: clamp(486px, 35vw, 586px);
    padding-top: 7px;
  }

  .eyebrow {
    font-size: 21px;
  }

  .hero h1 span {
    font-size: 58px;
  }

  .hero h1 strong {
    margin-top: var(--hero-title-line-gap);
    font-size: 62px;
  }

  .hero__ribbon {
    min-height: 25px;
    margin-top: 3px;
    margin-bottom: 4px;
    font-size: 17px;
  }

  .bonus-panel {
    min-height: 64px;
    margin-bottom: 4px;
    padding-top: 3px;
    padding-bottom: 4px;
  }

  .bonus-panel span {
    font-size: 24px;
  }

  .bonus-panel strong {
    font-size: 56px;
  }

  .bonus-panel em,
  .bonus-panel small {
    font-size: 19px;
  }

  .hero__cta {
    min-height: 36px;
    font-size: 23px;
  }

  .reason-panel {
    top: 56px;
    width: 230px;
    padding: 12px;
  }

  .reason-panel h2 {
    margin-bottom: 8px;
    font-size: 18px;
  }

  .reason-panel ul {
    gap: 6px;
  }

  .reason-panel li {
    grid-template-columns: 38px 1fr;
    gap: 9px;
  }

  .reason-panel li > svg {
    width: 38px;
    height: 38px;
  }

  .reason-panel strong {
    font-size: 13px;
  }

  .reason-panel small {
    font-size: 10px;
  }

  .download-card {
    grid-template-rows: 27px 17px 19px 19px;
    gap: 2px;
    padding: 4px 6px;
  }

  .download-card img {
    width: 78px;
    height: 27px;
  }

  .download-card--shibo img,
  .download-card--hth img {
    width: 76px;
    height: 27px;
  }

  .download-card h3 {
    font-size: 14px;
  }

  .store-button {
    font-size: 11px;
  }

  .promo-banner h2 {
    font-size: 21px;
  }

  .promo-banner h2 strong {
    font-size: 32px;
  }

  .footer-band {
    height: 66px;
    margin-top: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

@media (max-width: 1099px) {
  :root {
    --frame: min(calc(100vw - 20px), 560px);
    --gap: 8px;
  }

  .worldcup-page {
    padding-bottom: 10px;
    background:
      radial-gradient(circle at 50% 0%, rgba(42, 142, 255, 0.34), transparent 24rem),
      linear-gradient(180deg, #061d48 0%, #022059 48%, #052e64 100%);
  }

  .hero {
    height: clamp(300px, 82vw, 372px);
    padding: 6px 10px 0;
  }

  .hero::before {
    background:
      radial-gradient(ellipse at 22% 42%, rgba(5, 24, 66, 0.46), transparent 46%),
      linear-gradient(90deg, rgba(3, 13, 35, 0.34) 0%, rgba(3, 13, 35, 0.18) 35%, transparent 63%, rgba(3, 10, 26, 0.12) 100%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, transparent 22%, transparent 76%, rgba(3, 10, 26, 0.18) 100%);
  }

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

  .hero__topline,
  .hero__trust-pill {
    position: absolute;
    top: 6px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 850;
    line-height: 1;
  }

  .hero__topline {
    left: 8px;
    max-width: 57vw;
    padding-right: 7px;
    color: #fff;
    background: rgba(4, 20, 48, 0.72);
  }

  .hero__topline span {
    display: grid;
    place-items: center;
    min-height: 20px;
    margin-right: 5px;
    padding: 0 7px;
    border-radius: 999px;
    color: var(--blue-920);
    background: #fff;
    font-weight: 950;
  }

  .hero__topline strong,
  .hero__trust-pill span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hero__trust-pill {
    right: 8px;
    max-width: 36vw;
    gap: 4px;
    padding: 0 7px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #fff;
    background: rgba(3, 23, 52, 0.68);
  }

  .hero__trust-pill svg {
    flex: 0 0 auto;
    width: 12px;
    height: 12px;
  }

  .hero__copy {
    width: min(63vw, 252px);
    padding-top: 38px;
    text-align: left;
  }

  .hero h1 {
    --hero-title-line-height: 0.9;
    --hero-title-line-gap: clamp(4px, 1.2vw, 6px);
  }

  .eyebrow {
    margin: 0 0 3px clamp(30px, 9vw, 54px);
    color: #e4f4ff;
    font-size: clamp(11.5px, 3.15vw, 15px);
  }

  .hero h1 span {
    font-size: clamp(29px, 8.45vw, 37px);
  }

  .hero h1 strong {
    margin-top: var(--hero-title-line-gap);
    padding-left: clamp(28px, 8.2vw, 42px);
    color: #fff6d0;
    font-size: clamp(31px, 9.15vw, 40px);
  }

  .hero__ribbon {
    display: flex;
    width: fit-content;
    min-height: 23px;
    max-width: min(61vw, 244px);
    margin: 13px 0 11px clamp(34px, 10.4vw, 52px);
    padding: 0 11px;
    border-radius: 4px 999px 999px 4px;
    font-size: clamp(11px, 3vw, 13.5px);
    transform: skewX(-8deg);
  }

  .bonus-panel {
    width: min(65vw, 258px);
    min-height: 52px;
    grid-template-rows: 27px 16px;
    margin: 0 0 14px clamp(18px, 4.5vw, 30px);
    padding: 4px 10px;
    border-radius: 999px;
  }

  .bonus-panel span {
    font-size: clamp(15px, 4.25vw, 18.5px);
  }

  .bonus-panel strong {
    margin: 0 4px;
    font-size: clamp(33px, 9.7vw, 43px);
  }

  .bonus-panel em {
    font-size: clamp(12.5px, 3.55vw, 16px);
  }

  .bonus-panel small {
    margin-top: 1px;
    font-size: clamp(13px, 3.65vw, 16px);
  }

  .hero__cta {
    display: flex;
    width: min(61vw, 244px);
    min-height: 38px;
    margin-left: clamp(23px, 5.6vw, 36px);
    padding: 0 15px;
    color: #fff;
    font-size: clamp(17px, 4.85vw, 21px);
    background: linear-gradient(180deg, #77e25f 0%, #1fa334 55%, #118026 100%);
    box-shadow:
      inset 0 2px 10px rgba(255, 255, 255, 0.34),
      0 5px 0 rgba(5, 83, 22, 0.58),
      0 13px 24px rgba(0, 0, 0, 0.3);
  }

  .hero__cta svg {
    width: 20px;
    height: 20px;
    color: #158523;
    background: #fff;
  }

  .hero__micro-copy {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, auto));
    align-items: center;
    justify-content: center;
    gap: 0;
    width: fit-content;
    max-width: calc(100% - 28px);
    min-height: 18px;
    margin: 12px 0 0 clamp(24px, 6vw, 38px);
    padding: 0 clamp(8px, 2.6vw, 12px);
    border: 1px solid rgba(255, 230, 166, 0.22);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(8.8px, 2.55vw, 10.5px);
    font-weight: 800;
    line-height: 1;
    background:
      linear-gradient(90deg, rgba(3, 17, 40, 0.18), rgba(3, 17, 40, 0.7), rgba(3, 17, 40, 0.18));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.12),
      0 8px 18px rgba(0, 0, 0, 0.18);
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.55);
  }

  .hero__micro-copy span {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 18px;
    gap: 3px;
    padding: 0 clamp(5px, 1.7vw, 8px);
    white-space: nowrap;
  }

  .hero__micro-copy span:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 10px;
    content: "";
    background: rgba(255, 233, 178, 0.34);
    transform: translateY(-50%);
  }

  .hero__micro-copy span::before {
    flex: 0 0 auto;
    width: 10px;
    height: 10px;
    content: "";
    border: 1px solid rgba(255, 230, 166, 0.74);
    border-radius: 50%;
    background:
      radial-gradient(circle at 50% 50%, rgba(255, 230, 166, 0.95) 0 2px, transparent 3px),
      rgba(1, 13, 31, 0.5);
  }

  .reason-panel,
  .trust-strip {
    display: none;
  }

  .mobile-reason-strip {
    display: block;
    min-height: 96px;
    margin-top: 0;
    margin-bottom: var(--gap);
    padding: 12px 5px 10px;
    border: 1px solid var(--frame-gold-edge);
    border-radius: 10px;
    background:
      radial-gradient(circle at 50% 0%, rgba(255, 220, 100, 0.14), transparent 14rem),
      linear-gradient(180deg, rgba(9, 51, 104, 0.94), rgba(7, 32, 68, 0.96));
    box-shadow:
      inset 0 0 0 1px rgba(255, 246, 194, 0.12),
      inset 0 0 14px var(--frame-gold-haze),
      inset 0 1px 0 var(--frame-gold-bright),
      inset 0 -1px 0 rgba(64, 34, 4, 0.4),
      inset 0 1px 18px rgba(98, 178, 255, 0.22),
      0 0 0 1px var(--frame-gold-dark),
      0 0 10px rgba(255, 211, 84, 0.16),
      0 0 24px rgba(255, 211, 84, 0.07),
      0 12px 24px rgba(0, 0, 0, 0.24);
  }

  .mobile-reason-strip ul {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .mobile-reason-strip li {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 7px;
    min-width: 0;
    padding: 0 3px;
    text-align: center;
  }

  .mobile-reason-strip li:not(:last-child)::after {
    position: absolute;
    top: 8px;
    right: 0;
    bottom: 8px;
    width: 1px;
    content: "";
    background: linear-gradient(180deg, transparent, rgba(255, 236, 174, 0.34), rgba(95, 177, 255, 0.22), transparent);
  }

  .mobile-reason-strip li:last-child {
    border-right: 0;
  }

  .mobile-reason-strip svg {
    width: 36px;
    height: 36px;
    padding: 7px;
    border: 1px solid rgba(255, 224, 132, 0.78);
    border-radius: 50%;
    color: #f7dd98;
    background:
      radial-gradient(circle at 35% 22%, rgba(255, 255, 255, 0.36), transparent 31%),
      radial-gradient(circle at 64% 76%, rgba(255, 214, 97, 0.22), transparent 38%),
      linear-gradient(145deg, rgba(39, 83, 141, 0.94), rgba(5, 24, 56, 0.96));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.22),
      inset 0 -3px 8px rgba(0, 9, 30, 0.28),
      0 0 0 2px rgba(255, 201, 72, 0.08);
  }

  .mobile-reason-strip strong {
    color: #fff6d8;
    font-size: clamp(10px, 3vw, 13px);
    font-weight: 950;
    line-height: 1.08;
  }

  .mobile-reason-strip small {
    color: rgba(255, 255, 255, 0.76);
    font-size: clamp(8px, 2.45vw, 10px);
  }

  .panel {
    padding: 8px 8px 10px;
    border-radius: 10px;
  }

  .official-section {
    border-color: var(--frame-gold-edge);
    background: linear-gradient(180deg, #fff6d7 0%, #ffeec3 100%);
    box-shadow:
      inset 0 0 0 1px rgba(255, 246, 194, 0.14),
      inset 0 0 18px rgba(255, 222, 116, 0.12),
      inset 0 1px 0 rgba(255, 252, 220, 0.34),
      inset 0 -1px 0 rgba(104, 61, 10, 0.22),
      0 0 0 1px var(--frame-gold-dark),
      0 0 14px rgba(255, 211, 84, 0.12),
      var(--shadow-panel);
  }

  .section-title {
    min-height: 31px;
    margin-bottom: 8px;
    font-size: clamp(22px, 6.55vw, 30px);
  }

  .section-title::before,
  .section-title::after {
    display: none;
  }

  .section-title svg {
    width: 18px;
    height: 18px;
  }

  .official-section .section-title {
    color: #8a4d08;
    text-shadow: 0 1px 0 #fff2c7;
  }

  .official-grid {
    display: block;
  }

  .official-section .platform-card {
    display: none;
  }

  .official-card--main {
    min-height: 154px;
    padding: 13px 12px 11px;
    border-radius: 9px;
    background:
      radial-gradient(circle at 90% 34%, rgba(255, 214, 94, 0.2), transparent 5.6rem),
      linear-gradient(108deg, transparent 0 54%, rgba(255, 233, 177, 0.26) 54% 62%, rgba(235, 243, 255, 0.5) 62% 100%),
      radial-gradient(circle at 94% 24%, rgba(91, 169, 255, 0.18), transparent 9rem),
      linear-gradient(180deg, #fff 0%, #fffdf8 100%);
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.92),
      inset 0 -10px 20px rgba(214, 154, 37, 0.08),
      0 10px 22px rgba(0, 0, 0, 0.2);
  }

  .official-card__logo {
    height: 58px;
    max-width: min(100%, 220px);
    padding-right: 62px;
  }

  .official-card__badges {
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 7px;
    padding-right: 48px;
  }

  .official-card__badges span {
    min-height: 19px;
    padding: 0 7px;
    font-size: 10px;
  }

  .official-card__copy {
    margin-top: 5px;
    font-size: 10px;
  }

  .official-card__offer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    min-height: 34px;
    margin-top: 9px;
    padding: 4px 8px 4px 11px;
    border-color: rgba(244, 194, 83, 0.62);
    border-radius: 999px;
    text-align: left;
    white-space: nowrap;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.72), transparent 43%),
      linear-gradient(90deg, rgba(255, 238, 185, 0.96), rgba(255, 250, 226, 0.74) 58%, rgba(255, 230, 148, 0.56));
  }

  .official-card__offer span,
  .official-card__offer em {
    font-size: 12px;
  }

  .official-card__offer strong {
    font-size: clamp(25px, 7.5vw, 31px);
  }

  .official-card__offer .gold-button {
    min-width: 86px;
    min-height: 28px;
    margin-left: auto;
    padding: 0 7px;
    font-size: 11.5px;
  }

  .official-card__rank {
    position: absolute;
    top: 11px;
    right: 12px;
    display: grid;
    grid-template-rows: auto auto;
    place-items: center;
    align-content: center;
    row-gap: 1px;
    width: 48px;
    height: 53px;
    overflow: hidden;
    border: 1px solid rgba(255, 242, 168, 0.9);
    border-radius: 14px 14px 20px 20px;
    color: #5a3308;
    font-size: 9px;
    font-weight: 950;
    line-height: 1;
    text-align: center;
    background:
      radial-gradient(circle at 50% 7%, #fff8cf 0 14%, transparent 15%),
      linear-gradient(135deg, rgba(255, 255, 255, 0.78) 0 18%, transparent 19% 100%),
      linear-gradient(180deg, #ffe991 0%, #f8c742 42%, #cf8210 74%, #ffed99 100%);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.72),
      inset 0 -8px 12px rgba(106, 55, 6, 0.18),
      0 10px 20px rgba(198, 123, 10, 0.28);
    clip-path: polygon(8% 0, 92% 0, 100% 57%, 50% 100%, 0 57%);
  }

  .official-card__rank::before,
  .official-card__rank::after {
    position: absolute;
    content: "";
    pointer-events: none;
  }

  .official-card__rank::before {
    inset: 3px;
    border: 1px solid rgba(115, 62, 8, 0.16);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.26), transparent 48%, rgba(106, 55, 6, 0.1));
    clip-path: inherit;
  }

  .official-card__rank::after {
    top: 34%;
    left: 16%;
    right: 16%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(105, 57, 8, 0.36), transparent);
  }

  .official-card__rank strong {
    display: block;
    color: #191209;
    font-size: 22px;
    line-height: 0.85;
    text-shadow: 0 1px 0 rgba(255, 246, 185, 0.74);
  }

  .mobile-platform-section {
    display: block;
    margin-top: var(--gap);
    background:
      radial-gradient(circle at 70% 30%, rgba(45, 146, 255, 0.22), transparent 14rem),
      linear-gradient(180deg, rgba(7, 50, 103, 0.92), rgba(4, 36, 78, 0.94));
  }

  .mobile-platform-grid,
  .download-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 7px;
  }

  .download-grid {
    padding-top: clamp(18px, 4.8vw, 24px);
  }

  .platform-card {
    grid-template-rows: 30px auto auto auto;
    min-height: 101px;
    padding: 6px 4px 5px;
  }

  .platform-card img {
    height: 29px;
    object-fit: contain;
  }

  .platform-card h3 {
    margin-top: 3px;
    font-size: clamp(10px, 3.2vw, 13px);
  }

  .platform-card p {
    min-height: 15px;
    margin: 3px 0 5px;
    padding: 0 5px;
    font-size: clamp(8px, 2.5vw, 10px);
  }

  .gold-button--small {
    gap: 2px;
    min-height: 20px;
    padding: 0 4px;
    font-size: clamp(9px, 2.75vw, 11px);
  }

  .gold-button--small svg {
    width: 11px;
    height: 11px;
    padding: 1px;
  }

  .app-section {
    display: block;
    margin-top: var(--gap);
  }

  .download-panel {
    padding: 8px;
    border-radius: 10px;
  }

  .app-section .section-title {
    min-height: 30px;
    margin-bottom: 7px;
    color: #fff5c9;
    font-size: clamp(24px, 7.2vw, 31px);
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.5);
  }

  .download-card {
    gap: 2px;
    min-height: 99px;
    padding: 5px 4px;
  }

  .download-card img {
    width: 100%;
    height: 28px;
    object-fit: contain;
  }

  .download-card h3 {
    font-size: clamp(10px, 3.2vw, 13px);
  }

  .corner-tag {
    --corner-tag-width: clamp(18px, 3.85vw, 21px);
    --corner-tag-height: clamp(13px, 2.75vw, 15px);
    --corner-tag-font: clamp(8.8px, 1.9vw, 10.5px);
    --corner-tag-lift: 2px;
    right: -4px;
  }

  .store-button {
    gap: 2px;
    width: min(100%, 66px);
    min-height: 19px;
    font-size: clamp(8px, 2.45vw, 10px);
  }

  .store-button svg {
    width: 10px;
    height: 10px;
  }

  .download-caption {
    display: block;
    margin: 6px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(13px, 3.8vw, 16px);
    font-weight: 650;
    text-align: center;
  }

  .promo-banner {
    min-height: clamp(112px, 31vw, 136px);
    margin-top: var(--gap);
    padding: 13px clamp(54px, 15vw, 78px) 32px;
    border-radius: 10px;
    background-position: center 52%;
  }

  .promo-banner::before {
    background:
      radial-gradient(circle at 74% 48%, rgba(255, 231, 142, 0.26), transparent 19%),
      radial-gradient(circle at 21% 45%, rgba(39, 106, 190, 0.12), transparent 22%),
      linear-gradient(90deg, rgba(3, 8, 22, 0.16) 0 20%, rgba(3, 8, 22, 0.02) 35% 65%, rgba(3, 8, 22, 0.14) 100%),
      linear-gradient(180deg, rgba(255, 245, 188, 0.08), transparent 42%, rgba(0, 0, 0, 0.12));
  }

  .promo-banner::after {
    right: 20%;
    bottom: -22%;
    left: 20%;
    height: 58%;
  }

  .promo-banner__copy {
    width: 100%;
    margin-top: -3px;
  }

  .promo-banner p {
    font-size: clamp(14px, 4.3vw, 18px);
    line-height: 1;
  }

  .promo-banner h2 {
    margin-top: 2px;
    font-size: clamp(17px, 5vw, 22px);
    line-height: 1;
    white-space: nowrap;
  }

  .promo-banner h2 strong {
    font-size: clamp(25px, 7.1vw, 32px);
  }

  .promo-banner__copy > span {
    display: none;
  }

  .promo-banner .red-button {
    position: absolute;
    left: 50%;
    bottom: 8px;
    min-width: 116px;
    min-height: 24px;
    padding: 0 10px;
    font-size: 12px;
    transform: translateX(-50%);
  }

  .promo-banner .red-button svg {
    width: 16px;
    height: 16px;
    padding: 2px;
  }

  .footer-band {
    display: block;
    margin-top: 6px;
  }

  .bottom-cta {
    min-height: 64px;
    gap: 8px;
    padding: 8px 9px 8px 60px;
    border-radius: 22px;
    background:
      radial-gradient(circle at 17% 58%, rgba(255, 216, 104, 0.34), transparent 7rem),
      linear-gradient(100deg, #06327d 0%, #041d50 100%);
  }

  .bottom-cta::before {
    left: 17px;
    bottom: 10px;
    width: 40px;
    height: 42px;
  }

  .bottom-cta__copy {
    flex: 1 1 auto;
  }

  .bottom-cta__copy p {
    font-size: 9px;
  }

  .bottom-cta__copy h2 {
    overflow: hidden;
    color: #f6fbff;
    font-size: clamp(20px, 5.2vw, 27px);
    text-overflow: ellipsis;
  }

  .bottom-cta__copy span {
    overflow: hidden;
    font-size: 10px;
    text-overflow: ellipsis;
  }

  .bottom-cta__button {
    flex: 0 0 auto;
    min-width: clamp(88px, 24vw, 128px);
    min-height: 38px;
    padding: 0 9px;
    font-size: clamp(20px, 6.2vw, 26px);
  }

  .bottom-cta__button svg {
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 900px) and (max-width: 1099px) {
  .official-grid[data-density] {
    grid-template-columns: minmax(330px, 1.6fr) repeat(var(--adaptive-columns, 5), minmax(78px, 1fr));
    grid-auto-flow: row;
    grid-auto-rows: minmax(0, 1fr);
  }

  .official-grid[data-density="empty"] {
    grid-template-columns: minmax(0, 1fr);
  }

  .official-grid[data-density="one"] {
    grid-template-columns: minmax(0, 1.42fr) minmax(150px, 0.72fr);
  }

  .official-grid[data-density="two"] {
    grid-template-columns: minmax(0, 1.36fr) repeat(2, minmax(118px, 0.72fr));
  }

  .official-grid[data-density="three"] {
    grid-template-columns: minmax(0, 1.48fr) repeat(3, minmax(92px, 0.62fr));
  }

  .official-section[data-platform-density="six"],
  .official-section[data-platform-density="many"] {
    height: clamp(260px, 29vw, 320px);
  }

  .official-grid[data-density="six"] {
    grid-template-columns: minmax(300px, 1.22fr) repeat(3, minmax(78px, 1fr));
  }

  .official-grid[data-density="many"] {
    grid-template-columns: minmax(290px, 1.14fr) repeat(var(--adaptive-columns, 4), minmax(70px, 1fr));
  }

  .official-grid[data-density="six"] .official-card--main,
  .official-grid[data-density="many"] .official-card--main {
    grid-row: span 2;
  }
}

@media (max-width: 599px) {
  .hero__ribbon {
    margin-top: 18px;
    margin-bottom: 16px;
  }

  .bonus-panel {
    margin-bottom: 20px;
  }

  .hero__micro-copy {
    margin-top: 16px;
  }

  .bottom-cta {
    min-height: 72px;
    gap: clamp(7px, 2.2vw, 10px);
    padding: 9px 10px 9px 66px;
    border-radius: 25px;
    background:
      radial-gradient(circle at 18% 58%, rgba(255, 226, 116, 0.42), transparent 5.8rem),
      radial-gradient(ellipse at 76% 54%, rgba(255, 215, 82, 0.2), transparent 9rem),
      linear-gradient(100deg, #07409b 0%, #031a48 100%);
    box-shadow:
      inset 0 1px 0 rgba(255, 248, 210, 0.3),
      inset 0 -10px 20px rgba(0, 11, 42, 0.32),
      0 0 0 1px rgba(255, 231, 149, 0.16);
  }

  .bottom-cta::before {
    left: 17px;
    bottom: 9px;
    width: 43px;
    height: 48px;
  }

  .bottom-cta::after {
    left: 17px;
    bottom: 5px;
    width: 54px;
    height: 16px;
  }

  .bottom-cta__trophy {
    left: 13px;
    bottom: -9px;
    width: 50px;
    height: 75px;
    object-position: center 48%;
  }

  .bottom-cta__copy {
    display: grid;
    gap: 1px;
  }

  .bottom-cta__copy p {
    font-size: 9px;
  }

  .bottom-cta__copy h2 {
    font-size: clamp(20px, 5.8vw, 24px);
  }

  .bottom-cta__copy span {
    font-size: 9.5px;
  }

  .bottom-cta__button {
    min-width: clamp(102px, 30vw, 132px);
    min-height: 42px;
    padding: 0 10px;
    font-size: clamp(19px, 5.4vw, 23px);
  }

  .bottom-cta__button svg {
    width: 21px;
    height: 21px;
  }
}

@media (min-width: 600px) and (max-width: 1099px) {
  :root {
    --frame: min(calc(100vw - 28px), 980px);
    --gap: 10px;
  }

  .worldcup-page {
    padding-bottom: 14px;
  }

  .hero {
    height: clamp(372px, 46vw, 452px);
    padding: 10px max(14px, calc((100vw - var(--frame)) / 2 + 14px)) 0;
  }

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

  .hero__topline,
  .hero__trust-pill {
    top: 10px;
    min-height: 26px;
    font-size: 11px;
  }

  .hero__topline {
    left: max(14px, calc((100vw - var(--frame)) / 2 + 14px));
    max-width: 50vw;
  }

  .hero__topline span {
    min-height: 26px;
    padding: 0 10px;
  }

  .hero__trust-pill {
    right: max(14px, calc((100vw - var(--frame)) / 2 + 14px));
    max-width: 32vw;
    padding: 0 10px;
  }

  .hero__copy {
    --hero-lockup-axis: clamp(160px, 25vw, 240px);
    --hero-lockup-title-width: min(48vw, 412px);
    width: min(48vw, 412px);
    padding-top: clamp(54px, 5.8vw, 66px);
    text-align: center;
  }

  .eyebrow {
    width: var(--hero-lockup-title-width);
    margin-left: var(--hero-lockup-axis);
    margin-bottom: 4px;
    font-size: clamp(16px, 1.95vw, 20px);
    transform: translateX(-50%);
  }

  .hero h1 {
    width: var(--hero-lockup-title-width);
    margin-left: var(--hero-lockup-axis);
    text-align: center;
    transform: translateX(-50%);
  }

  .hero h1 span {
    font-size: clamp(40px, 5.15vw, 52px);
  }

  .hero h1 strong {
    margin-top: var(--hero-title-line-gap);
    padding-left: 0;
    font-size: clamp(44px, 5.75vw, 58px);
  }

  .hero__ribbon {
    width: min(36vw, 300px);
    min-height: 27px;
    max-width: none;
    margin: 18px 0 16px var(--hero-lockup-axis);
    padding: 0 15px;
    font-size: clamp(14px, 1.9vw, 19px);
    transform: translateX(-50%) skewX(-8deg);
  }

  .bonus-panel {
    width: min(41vw, 400px);
    min-height: 68px;
    grid-template-rows: 36px 18px;
    margin-left: var(--hero-lockup-axis);
    margin-bottom: 22px;
    padding: 5px 16px;
    transform: translateX(-50%);
  }

  .bonus-panel span {
    font-size: clamp(20px, 2.75vw, 27px);
  }

  .bonus-panel strong {
    font-size: clamp(48px, 6.1vw, 62px);
  }

  .bonus-panel em,
  .bonus-panel small {
    font-size: clamp(17px, 2.25vw, 22px);
  }

  .hero__cta {
    width: min(40.5vw, 412px);
    min-height: 45px;
    margin-left: var(--hero-lockup-axis);
    font-size: clamp(21px, 2.75vw, 27px);
    transform: translateX(-50%);
  }

  .hero__micro-copy {
    display: none;
  }

  .mobile-reason-strip {
    min-height: 118px;
    padding: 15px 8px 13px;
    border-radius: 14px;
  }

  .mobile-reason-strip li {
    gap: 8px;
    padding: 0 6px;
  }

  .mobile-reason-strip svg {
    width: 42px;
    height: 42px;
  }

  .mobile-reason-strip strong {
    font-size: clamp(13px, 1.9vw, 17px);
  }

  .mobile-reason-strip small {
    font-size: clamp(10px, 1.45vw, 13px);
  }

  .panel,
  .download-panel,
  .promo-banner {
    border-radius: 14px;
  }

  .panel {
    padding: 11px 11px 13px;
  }

  .section-title {
    min-height: 38px;
    margin-bottom: 11px;
    font-size: clamp(30px, 4.2vw, 42px);
  }

  .section-title svg {
    width: 22px;
    height: 22px;
  }

  .official-card--main {
    min-height: 188px;
    padding: 17px 18px 15px;
    border-radius: 12px;
  }

  .official-card__logo {
    height: 76px;
    max-width: min(100%, 310px);
    padding-right: 78px;
  }

  .official-card__badges {
    gap: 7px;
    margin-top: 10px;
    padding-right: 72px;
  }

  .official-card__badges span {
    min-height: 24px;
    padding: 0 10px;
    font-size: 12px;
  }

  .official-card__copy {
    margin-top: 8px;
    font-size: 13px;
  }

  .official-card__offer {
    min-height: 44px;
    margin-top: 13px;
    padding: 5px 12px 5px 16px;
  }

  .official-card__offer span,
  .official-card__offer em {
    font-size: 15px;
  }

  .official-card__offer strong {
    font-size: clamp(36px, 5.4vw, 50px);
  }

  .official-card__offer .gold-button {
    min-width: 118px;
    min-height: 32px;
    font-size: 14px;
  }

  .official-card__rank {
    top: 16px;
    right: 18px;
    width: 62px;
    height: 68px;
    font-size: 11px;
  }

  .official-card__rank strong {
    font-size: 28px;
  }

  .mobile-platform-grid,
  .download-grid {
    gap: 10px;
  }

  .platform-card {
    grid-template-rows: 42px auto auto auto;
    min-height: 132px;
    padding: 10px 8px 9px;
  }

  .platform-card img {
    height: 40px;
  }

  .platform-card h3 {
    margin-top: 6px;
    font-size: clamp(14px, 2vw, 18px);
  }

  .platform-card p {
    min-height: 20px;
    margin: 5px 0 7px;
    font-size: clamp(11px, 1.55vw, 13px);
  }

  .gold-button--small {
    min-height: 25px;
    padding: 0 8px;
    font-size: clamp(12px, 1.75vw, 14px);
  }

  .gold-button--small svg {
    width: 15px;
    height: 15px;
  }

  .download-panel {
    padding: 11px;
  }

  .download-card {
    min-height: 132px;
    padding: 8px 7px;
  }

  .download-card img {
    height: 39px;
  }

  .download-card h3 {
    font-size: clamp(14px, 1.95vw, 18px);
  }

  .store-button {
    width: min(100%, 86px);
    min-height: 24px;
    font-size: clamp(10px, 1.55vw, 13px);
  }

  .store-button svg {
    width: 13px;
    height: 13px;
  }

  .download-caption {
    margin-top: 8px;
    font-size: clamp(16px, 2.1vw, 20px);
  }

  .promo-banner {
    min-height: clamp(168px, 21vw, 210px);
    padding: 16px clamp(130px, 18vw, 178px) 18px;
  }

  .promo-banner p {
    font-size: clamp(20px, 3vw, 28px);
  }

  .promo-banner h2 {
    font-size: clamp(26px, 3.7vw, 34px);
  }

  .promo-banner h2 strong {
    font-size: clamp(40px, 5.8vw, 54px);
  }

  .promo-banner .red-button {
    bottom: 12px;
    min-width: 154px;
    min-height: 34px;
    font-size: 15px;
  }

  .bottom-cta {
    min-height: 86px;
    padding: 10px 16px 10px 94px;
    border-radius: 28px;
  }

  .bottom-cta::before {
    left: 28px;
    width: 58px;
    height: 58px;
  }

  .bottom-cta__copy p {
    font-size: 12px;
  }

  .bottom-cta__copy h2 {
    font-size: clamp(32px, 4.8vw, 42px);
  }

  .bottom-cta__copy span {
    font-size: 13px;
  }

  .bottom-cta__button {
    min-width: clamp(150px, 22vw, 210px);
    min-height: 52px;
    font-size: clamp(28px, 4.1vw, 38px);
  }
}

@media (min-width: 900px) and (max-width: 1099px) {
  .official-section {
    display: grid;
    grid-template-rows: 35px minmax(0, 1fr);
    row-gap: 8px;
    height: clamp(184px, 20vw, 196px);
  }

  .official-grid {
    display: grid;
    grid-template-columns: minmax(330px, 1.6fr) repeat(5, minmax(78px, 1fr));
    gap: 8px;
    min-height: 0;
    height: 100%;
  }

  .official-section .platform-card {
    display: grid;
  }

  .mobile-platform-section {
    display: none;
  }

  .official-card--main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 106px;
    grid-template-rows: auto auto 1fr;
    gap: 5px 9px;
    min-height: 0;
    height: 100%;
    padding: 10px;
    border-radius: 10px;
  }

  .official-card--main::after {
    position: absolute;
    top: -1px;
    right: 112px;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 26px;
    height: 58px;
    color: #fff8da;
    font-size: 10px;
    font-weight: 950;
    line-height: 1.08;
    text-align: center;
    content: "官方推荐";
    writing-mode: vertical-rl;
    background: linear-gradient(180deg, #fa5136, #b90813);
    box-shadow: 0 8px 14px rgba(130, 0, 8, 0.22);
    clip-path: polygon(0 0, 100% 0, 100% 88%, 50% 100%, 0 88%);
  }

  .official-card__logo {
    grid-column: 1;
    height: 46px;
    max-width: 180px;
    padding-right: 0;
  }

  .official-card__badges {
    grid-column: 1;
    gap: 4px;
    margin-top: 0;
    padding-right: 0;
  }

  .official-card__badges span {
    min-height: 18px;
    padding: 0 6px;
    font-size: 9px;
  }

  .official-card__copy {
    grid-column: 1;
    margin-top: 0;
    font-size: 10px;
  }

  .official-card__offer {
    grid-column: 2;
    grid-row: 1 / 4;
    display: grid;
    gap: 3px;
    min-height: 0;
    margin-top: 0;
    padding: 7px 5px;
    border-radius: 8px;
    text-align: center;
  }

  .official-card__offer span,
  .official-card__offer em {
    font-size: 10px;
  }

  .official-card__offer strong {
    font-size: 28px;
  }

  .official-card__offer .gold-button {
    min-width: 76px;
    min-height: 22px;
    padding: 0 5px;
    font-size: 10px;
  }

  .official-card__offer .gold-button svg {
    width: 12px;
    height: 12px;
  }

  .official-card__rank {
    display: none;
  }

  .official-section .platform-card {
    grid-template-rows: 34px auto auto auto;
    min-height: 0;
    height: 100%;
    padding: 7px 4px 6px;
  }

  .official-section .platform-card img {
    height: 33px;
  }

  .official-section .platform-card h3 {
    margin-top: 4px;
    font-size: clamp(12px, 1.45vw, 14px);
  }

  .official-section .platform-card p {
    min-height: 16px;
    margin: 3px 0 4px;
    padding: 0 5px;
    font-size: 9px;
  }

  .official-section .platform-card .gold-button--small {
    min-height: 20px;
    padding: 0 5px;
    font-size: 9px;
  }

  .official-section .platform-card .gold-button--small svg {
    width: 11px;
    height: 11px;
  }

  .app-section {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.9fr);
    gap: var(--gap);
    align-items: stretch;
  }

  .download-panel,
  .promo-banner {
    height: 100%;
    min-height: 0;
  }

  .promo-banner {
    margin-top: 0;
    padding-right: clamp(62px, 6.6vw, 82px);
    padding-left: clamp(74px, 7.8vw, 98px);
  }

  .promo-banner p {
    font-size: clamp(17px, 2vw, 22px);
  }

  .promo-banner h2 {
    font-size: clamp(19px, 2.25vw, 25px);
  }

  .promo-banner h2 strong {
    font-size: clamp(29px, 3.4vw, 38px);
  }
}

@media (max-width: 479px) {
  .hero {
    height: clamp(310px, 82.5vw, 360px);
  }

  .hero__copy {
    width: min(60vw, 246px);
    padding-top: 40px;
  }

  .eyebrow,
  .hero h1 {
    width: min(57vw, 236px);
    margin-left: clamp(17px, 4.4vw, 22px);
    text-align: center;
  }

  .eyebrow {
    margin-bottom: 4px;
    font-size: clamp(11px, 2.85vw, 13px);
  }

  .hero h1 span {
    font-size: clamp(28px, 7.9vw, 35px);
  }

  .hero h1 strong {
    padding-left: 0;
    font-size: clamp(31px, 8.9vw, 39px);
  }

  .hero__ribbon {
    max-width: min(54vw, 220px);
    margin: 14px 0 12px clamp(42px, 11vw, 45px);
    font-size: clamp(10.5px, 2.72vw, 12px);
  }

  .bonus-panel {
    width: min(56vw, 224px);
    min-height: 48px;
    grid-template-rows: 25px 14px;
    margin-left: clamp(21px, 5.2vw, 28px);
    margin-bottom: 14px;
  }

  .bonus-panel span {
    font-size: clamp(14.5px, 3.85vw, 17px);
  }

  .bonus-panel strong {
    font-size: clamp(30px, 8vw, 36px);
  }

  .bonus-panel em,
  .bonus-panel small {
    font-size: clamp(12.2px, 3.25vw, 14.5px);
  }

  .hero__cta {
    width: min(54vw, 216px);
    min-height: 36px;
    margin-left: clamp(24px, 5.8vw, 31px);
    font-size: clamp(15.5px, 4.2vw, 18.5px);
  }

  .hero__micro-copy {
    margin-top: 12px;
    margin-left: clamp(25px, 6vw, 32px);
  }

  .mobile-reason-strip li {
    gap: 6px;
    padding: 0 2px;
  }

  .mobile-reason-strip li:not(:last-child)::after {
    top: 6px;
    bottom: 6px;
  }

  .mobile-reason-strip strong {
    font-size: clamp(9px, 2.45vw, 10px);
    line-height: 1;
    white-space: nowrap;
  }

  .mobile-reason-strip small {
    font-size: clamp(7.4px, 2vw, 8.5px);
    line-height: 1;
    white-space: nowrap;
  }

  .bottom-cta {
    min-height: 70px;
    padding-left: 60px;
  }

  .bottom-cta::before {
    left: 16px;
    width: 39px;
    height: 43px;
  }

  .bottom-cta__trophy {
    left: 12px;
    width: 45px;
    height: 68px;
  }

  .bottom-cta__copy h2 {
    font-size: 20px;
  }

  .bottom-cta__copy span {
    font-size: 8.5px;
  }

  .bottom-cta__button {
    min-width: 92px;
    min-height: 40px;
    font-size: 19px;
  }
}

@media (min-width: 480px) and (max-width: 599px) {
  .hero__copy {
    --hero-lockup-axis: clamp(150px, 26.2vw, 158px);
    --hero-lockup-title-width: min(53vw, 252px);
    text-align: center;
  }

  .eyebrow,
  .hero h1 {
    width: var(--hero-lockup-title-width);
    margin-left: var(--hero-lockup-axis);
    text-align: center;
    transform: translateX(-50%);
  }

  .hero h1 strong {
    padding-left: 0;
  }

  .hero__ribbon {
    margin-left: var(--hero-lockup-axis);
    transform: translateX(-50%) skewX(-8deg);
  }

  .bonus-panel,
  .hero__cta,
  .hero__micro-copy {
    margin-left: var(--hero-lockup-axis);
    transform: translateX(-50%);
  }

  .hero__micro-copy {
    width: max-content;
    max-width: calc(100vw - 28px);
  }
}

@media (min-width: 400px) and (max-width: 479px) {
  .hero__ribbon {
    margin-top: 22px;
    margin-bottom: 18px;
  }

  .bonus-panel {
    margin-bottom: 22px;
  }

  .hero__micro-copy {
    margin-top: 16px;
  }
}

@media (max-width: 374px) {
  :root {
    --frame: calc(100vw - 18px);
    --gap: 7px;
  }

  .hero {
    height: 296px;
  }

  .hero__copy {
    width: min(62vw, 214px);
    padding-top: 38px;
  }

  .eyebrow,
  .hero h1 {
    width: min(58vw, 188px);
    margin-left: 14px;
    text-align: center;
  }

  .eyebrow {
    margin-bottom: 3px;
    font-size: 10.2px;
  }

  .hero h1 span {
    font-size: 26px;
  }

  .hero h1 strong {
    padding-left: 0;
    font-size: 29px;
  }

  .hero__ribbon {
    min-height: 22px;
    max-width: min(54vw, 174px);
    margin: 12px 0 10px 22px;
    font-size: 10px;
  }

  .bonus-panel {
    width: min(58vw, 188px);
    min-height: 48px;
    grid-template-rows: 24px 14px;
    margin-left: 16px;
    margin-bottom: 12px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .bonus-panel span {
    font-size: 13.6px;
  }

  .bonus-panel strong {
    margin-right: 3px;
    margin-left: 3px;
    font-size: 29px;
  }

  .bonus-panel small {
    font-size: 12px;
  }

  .hero__cta {
    width: min(57vw, 184px);
    min-height: 36px;
    margin-left: 18px;
    padding: 0 12px;
    font-size: 15px;
  }

  .hero__micro-copy {
    max-width: calc(100% - 24px);
    margin-top: 11px;
    margin-left: 21px;
    padding: 0 6px;
    font-size: 7.8px;
  }

  .hero__micro-copy span {
    gap: 2px;
    padding: 0 4px;
  }

  .hero__micro-copy span::before {
    width: 8px;
    height: 8px;
  }

  .hero__topline {
    padding-right: 0;
  }

  .hero__topline strong {
    display: none;
  }

  .mobile-reason-strip {
    min-height: 88px;
    padding: 8px 3px 7px;
  }

  .mobile-reason-strip li {
    gap: 5px;
    padding: 0 1px;
  }

  .mobile-reason-strip svg {
    width: 26px;
    height: 26px;
    padding: 5px;
  }

  .mobile-reason-strip strong {
    font-size: 8px;
    line-height: 1;
    white-space: nowrap;
  }

  .mobile-reason-strip small {
    font-size: 7px;
    line-height: 1;
    white-space: nowrap;
  }

  .official-card--main {
    min-height: 148px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .official-card__logo {
    height: 54px;
    max-width: min(100%, 205px);
  }

  .official-card__offer {
    gap: 3px;
    min-height: 34px;
    padding-right: 5px;
    padding-left: 7px;
  }

  .official-card__offer span,
  .official-card__offer em {
    font-size: 10.5px;
  }

  .official-card__offer strong {
    font-size: 23.5px;
  }

  .official-card__offer .gold-button {
    flex: 0 0 76px;
    min-width: 76px;
    min-height: 28px;
    margin-left: 0;
    padding: 0 4px;
    font-size: 10px;
  }

  .mobile-platform-grid,
  .download-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 5px;
  }

  .platform-card,
  .download-card {
    border-radius: 8px;
  }

  .platform-card {
    grid-template-rows: 27px auto auto auto;
    min-height: 96px;
    padding: 5px 2px 4px;
  }

  .platform-card img {
    height: 26px;
  }

  .platform-card h3 {
    font-size: 8.5px;
    line-height: 1.05;
  }

  .platform-card p {
    min-height: 13px;
    margin: 2px 0 4px;
    padding: 0 3px;
    font-size: 7px;
  }

  .download-card {
    min-height: 96px;
    gap: 1px;
    padding: 4px 2px;
  }

  .mobile-platform-grid .platform-card:last-child,
  .download-grid .download-card:last-child {
    grid-column: auto;
    justify-self: stretch;
    width: auto;
  }

  .download-card img {
    height: 26px;
  }

  .download-card h3 {
    font-size: 8.5px;
    line-height: 1.05;
  }

  .corner-tag {
    --corner-tag-width: 18px;
    --corner-tag-height: 13px;
    --corner-tag-font: 8.5px;
    --corner-tag-lift: 2px;
    right: -4px;
  }

  .gold-button--small svg {
    display: none;
  }

  .gold-button--small {
    min-width: 44px;
    min-height: 17px;
    padding: 0 3px;
    font-size: 8px;
  }

  .store-button {
    width: min(100%, 54px);
    min-height: 17px;
    gap: 1px;
    font-size: 7px;
  }

  .store-button svg {
    width: 8px;
    height: 8px;
  }

  .promo-banner {
    min-height: 124px;
    padding: 14px 42px 33px;
    background-position: center 53%;
  }

  .promo-banner p {
    font-size: 12px;
  }

  .promo-banner h2 {
    margin-top: 1px;
    font-size: 15px;
  }

  .promo-banner h2 strong {
    font-size: 23px;
  }

  .promo-banner .red-button {
    min-width: 106px;
    min-height: 23px;
    font-size: 11px;
  }

  .bottom-cta {
    min-height: 68px;
    gap: 6px;
    padding: 8px 7px 8px 50px;
  }

  .bottom-cta::before {
    left: 13px;
    bottom: 10px;
    width: 35px;
    height: 39px;
  }

  .bottom-cta__trophy {
    left: 10px;
    width: 41px;
    height: 64px;
  }

  .bottom-cta__copy p {
    font-size: 8px;
  }

  .bottom-cta__copy h2 {
    font-size: 17.5px;
  }

  .bottom-cta__copy span {
    font-size: 8px;
  }

  .bottom-cta__button {
    gap: 6px;
    min-width: 100px;
    min-height: 40px;
    padding: 0 6px;
    font-size: 17px;
  }

  .bottom-cta__button svg {
    width: 19px;
    height: 19px;
  }

  .promo-banner {
    padding-right: 54px;
    padding-left: 54px;
  }

  .promo-banner p {
    font-size: 13px;
  }

  .promo-banner h2 {
    font-size: 17px;
  }

  .promo-banner h2 strong {
    font-size: 24px;
  }
}

@media (min-width: 2200px) and (min-height: 1320px) {
  :root {
    --frame: min(92vw, 2100px);
    --gap: clamp(12px, 1.1svh, 16px);
    --panel-radius: 18px;
  }

  .hero {
    min-height: clamp(490px, 39.6svh, 570px);
    padding: 26px 0 24px;
  }

  .hero__copy {
    width: 760px;
    margin-left: max(210px, calc((100vw - var(--frame)) / 2 + 220px));
  }

  .eyebrow {
    font-size: 34px;
  }

  .hero h1 span {
    font-size: 104px;
  }

  .hero h1 strong {
    font-size: 112px;
  }

  .hero__ribbon {
    min-height: 42px;
    font-size: 30px;
  }

  .bonus-panel {
    width: 650px;
    min-height: 112px;
    margin-bottom: 10px;
    padding: 8px 28px;
  }

  .bonus-panel span {
    font-size: 39px;
  }

  .bonus-panel strong {
    font-size: 96px;
  }

  .bonus-panel em,
  .bonus-panel small {
    font-size: 31px;
  }

  .hero__cta {
    width: 560px;
    min-height: 66px;
    font-size: 38px;
  }

  .hero__cta svg {
    width: 34px;
    height: 34px;
  }

  .reason-panel {
    top: 92px;
    width: 335px;
    padding: 22px;
  }

  .reason-panel h2 {
    margin-bottom: 15px;
    font-size: 28px;
  }

  .reason-panel ul {
    gap: 13px;
  }

  .reason-panel li {
    grid-template-columns: 54px 1fr;
    gap: 13px;
  }

  .reason-panel li > svg {
    width: 54px;
    height: 54px;
  }

  .reason-panel strong {
    font-size: 19px;
  }

  .reason-panel small {
    font-size: 13px;
  }

  .official-section {
    grid-template-rows: 38px minmax(0, 1fr);
    row-gap: 14px;
    height: clamp(248px, 21.25svh, 306px);
  }

  .section-title {
    min-height: 34px;
    font-size: 34px;
  }

  .section-title svg {
    width: 26px;
    height: 26px;
  }

  .official-grid {
    grid-template-columns: minmax(640px, 1.7fr) repeat(5, minmax(150px, 1fr));
    gap: 16px;
  }

  .official-card--main {
    grid-template-columns: minmax(0, 1fr) 210px;
    gap: 12px 18px;
    padding: 20px 18px 18px;
  }

  .official-card--main::after {
    right: 218px;
    width: 40px;
    height: 88px;
    font-size: 14px;
  }

  .official-card__logo {
    height: 78px;
    max-width: 310px;
  }

  .official-card__badges {
    gap: 8px;
  }

  .official-card__badges span {
    min-height: 28px;
    padding: 0 12px;
    font-size: 14px;
  }

  .official-card__copy {
    font-size: 16px;
  }

  .official-card__offer {
    gap: 5px;
    padding: 12px 10px;
  }

  .official-card__offer span,
  .official-card__offer em {
    font-size: 15px;
  }

  .official-card__offer strong {
    font-size: 50px;
  }

  .official-card__offer .gold-button {
    min-height: 32px;
    padding: 0 12px;
    font-size: 14px;
  }

  .platform-card {
    grid-template-rows: 68px auto auto auto;
    padding: 15px 12px 13px;
  }

  .platform-card img {
    height: 66px;
  }

  .platform-card h3 {
    margin-top: 8px;
    font-size: 22px;
  }

  .platform-card p {
    min-height: 24px;
    margin: 7px 0 9px;
    font-size: 14px;
  }

  .gold-button--small {
    min-height: 30px;
    padding: 0 12px;
    font-size: 14px;
  }

  .gold-button--small svg {
    width: 18px;
    height: 18px;
  }

  .app-section {
    grid-template-columns: minmax(880px, 0.95fr) minmax(720px, 0.85fr);
    gap: 16px;
    height: clamp(296px, 25.35svh, 365px);
    padding: 14px;
  }

  .download-panel {
    grid-template-rows: 44px minmax(0, 1fr);
    row-gap: 14px;
    padding-right: 14px;
  }

  .app-section .section-title {
    font-size: 34px;
  }

  .download-grid {
    gap: 14px;
    padding: 14px;
  }

  .download-card {
    grid-template-rows: 66px 30px 34px 34px;
    gap: 7px;
    padding: 14px 12px;
  }

  .download-card img {
    width: 136px;
    height: 62px;
  }

  .download-card--shibo img,
  .download-card--hth img {
    width: 126px;
    height: 56px;
  }

  .download-card h3 {
    font-size: 24px;
  }

  .store-button {
    width: min(100%, 128px);
    font-size: 15px;
  }

  .store-button svg {
    width: 18px;
    height: 18px;
  }

  .promo-banner {
    padding: 18px 40px 18px 215px;
  }

  .promo-banner p {
    font-size: 30px;
  }

  .promo-banner h2 {
    font-size: 42px;
  }

  .promo-banner h2 strong {
    font-size: 62px;
  }

  .promo-banner__copy > span {
    font-size: 18px;
  }

  .red-button {
    min-width: 190px;
    min-height: 48px;
    font-size: 19px;
  }

  .red-button svg {
    width: 24px;
    height: 24px;
  }

  .footer-band {
    grid-template-columns: minmax(820px, 0.92fr) minmax(700px, 0.88fr);
    gap: 16px;
    height: clamp(102px, 9svh, 128px);
    margin-top: clamp(10px, 1svh, 14px);
    padding: 10px 14px;
  }

  .trust-strip {
    padding: 12px 14px;
  }

  .trust-strip article {
    gap: 12px;
    padding: 0 13px;
  }

  .trust-strip svg {
    width: 38px;
    height: 38px;
  }

  .trust-strip strong {
    font-size: 17px;
  }

  .trust-strip small {
    font-size: 12px;
  }

  .bottom-cta {
    gap: 28px;
    padding: 12px 34px 12px 185px;
  }

  .bottom-cta::before {
    left: 44px;
    bottom: 10px;
    width: 112px;
    height: 84px;
  }

  .bottom-cta__copy p {
    font-size: 15px;
  }

  .bottom-cta__copy h2 {
    font-size: 48px;
  }

  .bottom-cta__copy span {
    font-size: 15px;
  }

  .bottom-cta__button {
    min-width: 285px;
    min-height: 72px;
    font-size: 42px;
  }

  .bottom-cta__button svg {
    width: 34px;
    height: 34px;
  }
}

@media (min-width: 1100px) {
  .official-grid[data-density] {
    grid-template-columns:
      minmax(clamp(500px, 30vw, 640px), 1.7fr)
      repeat(var(--adaptive-columns, 5), minmax(clamp(94px, 7vw, 150px), 1fr));
    grid-auto-flow: row;
    grid-auto-rows: minmax(0, 1fr);
  }

  .official-grid[data-density="empty"] {
    grid-template-columns: minmax(0, 1fr);
  }

  .official-grid[data-density="one"] {
    grid-template-columns: minmax(0, 1.45fr) minmax(230px, 0.72fr);
  }

  .official-grid[data-density="two"] {
    grid-template-columns: minmax(0, 1.34fr) repeat(2, minmax(180px, 0.7fr));
  }

  .official-grid[data-density="three"] {
    grid-template-columns: minmax(0, 1.48fr) repeat(3, minmax(145px, 0.64fr));
  }

  .official-grid[data-density="four"] {
    grid-template-columns: minmax(0, 1.58fr) repeat(4, minmax(120px, 0.58fr));
  }

  .official-section[data-platform-density="six"],
  .official-section[data-platform-density="many"] {
    height: clamp(260px, 32svh, 375px);
  }

  .official-grid[data-density="six"],
  .official-grid[data-density="many"] {
    row-gap: clamp(7px, 0.72svh, 12px);
  }

  .official-grid[data-density="six"] {
    grid-template-columns: minmax(clamp(430px, 28vw, 620px), 1.36fr) repeat(3, minmax(128px, 1fr));
  }

  .official-grid[data-density="many"] {
    grid-template-columns: minmax(clamp(420px, 26vw, 600px), 1.24fr) repeat(var(--adaptive-columns, 4), minmax(118px, 1fr));
  }

  .official-grid[data-density="six"] .official-card--main,
  .official-grid[data-density="many"] .official-card--main {
    grid-row: span 2;
  }

  .official-grid[data-density="one"] .platform-card,
  .official-grid[data-density="two"] .platform-card,
  .official-grid[data-density="three"] .platform-card {
    padding-right: clamp(12px, 1.05vw, 18px);
    padding-left: clamp(12px, 1.05vw, 18px);
  }

  .official-grid[data-density="one"] .platform-card img,
  .official-grid[data-density="two"] .platform-card img,
  .official-grid[data-density="three"] .platform-card img {
    height: clamp(44px, 5.3svh, 68px);
  }

  .official-grid[data-density="one"] .platform-card h3,
  .official-grid[data-density="two"] .platform-card h3,
  .official-grid[data-density="three"] .platform-card h3 {
    font-size: clamp(18px, 2.45svh, 24px);
  }

  .official-grid[data-density="six"] .platform-card,
  .official-grid[data-density="many"] .platform-card {
    grid-template-rows: clamp(30px, 3.55svh, 48px) auto auto auto;
    padding: clamp(6px, 0.78svh, 10px) 7px clamp(6px, 0.72svh, 10px);
  }

  .official-grid[data-density="six"] .platform-card img,
  .official-grid[data-density="many"] .platform-card img {
    height: clamp(30px, 3.55svh, 48px);
  }

  .official-grid[data-density="six"] .platform-card h3,
  .official-grid[data-density="many"] .platform-card h3 {
    font-size: clamp(13px, 1.72svh, 18px);
  }

  .official-grid[data-density="six"] .platform-card p,
  .official-grid[data-density="many"] .platform-card p {
    min-height: clamp(17px, 2svh, 21px);
    margin: clamp(3px, 0.42svh, 5px) 0 clamp(4px, 0.55svh, 6px);
    font-size: clamp(9px, 1.18svh, 11px);
  }

  .official-grid[data-density="six"] .gold-button--small,
  .official-grid[data-density="many"] .gold-button--small {
    min-height: clamp(21px, 2.55svh, 27px);
    padding: 0 8px;
    font-size: clamp(10px, 1.28svh, 12px);
  }

  .download-grid[data-density] {
    grid-template-columns: repeat(var(--adaptive-columns, 5), minmax(0, 1fr));
    grid-auto-flow: row;
    grid-auto-rows: minmax(0, 1fr);
    align-content: stretch;
  }

  .app-section[data-download-density="one"] {
    grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1.18fr);
  }

  .app-section[data-download-density="two"],
  .app-section[data-download-density="three"] {
    grid-template-columns: minmax(430px, 0.62fr) minmax(0, 1fr);
  }

  .app-section[data-download-density="six"],
  .app-section[data-download-density="many"] {
    height: clamp(260px, 32svh, 410px);
  }

  .download-grid[data-density="one"] .download-card,
  .download-grid[data-density="two"] .download-card,
  .download-grid[data-density="three"] .download-card {
    padding-right: clamp(10px, 0.9vw, 15px);
    padding-left: clamp(10px, 0.9vw, 15px);
  }

  .download-grid[data-density="one"] .download-card img,
  .download-grid[data-density="two"] .download-card img,
  .download-grid[data-density="three"] .download-card img {
    width: clamp(104px, 8.4vw, 146px);
  }

  .download-grid[data-density="one"] .download-card h3,
  .download-grid[data-density="two"] .download-card h3,
  .download-grid[data-density="three"] .download-card h3 {
    font-size: clamp(17px, 2.05svh, 24px);
  }

  .download-grid[data-density="six"] .download-card,
  .download-grid[data-density="many"] .download-card {
    grid-template-rows: clamp(28px, 3.25svh, 46px) clamp(17px, 1.9svh, 24px) clamp(19px, 2.15svh, 26px) clamp(19px, 2.15svh, 26px);
    gap: clamp(2px, 0.3svh, 4px);
    padding: clamp(4px, 0.55svh, 8px) 7px;
  }

  .download-grid[data-density="six"] .download-card img,
  .download-grid[data-density="many"] .download-card img {
    width: clamp(80px, 5.6vw, 116px);
    height: clamp(28px, 3.25svh, 46px);
  }

  .download-grid[data-density="six"] .download-card h3,
  .download-grid[data-density="many"] .download-card h3 {
    font-size: clamp(13px, 1.62svh, 19px);
  }

  .download-grid[data-density="six"] .store-button,
  .download-grid[data-density="many"] .store-button {
    width: min(100%, 104px);
    font-size: clamp(10px, 1.28svh, 12px);
  }
}

@media (max-width: 1099px) {
  .mobile-platform-section[data-platform-density="empty"],
  .download-panel[data-download-density="empty"] {
    display: none;
  }

  .mobile-platform-grid[data-density],
  .download-grid[data-density] {
    grid-template-columns: repeat(var(--adaptive-columns, 5), minmax(0, 1fr));
    grid-auto-flow: row;
    align-items: stretch;
    overflow: visible;
  }

  .mobile-platform-grid[data-density="one"] .platform-card,
  .download-grid[data-density="one"] .download-card {
    justify-self: center;
    width: min(100%, 420px);
  }

  .mobile-platform-grid[data-density="one"] .platform-card,
  .mobile-platform-grid[data-density="two"] .platform-card,
  .mobile-platform-grid[data-density="three"] .platform-card,
  .mobile-platform-grid[data-density="four"] .platform-card {
    min-height: clamp(122px, 21vw, 156px);
    padding: clamp(9px, 1.65vw, 13px) clamp(8px, 1.45vw, 12px);
  }

  .mobile-platform-grid[data-density="one"] .platform-card img,
  .mobile-platform-grid[data-density="two"] .platform-card img,
  .mobile-platform-grid[data-density="three"] .platform-card img,
  .mobile-platform-grid[data-density="four"] .platform-card img {
    height: clamp(38px, 7vw, 56px);
  }

  .mobile-platform-grid[data-density="one"] .platform-card h3,
  .mobile-platform-grid[data-density="two"] .platform-card h3,
  .mobile-platform-grid[data-density="three"] .platform-card h3,
  .mobile-platform-grid[data-density="four"] .platform-card h3 {
    font-size: clamp(14px, 3.45vw, 20px);
  }

  .mobile-platform-grid[data-density="one"] .platform-card p,
  .mobile-platform-grid[data-density="two"] .platform-card p,
  .mobile-platform-grid[data-density="three"] .platform-card p,
  .mobile-platform-grid[data-density="four"] .platform-card p {
    min-height: clamp(18px, 3.25vw, 24px);
    font-size: clamp(10px, 2.5vw, 14px);
  }

  .download-grid[data-density="one"] .download-card,
  .download-grid[data-density="two"] .download-card,
  .download-grid[data-density="three"] .download-card,
  .download-grid[data-density="four"] .download-card {
    min-height: clamp(126px, 22vw, 164px);
    padding: clamp(9px, 1.7vw, 13px) clamp(8px, 1.45vw, 12px);
  }

  .download-grid[data-density="one"] .download-card img,
  .download-grid[data-density="two"] .download-card img,
  .download-grid[data-density="three"] .download-card img,
  .download-grid[data-density="four"] .download-card img {
    height: clamp(38px, 7vw, 58px);
  }

  .download-grid[data-density="one"] .download-card h3,
  .download-grid[data-density="two"] .download-card h3,
  .download-grid[data-density="three"] .download-card h3,
  .download-grid[data-density="four"] .download-card h3 {
    font-size: clamp(14px, 3.45vw, 20px);
  }

  .download-grid[data-density="one"] .store-button,
  .download-grid[data-density="two"] .store-button,
  .download-grid[data-density="three"] .store-button,
  .download-grid[data-density="four"] .store-button {
    width: min(100%, 118px);
    min-height: clamp(23px, 4.3vw, 30px);
    font-size: clamp(10px, 2.45vw, 13px);
  }
}

@media (max-width: 599px) {
  .mobile-platform-grid[data-density="six"] .platform-card,
  .mobile-platform-grid[data-density="many"] .platform-card,
  .download-grid[data-density="six"] .download-card,
  .download-grid[data-density="many"] .download-card {
    min-height: 108px;
    padding: 6px 4px 5px;
  }

  .mobile-platform-grid[data-density="six"] .platform-card img,
  .mobile-platform-grid[data-density="many"] .platform-card img,
  .download-grid[data-density="six"] .download-card img,
  .download-grid[data-density="many"] .download-card img {
    height: 30px;
  }

  .mobile-platform-grid[data-density="six"] .platform-card h3,
  .mobile-platform-grid[data-density="many"] .platform-card h3,
  .download-grid[data-density="six"] .download-card h3,
  .download-grid[data-density="many"] .download-card h3 {
    font-size: clamp(9.5px, 2.9vw, 12px);
  }

  .mobile-platform-grid[data-density="six"] .platform-card p,
  .mobile-platform-grid[data-density="many"] .platform-card p {
    font-size: clamp(7.5px, 2.25vw, 9.5px);
  }

  .download-grid[data-density="six"] .store-button,
  .download-grid[data-density="many"] .store-button {
    width: min(100%, 70px);
    min-height: 19px;
    font-size: clamp(8px, 2.32vw, 9.5px);
  }
}

@media (max-width: 374px) {
  .mobile-platform-grid[data-density="one"] .platform-card,
  .mobile-platform-grid[data-density="two"] .platform-card,
  .mobile-platform-grid[data-density="three"] .platform-card,
  .mobile-platform-grid[data-density="four"] .platform-card,
  .download-grid[data-density="one"] .download-card,
  .download-grid[data-density="two"] .download-card,
  .download-grid[data-density="three"] .download-card,
  .download-grid[data-density="four"] .download-card {
    min-height: 118px;
  }

  .mobile-platform-grid[data-density="one"] .platform-card img,
  .mobile-platform-grid[data-density="two"] .platform-card img,
  .mobile-platform-grid[data-density="three"] .platform-card img,
  .mobile-platform-grid[data-density="four"] .platform-card img,
  .download-grid[data-density="one"] .download-card img,
  .download-grid[data-density="two"] .download-card img,
  .download-grid[data-density="three"] .download-card img,
  .download-grid[data-density="four"] .download-card img {
    height: 34px;
  }

  .mobile-platform-grid[data-density="one"] .platform-card h3,
  .mobile-platform-grid[data-density="two"] .platform-card h3,
  .mobile-platform-grid[data-density="three"] .platform-card h3,
  .mobile-platform-grid[data-density="four"] .platform-card h3,
  .download-grid[data-density="one"] .download-card h3,
  .download-grid[data-density="two"] .download-card h3,
  .download-grid[data-density="three"] .download-card h3,
  .download-grid[data-density="four"] .download-card h3 {
    font-size: 12px;
  }

  .mobile-platform-grid[data-density="one"] .gold-button--small,
  .mobile-platform-grid[data-density="two"] .gold-button--small,
  .mobile-platform-grid[data-density="three"] .gold-button--small,
  .mobile-platform-grid[data-density="four"] .gold-button--small,
  .download-grid[data-density="one"] .store-button,
  .download-grid[data-density="two"] .store-button,
  .download-grid[data-density="three"] .store-button,
  .download-grid[data-density="four"] .store-button {
    min-width: 62px;
    min-height: 22px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .js-ready .hero__copy {
    animation: hero-copy-in 520ms ease-out both;
  }

  .js-ready .panel,
  .js-ready .mobile-reason-strip,
  .js-ready .app-section,
  .js-ready .footer-band {
    animation: panel-rise 560ms ease-out both;
  }

  .js-ready .panel:nth-of-type(3),
  .js-ready .app-section {
    animation-delay: 70ms;
  }

  .js-ready .panel[data-observe]::after,
  .js-ready .app-section[data-observe]::after,
  .js-ready .footer-band[data-observe]::after {
    position: absolute;
    inset: 0;
    z-index: 2;
    content: "";
    pointer-events: none;
    border-radius: inherit;
    opacity: 0;
    background:
      linear-gradient(110deg, transparent 0 22%, rgba(255, 246, 188, 0.2) 39%, rgba(88, 185, 255, 0.12) 48%, transparent 64% 100%),
      radial-gradient(circle at 50% 0%, rgba(255, 224, 104, 0.16), transparent 36%);
    mix-blend-mode: screen;
    transform: translateX(-34%);
  }

  .js-ready .panel[data-observe].is-viewed:not(.is-view-settled)::after,
  .js-ready .app-section[data-observe].is-viewed:not(.is-view-settled)::after,
  .js-ready .footer-band[data-observe].is-viewed:not(.is-view-settled)::after {
    animation: section-view-sheen 620ms cubic-bezier(0.19, 1, 0.22, 1) both;
  }
}

@keyframes hero-copy-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes panel-rise {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes section-view-sheen {
  0% {
    opacity: 0;
    transform: translateX(-34%);
  }
  34% {
    opacity: 0.86;
  }
  100% {
    opacity: 0;
    transform: translateX(34%);
  }
}

@keyframes button-ripple {
  0% {
    opacity: 0.62;
    transform: translate(-50%, -50%) scale(0.18);
  }
  72% {
    opacity: 0.24;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}

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