:root {
  color-scheme: dark;
  --ink: #0b0509;
  --ink-soft: #16070f;
  --wine: #2a0918;
  --wine-bright: #4a0d2b;
  --pink: #ff1975;
  --pink-deep: #c80a5b;
  --pink-soft: #ff72ac;
  --gold: #d5a45c;
  --gold-light: #f2c784;
  --paper: #f7ede7;
  --paper-pink: #f2dfe3;
  --text: #fff7f1;
  --muted: #d8c7c9;
  --dark-text: #2a111b;
  --line: rgb(255 114 172 / 26%);
  --shadow: 0 24px 80px rgb(0 0 0 / 34%);
  --page: min(1180px, calc(100% - 36px));
  font-family: Manrope, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 12px;
  overflow-x: hidden;
  overflow-x: clip;
  overscroll-behavior-x: none;
  background: var(--ink);
}

body {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  overflow-x: clip;
  overscroll-behavior-x: none;
  touch-action: pan-y;
  background:
    radial-gradient(circle at 8% 8%, rgb(200 10 91 / 14%), transparent 28rem),
    radial-gradient(circle at 88% 34%, rgb(213 164 92 / 8%), transparent 30rem),
    var(--ink);
  color: var(--text);
  font-size: 18px;
  line-height: 1.62;
}

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

.sacred-background {
  position: fixed;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  color: rgb(242 199 132 / 13%);
}

.sacred-background svg {
  position: absolute;
  width: clamp(300px, 48vw, 720px);
  height: auto;
  filter: drop-shadow(0 0 18px rgb(255 25 117 / 11%));
}

.flower-of-life {
  top: 22%;
  right: min(-160px, -8vw);
  transform: rotate(8deg);
}

.mandala {
  bottom: 8%;
  left: min(-170px, -9vw);
  color: rgb(255 114 172 / 10%);
  transform: rotate(-12deg);
}

body::before {
  position: fixed;
  z-index: 100;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

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

a {
  color: inherit;
}

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--gold-light);
  outline-offset: 4px;
}

