﻿:root {
  --bg: #070711;
  --bg-2: #101423;
  --ink: #f9f7ff;
  --muted: #c9c1d7;
  --paper: #f9f7ff;
  --paper-2: #eee7ff;
  --charcoal: #17151e;
  --purple: #7850c5;
  --violet: #b77cff;
  --deep-violet: #3a226d;
  --accent: #a66cff;
  --accent-soft: #d8c4ff;
  --gold-detail: #c8a25a;
  --line: rgba(255, 255, 255, 0.14);
  --dark-line: rgba(23, 21, 30, 0.14);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  --radius: 8px;
  --font-display: "Cinzel", Georgia, serif;
  --font-body: "Space Grotesk", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  overflow-x: hidden;
}

body::selection {
  background: var(--accent-soft);
  color: var(--charcoal);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-shell {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(7, 7, 17, 0.96), rgba(10, 7, 20, 0.92) 38%, rgba(7, 7, 17, 1)),
    url("assets/texture-stars.png") center top / 1400px auto fixed;
}

.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.section {
  padding: 96px 0;
}

.section-dark {
  color: var(--ink);
}

.section-light {
  color: var(--charcoal);
  background:
    linear-gradient(180deg, rgba(249, 247, 255, 0.98), rgba(238, 231, 255, 0.98)),
    url("assets/brand-header.png") center top / cover no-repeat;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(1160px, calc(100% - 32px));
  margin: 14px auto 0;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(8, 7, 19, 0.72);
  box-shadow: 0 14px 45px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  width: 164px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  color: rgba(255, 255, 255, 0.76);
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 700;
}

.nav-links a {
  transition: color 180ms ease;
}

.nav-links a:hover {
  color: var(--accent-soft);
}

.nav-cta,
.primary-button,
.secondary-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.nav-cta svg,
.primary-button svg,
.secondary-button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.nav-cta,
.primary-button {
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(135deg, var(--deep-violet), var(--purple) 54%, var(--violet));
  box-shadow: 0 12px 38px rgba(166, 108, 255, 0.24);
}

.nav-cta::after,
.primary-button::after,
.secondary-button::after {
  content: "";
  position: absolute;
  top: -30%;
  left: -40%;
  width: 34%;
  height: 160%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  transform: rotate(18deg);
  animation: shine 3.8s ease-in-out infinite;
}

.secondary-button {
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

.primary-button:hover,
.secondary-button:hover,
.nav-cta:hover {
  transform: translateY(-2px);
}

.hero {
  position: relative;
  min-height: 720px;
  padding: 112px 0 84px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: url("assets/hero-bg.png") center / cover no-repeat;
  opacity: 0.72;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 7, 17, 0.94) 0%, rgba(7, 7, 17, 0.72) 42%, rgba(7, 7, 17, 0.18) 100%),
    linear-gradient(180deg, rgba(7, 7, 17, 0.25) 0%, rgba(7, 7, 17, 0.78) 100%);
}

.final-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(7, 7, 17, 0.94) 0%, rgba(7, 7, 17, 0.76) 46%, rgba(7, 7, 17, 0.42) 100%),
    linear-gradient(180deg, rgba(7, 7, 17, 0.1), rgba(7, 7, 17, 0.98)),
    url("assets/texture-stars.png") center / cover no-repeat;
  transform: scale(1.03);
  animation: slow-drift 18s ease-in-out infinite alternate;
}

.hero::after,
.final-cta::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(183, 124, 255, 0.65), transparent);
  box-shadow: 0 0 28px rgba(183, 124, 255, 0.4);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 524px;
  flex-direction: column;
  justify-content: center;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--accent-soft);
  font-family: var(--font-display);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--deep-violet);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 690px;
  margin-bottom: 24px;
  font-family: var(--font-display);
  font-size: 3.25rem;
  line-height: 1.05;
  font-weight: 700;
}

.hero-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 820px;
  margin-bottom: 46px;
  font-size: 3.25rem;
  line-height: 1.08;
}

.hero-title span {
  display: inline-block;
}

h2 {
  margin-bottom: 18px;
  font-family: var(--font-display);
  font-size: 2.35rem;
  line-height: 1.12;
  font-weight: 700;
}

