:root {
  color-scheme: dark;
  --bg: #06111d;
  --bg-soft: rgba(9, 27, 45, 0.72);
  --bg-card: rgba(9, 30, 49, 0.78);
  --line: rgba(116, 199, 255, 0.18);
  --line-strong: rgba(255, 162, 92, 0.42);
  --text: #f7fbff;
  --text-dim: #cad8e8;
  --text-muted: #83a2c0;
  --sun: #ffb35d;
  --coral: #ff874c;
  --sea: #76d9ff;
  --blue-core: #3ca8ff;
  --blue-deep: #0c427e;
  --orange-core: #ff9f49;
  --orange-deep: #a84918;
  --shadow: 0 24px 80px rgba(2, 8, 19, 0.46);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 999px;
  --font-display: "Segoe UI Variable Display", "Trebuchet MS", "Gill Sans", sans-serif;
  --font-body: "Segoe UI Variable Text", "Lucida Sans", "Trebuchet MS", sans-serif;
  --spot-x: 50%;
  --spot-y: 18%;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: var(--font-body);
  color: var(--text);
  background:
    radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(118, 217, 255, 0.13), transparent 18%),
    radial-gradient(circle at 14% 8%, rgba(60, 168, 255, 0.22), transparent 26%),
    radial-gradient(circle at 90% 14%, rgba(255, 159, 73, 0.24), transparent 24%),
    linear-gradient(135deg, #03101b 0%, #071725 42%, #08111b 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(88, 166, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 166, 255, 0.055) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), transparent);
  animation: grid-drift 18s linear infinite;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 25%, rgba(255, 143, 61, 0.12), transparent 18%),
    radial-gradient(circle at 80% 20%, rgba(89, 182, 255, 0.12), transparent 18%),
    radial-gradient(circle at 60% 80%, rgba(255, 185, 104, 0.09), transparent 20%);
  filter: blur(18px);
}

.page-shell {
  position: relative;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 48px;
}

.ambient,
.beam {
  position: fixed;
  pointer-events: none;
  z-index: 0;
}

.ambient {
  width: 32vw;
  height: 32vw;
  border-radius: 50%;
  filter: blur(24px);
  opacity: 0.62;
}

.ambient-one {
  top: 4%;
  left: -6%;
  background: radial-gradient(circle, rgba(255, 145, 58, 0.34), transparent 66%);
  animation: float-orb 13s ease-in-out infinite;
}

.ambient-two {
  top: 24%;
  right: -8%;
  background: radial-gradient(circle, rgba(80, 182, 255, 0.3), transparent 68%);
  animation: float-orb 15s ease-in-out infinite reverse;
}

.ambient-three {
  bottom: 6%;
  left: 34%;
  background: radial-gradient(circle, rgba(255, 186, 96, 0.18), transparent 68%);
  animation: float-orb 17s ease-in-out infinite;
}

.beam {
  top: -12%;
  width: 34rem;
  height: 82vh;
  opacity: 0.2;
  transform: rotate(18deg);
  overflow: visible;
  isolation: isolate;
  mix-blend-mode: screen;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, black 22%, black 78%, transparent 100%),
    linear-gradient(180deg, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, black 22%, black 78%, transparent 100%),
    linear-gradient(180deg, transparent 0%, black 10%, black 90%, transparent 100%);
}

.beam::before,
.beam::after {
  content: "";
  position: absolute;
  inset: -10% -18%;
  border-radius: 999px;
  pointer-events: none;
}

.beam::before {
  opacity: 0.95;
  mask-image: radial-gradient(ellipse at center, black 0%, black 52%, transparent 82%);
}

.beam::after {
  inset: 6% 10%;
  opacity: 0.42;
  transform: scaleX(0.82);
  filter: blur(36px);
}

.beam-left {
  left: -8%;
  animation: beam-sway 14s ease-in-out infinite;
}

.beam-left::before {
  background:
    linear-gradient(
      180deg,
      rgba(255, 160, 82, 0) 0%,
      rgba(255, 160, 82, 0.08) 12%,
      rgba(255, 170, 96, 0.22) 36%,
      rgba(255, 182, 112, 0.34) 50%,
      rgba(255, 167, 90, 0.2) 66%,
      rgba(255, 160, 82, 0.08) 88%,
      rgba(255, 160, 82, 0) 100%
    ),
    radial-gradient(ellipse at center, rgba(255, 212, 154, 0.18) 0%, rgba(255, 169, 89, 0.14) 36%, transparent 70%);
}

.beam-left::after {
  background:
    radial-gradient(ellipse at center, rgba(255, 227, 180, 0.24) 0%, rgba(255, 173, 92, 0.16) 40%, transparent 78%);
}

