@import url("/assets/styles.css?v=hero-contrast-1");

html {
  scroll-padding-top: 78px;
  scroll-snap-type: none;
}

.home-deck {
  background:
    linear-gradient(115deg, rgba(155, 227, 58, 0.12), transparent 30%),
    linear-gradient(245deg, rgba(36, 104, 232, 0.1), transparent 34%),
    linear-gradient(180deg, #fffaf0 0%, #f5efe2 42%, #edf4e3 100%);
}

.home-deck > .hero {
  min-height: clamp(560px, calc(100svh - 68px), 760px);
}

.home-deck > .trust-strip,
.home-deck > .section {
  min-height: 0;
  scroll-snap-align: none;
}

.home-deck > .trust-strip,
.home-deck > .section {
  display: grid;
  align-items: center;
  padding: clamp(26px, 4.4vw, 56px) 0;
}

.home-deck > .section > .section-inner,
.home-deck > .trust-strip > .section-inner {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  padding: clamp(12px, 2.4vw, 30px) 0;
  background: transparent;
  box-shadow: none;
}

.home-deck > .section > .section-inner::before,
.home-deck > .trust-strip > .section-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(155, 227, 58, 0.14), transparent 34%),
    linear-gradient(135deg, transparent 66%, rgba(36, 104, 232, 0.08));
  pointer-events: none;
}

.home-deck > .section > .section-inner > *,
.home-deck > .trust-strip > .section-inner > * {
  position: relative;
  z-index: 1;
}

.hero {
  position: relative;
  display: grid;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}

.hero-media,
.hero-shade,
.hero-inner {
  grid-area: 1 / 1;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% center;
  filter: saturate(1.08) contrast(1.04);
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(100deg, rgba(12, 13, 15, 0.96) 0%, rgba(12, 13, 15, 0.84) 38%, rgba(12, 13, 15, 0.18) 72%),
    linear-gradient(135deg, rgba(255, 90, 61, 0.32), transparent 38%),
    linear-gradient(180deg, rgba(12, 13, 15, 0.08), rgba(12, 13, 15, 0.68));
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 8px;
  background: linear-gradient(90deg, var(--lime), var(--coral), var(--blue), var(--yellow));
}

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

.hero-inner {
  position: relative;
  display: grid;
  align-items: center;
  min-height: inherit;
  padding: clamp(46px, 6vw, 78px) 0 66px;
}

.hero-copy {
  max-width: 670px;
}

.hero .eyebrow,
.story-section .eyebrow,
.cta-band .eyebrow {
  color: var(--lime);
}

.hero h1 {
  max-width: 720px;
  color: #fff;
  font-size: clamp(3.75rem, 7.4vw, 5.85rem);
  line-height: 0.98;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.36);
  text-wrap: balance;
}

.hero-lead {
  max-width: 650px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 1.7vw, 1.2rem);
  font-weight: 650;
  line-height: 1.58;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.32);
}

.hero-buttons {
  margin-top: 28px;
}

.hero .button-game {
  border-color: rgba(24, 24, 23, 0.92);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 44%),
    linear-gradient(135deg, #202024 0%, #101113 100%);
  color: #fff;
  box-shadow:
    0 18px 34px rgba(24, 24, 23, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

.hero .button-ghost {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  max-width: 700px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.hero-facts li {
  position: relative;
  overflow: hidden;
  min-height: 70px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 13px 14px;
  background: rgba(14, 15, 17, 0.54);
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.18),
    0 1px 0 rgba(255, 255, 255, 0.14) inset;
  backdrop-filter: blur(14px);
}

.hero-facts li::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--lime);
}

.hero-facts li:nth-child(2)::before {
  background: var(--blue);
}

.hero-facts li:nth-child(3)::before {
  background: var(--coral);
}

.hero-facts strong,
.hero-facts span {
  display: block;
}

.hero-facts strong {
  margin-bottom: 5px;
  color: #fff;
  font-size: 0.8rem;
}

.hero-facts span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  font-weight: 650;
}

.trust-strip {
  position: relative;
  z-index: 2;
  padding: 14px 0 0;
  background:
    linear-gradient(180deg, #111315 0%, #fffaf0 18%, #fffaf0 100%);
}

.official-start-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(22px, 3vw, 40px);
  align-items: center;
}