h3 {
  margin-bottom: 10px;
  font-family: var(--font-display);
  font-size: 1.08rem;
  line-height: 1.22;
  font-weight: 700;
}

.hero-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
  width: min(640px, 100%);
}

.hero-card {
  min-height: auto;
  padding: 0;
}

.hero-card p {
  margin: 0;
  max-width: 180px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.18rem;
  line-height: 1.18;
  font-weight: 500;
}

.hero-card h2 {
  margin: 0 0 9px;
  color: var(--violet);
  font-size: 3.05rem;
  line-height: 0.96;
  font-weight: 800;
  white-space: nowrap;
  text-shadow: 0 0 26px rgba(183, 124, 255, 0.34);
}

.hero-card h2::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 10px;
  background: var(--gold-detail);
  box-shadow: 0 0 14px rgba(200, 162, 90, 0.38);
}

.hero .reveal {
  opacity: 1;
  transform: none;
}

.reward-console {
  position: relative;
  min-height: 590px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
    rgba(10, 9, 22, 0.62);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.reward-console::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0%, rgba(183, 124, 255, 0.15) 45%, transparent 78%),
    url("assets/brand-header.png") center top / cover no-repeat;
  opacity: 0.42;
}

.reward-console::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(183, 124, 255, 0.2);
  border-radius: var(--radius);
  pointer-events: none;
}

.console-topline,
.console-metrics,
.orbit-ring {
  position: relative;
  z-index: 2;
}

.console-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-display);
  font-weight: 700;
}

.console-topline strong {
  color: var(--accent-soft);
  font-size: 1.8rem;
}

.orbit-ring {
  display: grid;
  place-items: center;
  width: 330px;
  height: 330px;
  margin: 72px auto 52px;
  border: 1px solid rgba(183, 124, 255, 0.42);
  border-radius: 50%;
  background:
    linear-gradient(180deg, rgba(183, 124, 255, 0.18), rgba(183, 124, 255, 0.08));
  box-shadow: inset 0 0 36px rgba(183, 124, 255, 0.16), 0 0 54px rgba(183, 124, 255, 0.16);
  animation: pulse-ring 3.4s ease-in-out infinite;
}

.orbit-ring::before,
.orbit-ring::after {
  content: "";
  position: absolute;
  inset: 44px;
  border: 1px dashed rgba(255, 255, 255, 0.24);
  border-radius: 50%;
}

.orbit-ring::after {
  inset: 90px;
  border-color: rgba(166, 108, 255, 0.28);
}

.orbit-core {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 178px;
  min-height: 178px;
  padding: 30px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(7, 7, 17, 0.82);
  box-shadow: 0 0 34px rgba(183, 124, 255, 0.2);
}

.orbit-core span,
.orbit-core small {
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.orbit-core strong {
  margin: 10px 0 8px;
  color: var(--ink);
  font-size: 2.2rem;
  line-height: 1;
}

.console-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.console-metrics div {
  min-height: 104px;
  padding: 16px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(7, 7, 17, 0.58);
}

.console-metrics span,
.calc-grid span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
  font-weight: 700;
}

.console-metrics strong {
  color: var(--accent-soft);
  font-size: 2rem;
}

.benefit-band {
  position: relative;
  z-index: 3;
  margin-top: -1px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(8, 7, 19, 0.86);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.benefit-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 14px;
  min-height: 92px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
}

.benefit-item svg,
.audience-card svg,
.exclusion-note svg {
  width: 24px;
  height: 24px;
  color: var(--accent-soft);
}

.benefit-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 600;
}

.section-heading {
  margin-bottom: 44px;
}

.section-heading > * {
  max-width: 760px;
}

.section-heading p:not(.eyebrow) {
  color: rgba(23, 21, 30, 0.72);
  font-size: 1.06rem;
}

.section-dark .section-heading p:not(.eyebrow),
.rules-section .section-heading p:not(.eyebrow) {
  color: rgba(249, 247, 255, 0.76);
}

.reward-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.reward-stage {
  position: relative;
  min-height: 255px;
  padding: 22px;
  border: 1px solid var(--dark-line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 18px 50px rgba(23, 21, 30, 0.08);
  overflow: hidden;
}

.reward-stage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--deep-violet), var(--accent-soft));
}