p,
h1,
h2,
h3,
blockquote {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(2.3rem, 8vw, 4.8rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

h3 {
  line-height: 1.18;
}

.metrika-pixel {
  position: absolute;
  left: -9999px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  visibility: hidden;
  padding: 10px 14px;
  transform: translateY(-160%);
  border-radius: 8px;
  background: var(--paper);
  color: var(--dark-text);
  font-weight: 700;
}

.skip-link:focus {
  visibility: visible;
  transform: translateY(0);
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: var(--ink);
}

.hero-photo,
.hero-photo img,
.hero-shade,
.hero-noise {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-photo {
  z-index: -5;
}

.hero-photo img {
  object-fit: cover;
  object-position: 52% 32%;
  filter: saturate(0.86) contrast(1.04) brightness(0.82);
}

.hero-shade {
  z-index: -4;
  background:
    linear-gradient(180deg, rgb(9 3 7 / 48%) 0%, rgb(12 4 8 / 25%) 28%, rgb(11 5 9 / 72%) 61%, var(--ink) 100%),
    linear-gradient(90deg, rgb(12 4 8 / 82%), rgb(12 4 8 / 16%));
}

.hero-noise {
  z-index: -2;
  opacity: 0.22;
  background-image:
    radial-gradient(circle at 16% 18%, var(--pink) 0 1px, transparent 2px),
    radial-gradient(circle at 82% 21%, var(--gold) 0 1px, transparent 2px),
    radial-gradient(circle at 72% 69%, var(--pink-soft) 0 1px, transparent 2px);
  background-size: 89px 91px, 121px 109px, 143px 151px;
  mask-image: linear-gradient(to bottom, black, transparent 92%);
}

.orb,
.sacred-ring {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.orb {
  border-radius: 50%;
  filter: blur(36px);
}

.orb-one {
  top: 25%;
  left: 0;
  width: 220px;
  height: 220px;
  background: rgb(255 25 117 / 24%);
}

.orb-two {
  right: 0;
  bottom: 16%;
  width: 200px;
  height: 200px;
  background: rgb(213 164 92 / 18%);
}

.sacred-ring {
  border: 1px solid rgb(242 199 132 / 30%);
  border-radius: 50%;
  box-shadow:
    0 0 0 16px rgb(242 199 132 / 5%),
    0 0 40px rgb(242 199 132 / 9%);
}

.sacred-ring::before,
.sacred-ring::after {
  position: absolute;
  inset: 18%;
  content: "";
  border: 1px solid rgb(255 114 172 / 24%);
  border-radius: 50%;
}

.sacred-ring::after {
  inset: 34%;
}

.sacred-ring-one {
  top: 16%;
  right: 0;
  width: 190px;
  height: 190px;
}

.sacred-ring-two {
  bottom: 9%;
  left: 0;
  width: 116px;
  height: 116px;
}

.topbar {
  position: relative;
  z-index: 5;
  display: flex;
  width: var(--page);
  margin: 0 auto;
  padding: max(18px, env(safe-area-inset-top)) 0 12px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.topbar-link {
  display: none;
  text-decoration: none;
  color: var(--gold-light);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: var(--page);
  margin: 0 auto;
  padding: 52px 0 112px;
}

.eyebrow,
.kicker {
  margin-bottom: 16px;
  color: var(--gold-light);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.eyebrow::after,
.kicker::after {
  display: block;
  width: 70px;
  height: 3px;
  margin-top: 12px;
  content: "";
  border-radius: 10px;
  background: linear-gradient(90deg, var(--pink), var(--gold-light));
  box-shadow: 0 0 18px rgb(255 25 117 / 50%);
}

.hero h1 {
  display: flex;
  margin-bottom: 18px;
  flex-direction: column;
  font-size: clamp(5rem, 26vw, 8.2rem);
  font-weight: 900;
  line-height: 0.76;
  letter-spacing: -0.085em;
  text-transform: uppercase;
  text-shadow: 0 8px 30px rgb(0 0 0 / 50%);
}

.hero-title-meta {
  align-self: center;
  color: var(--gold-light);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(0.74rem, 3.2vw, 1.05rem);
  font-weight: 850;
  letter-spacing: 0.22em;
  line-height: 1;
  text-shadow: 0 0 18px rgb(242 199 132 / 28%);
}

.hero-game-label {
  align-self: flex-start;
  margin-bottom: 15px;
  font-size: clamp(0.9rem, 4vw, 1.3rem);
}

.hero-stream-label {
  align-self: flex-start;
  margin-top: 16px;
  font-size: clamp(0.9rem, 4vw, 1.3rem);
}

.hero-word {
  color: var(--text);
  font-size: 0.82em;
}

.hero-number {
  margin-left: 0.55em;
  color: var(--pink);
  font-size: 0.64em;
  letter-spacing: -0.06em;
  text-shadow: 0 0 30px rgb(255 25 117 / 42%);
}

.hero-accent {
  max-width: 640px;
  margin: 0 0 18px;
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 7vw, 3rem);
  font-style: italic;
  line-height: 1.08;
  text-shadow: 0 3px 16px rgb(0 0 0 / 70%);
}

.hero-lead {
  max-width: 660px;
  margin-bottom: 24px;
  color: var(--text);
  font-size: clamp(1.02rem, 4.7vw, 1.26rem);
  line-height: 1.56;
  text-shadow: 0 2px 18px rgb(0 0 0 / 85%);
}

.hero-facts {
  display: grid;
  max-width: 560px;
  margin: 0 0 26px;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.hero-facts span {
  min-width: 0;
  padding: 12px 8px;
  border: 1px solid rgb(255 114 172 / 28%);
  border-radius: 14px;
  background: rgb(25 6 15 / 64%);
  backdrop-filter: blur(9px);
  text-align: center;
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.28;
}

.hero-facts strong {
  display: block;
  color: var(--pink-soft);
  font-size: 1.02rem;
  letter-spacing: -0.02em;
}

.button {
  display: inline-flex;
  min-height: 60px;
  padding: 16px 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 20px;
  text-decoration: none;
  text-align: center;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:disabled {
  cursor: not-allowed;
  transform: none;
  background: #6b5860;
  box-shadow: none;
  color: rgb(255 255 255 / 62%);
}

.button-primary {
  background: linear-gradient(135deg, var(--pink), var(--pink-deep));
  color: white;
  box-shadow: 0 0 32px rgb(255 25 117 / 28%), 0 14px 34px rgb(75 3 36 / 44%);
}

.button-primary:hover {
  box-shadow: 0 0 42px rgb(255 25 117 / 38%), 0 16px 38px rgb(75 3 36 / 48%);
}

.button-secondary {
  border-color: rgb(242 199 132 / 62%);
  background: rgb(52 10 31 / 48%);
  color: var(--gold-light);
}

.hero-content > .button {
  width: 100%;
  max-width: 420px;
}

.hero-note {
  max-width: 420px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.45;
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  bottom: 24px;
  left: 50%;
  display: none;
  align-items: center;
  gap: 10px;
  transform: translateX(-50%);
  text-decoration: none;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.scroll-cue span {
  display: block;
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, var(--pink), var(--gold));
}

.progress-stage {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 165svh;
  min-height: 880px;
  overflow: clip;
  background:
    linear-gradient(180deg, var(--ink) 0%, transparent 18%, transparent 82%, var(--ink) 100%),
    radial-gradient(circle at 50% 48%, rgb(255 25 117 / 13%), transparent 31rem),
    radial-gradient(circle at 50% 52%, rgb(213 164 92 / 8%), transparent 45rem),
    #0b0509;
}

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

.progress-stage::before {
  inset: 0;
  opacity: 0.5;
  background:
    radial-gradient(circle at 18% 22%, rgb(255 25 117 / 36%) 0 1px, transparent 2px),
    radial-gradient(circle at 78% 34%, rgb(242 199 132 / 28%) 0 1px, transparent 2px),
    radial-gradient(circle at 34% 78%, rgb(255 114 172 / 26%) 0 1px, transparent 2px),
    radial-gradient(circle at 88% 82%, rgb(242 199 132 / 24%) 0 1px, transparent 2px);
  background-size: 170px 170px, 230px 230px, 290px 290px, 350px 350px;
}

.progress-stage::after {
  right: 9%;
  bottom: 0;
  left: 9%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgb(255 25 117 / 46%), rgb(213 164 92 / 52%), transparent);
}

.progress-sticky {
  position: sticky;
  top: 0;
  display: grid;
  width: 100%;
  height: 100svh;
  min-height: 560px;
  padding: max(20px, env(safe-area-inset-top)) 18px max(20px, env(safe-area-inset-bottom));
  place-items: center;
  overflow: hidden;
}

.progress-emblem {
  position: relative;
  display: grid;
  width: min(88vw, 720px);
  aspect-ratio: 1;
  place-items: center;
}

.progress-emblem::after {
  position: absolute;
  z-index: 0;
  inset: -20%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgb(255 25 117 / 20%) 0%,
    rgb(149 20 73 / 13%) 28%,
    rgb(79 10 39 / 7%) 46%,
    transparent 70%
  );
  content: "";
  pointer-events: none;
}

.progress-emblem::before {
  position: absolute;
  z-index: 2;
  width: 62%;
  aspect-ratio: 1.35;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgb(18 2 11 / 90%) 0%, rgb(18 2 11 / 72%) 46%, transparent 74%);
  content: "";
}

.progress-emblem img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.progress-value {
  position: relative;
  z-index: 3;
  display: inline-flex;
  min-width: 3.45ch;
  transform: translateY(-0.02em);
  align-items: baseline;
  justify-content: center;
  background: linear-gradient(180deg, #fff8ef 10%, #ff8bbb 49%, #ff1975 74%, #f2c784 100%);
  color: #fff7f1;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(6rem, 26vw, 13rem);
  font-variant-numeric: tabular-nums lining-nums;
  font-weight: 400;
  letter-spacing: -0.08em;
  line-height: 0.82;
  text-align: center;
  text-shadow:
    0 0 3px white,
    0 0 12px rgb(255 255 255 / 82%),
    0 0 24px rgb(255 25 117 / 90%),
    0 0 50px rgb(255 25 117 / 62%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.progress-percent {
  margin-left: 0.08em;
  font-size: 0.28em;
  font-weight: 700;
  letter-spacing: 0;
}

.section {
  position: relative;
  width: var(--page);
  margin: 0 auto;
  padding: 88px 0;
}

.section-heading {
  max-width: 880px;
  margin-bottom: 48px;
}

.section-heading.narrow {
  max-width: 760px;
}

.section-heading > p:not(.kicker) {
  max-width: 760px;
  color: var(--muted);
}

.recognition {
  padding-top: 104px;
}

.quote-grid {
  display: grid;
  gap: 14px;
}

.pain-card {
  position: relative;
  min-height: 176px;
  padding: 28px 24px 26px 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0, rgb(255 25 117 / 12%), transparent 48%),
    linear-gradient(145deg, rgb(46 9 27 / 76%), rgb(18 6 12 / 78%));
  box-shadow: 0 18px 50px rgb(0 0 0 / 20%);
}

.pain-card::before {
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 0;
  width: 4px;
  content: "";
  border-radius: 0 4px 4px 0;
  background: linear-gradient(var(--pink), var(--gold));
  box-shadow: 0 0 22px rgb(255 25 117 / 58%);
}

.pain-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--pink-soft);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.pain-card blockquote {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.22rem, 5.3vw, 1.7rem);
  line-height: 1.3;
}

.validation-card {
  display: grid;
  margin-top: 32px;
  padding: 30px 24px;
  grid-template-columns: 42px 1fr;
  gap: 4px;
  border-radius: 24px;
  background: var(--paper);
  color: var(--dark-text);
  box-shadow: var(--shadow);
}

.validation-mark {
  margin: -14px 0 0;
  color: var(--pink-deep);
  font-family: Georgia, serif;
  font-size: 4.5rem;
  line-height: 1;
}

.validation-card h3 {
  margin-bottom: 12px;
  color: #5c1237;
  font-size: 1.35rem;
}

.validation-card p {
  font-size: 0.97rem;
}

.acute {
  display: grid;
  width: 100%;
  padding: 0;
  background: var(--paper);
  color: var(--dark-text);
}

.acute-photo {
  position: relative;
  min-height: 470px;
  overflow: hidden;
}

.acute-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgb(21 4 12 / 72%), transparent 52%);
}

.acute-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 26%;
}

.acute-photo-label {
  position: absolute;
  z-index: 1;
  right: 22px;
  bottom: 24px;
  left: 22px;
  color: white;
  font-family: Georgia, serif;
  font-size: 1.6rem;
  font-style: italic;
}

.acute-copy {
  padding: 70px max(18px, calc((100vw - 1180px) / 2));
}

.acute .kicker {
  color: #8c2455;
}

.acute h2 {
  color: #381020;
}

.dayline {
  position: relative;
  margin-top: 38px;
}

.dayline::before {
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 34px;
  width: 1px;
  content: "";
  background: linear-gradient(var(--pink), var(--gold));
}

.dayline-item {
  position: relative;
  display: grid;
  padding: 0 0 30px;
  grid-template-columns: 68px 1fr;
  gap: 16px;
}

.dayline-item time {
  position: relative;
  z-index: 1;
  align-self: start;
  padding: 5px 3px;
  border-radius: 999px;
  background: var(--paper);
  color: var(--pink-deep);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.dayline-item p {
  margin-bottom: 0;
  font-size: 0.96rem;
}

.acute-conclusion {
  margin-top: 14px;
  padding: 22px;
  border-left: 4px solid var(--pink-deep);
  background: #eddde0;
  font-family: Georgia, serif;
  font-size: 1.15rem;
}

.turning-band {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 50%, rgb(213 164 92 / 20%), transparent 28rem),
    linear-gradient(120deg, #31091f, #12070d 70%);
}

.turning-band::before {
  position: absolute;
  top: -80px;
  right: 0;
  width: 220px;
  height: 220px;
  content: "";
  border: 1px solid rgb(242 199 132 / 22%);
  border-radius: 50%;
  box-shadow: 0 0 0 26px rgb(242 199 132 / 4%), 0 0 0 54px rgb(255 25 117 / 4%);
}

.turning-inner {
  position: relative;
  width: var(--page);
  margin: 0 auto;
  padding: 70px 0;
}

.turning-inner p {
  max-width: 960px;
  margin-bottom: 0;
  font-family: Georgia, serif;
  font-size: clamp(1.55rem, 6vw, 2.9rem);
  line-height: 1.32;
}

.game-about {
  padding-top: 110px;
}

.pathway {
  position: relative;
  display: grid;
  gap: 14px;
}

.pathway-line {
  display: none;
}

.pathway article {
  position: relative;
  padding: 26px 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgb(36 8 22 / 72%);
}

.pathway article > strong {
  display: block;
  margin-bottom: 14px;
  color: var(--pink-soft);
  font-size: 0.82rem;
  letter-spacing: 0.13em;
}

.pathway h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.pathway p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.about-cta {
  display: grid;
  margin-top: 26px;
  padding: 28px 24px;
  gap: 18px;
  border: 1px solid rgb(213 164 92 / 33%);
  border-radius: 22px;
  background: linear-gradient(120deg, rgb(213 164 92 / 9%), rgb(255 25 117 / 8%));
}

.about-cta p {
  margin-bottom: 0;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold-light);
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.text-link span {
  color: var(--pink-soft);
}

.program {
  width: 100%;
  padding-right: max(18px, calc((100vw - 1180px) / 2));
  padding-left: max(18px, calc((100vw - 1180px) / 2));
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 12%, rgb(255 25 117 / 18%), transparent 30rem),
    linear-gradient(160deg, #2e0a1d 0%, #13070d 70%);
}

.program-orbit {
  position: absolute;
  top: 60px;
  right: 0;
  width: 340px;
  height: 340px;
  border: 1px solid rgb(242 199 132 / 15%);
  border-radius: 50%;
  box-shadow: inset 0 0 80px rgb(255 25 117 / 6%), 0 0 0 46px rgb(255 25 117 / 2%);
}

.module-grid {
  position: relative;
  display: grid;
  gap: 14px;
}

.module-card {
  position: relative;
  min-height: 260px;
  padding: 28px 24px;
  overflow: hidden;
  border: 1px solid rgb(255 114 172 / 20%);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgb(247 237 231 / 96%), rgb(239 218 222 / 95%));
  color: var(--dark-text);
  box-shadow: 0 22px 54px rgb(0 0 0 / 22%);
}

.module-card::after {
  position: absolute;
  right: -40px;
  bottom: -54px;
  width: 150px;
  height: 150px;
  content: "";
  border: 1px solid rgb(200 10 91 / 16%);
  border-radius: 50%;
  box-shadow: 0 0 0 24px rgb(200 10 91 / 4%);
}

.module-number {
  position: absolute;
  top: 18px;
  right: 20px;
  color: rgb(200 10 91 / 18%);
  font-size: 3.7rem;
  font-weight: 900;
  line-height: 1;
}

.module-label {
  position: relative;
  margin-bottom: 28px;
  color: #8c2455;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.module-label::after {
  display: block;
  width: 46px;
  height: 3px;
  margin-top: 10px;
  content: "";
  background: var(--pink);
  box-shadow: 0 0 14px rgb(255 25 117 / 38%);
}

.module-card h3 {
  position: relative;
  max-width: 340px;
  margin-bottom: 12px;
  color: #4a0e2c;
  font-family: Georgia, serif;
  font-size: 1.42rem;
}

.module-card > p:last-child {
  position: relative;
  max-width: 420px;
  margin-bottom: 0;
  font-size: 0.9rem;
}

.format {
  display: grid;
  width: 100%;
  padding: 0;
  grid-template-columns: minmax(0, 1fr);
  background: var(--paper);
  color: var(--dark-text);
}

.format-visual {
  position: relative;
  min-width: 0;
  min-height: 420px;
  overflow: hidden;
}

.format-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgb(21 4 12 / 64%), transparent 55%);
}