.official-start-copy {
  max-width: 610px;
}

.official-start-copy h2,
.official-start-copy h3 {
  margin-top: 16px;
  font-size: clamp(2.45rem, 4.4vw, 4.6rem);
}

.official-start-copy p:not(.eyebrow) {
  margin-top: 20px;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  font-weight: 650;
  line-height: 1.56;
}

.trust-card-grid {
  display: grid;
  grid-template-columns: minmax(230px, 0.86fr) repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.trust-strip-copy {
  display: grid;
  grid-row: span 2;
  align-content: center;
  min-height: 100%;
  border-radius: 8px;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(155, 227, 58, 0.16), transparent 52%),
    linear-gradient(135deg, #1e2122 0%, #111313 100%);
  color: #fff;
  box-shadow: 0 18px 38px rgba(24, 24, 23, 0.16);
}

.trust-strip-copy .eyebrow {
  color: var(--lime);
}

.trust-strip-copy .trust-detail-label {
  font-size: 0.9rem;
  line-height: 1.2;
  text-transform: none;
}

.trust-strip-copy h2,
.trust-strip-copy h3 {
  max-width: 420px;
  font-size: clamp(1.35rem, 1.7vw, 2rem);
}

.trust-strip-copy p:not(.eyebrow) {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
  font-weight: 620;
  line-height: 1.42;
}

.trust-age-pill {
  justify-self: start;
  margin-top: 16px;
  border: 1px solid rgba(255, 210, 63, 0.34);
  border-radius: 8px;
  padding: 8px 10px;
  background: rgba(255, 210, 63, 0.1);
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
  text-align: left;
}

.trust-strip a {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 8px;
  min-height: 136px;
  border: 1px solid rgba(24, 24, 23, 0.08);
  border-radius: 8px;
  padding: 16px;
  background: #fffaf0;
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(24, 24, 23, 0.05);
}

.trust-card-icon {
  overflow: hidden;
  display: grid;
  place-items: center;
  justify-self: center;
  width: clamp(46px, 4.4vw, 58px);
  height: clamp(46px, 4.4vw, 58px);
  border: 1px solid rgba(24, 24, 23, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow:
    0 12px 20px rgba(24, 24, 23, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.76) inset;
}

.trust-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.14);
}

.trust-card-icon-operator img {
  object-position: center 20%;
  transform: scale(1.35);
}

.trust-strip a:nth-of-type(4) .trust-card-icon img {
  transform: scale(1.18);
}

.trust-strip a:nth-of-type(1),
.trust-strip a:nth-of-type(4) {
  background: #f2f7df;
}

.trust-strip a:nth-of-type(2),
.trust-strip a:nth-of-type(5) {
  background: #edf2ff;
}

.trust-strip a:nth-of-type(3) {
  background: #fff0e9;
}

.trust-strip span {
  color: var(--blue);
  font-size: 0.8rem;
  font-weight: 880;
  letter-spacing: 0.02em;
  line-height: 1.12;
  text-transform: uppercase;
  text-align: center;
}

.trust-strip strong {
  display: grid;
  place-items: center;
  align-self: stretch;
  color: var(--ink);
  font-size: clamp(1rem, 1vw, 1.12rem);
  font-weight: 840;
  line-height: 1.18;
  text-align: center;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.trust-strip .trust-domain {
  font-size: clamp(0.92rem, 0.92vw, 1.04rem);
  line-height: 1.2;
  overflow-wrap: normal;
  word-break: keep-all;
}

.intro-band {
  padding-top: 36px;
  padding-bottom: 38px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(155, 227, 58, 0.12), transparent 34%),
    #fffaf0;
}

.intro-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.intro-kicker span {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(24, 24, 23, 0.12);
  border-radius: 8px;
  padding: 8px 11px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.28)),
    #f2f7df;
  color: #174b32;
  box-shadow: 0 12px 24px rgba(24, 24, 23, 0.08);
}

.intro-kicker span:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.28)),
    #edf2ff;
  color: var(--blue);
}