.beam-right {
  right: -8%;
  animation: beam-sway 16s ease-in-out infinite reverse;
}

.beam-right::before {
  background:
    linear-gradient(
      180deg,
      rgba(86, 184, 255, 0) 0%,
      rgba(86, 184, 255, 0.08) 12%,
      rgba(108, 196, 255, 0.2) 36%,
      rgba(132, 211, 255, 0.3) 50%,
      rgba(95, 188, 255, 0.18) 66%,
      rgba(86, 184, 255, 0.08) 88%,
      rgba(86, 184, 255, 0) 100%
    ),
    radial-gradient(ellipse at center, rgba(198, 239, 255, 0.16) 0%, rgba(126, 210, 255, 0.14) 36%, transparent 70%);
}

.beam-right::after {
  background:
    radial-gradient(ellipse at center, rgba(210, 243, 255, 0.2) 0%, rgba(113, 201, 255, 0.14) 40%, transparent 78%);
}

.hero,
.section,
.footer {
  position: relative;
  z-index: 1;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0 36px;
}

.brand {
  color: var(--text);
  text-decoration: none;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 0 24px rgba(118, 217, 255, 0.28);
}

.topbar-actions,
.cta-row,
.server-chip-row,
.footer-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.ghost-button,
.secondary-button,
.primary-button,
.footer-copy,
.footer-link-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 12px 18px;
  font: inherit;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.ghost-button::before,
.secondary-button::before,
.primary-button::before,
.footer-copy::before,
.footer-link-button::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(115deg, rgba(255, 159, 73, 0.22), transparent 36%, transparent 64%, rgba(118, 217, 255, 0.22));
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  transition: opacity 180ms ease;
}

.ghost-button::after,
.secondary-button::after,
.primary-button::after,
.footer-copy::after,
.footer-link-button::after {
  content: "";
  position: absolute;
  top: -30%;
  left: -140%;
  width: 70%;
  height: 160%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.7;
  transform: rotate(18deg);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 241, 215, 0.34), rgba(125, 221, 255, 0.24), rgba(255, 255, 255, 0));
  filter: blur(8px);
  mix-blend-mode: screen;
  animation: button-shine 4.8s ease-in-out infinite;
}

.ghost-button,
.secondary-button,
.footer-copy,
.footer-link-button {
  color: var(--text);
  background: linear-gradient(180deg, rgba(10, 29, 47, 0.72), rgba(8, 22, 36, 0.86));
}

.primary-button {
  color: #0d1724;
  background: linear-gradient(135deg, var(--orange-core), #ffd46c 56%, #8fe3ff);
  background-size: 200% 200%;
  border-color: transparent;
  box-shadow: 0 16px 30px rgba(255, 148, 66, 0.3);
  animation: primary-flow 3.8s ease-in-out infinite;
}

.primary-button::after {
  width: 82%;
  height: 180%;
  opacity: 0.9;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 251, 239, 0.55), rgba(147, 225, 255, 0.4), rgba(255, 255, 255, 0));
  filter: blur(10px);
  animation-duration: 3.2s;
}

.ghost-button:hover,
.secondary-button:hover,
.primary-button:hover,
.footer-copy:hover,
.footer-link-button:hover {
  transform: translateY(-2px);
  border-color: var(--line-strong);
  box-shadow: 0 12px 28px rgba(6, 17, 29, 0.28);
}

.ghost-button:hover::before,
.secondary-button:hover::before,
.primary-button:hover::before,
.footer-copy:hover::before,
.footer-link-button:hover::before {
  opacity: 1;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 28px;
  align-items: stretch;
}

.hero-copy,
.hero-panel,
.split-card,
.feature-card,
.info-card,
.store-card,
.rules-card,
.roadmap-item {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(14, 38, 60, 0.82), rgba(8, 23, 38, 0.92)),
    var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.hero-copy::before,
.hero-panel::before,
.split-card::before,
.feature-card::before,
.info-card::before,
.store-card::before,
.rules-card::before,
.roadmap-item::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(125deg, rgba(255, 152, 73, 0.1), transparent 28%, transparent 68%, rgba(118, 217, 255, 0.1));
}

.hero-copy {
  padding: 42px;
  animation: rise-in 700ms ease both;
  background:
    radial-gradient(circle at 86% 20%, rgba(255, 159, 73, 0.2), transparent 24%),
    radial-gradient(circle at 10% 10%, rgba(97, 190, 255, 0.15), transparent 22%),
    linear-gradient(180deg, rgba(14, 39, 62, 0.9), rgba(8, 24, 38, 0.96));
}