.format-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% center;
}

.format-stamp {
  position: absolute;
  z-index: 1;
  bottom: 22px;
  left: 22px;
  padding: 18px 20px;
  border: 1px solid rgb(255 255 255 / 32%);
  border-radius: 18px;
  background: rgb(40 7 24 / 70%);
  backdrop-filter: blur(10px);
}

.format-stamp strong,
.format-stamp span {
  display: block;
}

.format-stamp strong {
  color: var(--pink-soft);
  font-size: 1.5rem;
}

.format-stamp span {
  color: white;
  font-size: 0.78rem;
}

.format-copy {
  min-width: 0;
  padding: 70px max(18px, calc((100vw - 1180px) / 2));
}

.format .kicker {
  color: #8c2455;
}

.format h2 {
  color: #381020;
  font-size: clamp(2.3rem, 4.3vw, 3.8rem);
}

.format-steps {
  display: grid;
  margin: 36px 0 0;
  padding: 0;
  gap: 14px;
  list-style: none;
}

.format-steps li {
  display: grid;
  padding: 20px 0;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  border-bottom: 1px solid rgb(89 20 54 / 16%);
}

.format-steps li > span {
  color: var(--pink-deep);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.format-steps strong {
  display: block;
  margin-bottom: 6px;
  color: #54132f;
}

.format-steps p {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.group-effect {
  padding-top: 110px;
}

.group-benefits {
  display: grid;
  gap: 14px;
}

.benefit {
  min-height: 250px;
  padding: 28px 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 12%, rgb(213 164 92 / 12%), transparent 12rem),
    rgb(37 8 23 / 62%);
}

.benefit-icon {
  margin-bottom: 28px;
  color: var(--pink-soft);
  font-size: 2.2rem;
  line-height: 1;
  text-shadow: 0 0 20px rgb(255 25 117 / 42%);
}

.benefit h3 {
  margin-bottom: 10px;
  font-family: Georgia, serif;
  font-size: 1.4rem;
}

.benefit p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.outcomes {
  width: 100%;
  padding-right: max(18px, calc((100vw - 1180px) / 2));
  padding-left: max(18px, calc((100vw - 1180px) / 2));
  background: linear-gradient(155deg, #4a0d2b, #1b0812 68%);
}

.outcome-list {
  display: grid;
  border-top: 1px solid rgb(255 114 172 / 25%);
}

.outcome {
  display: grid;
  padding: 24px 0;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  border-bottom: 1px solid rgb(255 114 172 / 20%);
}

.outcome span {
  color: var(--pink-soft);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.outcome p {
  margin-bottom: 0;
}

.outcome strong {
  color: white;
}

.case-section {
  position: relative;
  display: grid;
  width: var(--page);
  margin: 0 auto;
  padding: 100px 0;
  gap: 30px;
}

.case-glow {
  position: absolute;
  top: 20%;
  left: 0;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: rgb(255 25 117 / 18%);
  filter: blur(90px);
}

.case-content,
.case-quote {
  position: relative;
}

.case-content h2 {
  font-size: clamp(2.2rem, 8vw, 4.2rem);
}

.case-content > p:not(.kicker) {
  color: var(--muted);
}

.case-quote {
  padding: 32px 26px;
  overflow: hidden;
  border: 1px solid rgb(213 164 92 / 38%);
  border-radius: 26px;
  background:
    radial-gradient(circle at 90% 10%, rgb(213 164 92 / 18%), transparent 14rem),
    linear-gradient(145deg, rgb(68 11 39 / 90%), rgb(24 6 14 / 94%));
  box-shadow: var(--shadow);
}

.case-quote::after {
  position: absolute;
  right: -46px;
  bottom: -58px;
  width: 180px;
  height: 180px;
  content: "";
  border: 1px solid rgb(255 114 172 / 24%);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgb(255 25 117 / 3%);
}

.case-quote span,
.case-quote strong,
.case-quote small {
  position: relative;
  z-index: 1;
  display: block;
}

.case-quote span {
  margin-bottom: 14px;
  color: var(--muted);
}

.case-quote strong {
  margin-bottom: 20px;
  color: var(--gold-light);
  font-family: Georgia, serif;
  font-size: 1.65rem;
  line-height: 1.25;
}

.case-quote small {
  color: #baabb0;
  font-size: 0.72rem;
  line-height: 1.5;
}

.game-reviews {
  padding-top: 76px;
}

.game-reviews .section-heading {
  margin-bottom: 28px;
}

.game-reviews-help {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.72rem;
  text-align: center;
}

.game-reviews-grid {
  display: grid;
  width: min(100%, 940px);
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: clamp(8px, 2.4vw, 18px);
}

.game-reviews-column {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: clamp(8px, 2.4vw, 18px);
}

.game-review-card {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgb(255 114 172 / 26%);
  border-radius: 15px;
  background: white;
  box-shadow: 0 14px 34px rgb(0 0 0 / 30%);
  cursor: zoom-in;
}

.game-review-card img {
  display: block;
  width: 100%;
  height: auto;
}

.game-review-card:focus-visible {
  outline: 3px solid var(--pink-soft);
  outline-offset: 3px;
}

.host {
  display: grid;
  width: 100%;
  padding: 0;
  background: var(--paper);
  color: var(--dark-text);
}

.host-photo {
  position: relative;
  min-height: 560px;
  overflow: hidden;
}

.host-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgb(26 5 15 / 78%), transparent 50%);
}

.host-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
}