.intro-kicker span:nth-child(3) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.28)),
    #fff0e9;
  color: #c43c30;
}

.intro-kicker span::after {
  content: "";
  position: absolute;
  inset: -60% auto -60% -42%;
  width: 40%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  animation: intro-chip-sheen 4.8s ease-in-out infinite;
  pointer-events: none;
}

.intro-kicker span:nth-child(2)::after {
  animation-delay: 0.8s;
}

.intro-kicker span:nth-child(3)::after {
  animation-delay: 1.6s;
}

@keyframes intro-chip-sheen {
  0%,
  58% {
    transform: translateX(0) rotate(18deg);
    opacity: 0;
  }

  68% {
    opacity: 1;
  }

  100% {
    transform: translateX(410%) rotate(18deg);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .intro-kicker span::after {
    animation: none;
  }
}

.intro-grid,
.download-grid,
.story-grid,
.trust-grid,
.responsible-grid,
.faq-grid,
.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 38px;
  align-items: center;
}

.intro-grid p,
.section-title p,
.download-grid p,
.story-copy p,
.trust-grid p,
.responsible-grid p {
  color: var(--muted);
  font-weight: 580;
}

.section-title {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 0.82fr);
  gap: 28px;
  align-items: center;
  margin-bottom: 26px;
}

.section-title h3,
.download-grid h3,
.story-copy h3,
.trust-grid h3,
.responsible-grid h3,
.faq-grid > div > h3 {
  font-size: clamp(1.82rem, 3.4vw, 2.75rem);
  line-height: 1.05;
}

.feature-stage {
  position: relative;
  height: clamp(360px, 44svh, 460px);
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(24, 24, 23, 0.16);
  border-radius: 8px;
  background: #181817;
  box-shadow:
    0 24px 58px rgba(24, 24, 23, 0.2),
    0 1px 0 rgba(255, 255, 255, 0.24) inset;
}

.feature-stage > img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.06) contrast(1.03);
}

.feature-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 18%, rgba(24, 24, 23, 0.72)),
    linear-gradient(90deg, rgba(255, 250, 240, 0.08), transparent 62%);
  pointer-events: none;
}

.feature-overlay {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.feature-overlay article,
.fact-stack article,
.responsible-cards article,
.faq-list details,
.store-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: var(--shadow);
}

.feature-overlay article {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  align-items: start;
  gap: 17px;
  min-height: 148px;
  padding: 16px;
  border-color: rgba(255, 255, 255, 0.78);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 240, 0.9)),
    #ffffff;
  box-shadow:
    0 16px 30px rgba(24, 24, 23, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.5) inset;
  backdrop-filter: none;
}

.feature-overlay article:first-child {
  border-color: rgba(255, 90, 61, 0.5);
}

.feature-mark,
.feature-card-copy {
  min-width: 0;
}

.feature-card-copy {
  display: flex;
  flex-direction: column;
  align-self: center;
}

.feature-mark {
  position: relative;
  display: block;
  overflow: hidden;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(24, 24, 23, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.16) 48%, rgba(24, 24, 23, 0.04)),
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.9), transparent 32%),
    linear-gradient(135deg, rgba(255, 90, 61, 0.13), rgba(36, 104, 232, 0.11)),
    #fff6e8;
  box-shadow:
    0 18px 34px rgba(24, 24, 23, 0.16),
    0 0 0 1px rgba(255, 255, 255, 0.74) inset,
    0 -12px 22px rgba(24, 24, 23, 0.05) inset;
}

.feature-mark-image {
  width: 78px;
  height: 78px;
  overflow: visible;
  border: 0;
  border-radius: 20px;
  background: transparent;
  box-shadow: none;
}

.feature-mark-image::before,
.feature-mark-image::after {
  display: none;
}

.feature-mark-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 14px 16px rgba(24, 24, 23, 0.16));
}

.feature-mark::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), transparent 52%);
  pointer-events: none;
}

.feature-mark::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 7px;
  left: 8px;
  z-index: 0;
  height: 9px;
  border-radius: 999px;
  background: rgba(24, 24, 23, 0.12);
  filter: blur(6px);
  opacity: 0.7;
}

