/* Gravity Defied homepage — product-first, game-native visual system */
:root {
  --gd-black: #071009;
  --gd-black-soft: #101a13;
  --gd-green: #08751a;
  --gd-green-deep: #055d14;
  --gd-lime: #42e253;
  --gd-lime-soft: #baf6c1;
  --gd-white: #ffffff;
  --gd-surface: #f3f6f3;
  --gd-surface-strong: #e8eee9;
  --gd-text: #111813;
  --gd-muted: #566158;
  --gd-line: #cbd4cc;
  --gd-radius: 18px;
  --gd-width: 1600px;
}

html {
  background: var(--gd-white);
  scroll-behavior: smooth;
}

.homePage {
  background: var(--gd-white);
  color: var(--gd-text);
}

.homePage main {
  overflow: clip;
}

.skipLink {
  background: var(--gd-lime);
  color: var(--gd-black);
  font-size: 18px;
  font-weight: 700;
  left: 16px;
  min-height: 44px;
  padding: 11px 16px;
  position: fixed;
  top: 10px;
  transform: translateY(-160%);
  transition: transform 120ms ease;
  z-index: 100;
}

.skipLink:focus {
  transform: translateY(0);
}

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

.homePage .siteHeader {
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: var(--gd-line);
  min-height: 70px;
  padding-left: max(24px, calc((100vw - var(--gd-width)) / 2));
  padding-right: max(24px, calc((100vw - var(--gd-width)) / 2));
}

.homePage .brand {
  color: var(--gd-black);
  font-family: inherit;
  font-size: 22px;
  letter-spacing: -0.025em;
  min-height: 44px;
}

.homePage .brand b {
  color: var(--gd-green);
}

.homePage .brandMark {
  background: url("/assets/brand-bike.png") center / contain no-repeat;
  border: 0;
  border-radius: 7px;
  box-shadow: none;
  height: 28px;
  width: 28px;
}

.homePage .brandMark::after {
  display: none;
}

.homePage .nav {
  color: #263029;
  font-size: 16px;
  gap: clamp(12px, 1.25vw, 22px);
}

.homePage .nav a {
  align-items: center;
  display: inline-flex;
  min-height: 44px;
  padding-left: 6px;
  padding-right: 6px;
}

.homePage .nav a:hover {
  color: var(--gd-green);
}

.homePage .nav a[aria-current="page"]::after {
  background: var(--gd-green);
  bottom: 3px;
}

.homePage .headerTools {
  flex-wrap: nowrap;
  gap: 16px;
}

.homePage .languageSwitcher {
  border-left: 1px solid var(--gd-line);
  gap: 4px;
  padding-left: 14px;
}

.homePage .languageSwitcher a {
  align-items: center;
  border-radius: 999px;
  color: var(--gd-muted);
  display: inline-flex;
  font: 700 12px Arial, sans-serif;
  height: 44px;
  justify-content: center;
  transition: background-color 120ms ease, color 120ms ease;
  width: 44px;
}

.homePage .languageSwitcher a:hover,
.homePage .languageSwitcher a.isActive {
  background: var(--gd-black);
  color: var(--gd-white);
}

.headerPlayButton {
  align-items: center;
  background: var(--gd-green);
  border: 2px solid var(--gd-green);
  border-radius: 7px;
  color: var(--gd-white);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 17px;
  font-weight: 700;
  justify-content: center;
  min-height: 44px;
  padding: 7px 16px;
  transition: background-color 120ms ease, border-color 120ms ease, transform 120ms ease;
}

.headerPlayButton:hover {
  background: var(--gd-green-deep);
  border-color: var(--gd-green-deep);
  transform: translateY(-1px);
}

.homeHero {
  background:
    radial-gradient(circle at 76% 18%, rgba(66, 226, 83, 0.13), transparent 24%),
    var(--gd-black);
  color: var(--gd-white);
  display: block;
  gap: 0;
  isolation: isolate;
  margin: 0;
  max-width: none;
  min-height: min(810px, calc(100svh - 70px));
  overflow: hidden;
  padding: 0;
  position: relative;
}

.homeHero::before {
  background-image: radial-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 24px 24px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(90deg, transparent, #000 58%, transparent);
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
}

.heroTerrain {
  bottom: -80px;
  height: min(520px, 58%);
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.heroTerrain path {
  fill: none;
  vector-effect: non-scaling-stroke;
}

.heroTerrainGhost {
  opacity: 0.12;
  stroke: var(--gd-white);
  stroke-width: 3;
}

.heroTerrainMain {
  stroke: var(--gd-lime);
  stroke-width: 5;
}

.homeHeroInner {
  align-items: center;
  display: grid;
  gap: clamp(44px, 5vw, 92px);
  grid-template-columns: minmax(390px, 0.82fr) minmax(560px, 1.18fr);
  margin: 0 auto;
  max-width: var(--gd-width);
  min-height: inherit;
  padding: clamp(54px, 6.2vw, 102px) 24px clamp(70px, 7vw, 112px);
  position: relative;
}

.homeHeroCopy {
  max-width: 680px;
  position: relative;
  z-index: 2;
}

.heroStatus {
  align-items: center;
  color: var(--gd-lime);
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 0.075em;
}

.heroStatusDot {
  background: var(--gd-lime);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(66, 226, 83, 0.12);
  height: 9px;
  width: 9px;
}

.homeHero h1 {
  font-size: clamp(66px, 6.3vw, 112px);
  letter-spacing: -0.055em;
  line-height: 0.82;
  margin: 28px 0 0;
  max-width: 780px;
}

.homeHero h1 span,
.homeHero h1 em {
  display: block;
}

.homeHero h1 em {
  color: var(--gd-lime);
  font-style: normal;
}

.homeHeroLead {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(21px, 1.55vw, 27px);
  line-height: 1.3;
  margin-top: 30px;
  max-width: 650px;
}

.homePage .homeHeroActions {
  justify-content: flex-start;
  margin-top: 34px;
}

.homePage .homeHeroActions a {
  min-width: 188px;
}

.homePage .primaryButton,
.homePage .secondaryButton {
  border-radius: 7px;
  font-size: 20px;
  gap: 26px;
  min-height: 54px;
  padding: 11px 20px;
}

.homePage .primaryButton {
  background: var(--gd-green);
  border-color: var(--gd-green);
  color: var(--gd-white);
}

.homePage .primaryButton:hover {
  background: var(--gd-green-deep);
  border-color: var(--gd-green-deep);
  box-shadow: none;
}

.homePage .secondaryButton {
  background: transparent;
  border-color: var(--gd-black);
  color: var(--gd-black);
}

.homePage .secondaryButton:hover {
  box-shadow: none;
}

.homePage .heroSecondary {
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--gd-white);
}

.homePage .heroSecondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--gd-white);
}