.host-name {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 28px;
  left: 24px;
  color: white;
}

.host-name strong,
.host-name span {
  display: block;
}

.host-name strong {
  color: var(--pink-soft);
  font-family: Georgia, serif;
  font-size: 1.8rem;
  font-style: italic;
}

.host-name span {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.host-copy {
  padding: 72px max(18px, calc((100vw - 1180px) / 2));
}

.host .kicker {
  color: #8c2455;
}

.host h2 {
  color: #381020;
}

.host-copy > p:not(.kicker) {
  font-size: 0.98rem;
}

.host .button-secondary {
  margin-top: 12px;
  border-color: #8c2455;
  background: transparent;
  color: #761b45;
}

.fit {
  padding-top: 110px;
}

.fit-grid {
  display: grid;
  gap: 16px;
}

.fit-card {
  padding: 30px 24px;
  border-radius: 24px;
}

.fit-card h3 {
  margin-bottom: 22px;
  font-family: Georgia, serif;
  font-size: 1.45rem;
}

.fit-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fit-card li {
  position: relative;
  padding: 0 0 16px 26px;
  font-size: 0.92rem;
}

.fit-card li:last-child {
  padding-bottom: 0;
}

.fit-card li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
}

.fit-yes {
  border: 1px solid rgb(255 114 172 / 28%);
  background: linear-gradient(145deg, #3c0b25, #1b0812);
}

.fit-yes h3 {
  color: var(--pink-soft);
}

.fit-yes li::before {
  background: var(--pink);
  box-shadow: 0 0 12px rgb(255 25 117 / 55%);
}

.fit-no {
  border: 1px solid rgb(213 164 92 / 25%);
  background: rgb(213 164 92 / 8%);
}

.fit-no h3 {
  color: var(--gold-light);
}

.fit-no li::before {
  background: var(--gold);
}

.start {
  width: 100%;
  padding-right: max(18px, calc((100vw - 1180px) / 2));
  padding-left: max(18px, calc((100vw - 1180px) / 2));
  background: var(--paper);
  color: var(--dark-text);
}

.start-card {
  display: grid;
  padding: 34px 24px;
  gap: 28px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 94% 10%, rgb(255 25 117 / 14%), transparent 18rem),
    #fff8f4;
  box-shadow: 0 26px 70px rgb(56 16 34 / 16%);
}