.hero-copy::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  right: -88px;
  bottom: -90px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 146, 60, 0.22), transparent 58%),
    conic-gradient(from 180deg, rgba(255, 146, 60, 0), rgba(104, 201, 255, 0.18), rgba(255, 146, 60, 0));
  filter: blur(26px);
  opacity: 0.95;
  animation: spin-glow 18s linear infinite;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--sun);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.8rem;
  text-shadow: 0 0 16px rgba(255, 181, 92, 0.2);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-display);
  line-height: 1.05;
}

h1 {
  max-width: 10ch;
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: 1.15;
  padding-bottom: 0.12em;
  background: linear-gradient(135deg, #ffffff 0%, #ffe5c3 30%, #8fdfff 78%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

h2 {
  max-width: 14ch;
  font-size: clamp(2rem, 4vw, 3rem);
}

h3 {
  font-size: 1.35rem;
}

p,
li,
span,
small {
  line-height: 1.6;
}

.hero-text {
  max-width: 60ch;
  margin: 20px 0 0;
  color: var(--text-dim);
  font-size: 1.07rem;
}

.cta-row,
.server-chip-row {
  margin-top: 28px;
}

.server-chip {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 14px 18px;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(8, 22, 35, 0.64), rgba(12, 31, 47, 0.78));
  border: 1px solid rgba(117, 198, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.chip-label,
.panel-label {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.hero-panel {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  animation: rise-in 820ms ease both;
  background:
    radial-gradient(circle at 82% 18%, rgba(84, 183, 255, 0.16), transparent 22%),
    radial-gradient(circle at 18% 80%, rgba(255, 154, 72, 0.14), transparent 26%),
    linear-gradient(180deg, rgba(11, 33, 52, 0.92), rgba(8, 24, 38, 0.96));
}

.panel-block {
  padding: 18px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(10, 30, 52, 0.96), rgba(7, 19, 32, 0.9));
  border: 1px solid rgba(117, 198, 255, 0.12);
}

.panel-text,
.sale-meta span,
.feature-card p,
.info-card p,
.store-card p,
.rules-card li,
.timeline span,
.metric-item strong,
.roadmap-item span {
  color: var(--text-dim);
}

.countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.countdown-card {
  padding: 16px 8px;
  text-align: center;
  background: linear-gradient(180deg, rgba(7, 18, 29, 0.8), rgba(11, 29, 46, 0.82));
  border-radius: var(--radius-md);
  border: 1px solid rgba(117, 198, 255, 0.12);
  box-shadow: inset 0 0 18px rgba(124, 218, 255, 0.04);
}

.countdown-card span {
  display: block;
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 800;
}

.countdown-card small {
  color: var(--text-muted);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sale-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 8px;
}

.sale-meta strong {
  font-size: 1.9rem;
  color: var(--orange-core);
  text-shadow: 0 0 18px rgba(255, 156, 69, 0.26);
}

.section {
  margin-top: 26px;
  padding: 34px;
  border: 1px solid rgba(117, 198, 255, 0.09);
  border-radius: 34px;
  backdrop-filter: blur(16px);
  background:
    linear-gradient(180deg, rgba(8, 24, 39, 0.7), rgba(7, 20, 34, 0.88)),
    var(--bg-soft);
  animation: rise-in 860ms ease both;
}

.section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 156, 69, 0.7), rgba(124, 218, 255, 0.7), transparent);
}

.section-heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}

.section-heading h2 {
  max-width: 16ch;
}

.intro-grid,
.feature-grid,
.commerce-grid,
.rules-grid {
  display: grid;
  gap: 18px;
}

.intro-grid,
.feature-grid,
.commerce-grid,
.rules-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.split-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.info-card,
.feature-card,
.store-card,
.rules-card,
.split-card,
.roadmap-item {
  padding: 22px;
}

.split-card {
  padding: 28px;
}

.js-ready .section,
.js-ready .info-card,
.js-ready .feature-card,
.js-ready .store-card,
.js-ready .rules-card,
.js-ready .split-card,
.js-ready .roadmap-item {
  opacity: 0;
  transform: translateY(24px) scale(0.985);
}

.section.is-visible,
.info-card.is-visible,
.feature-card.is-visible,
.store-card.is-visible,
.rules-card.is-visible,
.split-card.is-visible,
.roadmap-item.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: opacity 720ms ease, transform 720ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.info-card:hover,
.feature-card:hover,
.store-card:hover,
.rules-card:hover,
.roadmap-item:hover,
.split-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: var(--line-strong);
  box-shadow: 0 28px 72px rgba(2, 9, 21, 0.5), 0 0 0 1px rgba(255, 156, 69, 0.08);
}

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

.feature-tag {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 10px;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, rgba(255, 156, 69, 0.18), rgba(124, 218, 255, 0.14));
  color: #ffd39f;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.timeline,
.rules-card ul {
  margin: 20px 0 0;
  padding-left: 18px;
}