.feature-mark i {
  position: absolute;
  display: block;
  z-index: 2;
  width: 22px;
  height: 30px;
  border: 1px solid rgba(24, 24, 23, 0.14);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 240, 0.88)),
    #fff;
  box-shadow:
    0 9px 16px rgba(24, 24, 23, 0.14),
    0 0 0 1px rgba(255, 255, 255, 0.64) inset;
}

.feature-mark i::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  background: rgba(24, 24, 23, 0.18);
}

.feature-mark i:nth-child(1) {
  top: 19px;
  left: 11px;
  transform: rotate(-12deg);
}

.feature-mark i:nth-child(2) {
  top: 14px;
  left: 18px;
  z-index: 1;
}

.feature-mark i:nth-child(3) {
  top: 19px;
  right: 11px;
  transform: rotate(12deg);
}

.mark-cards {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 42%),
    linear-gradient(135deg, #202024 0%, #101113 100%);
}

.mark-cards i:nth-child(1) {
  background:
    linear-gradient(180deg, #f6f9ff, #dce8ff);
}

.mark-cards i:nth-child(1)::after {
  border-radius: 50%;
  background: var(--blue);
}

.mark-cards i:nth-child(2) {
  background:
    linear-gradient(180deg, #fff7ef, #ffe5dc);
}

.mark-cards i:nth-child(2)::after {
  width: 0;
  height: 0;
  border-right: 7px solid transparent;
  border-bottom: 12px solid var(--coral);
  border-left: 7px solid transparent;
  background: transparent;
}

.mark-cards i:nth-child(3) {
  background:
    linear-gradient(180deg, #fffceb, #fff0a8);
}

.mark-cards i:nth-child(3)::after {
  clip-path: polygon(50% 0, 62% 35%, 100% 35%, 70% 57%, 82% 100%, 50% 74%, 18% 100%, 30% 57%, 0 35%, 38% 35%);
  background: #d8a900;
}

.mark-rounds {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), transparent 42%),
    radial-gradient(circle at 74% 26%, rgba(255, 210, 63, 0.72) 0 7px, transparent 8px),
    linear-gradient(135deg, #edf2ff, #fffaf0);
}

.mark-rounds::after {
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 0;
  height: 34px;
  border: 1px solid rgba(36, 104, 232, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(90deg, transparent 48%, rgba(36, 104, 232, 0.14) 49% 51%, transparent 52%),
    linear-gradient(0deg, transparent 48%, rgba(36, 104, 232, 0.14) 49% 51%, transparent 52%),
    rgba(255, 255, 255, 0.46);
  filter: none;
  opacity: 1;
}

.mark-rounds i {
  width: 15px;
  height: 15px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.9) 0 2px, transparent 3px),
    var(--blue);
  box-shadow: 0 8px 14px rgba(24, 24, 23, 0.16);
}

.mark-rounds i::after,
.mark-sports i::after {
  display: none;
}

.mark-rounds i:nth-child(1) {
  top: 22px;
  left: 15px;
}

.mark-rounds i:nth-child(2) {
  top: 17px;
  left: 31px;
  background: var(--coral);
}

.mark-rounds i:nth-child(3) {
  top: 34px;
  left: 25px;
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.9) 0 2px, transparent 3px),
    var(--green-2);
}

.mark-sports {
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 25%, rgba(255, 255, 255, 0.92) 0 5px, transparent 6px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent 42%),
    linear-gradient(135deg, #0b4c33, #0f7b47);
  box-shadow:
    0 18px 34px rgba(14, 59, 44, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.18) inset,
    0 -14px 22px rgba(0, 0, 0, 0.18) inset;
}

.mark-sports::before {
  content: "";
  position: absolute;
  inset: 13px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 5px;
}

.mark-sports::after {
  content: "";
  position: absolute;
  top: 13px;
  bottom: 13px;
  left: 50%;
  z-index: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.46);
  background: transparent;
  filter: none;
  opacity: 1;
}

.mark-sports i {
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.22);
}

.mark-sports i:nth-child(1) {
  top: 15px;
  right: 14px;
  left: auto;
  transform: none;
}

.mark-sports i:nth-child(2),
.mark-sports i:nth-child(3) {
  display: none;
}