.start .kicker {
  color: #8c2455;
}

.start h2 {
  margin-bottom: 18px;
  color: #381020;
  font-size: clamp(2rem, 8vw, 3.8rem);
}

.start-copy p:last-child {
  font-size: 0.95rem;
}

.start-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.start-actions span {
  color: #755965;
  font-size: 0.72rem;
  text-align: center;
}

.faq {
  padding-top: 110px;
}

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

.faq-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgb(42 9 25 / 58%);
}

.faq-item summary {
  position: relative;
  padding: 22px 56px 22px 22px;
  cursor: pointer;
  color: white;
  font-weight: 750;
  line-height: 1.35;
  list-style: none;
}

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

.faq-item summary::after {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 26px;
  height: 26px;
  content: "+";
  transform: translateY(-50%);
  border: 1px solid rgb(255 114 172 / 44%);
  border-radius: 50%;
  color: var(--pink-soft);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item > div {
  padding: 0 22px 22px;
  color: var(--muted);
  font-size: 0.91rem;
}

.final-cta {
  position: relative;
  display: grid;
  min-height: 760px;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 32%, rgb(213 164 92 / 14%), transparent 24rem),
    linear-gradient(140deg, #3b0b25, #0b0509 62%);
}

.final-ring {
  position: absolute;
  top: 12%;
  right: 0;
  width: 320px;
  height: 320px;
  border: 1px solid rgb(242 199 132 / 22%);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgb(242 199 132 / 3%), inset 0 0 90px rgb(255 25 117 / 8%);
}

.final-photo {
  position: absolute;
  inset: 0;
}

.final-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, var(--ink) 2%, rgb(11 5 9 / 86%) 36%, rgb(11 5 9 / 22%) 72%, rgb(11 5 9 / 38%));
}