.reward-stage.featured {
  color: var(--ink);
  background:
    linear-gradient(160deg, rgba(58, 34, 109, 0.96), rgba(18, 17, 31, 0.96)),
    url("assets/texture-stars.png") center / cover no-repeat;
  box-shadow: 0 24px 70px rgba(58, 34, 109, 0.28);
}

.stage-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 22px;
  border-radius: 50%;
  color: var(--ink);
  background: var(--deep-violet);
  font-family: var(--font-display);
  font-size: 2rem;
}

.featured .stage-number {
  color: var(--charcoal);
  background: var(--accent-soft);
}

.reward-stage strong {
  display: block;
  margin-bottom: 14px;
  color: var(--deep-violet);
  font-size: 2rem;
  line-height: 1;
}

.reward-stage.featured strong {
  color: var(--accent-soft);
}

.reward-stage p {
  margin-bottom: 0;
  color: rgba(23, 21, 30, 0.72);
}

.reward-stage.featured p {
  color: rgba(255, 255, 255, 0.76);
}

.choice-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.choice-item {
  min-height: 205px;
  padding: 22px;
  border: 1px solid var(--dark-line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.54);
}

.choice-item svg {
  width: 26px;
  height: 26px;
  margin-bottom: 22px;
  color: var(--deep-violet);
}

.choice-item p {
  margin-bottom: 0;
  color: rgba(23, 21, 30, 0.72);
}

.split-section {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  align-items: stretch;
  gap: 28px;
  margin-top: 56px;
}

.image-panel,
.calc-panel,
.pause-spotlight {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 22px 70px rgba(23, 21, 30, 0.16);
}

.image-panel {
  min-height: 430px;
}

.image-panel img,
.pause-spotlight img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.calc-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 430px;
  padding: 40px;
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(145deg, rgba(17, 16, 30, 0.98), rgba(58, 34, 109, 0.94)),
    url("assets/texture-stars.png") center / cover no-repeat;
}

.calc-panel .eyebrow.dark {
  color: var(--accent-soft);
}

.calc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 10px 0 22px;
}

.calc-grid div {
  min-height: 128px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
}

.calc-grid strong {
  color: var(--accent-soft);
  font-size: 2.1rem;
  line-height: 1;
}

.calc-panel p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.76);
}

.audience-section {
  position: relative;
  background: linear-gradient(180deg, rgba(7, 7, 17, 0.98), rgba(12, 13, 25, 0.98));
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.audience-card {
  min-height: 245px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.audience-card h3 {
  margin-top: 20px;
}

.audience-card p {
  margin-bottom: 0;
  color: rgba(249, 247, 255, 0.72);
}

.exclusion-note {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(183, 124, 255, 0.34);
  border-radius: var(--radius);
  background: rgba(183, 124, 255, 0.08);
}

.exclusion-note p {
  margin: 0;
  color: rgba(249, 247, 255, 0.76);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.step {
  position: relative;
  min-height: 285px;
  padding: 26px;
  border: 1px solid var(--dark-line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.66);
  overflow: hidden;
}

.step::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--deep-violet), var(--accent), var(--accent-soft));
}

.step span {
  display: block;
  margin-bottom: 28px;
  color: rgba(58, 34, 109, 0.18);
  font-family: var(--font-display);
  font-size: 5rem;
  line-height: 0.8;
}

.step p {
  margin-bottom: 0;
  color: rgba(23, 21, 30, 0.72);
}

.pause-spotlight {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  margin-top: 28px;
  color: var(--ink);
  background: var(--charcoal);
}

.pause-spotlight > div {
  padding: 42px;
  background:
    linear-gradient(160deg, rgba(17, 16, 30, 0.98), rgba(58, 34, 109, 0.86)),
    url("assets/texture-stars.png") center / cover no-repeat;
}

.pause-spotlight .eyebrow.dark {
  color: var(--accent-soft);
}

.pause-spotlight p:not(.eyebrow) {
  color: rgba(249, 247, 255, 0.76);
}