.feature-kicker,
.fact-stack span {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 880;
  text-transform: uppercase;
}

.feature-overlay strong {
  display: block;
  margin-top: 2px;
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.24;
}

.feature-overlay p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 620;
  line-height: 1.38;
}

.download-section,
.responsible-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(36, 104, 232, 0.08), transparent 42%),
    linear-gradient(90deg, rgba(255, 210, 63, 0.12), transparent 72%),
    #f6f1df;
}

.store-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: center;
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(155, 227, 58, 0.12), transparent 52%),
    #ffffff;
}

.store-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 5px solid var(--lime);
  pointer-events: none;
}

.store-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 84px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffaf0;
  padding: 14px;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.store-badge:hover {
  border-color: rgba(36, 104, 232, 0.22);
  background: #ffffff;
  transform: translateY(-1px);
}

.store-badge img {
  width: min(214px, 100%);
  height: auto;
}

.store-action {
  grid-column: 1 / -1;
}

.story-section {
  background:
    linear-gradient(135deg, rgba(36, 104, 232, 0.22), transparent 38%),
    linear-gradient(90deg, rgba(255, 90, 61, 0.18), transparent 68%),
    linear-gradient(135deg, #202024 0%, #181817 58%, #101113 100%);
  color: #fff;
}

.story-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.small-note {
  margin-top: 16px;
  font-size: 0.9rem;
}

.video-frame {
  margin: 0;
}

.video-frame video {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px 8px 0 0;
  box-shadow:
    0 22px 46px rgba(0, 0, 0, 0.26),
    0 1px 0 rgba(255, 255, 255, 0.16) inset;
}

.trust-section,
.faq-section,
.contact-cta {
  background: #fffaf0;
}

.fact-stack {
  display: grid;
  gap: 12px;
}

.fact-stack article,
.responsible-cards article {
  position: relative;
  overflow: hidden;
  padding: 18px;
}

.fact-stack article::before,
.responsible-cards article::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--lime);
}

.fact-stack article:nth-child(2)::before,
.responsible-cards article:nth-child(2)::before {
  background: var(--blue);
}

.fact-stack article:nth-child(3)::before,
.responsible-cards article:nth-child(3)::before {
  background: var(--coral);
}

.responsible-cards article:nth-child(4)::before {
  background: var(--yellow);
}

.fact-stack strong {
  display: block;
  font-size: 1rem;
}

.fact-stack p {
  margin-top: 5px;
  font-size: 0.9rem;
}

.responsible-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.responsible-cards article {
  min-height: 132px;
}

.responsible-card-icon {
  display: block;
  width: 58px;
  height: 58px;
  margin-bottom: 12px;
}

.responsible-card-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 10px 12px rgba(24, 24, 23, 0.13));
}

.responsible-cards strong {
  display: block;
  margin-bottom: 9px;
  font-size: 1rem;
}

.responsible-cards p {
  font-size: 0.93rem;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  overflow: hidden;
  padding: 0;
  transition: border-color 160ms ease, background 160ms ease;
}

.faq-list details[open] {
  border-color: rgba(36, 104, 232, 0.24);
  background:
    linear-gradient(135deg, rgba(36, 104, 232, 0.06), transparent 48%),
    rgba(255, 255, 255, 0.96);
}

.faq-list summary {
  cursor: pointer;
  padding: 17px 19px;
  font-weight: 820;
}

.faq-list p {
  padding: 0 19px 19px;
  color: var(--muted);
  font-weight: 580;
}

.faq-contact-card {
  display: grid;
  gap: 12px;
  max-width: 420px;
  margin-top: 24px;
  border: 1px solid rgba(24, 24, 23, 0.12);
  border-radius: 8px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(155, 227, 58, 0.14), transparent 48%),
    linear-gradient(135deg, #202024 0%, #111313 100%);
  color: #fff;
  box-shadow: 0 18px 40px rgba(24, 24, 23, 0.16);
}

.faq-contact-card .eyebrow {
  color: var(--lime);
}

.faq-contact-card h3 {
  color: #fff;
  font-size: 1.35rem;
}

.faq-contact-card p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  font-weight: 620;
  line-height: 1.42;
}