.final-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
  filter: saturate(0.9) brightness(0.82);
}

.final-copy {
  position: relative;
  z-index: 2;
  align-self: end;
  width: var(--page);
  margin: 0 auto;
  padding: 260px 0 96px;
}

.final-copy h2 {
  max-width: 900px;
  font-size: clamp(2.3rem, 8vw, 5rem);
}

.final-copy > p:not(.kicker, .final-note) {
  max-width: 680px;
  color: var(--muted);
}

.final-copy .button {
  width: 100%;
  max-width: 420px;
  margin-top: 12px;
}

.waitlist-caption {
  max-width: 420px !important;
  margin-top: 12px;
  color: #baa7ad !important;
  font-size: 0.74rem;
  line-height: 1.5;
}

.final-note {
  margin-top: 28px;
  color: var(--gold-light);
  font-family: Georgia, serif;
  font-size: 0.9rem;
  font-style: italic;
  line-height: 1.5;
}

.footer {
  display: grid;
  width: var(--page);
  margin: 0 auto;
  padding: 36px 0 calc(104px + env(safe-area-inset-bottom));
  gap: 8px;
  color: #9f8b91;
  font-size: 0.72rem;
}

.footer a {
  justify-self: start;
  color: var(--gold-light);
  font-weight: 700;
  text-underline-offset: 4px;
}

.footer p {
  margin: 0;
}

.footer-legal {
  display: flex;
  margin-top: 8px;
  flex-wrap: wrap;
  gap: 6px 16px;
}

.footer-legal a {
  color: #bba7ad;
  font-weight: 500;
}