.timeline {
  display: grid;
  gap: 16px;
}

.timeline li,
.rules-card li {
  padding-left: 6px;
}

.metric-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.metric-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(8, 22, 36, 0.82), rgba(12, 32, 50, 0.84));
  border: 1px solid rgba(117, 198, 255, 0.08);
}

.metric-item span {
  font-size: 0.78rem;
  color: var(--sea);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.accent-card {
  background:
    radial-gradient(circle at top right, rgba(255, 156, 69, 0.18), transparent 42%),
    radial-gradient(circle at bottom left, rgba(124, 218, 255, 0.15), transparent 36%),
    linear-gradient(180deg, rgba(19, 47, 66, 0.95), rgba(10, 24, 39, 0.94));
}

.text-link,
.footer a {
  color: var(--sea);
  text-decoration: none;
  font-weight: 700;
}

.sale-callout {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(255, 156, 69, 0.16), rgba(124, 218, 255, 0.12));
  border: 1px solid rgba(255, 201, 111, 0.22);
  color: #fff0cb;
  font-weight: 700;
  animation: soft-pulse 2.6s ease-in-out infinite;
}

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

.roadmap-item {
  min-height: 172px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.roadmap-item strong {
  font-size: 1.15rem;
}

.intro-grid > *:nth-child(1),
.feature-grid > *:nth-child(1),
.commerce-grid > *:nth-child(1),
.rules-grid > *:nth-child(1),
.metric-list > *:nth-child(1),
.roadmap-strip > *:nth-child(1) {
  transition-delay: 60ms;
}

.intro-grid > *:nth-child(2),
.feature-grid > *:nth-child(2),
.commerce-grid > *:nth-child(2),
.rules-grid > *:nth-child(2),
.metric-list > *:nth-child(2),
.roadmap-strip > *:nth-child(2) {
  transition-delay: 140ms;
}

.intro-grid > *:nth-child(3),
.feature-grid > *:nth-child(3),
.commerce-grid > *:nth-child(3),
.rules-grid > *:nth-child(3),
.metric-list > *:nth-child(3),
.roadmap-strip > *:nth-child(3) {
  transition-delay: 220ms;
}

.feature-grid > *:nth-child(4),
.roadmap-strip > *:nth-child(4) {
  transition-delay: 300ms;
}

.feature-grid > *:nth-child(5),
.roadmap-strip > *:nth-child(5) {
  transition-delay: 380ms;
}

.feature-grid > *:nth-child(6) {
  transition-delay: 460ms;
}

.footer {
  margin-top: 26px;
  padding: 24px 4px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--text-dim);
  animation: rise-in 920ms ease both;
}

.footer p {
  margin: 0;
}

.footer-links {
  align-items: center;
}

.footer-copy {
  background: transparent;
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes soft-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(255, 201, 111, 0);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(255, 201, 111, 0.05), 0 0 38px rgba(124, 218, 255, 0.08);
  }
}

@keyframes spin-glow {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes float-orb {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(18px, -24px, 0) scale(1.08);
  }
}

@keyframes beam-sway {
  0%,
  100% {
    transform: rotate(18deg) translateY(0);
  }

  50% {
    transform: rotate(12deg) translateY(24px);
  }
}

@keyframes grid-drift {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(52px);
  }
}

@keyframes button-shine {
  0% {
    left: -140%;
    opacity: 0;
  }

  14% {
    opacity: 0.85;
  }

  42% {
    left: 155%;
    opacity: 0.25;
  }

  100% {
    left: 155%;
    opacity: 0;
  }
}

@keyframes primary-flow {
  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@media (max-width: 1040px) {
  .hero-grid,
  .split-section,
  .intro-grid,
  .feature-grid,
  .commerce-grid,
  .rules-grid,
  .roadmap-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: min(100% - 20px, 1180px);
    padding-top: 16px;
  }

  .topbar,
  .footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-copy,
  .hero-panel,
  .section,
  .split-card,
  .feature-card,
  .info-card,
  .store-card,
  .rules-card,
  .roadmap-item {
    border-radius: 24px;
  }

  .hero-grid,
  .split-section,
  .intro-grid,
  .feature-grid,
  .commerce-grid,
  .rules-grid,
  .roadmap-strip,
  .countdown-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .section,
  .split-card {
    padding: 24px;
  }

  h1 {
    max-width: 12ch;
  }

  .metric-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .ambient,
  .beam {
    opacity: 0.35;
  }
}

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

  .js-ready .section,
  .js-ready .info-card,
  .js-ready .feature-card,
  .js-ready .store-card,
  .js-ready .rules-card,
  .js-ready .split-card,
  .js-ready .roadmap-item {
    opacity: 1;
    transform: none;
  }
}