.faq-contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.faq-contact-links a {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.82rem;
  font-weight: 820;
  line-height: 1;
  text-decoration: none;
}

.faq-contact-links a:hover {
  border-color: rgba(185, 255, 99, 0.38);
  color: #fff;
}

.faq-contact-card .button {
  justify-self: start;
}

.contact-cta {
  padding: 42px 0 58px;
}

.cta-band {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 30px;
  background:
    linear-gradient(90deg, rgba(155, 227, 58, 0.18), transparent 46%),
    linear-gradient(135deg, #181817 0%, #2468e8 100%);
  color: #fff;
  box-shadow: var(--shadow-strong);
}

.cta-band h2 {
  font-size: 2.2rem;
}

.cta-band .button {
  justify-self: end;
}

.home-deck > .story-section > .section-inner {
  border-color: rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(135deg, rgba(36, 104, 232, 0.22), transparent 38%),
    linear-gradient(90deg, rgba(255, 90, 61, 0.16), transparent 68%),
    linear-gradient(135deg, #202024 0%, #181817 58%, #101113 100%);
  color: #fff;
}

.home-deck > .story-section > .section-inner::before,
.home-deck > .contact-cta > .cta-band::before {
  background:
    radial-gradient(circle at 18% 18%, rgba(155, 227, 58, 0.16), transparent 24%),
    linear-gradient(135deg, transparent 62%, rgba(255, 210, 63, 0.12));
}

.home-deck > .contact-cta > .cta-band {
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(90deg, rgba(155, 227, 58, 0.18), transparent 46%),
    linear-gradient(135deg, #181817 0%, #2468e8 100%);
  color: #fff;
}

.home-deck > .download-section > .section-inner {
  background:
    linear-gradient(135deg, rgba(36, 104, 232, 0.1), transparent 42%),
    linear-gradient(90deg, rgba(255, 210, 63, 0.14), transparent 72%),
    #fffaf0;
}

.home-deck > .responsible-section > .section-inner {
  background:
    linear-gradient(135deg, rgba(155, 227, 58, 0.12), transparent 38%),
    linear-gradient(90deg, rgba(36, 104, 232, 0.08), transparent 68%),
    #fbf6ea;
}

@media (max-width: 1100px) {
  .official-start-grid {
    grid-template-columns: 1fr;
  }

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

  .trust-strip-copy {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 220px;
  }

  .trust-strip a:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 58px;
  }

  html,
  body {
    overflow-x: hidden;
  }

  .home-deck > .hero,
  .home-deck > .trust-strip,
  .home-deck > .section {
    min-height: calc(100svh - 54px);
    padding: 16px 0;
  }

  .home-deck > .section > .section-inner,
  .home-deck > .trust-strip > .section-inner {
    padding: 18px;
  }

  .hero {
    min-height: calc(100svh - 62px);
    color: #fff;
    background: #101113;
  }

  .hero-media img {
    object-position: 70% center;
    filter: saturate(1.05) contrast(1.08) brightness(0.78);
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(12, 14, 16, 0.9) 0%, rgba(12, 14, 16, 0.78) 56%, rgba(12, 14, 16, 0.72) 100%),
      linear-gradient(135deg, rgba(255, 90, 61, 0.16), transparent 48%);
  }

  .hero-inner,
  .section-inner {
    width: calc(100vw - 28px);
    max-width: 1220px;
  }

  .hero h1 {
    color: #fff;
    font-size: clamp(2.78rem, 13vw, 3.5rem);
    text-shadow: 0 4px 22px rgba(0, 0, 0, 0.46);
  }

  .hero-copy,
  .hero-lead {
    width: 100%;
    max-width: 100%;
  }

  .hero .eyebrow {
    color: #9be33a;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
  }

  .hero-lead {
    color: rgba(255, 255, 255, 0.88);
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.38);
  }

  .hero-buttons .button {
    width: 100%;
  }

  .trust-card-grid {
    gap: 8px;
  }

  .trust-strip-copy {
    min-height: 0;
    padding: 15px;
  }

  .trust-strip-copy h2,
  .trust-strip-copy h3 {
    font-size: 1.34rem;
  }

  .trust-strip-copy p:not(.eyebrow) {
    font-size: 0.84rem;
    line-height: 1.34;
  }

  .trust-strip a {
    min-height: 82px;
    padding: 11px;
  }

  .trust-strip span {
    font-size: 0.72rem;
  }

  .trust-strip strong {
    font-size: 0.86rem;
  }

  .trust-strip .trust-domain {
    font-size: clamp(0.76rem, 3.7vw, 0.84rem);
    line-height: 1.22;
  }

  .official-start-copy h2,
  .official-start-copy h3 {
    margin-top: 14px;
    font-size: clamp(1.92rem, 9vw, 2.42rem);
  }

  .official-start-copy p:not(.eyebrow) {
    margin-top: 12px;
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .intro-band {
    border-bottom: 0;
  }

  .intro-kicker {
    gap: 7px;
  }

  .intro-kicker span {
    min-height: 32px;
    padding: 7px 9px;
    font-size: 0.72rem;
  }

  .section-title {
    gap: 12px;
    margin-bottom: 24px;
  }

  .hero-facts,
  .intro-grid,
  .download-grid,
  .story-grid,
  .trust-grid,
  .official-start-grid,
  .responsible-grid,
  .faq-grid,
  .section-title,
  .feature-overlay,
  .responsible-cards,
  .store-panel,
  .site-footer .footer-inner,
  .cta-band {
    grid-template-columns: 1fr;
  }

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

  .feature-stage,
  .feature-stage > img {
    min-height: 0;
  }

  .feature-stage {
    height: auto;
    min-height: clamp(610px, 82svh, 720px);
    padding: 14px 12px 12px;
  }

  .feature-stage > img {
    position: absolute;
    inset: 0;
    height: 100%;
  }

  .feature-overlay {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    gap: 14px;
  }

  .feature-overlay article {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 14px;
    min-height: 148px;
    padding: 16px 15px;
  }

  .feature-card-copy {
    align-self: center;
  }

  .feature-mark {
    width: 54px;
    height: 54px;
  }

  .feature-mark-image {
    width: 62px;
    height: 62px;
  }

  .feature-mark-image img {
    filter: drop-shadow(0 10px 12px rgba(24, 24, 23, 0.14));
  }

  .feature-mark i {
    width: 20px;
    height: 27px;
  }

  .feature-mark i:nth-child(1) {
    top: 17px;
    left: 10px;
  }

  .feature-mark i:nth-child(2) {
    top: 13px;
    left: 17px;
  }

  .feature-mark i:nth-child(3) {
    top: 17px;
    right: 10px;
  }

  .mark-rounds::after {
    right: 8px;
    bottom: 8px;
    left: 8px;
    height: 29px;
  }

  .mark-rounds i {
    width: 13px;
    height: 13px;
  }

  .mark-rounds i:nth-child(1) {
    top: 19px;
    left: 12px;
  }

  .mark-rounds i:nth-child(2) {
    top: 15px;
    left: 27px;
  }

  .mark-rounds i:nth-child(3) {
    top: 30px;
    left: 22px;
  }

  .mark-sports::before {
    inset: 11px;
  }

  .mark-sports::after {
    top: 11px;
    bottom: 11px;
  }

  .mark-sports i:nth-child(1) {
    top: 12px;
    right: 12px;
  }

  .feature-overlay strong {
    margin-top: 2px;
    font-size: 0.94rem;
    line-height: 1.26;
  }

  .feature-overlay p {
    margin-top: 10px;
    font-size: 0.78rem;
    line-height: 1.42;
  }

  .store-panel,
  .fact-stack,
  .responsible-cards,
  .faq-list {
    gap: 9px;
  }

  .fact-stack article,
  .responsible-cards article {
    min-height: 0;
    padding: 12px;
  }

  .responsible-grid {
    gap: 18px;
  }

  .responsible-cards p {
    font-size: 0.82rem;
    line-height: 1.32;
  }

  .store-action,
  .trust-strip a:last-child,
  .footer-brand,
  .footer-links {
    grid-column: auto;
  }

  .cta-band .button {
    justify-self: stretch;
  }

  .site-footer .brand {
    min-width: 0;
  }

  .footer-brand {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