.footer-cookie-settings {
  padding: 0;
  border: 0;
  background: transparent;
  color: #bba7ad;
  font: inherit;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.game-review-lightbox {
  z-index: 120;
  width: min(96vw, 920px);
  max-width: none;
  height: min(94dvh, 1080px);
  max-height: none;
  margin: auto;
  padding: 48px 48px 24px;
  overflow: hidden;
  border: 1px solid rgb(255 114 172 / 30%);
  border-radius: 24px;
  background: rgb(18 5 12 / 98%);
  box-shadow: 0 24px 90px rgb(0 0 0 / 62%);
}

.game-review-lightbox::backdrop {
  background: rgb(8 2 6 / 88%);
  backdrop-filter: blur(7px);
}

.game-review-lightbox figure {
  display: grid;
  width: 100%;
  height: 100%;
  margin: 0;
  grid-template-rows: minmax(0, 1fr) auto;
}

.game-review-lightbox figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.game-review-lightbox figcaption {
  padding-top: 8px;
  color: #e9dce1;
  font-size: 0.7rem;
  line-height: 1.3;
  text-align: center;
}

.game-review-lightbox button {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 1px solid rgb(255 114 172 / 30%);
  border-radius: 50%;
  background: rgb(255 255 255 / 12%);
  color: white;
  font-family: Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.game-review-close {
  top: 8px;
  right: 8px;
}

.game-review-nav {
  top: 50%;
  transform: translateY(-50%);
}

.game-review-prev {
  left: 8px;
}

.game-review-next {
  right: 8px;
}

.waitlist-dialog {
  width: min(820px, calc(100% - 24px));
  min-width: 0;
  max-width: 100%;
  inline-size: min(820px, calc(100% - 24px));
  max-inline-size: 100%;
  max-height: min(92dvh, 940px);
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgb(255 114 172 / 34%);
  border-radius: 28px;
  background: #13070e;
  color: var(--text);
  box-shadow: 0 30px 100px rgb(0 0 0 / 78%), 0 0 50px rgb(255 25 117 / 16%);
}

.waitlist-dialog::backdrop {
  background: rgb(5 2 4 / 80%);
  backdrop-filter: blur(8px);
}

.dialog-shell {
  position: relative;
  width: 100%;
  max-width: 100%;
  max-height: min(92dvh, 940px);
  padding: 28px 20px 32px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  touch-action: pan-y;
  background:
    radial-gradient(circle at 100% 0%, rgb(213 164 92 / 14%), transparent 24rem),
    radial-gradient(circle at 0% 38%, rgb(255 25 117 / 14%), transparent 28rem),
    #13070e;
}

.dialog-close {
  position: sticky;
  z-index: 3;
  top: 0;
  float: right;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 1px solid rgb(255 114 172 / 34%);
  border-radius: 50%;
  background: rgb(25 8 17 / 88%);
  color: var(--text);
  font-size: 1.7rem;
  line-height: 1;
}

.form-view > h2,
.success-view > h2 {
  max-width: 660px;
  margin-bottom: 16px;
  font-size: clamp(2rem, 8vw, 3.7rem);
}

.dialog-intro {
  max-width: 660px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 0.94rem;
}

.application-form {
  clear: both;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.form-grid {
  display: grid;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

.field {
  display: grid;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  gap: 8px;
}

.field > span,
.states-fieldset legend {
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 750;
}

.field input {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  inline-size: 100%;
  min-inline-size: 0;
  max-inline-size: 100%;
  min-height: 54px;
  padding: 13px 15px;
  border: 1px solid rgb(255 114 172 / 26%);
  border-radius: 14px;
  outline: none;
  background: rgb(247 237 231 / 8%);
  color: var(--text);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.field input[type="date"] {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  inline-size: 100% !important;
  min-inline-size: 0 !important;
  max-inline-size: 100% !important;
  -webkit-min-logical-width: 0;
  -webkit-appearance: none;
  appearance: none;
}

.field input[type="date"]::-webkit-date-and-time-value {
  min-width: 0;
  text-align: left;
}

.field input::placeholder {
  color: #927f86;
}

.field input:focus {
  border-color: var(--pink-soft);
  background: rgb(247 237 231 / 11%);
  box-shadow: 0 0 0 3px rgb(255 25 117 / 12%);
}

.field input:user-invalid {
  border-color: #ff8c9e;
}

.states-fieldset {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin: 28px 0 0;
  padding: 0;
  border: 0;
}

.states-fieldset legend {
  padding: 0;
  font-size: 1.08rem;
}

.states-fieldset > p {
  margin: 4px 0 14px;
  color: var(--muted);
  font-size: 0.76rem;
}

.states-list {
  display: grid;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  gap: 8px;
}

.states-list label,
.consent-row {
  display: grid;
  cursor: pointer;
  grid-template-columns: 22px 1fr;
  align-items: start;
  gap: 10px;
}

.states-list label {
  padding: 12px 13px;
  border: 1px solid rgb(255 114 172 / 18%);
  border-radius: 13px;
  background: rgb(247 237 231 / 5%);
  color: #e9dce0;
  font-size: 0.78rem;
  line-height: 1.45;
  transition: border-color 160ms ease, background 160ms ease;
}

.states-list label:has(input:checked) {
  border-color: rgb(255 114 172 / 58%);
  background: rgb(255 25 117 / 10%);
}

.states-list input,
.consent-row input {
  width: 19px;
  height: 19px;
  margin: 2px 0 0;
  accent-color: var(--pink);
}

.field-error {
  min-height: 1.2em;
  color: #ff9caf !important;
}

.consents {
  display: grid;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin-top: 24px;
  gap: 12px;
}

.consent-row {
  color: #d8c7cc;
  font-size: 0.72rem;
  line-height: 1.5;
}

.consent-row a {
  color: var(--gold-light);
  text-underline-offset: 3px;
}

.consent-row small {
  color: #9f8b91;
}

.consent-optional {
  color: #b7a6ab;
}

.form-status {
  min-height: 1.5em;
  margin: 18px 0 8px;
  color: #ff9caf;
  font-size: 0.78rem;
}

.submit-application {
  width: 100%;
}

.success-view {
  max-width: 660px;
  min-height: 560px;
  margin: 0 auto;
  padding: 56px 0 24px;
  text-align: center;
}

.success-view[hidden] {
  display: none;
}

.success-icon {
  display: grid;
  width: 72px;
  height: 72px;
  margin: 0 auto 24px;
  place-items: center;
  border: 1px solid rgb(255 114 172 / 55%);
  border-radius: 50%;
  background: rgb(255 25 117 / 12%);
  color: var(--pink-soft);
  font-size: 2rem;
  box-shadow: 0 0 34px rgb(255 25 117 / 22%);
}

.success-view .kicker::after {
  margin-right: auto;
  margin-left: auto;
}

.success-view > p:not(.kicker, .success-note) {
  color: var(--muted);
}

.success-view .button {
  width: 100%;
  max-width: 420px;
  margin-top: 12px;
}

.success-note {
  max-width: 540px;
  margin: 22px auto 0;
  color: #bba8ae;
  font-size: 0.76rem;
}

body.has-open-dialog {
  overflow: hidden;
}

.cookie-notice {
  position: fixed;
  z-index: 80;
  right: 10px;
  bottom: calc(10px + env(safe-area-inset-bottom));
  left: 10px;
  display: flex;
  padding: 10px 10px 10px 13px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid rgb(255 114 172 / 24%);
  border-radius: 14px;
  background: rgb(22 7 15 / 94%);
  box-shadow: 0 16px 48px rgb(0 0 0 / 50%);
  backdrop-filter: blur(16px);
  transition: bottom 240ms ease;
}

body.sticky-cta-visible .cookie-notice {
  bottom: calc(var(--cookie-sticky-offset, 86px) + env(safe-area-inset-bottom));
}

.cookie-notice[hidden] {
  display: none;
}

.cookie-notice p {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #bcaab0;
  font-size: 0.62rem;
  line-height: 1.35;
}

.cookie-notice a {
  color: var(--gold-light);
}

.cookie-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
}

.cookie-notice button {
  flex: 0 0 auto;
  min-width: 48px;
  min-height: 38px;
  padding: 6px 11px;
  border: 1px solid rgb(255 114 172 / 35%);
  border-radius: 10px;
  background: rgb(255 25 117 / 16%);
  color: white;
  font-size: 0.7rem;
  font-weight: 800;
}

.sticky-cta {
  position: fixed;
  z-index: 50;
  right: 10px;
  bottom: calc(10px + env(safe-area-inset-bottom));
  left: 10px;
  display: flex;
  padding: 10px 10px 10px 14px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transform: translateY(140%);
  border: 1px solid rgb(255 114 172 / 30%);
  border-radius: 20px;
  background: rgb(21 5 13 / 88%);
  box-shadow: 0 16px 46px rgb(0 0 0 / 45%);
  backdrop-filter: blur(16px);
  transition: transform 240ms ease;
}

.sticky-cta.is-visible {
  transform: translateY(0);
}

.sticky-cta > div {
  min-width: 0;
}

.sticky-cta strong,
.sticky-cta span {
  display: block;
}

.sticky-cta strong {
  font-size: 0.88rem;
}

.sticky-cta span {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.65rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sticky-cta > a {
  flex: 0 0 auto;
  min-width: 96px;
  padding: 11px 17px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--pink), var(--pink-deep));
  text-decoration: none;
  text-align: center;
  color: white;
  font-size: 0.82rem;
  font-weight: 850;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.is-revealed {
  opacity: 1;
  transform: none;
}

@media (max-width: 619px) {
  .game-review-lightbox {
    width: 100vw;
    height: 100dvh;
    padding: 52px 44px 22px;
    border: 0;
    border-radius: 0;
  }

  .waitlist-dialog {
    width: 100%;
    min-width: 0;
    max-width: none;
    inline-size: 100%;
    max-inline-size: 100%;
    max-height: 96dvh;
    margin: auto 0 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 26px 26px 0 0;
  }

  .dialog-shell {
    width: 100%;
    max-width: 100%;
    max-height: 96dvh;
  }
}

@media (min-width: 620px) {
  :root {
    --page: min(1180px, calc(100% - 64px));
  }

  .topbar-link {
    display: inline-block;
  }

  .hero-content {
    padding-top: 74px;
  }

  .quote-grid,
  .module-grid,
  .group-benefits,
  .fit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .validation-card {
    padding: 38px 34px;
    grid-template-columns: 56px 1fr;
  }

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

  .start-card {
    padding: 44px;
  }

  .dialog-shell {
    padding: 38px 38px 42px;
  }

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

  .field-wide {
    grid-column: 1 / -1;
  }

  .cookie-notice {
    right: 18px;
    bottom: 18px;
    left: auto;
    width: min(420px, calc(100% - 36px));
  }

  .cookie-notice {
    align-items: center;
  }
}

@media (min-width: 900px) {
  body {
    font-size: 19px;
  }

  .hero {
    min-height: 820px;
  }

  .hero-photo {
    left: 40%;
    width: 60%;
  }

  .hero-photo img {
    object-position: 58% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, var(--ink) 0%, rgb(11 5 9 / 98%) 35%, rgb(11 5 9 / 68%) 61%, rgb(11 5 9 / 18%) 100%),
      linear-gradient(180deg, rgb(11 5 9 / 28%), transparent 60%, var(--ink) 100%);
  }

  .hero-content {
    min-height: 710px;
    padding: 92px 0 84px;
  }

  .hero h1 {
    max-width: 690px;
    font-size: clamp(7rem, 11vw, 10rem);
  }

  .hero-word {
    font-size: 0.9em;
  }

  .hero-number {
    margin-left: 0.82em;
  }

  .hero-lead {
    max-width: 590px;
  }

  .scroll-cue {
    display: inline-flex;
  }

  .section {
    padding-top: 128px;
    padding-bottom: 128px;
  }

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

  .pain-card {
    min-height: 190px;
    padding: 32px 32px 30px 38px;
  }

  .validation-card {
    max-width: 980px;
    margin-top: 46px;
  }

  .acute,
  .format,
  .host {
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  }

  .acute-photo,
  .format-visual,
  .host-photo {
    min-height: 860px;
  }

  .acute-copy,
  .format-copy,
  .host-copy {
    display: flex;
    max-width: 760px;
    padding: 112px 8vw;
    flex-direction: column;
    justify-content: center;
  }

  .turning-inner {
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .pathway {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }

  .pathway-line {
    position: absolute;
    top: 46px;
    right: 7%;
    left: 7%;
    display: block;
    height: 1px;
    background: linear-gradient(90deg, var(--pink), var(--gold), var(--pink));
    opacity: 0.35;
  }

  .pathway article {
    min-height: 300px;
    padding: 34px 28px;
  }

  .about-cta {
    margin-top: 34px;
    padding: 34px;
    grid-template-columns: 1fr auto;
    align-items: center;
  }

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

  .module-card {
    min-height: 300px;
    padding: 34px 32px;
  }

  .group-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

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

  .outcome:nth-child(odd) {
    padding-right: 34px;
    border-right: 1px solid rgb(255 114 172 / 20%);
  }

  .outcome:nth-child(even) {
    padding-left: 34px;
  }

  .case-section {
    padding-top: 138px;
    padding-bottom: 138px;
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
    gap: 70px;
    align-items: center;
  }

  .case-quote {
    padding: 44px 38px;
  }

  .host {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }

  .fit-grid {
    gap: 20px;
  }

  .fit-card {
    padding: 40px 36px;
  }

  .start-card {
    padding: 54px;
    grid-template-columns: minmax(0, 1fr) 380px;
    align-items: center;
  }

  .final-cta {
    min-height: 880px;
  }

  .final-photo {
    left: 48%;
  }

  .final-photo::after {
    background: linear-gradient(90deg, var(--ink) 0%, rgb(11 5 9 / 94%) 22%, rgb(11 5 9 / 58%) 56%, rgb(11 5 9 / 10%) 100%);
  }

  .final-copy {
    align-self: center;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .final-copy h2 {
    max-width: 720px;
  }

  .footer {
    padding-bottom: 44px;
    grid-template-columns: auto minmax(280px, 1fr);
    align-items: start;
    gap: 28px;
  }

  .footer > p:last-of-type {
    max-width: 500px;
    justify-self: end;
    text-align: right;
  }

  .footer-legal {
    grid-column: 1 / -1;
    margin-top: 0;
  }

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

  .sticky-cta {
    right: 20px;
    bottom: 20px;
    left: auto;
    width: 360px;
  }
}

@media (min-width: 1240px) {
  .module-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .module-card:nth-child(10) {
    grid-column: 2;
  }
}

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