.rules-section {
  position: relative;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(8, 7, 19, 0.98), rgba(14, 12, 26, 0.98)),
    url("assets/texture-stars.png") center / cover no-repeat;
}

.rules-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.rule {
  min-height: 214px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
}

.rule span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border: 1px solid rgba(183, 124, 255, 0.4);
  border-radius: 50%;
  color: var(--accent-soft);
  font-family: var(--font-display);
  font-weight: 800;
}

.rule p {
  margin-bottom: 0;
  color: rgba(249, 247, 255, 0.7);
}

.highlight-rule {
  border-color: rgba(166, 108, 255, 0.4);
  background: rgba(166, 108, 255, 0.08);
}

.highlight-rule span {
  border-color: rgba(166, 108, 255, 0.5);
  color: var(--accent);
}

.final-cta {
  position: relative;
  padding: 108px 0;
  overflow: hidden;
}

.final-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.final-content img {
  width: 106px;
  margin-bottom: 34px;
}

.final-content p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(249, 247, 255, 0.78);
  font-size: 1.08rem;
}

.footer {
  padding: 24px 0;
  color: rgba(255, 255, 255, 0.62);
  background: #05050b;
  font-size: 0.92rem;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.fullscreen-toggle {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  color: var(--ink);
  border: 1px solid rgba(183, 124, 255, 0.42);
  border-radius: var(--radius);
  background: rgba(7, 7, 17, 0.72);
  box-shadow: 0 18px 50px rgba(7, 7, 17, 0.3);
  backdrop-filter: blur(14px);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.fullscreen-toggle:hover {
  transform: translateY(-2px);
  border-color: rgba(216, 196, 255, 0.72);
  background: rgba(58, 34, 109, 0.72);
}

.fullscreen-toggle svg {
  width: 20px;
  height: 20px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 110ms;
}

.delay-2 {
  transition-delay: 210ms;
}

.delay-3 {
  transition-delay: 310ms;
}

@keyframes shine {
  0% {
    left: -42%;
  }
  46%,
  100% {
    left: 124%;
  }
}

@keyframes slow-drift {
  from {
    transform: scale(1.03) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.08) translate3d(-18px, 10px, 0);
  }
}

@keyframes pulse-ring {
  0%,
  100% {
    box-shadow: inset 0 0 36px rgba(183, 124, 255, 0.16), 0 0 48px rgba(183, 124, 255, 0.12);
  }
  50% {
    box-shadow: inset 0 0 46px rgba(183, 124, 255, 0.2), 0 0 70px rgba(183, 124, 255, 0.2);
  }
}

@keyframes dash-flow {
  to {
    stroke-dashoffset: -60;
  }
}

@keyframes pin-float {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -7px;
  }
}

@media (max-width: 980px) {
  .topbar {
    width: min(100% - 24px, 720px);
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 96px 0 72px;
  }

  .split-section,
  .pause-spotlight {
    grid-template-columns: 1fr;
  }

  .hero-title {
    font-size: 3rem;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  .reward-grid,
  .rules-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefit-grid,
  .audience-grid,
  .steps,
  .choice-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 540px);
  }

  .section {
    padding: 72px 0;
  }

  .hero {
    padding: 82px 0 56px;
  }

  h1 {
    font-size: 2.35rem;
    line-height: 1.06;
  }

  .hero-title {
    margin-bottom: 34px;
    font-size: 2.35rem;
  }

  h2 {
    font-size: 1.95rem;
  }

  .final-content p:not(.eyebrow) {
    font-size: 1rem;
  }

  .hero-cards {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .hero-card h2 {
    font-size: 2.55rem;
  }

  .hero-card p {
    max-width: 260px;
    font-size: 1.06rem;
  }

  .console-metrics,
  .reward-grid,
  .calc-grid,
  .rules-grid {
    grid-template-columns: 1fr;
  }

  .image-panel,
  .calc-panel {
    min-height: auto;
  }

  .calc-panel,
  .pause-spotlight > div {
    padding: 28px;
  }

  .pause-spotlight img {
    min-height: 250px;
  }

  .footer-content {
    flex-direction: column;
  }

  .fullscreen-toggle {
    right: 12px;
    bottom: 12px;
    width: 42px;
    height: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