.homePage .heroPrimary {
  background: var(--gd-lime);
  border-color: var(--gd-lime);
  color: var(--gd-black);
  justify-content: space-between;
}

.homePage .heroPrimary:hover {
  background: #65ed73;
  border-color: #65ed73;
}

.heroProof {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 22px;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.heroProof li {
  color: rgba(255, 255, 255, 0.66);
  font-size: 16px;
  position: relative;
}

.heroProof li:not(:first-child)::before {
  color: var(--gd-lime);
  content: "•";
  left: -14px;
  position: absolute;
}

.homeDemoCard {
  align-self: center;
  background: var(--gd-white);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 18px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42), 0 0 0 7px rgba(66, 226, 83, 0.09);
  min-width: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  transform: none;
  z-index: 2;
}

.homeDemoCard::after {
  border: 1px solid rgba(7, 16, 9, 0.14);
  border-radius: inherit;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.homeDemoHeader {
  align-items: center;
  background: var(--gd-surface);
  border-bottom: 1px solid var(--gd-line);
  color: var(--gd-black);
  display: grid;
  gap: 16px;
  grid-template-columns: auto 1fr auto;
  min-height: 62px;
  padding: 12px 16px;
}

.demoWindowDots {
  display: flex;
  gap: 6px;
}

.demoWindowDots i {
  background: #bdc6be;
  border-radius: 50%;
  height: 8px;
  width: 8px;
}

.demoWindowDots i:first-child {
  background: var(--gd-lime);
}

.demoRunLabel {
  align-items: center;
  display: flex;
  gap: 12px;
  min-width: 0;
}

.demoRunLabel strong {
  font-size: 15px;
  letter-spacing: 0.045em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.homeDemoHeader .liveBadge {
  background: var(--gd-black);
  border: 0;
  color: var(--gd-white);
  font-size: 12px;
  letter-spacing: 0.04em;
  padding: 7px 9px;
}

.homeDemoHeader .liveBadge i {
  background: var(--gd-lime);
}

.demoLeague {
  border: 1px solid var(--gd-black);
  border-radius: 5px;
  font: 700 12px Arial, sans-serif;
  padding: 6px 8px;
}

.homeDemoStage {
  aspect-ratio: 16 / 9;
  background: var(--gd-white);
  border: 0;
  overflow: hidden;
  position: relative;
}

.homeDemoStage::after {
  border: 1px solid rgba(7, 16, 9, 0.18);
  content: "";
  inset: 14px;
  pointer-events: none;
  position: absolute;
  z-index: 4;
}

.homeDemoStage iframe,
.homeDemoFallback {
  border: 0;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.homeDemoFrame {
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease;
}

.homeDemoFrame.isReady {
  opacity: 1;
}

.homeDemoFallback {
  color: var(--gd-green);
  display: block;
  overflow: hidden;
  padding: 14px;
}

.homeDemoFallback svg {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.demoFallbackHud {
  color: var(--gd-muted);
  display: grid;
  font: 700 clamp(12px, 1.1vw, 16px) Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  gap: 4px;
  left: 32px;
  position: absolute;
  top: 30px;
  z-index: 2;
}

.homeDemoFallback p {
  bottom: 27px;
  color: var(--gd-muted);
  font-size: 15px;
  left: 32px;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 3;
}

.demoGrid {
  stroke: rgba(7, 16, 9, 0.065);
  stroke-width: 1;
}

.demoTrack,
.demoTrackShadow {
  fill: none;
  stroke-linecap: round;
}

.demoTrack {
  stroke: var(--gd-green);
  stroke-width: 5;
}

.demoTrackShadow {
  opacity: 0.1;
  stroke: var(--gd-black);
  stroke-width: 12;
}

.demoFlag {
  fill: var(--gd-lime);
  stroke: var(--gd-black);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
}

.homeDemoMeta {
  align-items: center;
  background: var(--gd-black);
  color: var(--gd-white);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  min-height: 58px;
  padding: 12px 18px;
}

.homeDemoMeta p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  letter-spacing: 0.035em;
}

.homeDemoMeta strong {
  color: var(--gd-white);
  margin: 0 7px;
}

.homeDemoMeta a {
  align-items: center;
  color: var(--gd-lime);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 700;
  gap: 14px;
  min-height: 44px;
}

.homeStats {
  background: var(--gd-white);
  border-bottom: 1px solid var(--gd-line);
  color: var(--gd-black);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0 max(24px, calc((100vw - var(--gd-width)) / 2));
}

.homeStats article {
  align-items: center;
  border-left: 1px solid var(--gd-line);
  display: grid;
  gap: 2px 18px;
  grid-template-columns: auto 1fr;
  min-height: 116px;
  padding: 22px clamp(18px, 2vw, 34px);
}

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

.homeStats article > span {
  align-self: start;
  color: var(--gd-muted);
  font: 700 11px Arial, sans-serif;
  grid-column: 1 / -1;
  letter-spacing: 0.08em;
}

.homeStats strong {
  color: var(--gd-green);
  font-size: clamp(39px, 3.3vw, 56px);
  line-height: 0.9;
}

.homeStats p {
  color: var(--gd-muted);
  font-size: 17px;
  line-height: 1.05;
  max-width: 112px;
}

.homeStats .verifiedStat strong {
  color: var(--gd-black);
}

.homeStats .verifiedStat > span {
  color: var(--gd-green);
}

.homeSection {
  margin: 0 auto;
  max-width: var(--gd-width);
  padding: clamp(86px, 8vw, 132px) 24px;
}

.homeSectionHeading {
  align-items: end;
  display: grid;
  gap: clamp(36px, 7vw, 120px);
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.62fr);
  max-width: none;
}

.homePage .eyebrow {
  color: var(--gd-green);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.homeSectionHeading h2,
.homeDaily h2,
.homeStory h2,
.homeFaq h2,
.homeFinalCta h2 {
  color: var(--gd-black);
  font-size: clamp(48px, 5vw, 82px);
  letter-spacing: -0.045em;
  line-height: 0.9;
  margin: 12px 0 0;
}

.homeSectionHeading > p,
.homeDailyIntro > p,
.homeStoryCopy > p,
.homeFaqHeading > p,
.homeFinalCta p {
  color: var(--gd-muted);
  font-size: clamp(20px, 1.7vw, 26px);
  line-height: 1.34;
  margin: 0;
  max-width: 690px;
}

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

.homeModeCard {
  background: var(--gd-surface);
  border: 1px solid var(--gd-line);
  border-radius: var(--gd-radius);
  color: var(--gd-black);
  display: grid;
  grid-template-rows: auto 205px 1fr;
  min-height: 510px;
  overflow: hidden;
  padding: 0;
  transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.homeModeCard:hover {
  border-color: var(--gd-black);
  box-shadow: 0 18px 44px rgba(7, 16, 9, 0.12);
  transform: translateY(-5px);
}

.modeCardTop {
  align-items: center;
  border-bottom: 1px solid currentColor;
  display: flex;
  font: 700 12px Arial, sans-serif;
  justify-content: space-between;
  letter-spacing: 0.06em;
  min-height: 50px;
  opacity: 0.72;
  padding: 12px 20px;
}

.modeVisual {
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.modeVisual svg {
  bottom: 0;
  height: 75%;
  left: 0;
  position: absolute;
  width: 100%;
}

.modeVisual svg path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 5;
  vector-effect: non-scaling-stroke;
}

.modeBigNumber {
  color: var(--gd-lime);
  font-size: clamp(110px, 10vw, 168px);
  font-weight: 700;
  left: 20px;
  letter-spacing: -0.08em;
  line-height: 1;
  opacity: 0.95;
  position: absolute;
  top: 10px;
}

.modeCardCopy {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 26px;
}

.modeCardCopy h3 {
  color: inherit;
  font-size: clamp(31px, 2.4vw, 40px);
  grid-column: 1 / -1;
  line-height: 0.98;
  margin: 0;
}

.modeCardCopy p {
  color: inherit;
  font-size: 19px;
  grid-column: 1 / -1;
  line-height: 1.3;
  margin-top: 13px;
  opacity: 0.72;
}

.modeCardCopy > span {
  align-self: end;
  font-size: 17px;
  font-weight: 700;
  margin-top: 26px;
}

.modeCardCopy > b {
  align-self: end;
  font-size: 24px;
}

.modeClassic {
  background: var(--gd-black);
  border-color: var(--gd-black);
  color: var(--gd-white);
}

.modeClassic .modeVisual {
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 28px 28px;
}

.modeClassic .modeVisual svg {
  color: var(--gd-lime);
}

.modeDaily {
  background: var(--gd-lime);
  border-color: var(--gd-black);
}

.modeVisualDaily {
  background: rgba(255, 255, 255, 0.16);
}

.modeVisualDaily svg {
  color: var(--gd-black);
}

.dailyPulse {
  background: var(--gd-white);
  border: 2px solid var(--gd-black);
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.22);
  height: 15px;
  left: 44%;
  position: absolute;
  top: 55px;
  width: 15px;
}

.modeCustom {
  background: var(--gd-white);
}

.modeVisualCustom {
  align-items: center;
  background:
    radial-gradient(circle at center, rgba(8, 117, 26, 0.09), transparent 60%),
    var(--gd-surface);
  display: flex;
  justify-content: center;
}

.pack {
  align-items: center;
  background: var(--gd-white);
  border: 2px solid var(--gd-black);
  box-shadow: 6px 6px 0 var(--gd-black);
  color: var(--gd-green);
  display: flex;
  font: 700 24px Arial, sans-serif;
  height: 100px;
  justify-content: center;
  position: absolute;
  width: 122px;
}

.pack::before {
  background: repeating-linear-gradient(90deg, var(--gd-green) 0 7px, transparent 7px 12px);
  content: "";
  height: 7px;
  left: 9px;
  position: absolute;
  right: 9px;
  top: 10px;
}

.packOne {
  transform: translateX(-95px) rotate(-8deg);
}

.packTwo {
  background: var(--gd-lime);
  transform: translateY(-8px) rotate(1deg);
  z-index: 2;
}

.packThree {
  transform: translateX(95px) rotate(8deg);
}

.homeDaily {
  background: var(--gd-black);
  color: var(--gd-white);
  display: grid;
  gap: clamp(58px, 7vw, 128px);
  grid-template-columns: minmax(350px, 0.72fr) minmax(560px, 1.28fr);
  padding: clamp(88px, 8vw, 132px) max(24px, calc((100vw - var(--gd-width)) / 2));
}

.homeDailyIntro {
  align-self: center;
}

.homeDaily .eyebrow,
.homeDaily h2 {
  color: var(--gd-lime);
}

.homeDaily h2 {
  color: var(--gd-white);
}

.homeDailyIntro > p {
  color: rgba(255, 255, 255, 0.67);
  margin-top: 26px;
}

.homePage .homeDailyActions {
  align-items: center;
  justify-content: flex-start;
  margin-top: 34px;
}

.homeDaily .textLink {
  align-items: center;
  color: var(--gd-lime);
  display: inline-flex;
  font-size: 18px;
  font-weight: 700;
  min-height: 44px;
}

.homeDailyDashboard {
  min-width: 0;
}

.homeDailyVisual {
  background: var(--gd-white);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--gd-radius) var(--gd-radius) 0 0;
  box-shadow: none;
  color: var(--gd-black);
  overflow: hidden;
  padding: 18px;
  transform: none;
}

.homeDailyCanvasHeader,
.homeDailyLegend {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.05em;
  padding: 2px 4px 14px;
}

.homeDailyMedia {
  aspect-ratio: 2 / 1;
  background:
    linear-gradient(rgba(7, 16, 9, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 16, 9, 0.05) 1px, transparent 1px),
    var(--gd-white);
  background-size: 34px 34px;
  border: 1px solid var(--gd-line);
  overflow: hidden;
  position: relative;
}

.homeDailyVisual canvas,
.homeDailyReplayFrame {
  display: block;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.homeDailyReplayFrame {
  background: var(--gd-white);
  border: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease;
}

.homeDailyReplayFrame.isReady {
  opacity: 1;
}

.homeDailyLegend {
  color: var(--gd-muted);
  font-weight: 400;
  letter-spacing: 0;
  padding: 14px 4px 2px;
}

.homeDailyLegend span {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.homeDailyLegend i {
  background: var(--gd-green);
  display: inline-block;
  height: 3px;
  width: 28px;
}

.homeDailyScores {
  background: var(--gd-lime);
  border-radius: 0 0 var(--gd-radius) var(--gd-radius);
  color: var(--gd-black);
  margin: 0;
  padding: 20px 22px 22px;
}

.homeDailyScores > div {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.homeDailyScores .eyebrow {
  color: var(--gd-black);
}

.homeDailyScores .liveBadge {
  background: var(--gd-white);
  border: 1px solid var(--gd-black);
  font-size: 11px;
  padding: 5px 8px;
}

.homeDailyScores ol {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}

.homeDailyScores li {
  align-items: center;
  border-top: 1px solid rgba(7, 16, 9, 0.22);
  color: rgba(7, 16, 9, 0.72);
  display: flex;
  font-size: 18px;
  justify-content: space-between;
  min-height: 42px;
}

.homeDailyScores li::before {
  counter-increment: list-item;
  content: "0" counter(list-item);
  font: 700 11px Arial, sans-serif;
  margin-right: 12px;
}

.homeDailyScores .dailyPlayerLink {
  color: var(--gd-black);
  font-weight: 700;
  margin: 0 auto 0 0;
}

.homeDailyScores .dailyReplayLink {
  color: var(--gd-black);
  margin-left: 16px;
  text-decoration-color: rgba(7, 16, 9, 0.35);
  text-underline-offset: 4px;
}

.homeDailyScores .dailyReplayLink:hover {
  text-decoration-color: currentColor;
}

.homeDailyScores li strong {
  color: var(--gd-black);
  float: none;
}

.homeOnline {
  padding-bottom: clamp(82px, 7vw, 120px);
}

.homeFeatureRail {
  border-bottom: 1px solid var(--gd-line);
  border-top: 1px solid var(--gd-line);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 62px;
}

.homeFeatureRail article {
  border-left: 1px solid var(--gd-line);
  min-height: 300px;
  padding: 24px;
  position: relative;
}

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

.featureIcon {
  align-items: center;
  background: var(--gd-lime);
  border: 1px solid var(--gd-black);
  border-radius: 50%;
  color: var(--gd-black);
  display: flex;
  font-size: 23px;
  height: 48px;
  justify-content: center;
  margin-top: 32px;
  width: 48px;
}

.homeFeatureRail h3 {
  color: var(--gd-black);
  font-size: 28px;
  line-height: 1;
  margin: 28px 0 0;
}

.homeFeatureRail p {
  color: var(--gd-muted);
  font-size: 18px;
  line-height: 1.35;
  margin-top: 12px;
}

.homeStory {
  background: var(--gd-surface);
  border-bottom: 1px solid var(--gd-line);
  border-top: 1px solid var(--gd-line);
  display: grid;
  gap: clamp(54px, 8vw, 140px);
  grid-template-columns: minmax(0, 0.95fr) minmax(480px, 1.05fr);
  padding: clamp(88px, 8vw, 132px) max(24px, calc((100vw - var(--gd-width)) / 2));
}

.homeStoryCopy {
  max-width: 720px;
}

.homeStoryCopy > p {
  margin-top: 24px;
}

.homeStoryCopy .textLink {
  align-items: center;
  color: var(--gd-green);
  display: inline-flex;
  font-size: 19px;
  font-weight: 700;
  margin-top: 28px;
  min-height: 44px;
}

.homeStory .homeControls {
  align-self: center;
  background: var(--gd-black);
  border: 0;
  border-radius: var(--gd-radius);
  color: var(--gd-white);
  display: block;
  margin: 0;
  max-width: none;
  padding: clamp(30px, 4vw, 54px);
}

.controlHeader {
  display: grid;
  gap: 8px;
}

.controlHeader > span {
  color: var(--gd-lime);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.controlHeader strong {
  font-size: clamp(31px, 3vw, 46px);
  line-height: 0.98;
  max-width: 520px;
}

.homeStory .controlKeys {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(64px, 1fr));
  margin-top: 42px;
}

.homeStory .controlKeys > kbd {
  align-items: center;
  background: var(--gd-white);
  border: 1px solid var(--gd-white);
  border-radius: 7px;
  box-shadow: 0 6px 0 #839087;
  color: var(--gd-black);
  display: flex;
  flex-direction: column;
  font-size: clamp(23px, 2vw, 31px);
  height: 78px;
  justify-content: center;
  line-height: 1;
}

.homeStory .controlKeys > kbd > span {
  font-size: clamp(32px, 2.5vw, 42px);
  line-height: 0.8;
}

.homeStory .controlKeys small {
  color: var(--gd-muted);
  font-size: 11px;
  margin-top: 9px;
}

.mobileControl {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 18px;
  grid-template-columns: auto 1fr;
  margin-top: 38px;
  padding-top: 28px;
}

.mobileControl p {
  color: rgba(255, 255, 255, 0.67);
  font-size: 18px;
  line-height: 1.35;
}

.phoneIcon {
  border: 2px solid var(--gd-lime);
  border-radius: 8px;
  height: 50px;
  position: relative;
  transform: rotate(90deg);
  width: 30px;
}

.phoneIcon i {
  background: var(--gd-lime);
  border-radius: 50%;
  bottom: 3px;
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 3px;
}

.homeFaq {
  display: grid;
  gap: clamp(54px, 8vw, 140px);
  grid-template-columns: minmax(320px, 0.72fr) minmax(520px, 1.28fr);
  margin: 0 auto;
  max-width: var(--gd-width);
  padding: clamp(88px, 8vw, 132px) 24px;
}

.homeFaqHeading {
  align-self: start;
  position: sticky;
  top: 112px;
}

.homeFaqHeading > p {
  margin-top: 24px;
}

.homeFaqList {
  border-top: 1px solid var(--gd-black);
}

.homeFaqList details {
  border-bottom: 1px solid var(--gd-line);
}

.homeFaqList summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 700;
  justify-content: space-between;
  list-style: none;
  min-height: 92px;
  padding: 20px 62px 20px 0;
  position: relative;
}

.homeFaqList summary::-webkit-details-marker {
  display: none;
}

.homeFaqList summary::after {
  align-items: center;
  border: 1px solid var(--gd-black);
  border-radius: 50%;
  content: "+";
  display: flex;
  font: 400 25px Arial, sans-serif;
  height: 38px;
  justify-content: center;
  position: absolute;
  right: 0;
  transition: background-color 120ms ease, transform 120ms ease;
  width: 38px;
}

.homeFaqList details[open] summary::after {
  background: var(--gd-lime);
  transform: rotate(45deg);
}

.homeFaqList details p {
  color: var(--gd-muted);
  font-size: 19px;
  line-height: 1.45;
  max-width: 820px;
  padding: 0 70px 26px 0;
}

.homeFinalCta {
  align-items: center;
  background: var(--gd-lime);
  border: 0;
  border-radius: var(--gd-radius);
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 0 auto clamp(80px, 7vw, 118px);
  max-width: calc(var(--gd-width) - 48px);
  overflow: hidden;
  padding: clamp(40px, 5vw, 72px);
  position: relative;
}

.homeFinalCta > div:not(.finalCtaTerrain),
.homeFinalCta > .actions {
  position: relative;
  z-index: 2;
}

.homeFinalCta h2 {
  font-size: clamp(47px, 5vw, 78px);
  max-width: 900px;
}

.homeFinalCta p {
  color: rgba(7, 16, 9, 0.72);
  margin-top: 20px;
  max-width: 760px;
}

.homeFinalCta .actions {
  display: grid;
  flex: 0 0 auto;
  margin: 0;
  min-width: 210px;
}

.homeFinalCta .primaryButton {
  background: var(--gd-black);
  border-color: var(--gd-black);
}

.homeFinalCta .primaryButton:hover {
  background: #18221b;
  border-color: #18221b;
}

.finalCtaTerrain {
  bottom: -20px;
  left: 36%;
  opacity: 0.13;
  pointer-events: none;
  position: absolute;
  right: -30px;
  top: 0;
}

.finalCtaTerrain svg {
  height: 100%;
  width: 100%;
}

.finalCtaTerrain path {
  fill: none;
  stroke: var(--gd-black);
  stroke-width: 6;
  vector-effect: non-scaling-stroke;
}

.homePage .donatePanel {
  background: var(--gd-surface);
  border-bottom: 1px solid var(--gd-line);
  border-top: 1px solid var(--gd-line);
  margin: 0;
  max-width: none;
  padding: 30px max(24px, calc((100vw - var(--gd-width)) / 2));
}

.homePage .donatePanel h2 {
  color: var(--gd-black);
}

.homePage .donatePanel p {
  color: var(--gd-muted);
}

.mobileStickyPlay {
  display: none;
}

.homeFooter {
  align-items: center;
  background: var(--gd-black);
  border: 0;
  color: var(--gd-white);
  display: grid;
  gap: 10px 28px;
  grid-template-columns: minmax(250px, 1fr) auto auto;
  justify-content: normal;
  padding: 18px max(24px, calc((100vw - var(--gd-width)) / 2));
}

.homeFooter .footerDescription {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  margin: 0;
}

.homeFooter nav {
  gap: 0 18px;
}

.homeFooter nav a {
  align-items: center;
  display: inline-flex;
  min-height: 36px;
  padding: 8px 0;
}

.homeFooter a:hover {
  color: var(--gd-lime);
}

.footerMeta {
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
}

@media (max-width: 1280px) {
  .homePage .headerPlayButton {
    display: none;
  }

  .homeHeroInner {
    grid-template-columns: minmax(350px, 0.78fr) minmax(520px, 1.22fr);
  }

  .homeDemoHeader {
    gap: 10px;
  }

  .demoRunLabel strong {
    max-width: none;
  }

  .homeModeCard {
    grid-template-rows: auto 180px 1fr;
  }
}

@media (max-width: 1020px) {
  .homePage .siteHeader {
    padding-left: 18px;
    padding-right: 18px;
  }

  .homePage .nav {
    gap: 10px;
    font-size: 15px;
  }

  .homePage .languageSwitcher {
    padding-left: 8px;
  }

  .homeHero {
    min-height: auto;
  }

  .homeHeroInner {
    gap: 58px;
    grid-template-columns: 1fr;
    padding-bottom: 94px;
    padding-top: 72px;
  }

  .homeHeroCopy {
    max-width: 820px;
  }

  .homeHero h1 {
    font-size: clamp(72px, 10vw, 102px);
    max-width: 900px;
  }

  .homeHeroLead {
    max-width: 730px;
  }

  .homeDemoCard {
    max-width: 900px;
    width: 100%;
  }

  .heroTerrain {
    bottom: 30px;
    height: 440px;
  }

  .homeStats {
    padding: 0;
  }

  .homeSectionHeading,
  .homeDaily,
  .homeStory,
  .homeFaq {
    grid-template-columns: 1fr;
  }

  .homeSectionHeading {
    align-items: start;
    gap: 26px;
  }

  .homeSectionHeading > p {
    max-width: 820px;
  }

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

  .homeModeCard:last-child {
    grid-column: 1 / -1;
  }

  .modeCustom {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
  }

  .modeCustom .modeCardTop {
    grid-column: 1 / -1;
  }

  .modeCustom .modeVisual {
    min-height: 230px;
  }

  .homeDaily {
    gap: 58px;
  }

  .homeDailyIntro {
    max-width: 820px;
  }

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

  .homeFeatureRail article:nth-child(3),
  .homeFeatureRail article:nth-child(4) {
    border-top: 1px solid var(--gd-line);
  }

  .homeFeatureRail article:nth-child(2),
  .homeFeatureRail article:nth-child(4) {
    border-right: 1px solid var(--gd-line);
  }

  .homeStoryCopy {
    max-width: 850px;
  }

  .homeStory .homeControls {
    max-width: 760px;
  }

  .homeFaqHeading {
    max-width: 820px;
    position: static;
  }

  .homeFaqList {
    max-width: 980px;
  }

  .homeFinalCta {
    border-radius: 0;
    margin-left: 24px;
    margin-right: 24px;
  }

  .homeFooter {
    align-items: center;
    gap: 8px 20px;
    grid-template-columns: minmax(200px, 1fr) auto;
  }

  .homeFooter .footerMeta {
    grid-column: 1 / -1;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .homePage.isNavOpen {
    overflow: hidden;
  }

  .homePage .siteHeader.hasMobileNav {
    align-items: center;
    flex-direction: row;
    gap: 12px;
    min-height: 66px;
    padding: 9px 18px;
  }

  .homePage .siteHeader .brand {
    margin-right: auto;
    min-width: 0;
  }

  .homePage .mobileNavToggle {
    display: inline-flex;
  }

  .homePage .siteHeader.hasMobileNav .headerTools {
    align-items: stretch;
    background: var(--gd-white);
    border-bottom: 1px solid var(--gd-black);
    border-top: 1px solid var(--gd-line);
    box-shadow: 0 18px 32px rgba(7, 16, 9, 0.18);
    display: none;
    gap: 16px;
    left: 0;
    max-height: calc(100svh - 66px);
    overflow-y: auto;
    padding: 18px;
    position: absolute;
    right: 0;
    top: 100%;
  }

  .homePage .siteHeader.hasMobileNav.isNavOpen .headerTools {
    display: flex;
  }

  .homePage .siteHeader.hasMobileNav .nav {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .homePage .siteHeader.hasMobileNav .nav a {
    border-bottom: 1px solid var(--gd-line);
    display: flex;
    font-size: 21px;
    min-height: 48px;
    padding: 10px 2px;
  }

  .homePage .siteHeader.hasMobileNav .nav a[aria-current="page"]::after {
    bottom: 0;
    width: 36px;
  }

  .homePage .siteHeader.hasMobileNav .languageSwitcher {
    border: 0;
    gap: 10px;
    padding: 0;
  }

  .homePage .siteHeader.hasMobileNav .languageSwitcher a {
    border: 1px solid var(--gd-line);
    height: 46px;
    width: 46px;
  }

  .homePage .siteHeader.hasMobileNav .headerPlayButton {
    display: inline-flex;
    width: 100%;
  }
}

@media (max-width: 760px) {
  .homePage {
    padding-bottom: calc(64px + env(safe-area-inset-bottom));
  }

  .mobileStickyPlay {
    align-items: center;
    background: var(--gd-lime);
    border: 2px solid var(--gd-black);
    border-radius: 9px;
    bottom: max(9px, env(safe-area-inset-bottom));
    box-shadow: 0 8px 24px rgba(7, 16, 9, 0.26);
    color: var(--gd-black);
    display: flex;
    font-size: 17px;
    font-weight: 700;
    gap: 12px;
    justify-content: center;
    left: auto;
    max-width: calc(100vw - 28px);
    min-height: 48px;
    min-width: 112px;
    padding: 9px 16px;
    position: fixed;
    right: max(14px, env(safe-area-inset-right));
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 20px));
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms;
    visibility: hidden;
    z-index: 50;
  }

  .mobileStickyPlay.isVisible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .homePage.isNavOpen .mobileStickyPlay {
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 20px));
    visibility: hidden;
  }

  .homePage .siteHeader.hasMobileNav {
    min-height: 64px;
    padding: 8px 14px;
  }

  .homePage .siteHeader .brand {
    font-size: 19px;
  }

  .homePage .mobileNavToggle {
    background: var(--gd-white);
    border-color: var(--gd-black);
    height: 44px;
    width: 44px;
  }

  .homePage .siteHeader.hasMobileNav .headerTools {
    border-bottom: 1px solid var(--gd-black);
    max-height: calc(100svh - 64px);
    overflow-y: auto;
    padding: 14px 18px calc(20px + env(safe-area-inset-bottom));
  }

  .homePage .siteHeader.hasMobileNav .nav a {
    color: var(--gd-black);
    font-size: 21px;
  }

  .homePage .siteHeader.hasMobileNav .languageSwitcher {
    border: 0;
    padding: 0;
  }

  .homePage .siteHeader.hasMobileNav .languageSwitcher a {
    border: 1px solid var(--gd-line);
    height: 44px;
    width: 44px;
  }

  .homePage .siteHeader.hasMobileNav .headerPlayButton {
    display: inline-flex;
    width: 100%;
  }

  .homeHeroInner {
    gap: 42px;
    padding: 48px 16px 70px;
  }

  .heroStatus {
    font-size: 12px;
  }

  .homeHero h1 {
    font-size: clamp(55px, 16.2vw, 74px);
    line-height: 0.84;
    margin-top: 22px;
  }

  .homeHeroLead {
    font-size: 20px;
    line-height: 1.32;
    margin-top: 24px;
  }

  .homePage .homeHeroActions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .homePage .homeHeroActions a {
    min-width: 0;
    width: 100%;
  }

  .heroProof {
    gap: 8px 18px;
    margin-top: 18px;
  }

  .heroProof li {
    font-size: 14px;
  }

  .heroProof li:not(:first-child)::before {
    left: -11px;
  }

  .homeDemoCard {
    border-radius: 12px;
  }

  .homeDemoHeader {
    grid-template-columns: 1fr auto;
    min-height: 54px;
    padding: 9px 11px;
  }

  .demoWindowDots {
    display: none;
  }

  .demoRunLabel {
    gap: 8px;
  }

  .demoRunLabel strong {
    font-size: 12px;
    max-width: none;
  }

  .homeDemoHeader .liveBadge {
    display: none;
  }

  .demoLeague {
    font-size: 10px;
  }

  .homeDemoStage::after {
    inset: 7px;
  }

  .demoFallbackHud {
    left: 18px;
    top: 17px;
  }

  .homeDemoFallback p {
    bottom: 14px;
    font-size: 12px;
    left: 18px;
  }

  .homeDemoMeta {
    min-height: 51px;
    padding: 10px 12px;
  }

  .homeDemoMeta p {
    font-size: 12px;
  }

  .homeDemoMeta a {
    font-size: 13px;
  }

  .homeDemoMeta a b {
    display: none;
  }

  .heroTerrain {
    bottom: 10px;
    height: 300px;
  }

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

  .homeStats article,
  .homeStats article:last-child {
    border-bottom: 1px solid var(--gd-line);
    border-left: 1px solid var(--gd-line);
    border-right: 0;
    min-height: 92px;
    padding: 14px 16px;
  }

  .homeStats strong {
    font-size: 37px;
  }

  .homeStats p {
    font-size: 14px;
  }

  .homeSection {
    padding: 68px 16px;
  }

  .homeSectionHeading h2,
  .homeDaily h2,
  .homeStory h2,
  .homeFaq h2,
  .homeFinalCta h2 {
    font-size: clamp(43px, 12vw, 56px);
  }

  .homeSectionHeading > p,
  .homeDailyIntro > p,
  .homeStoryCopy > p,
  .homeFaqHeading > p,
  .homeFinalCta p {
    font-size: 19px;
  }

  .homeModeGrid {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .homeModeCard,
  .homeModeCard:last-child,
  .modeCustom {
    grid-column: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto 130px 1fr;
    min-height: 360px;
  }

  .modeCustom .modeCardTop {
    grid-column: auto;
  }

  .modeCustom .modeVisual {
    min-height: 0;
  }

  .modeBigNumber {
    font-size: 116px;
    top: 0;
  }

  .modeCardCopy {
    padding: 21px;
  }

  .modeCardCopy h3 {
    font-size: 31px;
  }

  .modeCardCopy p {
    font-size: 17px;
  }

  .pack {
    height: 82px;
    width: 98px;
  }

  .packOne {
    transform: translateX(-74px) rotate(-8deg);
  }

  .packThree {
    transform: translateX(74px) rotate(8deg);
  }

  .homeDaily {
    gap: 46px;
    padding: 68px 16px;
  }

  .homePage .homeDailyActions {
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr;
  }

  .homeDaily .textLink {
    min-height: 44px;
    padding: 10px 0;
  }

  .homeDailyVisual {
    border-radius: 12px 12px 0 0;
    padding: 9px;
  }

  .homeDailyCanvasHeader,
  .homeDailyLegend {
    font-size: 11px;
  }

  .homeDailyScores {
    border-radius: 0 0 12px 12px;
    padding: 17px 14px;
  }

  .homeDailyScores li {
    font-size: 16px;
  }

  .homeFeatureRail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 36px;
  }

  .homeFeatureRail article,
  .homeFeatureRail article:nth-child(3),
  .homeFeatureRail article:nth-child(4),
  .homeFeatureRail article:last-child {
    border-bottom: 1px solid var(--gd-line);
    border-left: 1px solid var(--gd-line);
    border-right: 0;
    border-top: 0;
    min-height: 250px;
    padding: 18px;
  }

  .homeFeatureRail article:nth-child(2),
  .homeFeatureRail article:nth-child(4) {
    border-right: 1px solid var(--gd-line);
  }

  .featureIcon {
    height: 42px;
    margin-top: 22px;
    width: 42px;
  }

  .homeFeatureRail h3 {
    font-size: 23px;
    margin-top: 22px;
  }

  .homeFeatureRail p {
    font-size: 16px;
  }

  .homeStory {
    gap: 44px;
    padding: 68px 16px;
  }

  .homeStory .homeControls {
    border-radius: 12px;
    padding: 26px 18px 30px;
  }

  .controlHeader strong {
    font-size: 30px;
  }

  .homeStory .controlKeys {
    display: none;
  }

  .homeStory .controlHeader {
    display: none;
  }

  .mobileControl {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }

  .mobileControl p {
    font-size: 16px;
  }

  .homeFaq {
    gap: 38px;
    padding: 68px 16px;
  }

  .homeFaqList summary {
    font-size: 21px;
    min-height: 76px;
    padding-right: 48px;
  }

  .homeFaqList summary::after {
    height: 34px;
    width: 34px;
  }

  .homeFaqList details p {
    font-size: 17px;
    padding: 0 48px 22px 0;
  }

  .homeFinalCta {
    gap: 30px;
    grid-template-columns: 1fr;
    margin: 0 16px 68px;
    padding: 34px 22px;
  }

  .homeFinalCta .actions {
    display: grid;
    grid-template-columns: 1fr;
    min-width: 0;
    width: 100%;
  }

  .homePage .donatePanel {
    padding: 26px 16px;
  }

  .homeFooter {
    gap: 10px;
    grid-template-columns: 1fr;
    padding: 20px 18px calc(20px + env(safe-area-inset-bottom));
  }

  .homeFooter nav {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0 16px;
    justify-content: flex-start;
    width: 100%;
  }

  .homeFooter nav a {
    border-bottom: 0;
    min-height: 36px;
    padding: 8px 0;
  }

  .homeFooter .footerMeta {
    grid-column: auto;
  }
}

@media (max-width: 430px) {
  .homePage .siteHeader .brand {
    font-size: 18px;
  }

  .homePage .brandMark {
    height: 25px;
    width: 25px;
  }

  .homeHero h1 {
    font-size: clamp(50px, 15.5vw, 65px);
  }

  .heroProof li:last-child {
    display: none;
  }

  .demoRunLabel strong {
    max-width: 175px;
  }

  .homeDemoMeta p > span:first-child {
    display: none;
  }

  .homeStats article {
    gap: 2px 10px;
  }

  .homeStory .controlKeys {
    grid-template-columns: repeat(4, minmax(54px, 1fr));
  }
}

@media (max-width: 350px) {
  .homeFeatureRail {
    grid-template-columns: 1fr;
  }

  .homeFeatureRail article,
  .homeFeatureRail article:nth-child(2),
  .homeFeatureRail article:nth-child(3),
  .homeFeatureRail article:nth-child(4) {
    border-left: 1px solid var(--gd-line);
    border-right: 1px solid var(--gd-line);
    min-height: 200px;
  }
}

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

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

/* Product UI v3: readable type, restrained color, game-native artwork. */
:root {
  --gd-black: #08110c;
  --gd-black-soft: #111b15;
  --gd-green: #16783a;
  --gd-green-deep: #0f6230;
  --gd-lime: #55bd78;
  --gd-lime-soft: #e5f3e9;
  --gd-surface: #f6f8f6;
  --gd-surface-strong: #edf2ee;
  --gd-text: #131a15;
  --gd-muted: #59635c;
  --gd-line: #d7ded9;
  --gd-radius: 14px;
}

.homePage {
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.homePage .brand {
  font-family: inherit;
  font-size: 20px;
  font-weight: 750;
  gap: 0;
  letter-spacing: -0.02em;
}

.homePage .brandMark {
  background: #fff url("/assets/gd.png") center / contain no-repeat;
  border-radius: 0;
  flex-basis: 112px;
  height: 80px;
  width: 112px;
}

.homePage .nav {
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
}

.homePage .nav a.authAvatar {
  border-radius: 50%;
  flex: 0 0 40px;
  height: 40px;
  min-height: 40px;
  padding: 0;
  width: 40px;
}

.homePage .languageSwitcher a {
  font-family: inherit;
  height: 40px;
  width: 40px;
}

.headerPlayButton {
  border-radius: 9px;
  font-size: 15px;
  font-weight: 700;
  padding-inline: 15px;
}

.homeHero {
  background:
    radial-gradient(circle at 76% 18%, rgba(85, 189, 120, 0.08), transparent 25%),
    var(--gd-black);
}

.heroTerrainMain {
  stroke: var(--gd-lime);
  stroke-width: 4;
}

.heroStatus {
  color: #83c99a;
  font-size: 13px;
  letter-spacing: 0.045em;
}

.heroStatusDot {
  background: #83c99a;
  box-shadow: 0 0 0 5px rgba(131, 201, 154, 0.11);
}

.homeHero h1 {
  font-size: clamp(52px, 4.85vw, 80px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.homeHero h1 em {
  color: #71c98d;
}

.homeHeroLead {
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(19px, 1.35vw, 23px);
  line-height: 1.45;
}

.homePage .heroPrimary {
  background: var(--gd-green);
  border-color: var(--gd-green);
  color: var(--gd-white);
}

.homePage .heroPrimary:hover {
  background: var(--gd-green-deep);
  border-color: var(--gd-green-deep);
}

.homeDemoCard {
  box-shadow: 9px 9px 0 rgba(85, 189, 120, 0.7);
}

.demoBikeSprite {
  image-rendering: pixelated;
}

.homeStats article {
  gap: 16px;
  grid-template-columns: auto minmax(0, 1fr);
}

.homeStats strong {
  color: var(--gd-green);
  font-size: clamp(38px, 3vw, 50px);
  font-weight: 800;
  line-height: 1;
}

.homeStats p {
  color: #4d5850;
  font-size: 16px;
  line-height: 1.25;
  max-width: 150px;
}

.homeStats .verifiedStat svg {
  fill: none;
  height: 42px;
  stroke: var(--gd-green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 42px;
}

.homeSectionHeading h2,
.homeDaily h2,
.homeStory h2,
.homeFaq h2,
.homeFinalCta h2 {
  font-size: clamp(44px, 4.35vw, 70px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.homeSectionHeading > p,
.homeDailyIntro > p,
.homeStoryCopy > p,
.homeFaqHeading > p,
.homeFinalCta p {
  font-size: clamp(18px, 1.4vw, 22px);
  line-height: 1.5;
}

.modeCardTop {
  font-family: inherit;
  justify-content: flex-start;
  letter-spacing: 0.035em;
  opacity: 0.78;
}

.modeVisualClassic svg {
  bottom: -8px;
  height: 40%;
}

.modeBigNumber {
  color: #76cc91;
  font-size: clamp(92px, 7vw, 118px);
  left: 24px;
  letter-spacing: -0.055em;
  top: 18px;
}

.modeDaily {
  background: var(--gd-lime-soft);
  border-color: var(--gd-line);
}

.modeVisualDaily {
  background: rgba(22, 120, 58, 0.035);
}

.modeVisualDaily svg {
  color: var(--gd-green);
}

.dailyPulse {
  background: var(--gd-white);
  border-color: var(--gd-green);
  box-shadow: 0 0 0 8px rgba(22, 120, 58, 0.1);
}

.modeCardCopy h3 {
  font-size: clamp(28px, 2.2vw, 36px);
  line-height: 1.08;
}

.modeCardCopy p {
  font-size: 17px;
  line-height: 1.45;
}

.homeDaily .eyebrow {
  color: #83c99a;
}

.homeDailyIntro > p {
  color: rgba(255, 255, 255, 0.65);
}

.homeDaily .textLink {
  color: #91d5a6;
}

.homeDailyScores {
  background: var(--gd-lime-soft);
}

.homeDailyScores .liveBadge {
  border-color: var(--gd-green);
}

.homeFeatureRail article {
  min-height: 280px;
  padding: 30px;
}

.featureIcon {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--gd-green);
  height: 42px;
  justify-content: flex-start;
  margin-top: 0;
  width: 42px;
}

.featureIcon svg {
  fill: none;
  height: 36px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 36px;
}

.homeFeatureRail h3 {
  font-size: 26px;
  line-height: 1.15;
  margin-top: 24px;
}

.homeFeatureRail p {
  font-size: 17px;
  line-height: 1.5;
}

.homeFaqList details[open] summary::after {
  background: var(--gd-lime-soft);
}

.homeFinalCta {
  background: var(--gd-lime-soft);
  border: 1px solid var(--gd-line);
}

.homeFinalCta p {
  color: var(--gd-muted);
}

.mobileStickyPlay {
  background: var(--gd-green);
  border-color: var(--gd-green-deep);
  color: var(--gd-white);
}

.homePage .mobileNavToggle {
  border-color: var(--gd-line);
  border-radius: 10px;
  flex-basis: 44px;
}

.homePage .mobileNavToggle span {
  left: 11px;
  width: 20px;
}

@media (max-width: 760px) {
  .homePage .siteHeader .brand {
    font-size: 17px;
  }

  .homePage .brandMark {
    flex-basis: 90px;
    height: 64px;
    width: 90px;
  }

  .homeHero h1 {
    font-size: clamp(46px, 13vw, 61px);
    line-height: 1;
  }

  .homeHeroLead {
    font-size: 18px;
    line-height: 1.48;
  }

  .homeStats article,
  .homeStats article:last-child {
    min-height: 88px;
    padding: 16px;
  }

  .homeStats strong {
    font-size: 34px;
  }

  .homeStats p {
    font-size: 14px;
  }

  .homeStats .verifiedStat svg {
    height: 34px;
    width: 34px;
  }

  .homeSectionHeading h2,
  .homeDaily h2,
  .homeStory h2,
  .homeFaq h2,
  .homeFinalCta h2 {
    font-size: clamp(36px, 10.5vw, 47px);
    line-height: 1.06;
  }

  .homeSectionHeading > p,
  .homeDailyIntro > p,
  .homeStoryCopy > p,
  .homeFaqHeading > p,
  .homeFinalCta p {
    font-size: 17px;
  }

  .modeBigNumber {
    font-size: 82px;
    top: 14px;
  }

  .modeVisualClassic svg {
    height: 36%;
  }

  .homeFeatureRail article,
  .homeFeatureRail article:nth-child(3),
  .homeFeatureRail article:nth-child(4),
  .homeFeatureRail article:last-child {
    min-height: 220px;
    padding: 22px;
  }

  .featureIcon {
    height: 36px;
    margin-top: 0;
    width: 36px;
  }

  .featureIcon svg {
    height: 32px;
    width: 32px;
  }

  .homeFeatureRail h3 {
    margin-top: 18px;
  }
}

@media (max-width: 430px) {
  .homePage .brandMark {
    flex-basis: 86px;
    height: 61px;
    width: 86px;
  }
}

@media (min-width: 761px) {
  .homeHero h1 > span {
    white-space: nowrap;
  }
}
