:root {
  color-scheme: dark;
  --ink: #09112f;
  --ink-soft: #263055;
  --paper: #fbfaff;
  --paper-blue: #f0f5ff;
  --night: #050b29;
  --night-soft: #0b1950;
  --blue: #1e79ff;
  --cyan: #31dcff;
  --pink: #ff42a7;
  --purple: #9b5cff;
  --gold: #ffc629;
  --green: #8bea37;
  --white: #ffffff;
  --muted-light: #bdc8ef;
  --border-light: rgba(255, 255, 255, 0.14);
  --border-dark: rgba(13, 28, 75, 0.12);
  --shadow-sm: 0 12px 30px rgba(6, 16, 55, 0.1);
  --shadow-lg: 0 34px 80px rgba(3, 9, 41, 0.28);
  --radius-sm: 18px;
  --radius-md: 28px;
  --radius-lg: 42px;
  --container: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  background: var(--night);
  color: var(--white);
  font-family: Inter, ui-rounded, "SF Pro Rounded", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  background: var(--gold);
  color: var(--ink);
}

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

button,
a {
  font: inherit;
}

a {
  color: inherit;
}

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

h1,
h2,
h3 {
  line-height: 1.05;
  letter-spacing: -0.04em;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(2.45rem, 7vw, 5.6rem);
  font-weight: 900;
}

h2 span {
  color: var(--blue);
}

h3 {
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 850;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 96px 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

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

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--border-light);
  background: rgba(5, 11, 41, 0.86);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.16);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--white);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-decoration: none;
  white-space: nowrap;
}

.brand img {
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(27, 127, 255, 0.3);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2.7vw, 34px);
}

.site-nav a {
  color: #e9edff;
  font-size: 0.88rem;
  font-weight: 750;
  text-decoration: none;
}

.site-nav a:not(.nav-pill):hover {
  color: var(--cyan);
}

.nav-pill {
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.nav-pill:hover {
  background: var(--white);
  color: var(--ink);
}

.hero {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  padding: 126px 0 110px;
  background:
    radial-gradient(circle at 18% 42%, rgba(48, 218, 255, 0.19), transparent 28%),
    radial-gradient(circle at 84% 33%, rgba(255, 52, 157, 0.2), transparent 25%),
    linear-gradient(145deg, #07133f 0%, #061036 43%, #17083e 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 11, 41, 0.22), rgba(5, 11, 41, 0.02)),
    url("../images/space-background.png") center / cover;
  content: "";
  opacity: 0.42;
}

.hero-stars,
.cta-stars {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 15% 25%, #fff 0 1px, transparent 2px),
    radial-gradient(circle at 75% 18%, #fff 0 1px, transparent 2px),
    radial-gradient(circle at 66% 68%, #9eeeff 0 1px, transparent 2px),
    radial-gradient(circle at 35% 76%, #fff 0 1px, transparent 2px),
    radial-gradient(circle at 88% 80%, #ffccf0 0 1px, transparent 2px);
  background-size: 240px 240px, 310px 310px, 350px 350px, 290px 290px, 420px 420px;
  opacity: 0.75;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  gap: clamp(42px, 7vw, 90px);
}

.hero-copy {
  position: relative;
  z-index: 3;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--cyan);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--green);
  box-shadow: 0 0 16px var(--green);
  transform: rotate(45deg);
}

.eyebrow-dark {
  color: #4c2ddb;
}

.hero-logo {
  width: min(100%, 420px);
  height: auto;
  max-height: 260px;
  margin: -34px 0 -30px;
  object-fit: contain;
  object-position: left center;
}

.hero-kicker {
  margin-bottom: 13px;
  color: var(--white);
  font-size: clamp(2.1rem, 8vw, 4.9rem);
  font-weight: 950;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.hero-description {
  max-width: 580px;
  margin-bottom: 28px;
  color: #d7defc;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.7;
}

.store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.store-button {
  display: inline-flex;
  min-width: 184px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.09);
  color: var(--white);
  line-height: 1.1;
  text-align: left;
}

.store-button svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.store-button span {
  font-size: 0.98rem;
  font-weight: 850;
}

.store-button small {
  display: block;
  margin-bottom: 3px;
  color: #abb6e2;
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.store-button:disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  padding: 0;
  margin: 25px 0 0;
  color: var(--muted-light);
  font-size: 0.85rem;
  font-weight: 700;
  list-style: none;
}

.trust-list li::before {
  margin-right: 8px;
  color: var(--green);
  content: "\2713";
}

.hero-visual {
  position: relative;
  display: grid;
  min-height: 550px;
  place-items: center;
}

.phone-shell {
  position: relative;
  z-index: 4;
  width: min(73vw, 320px);
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 48px;
  background: linear-gradient(145deg, #f8f9ff, #7c89bc 45%, #19234e 55%, #ced6ff);
  box-shadow:
    0 48px 90px rgba(0, 0, 0, 0.42),
    inset 0 0 0 2px rgba(255, 255, 255, 0.7);
  transform: rotate(4deg);
}

.phone-shell::after {
  position: absolute;
  inset: 5px;
  z-index: -1;
  border-radius: 43px;
  background: #030719;
  content: "";
}

.phone-speaker {
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 8;
  width: 78px;
  height: 23px;
  border-radius: 0 0 14px 14px;
  background: #050812;
  transform: translateX(-50%);
}

.phone-screen {
  position: relative;
  aspect-ratio: 9 / 20;
  overflow: hidden;
  border-radius: 38px;
  background: var(--night);
}

.gameplay-screen > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gameplay-screen::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(1, 5, 24, 0.56), transparent 24%);
  content: "";
}

.mini-gem,
.floating-gem {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0 12%, var(--cyan) 14% 45%, #1781ff 48% 76%, #0751bc 78%);
  clip-path: polygon(50% 0, 89% 22%, 100% 62%, 65% 100%, 28% 91%, 0 55%, 14% 18%);
  filter: drop-shadow(0 0 12px rgba(49, 220, 255, 0.85));
}

.concept-label {
  position: absolute;
  right: 14px;
  bottom: 18px;
  left: 14px;
  z-index: 4;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(3, 8, 31, 0.7);
  color: #dce5ff;
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(79, 222, 255, 0.28);
  border-radius: 50%;
  transform: rotate(-12deg);
}

.orbit-one {
  width: 500px;
  height: 280px;
}

.orbit-two {
  width: 610px;
  height: 350px;
  border-color: rgba(255, 66, 167, 0.2);
  transform: rotate(21deg);
}

.score-chip {
  position: absolute;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 15px;
  background: rgba(11, 25, 80, 0.8);
  box-shadow: var(--shadow-lg);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.score-chip span {
  color: var(--muted-light);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.score-chip strong {
  color: var(--gold);
  font-size: 1.35rem;
}

.score-chip-top {
  top: 105px;
  right: 0;
  transform: rotate(5deg);
}

.score-chip-bottom {
  bottom: 115px;
  left: -5px;
  transform: rotate(-7deg);
}

.floating-gem {
  position: absolute;
  z-index: 1;
  width: 42px;
  height: 42px;
}

.gem-pink {
  background: linear-gradient(135deg, #fff 0 10%, #ff8bd1 12% 36%, var(--pink) 39% 72%, #a90f68 74%);
  filter: drop-shadow(0 0 14px rgba(255, 66, 167, 0.7));
}

.gem-green {
  background: linear-gradient(135deg, #fff 0 10%, #c7ff83 12% 36%, var(--green) 39% 72%, #329413 74%);
  filter: drop-shadow(0 0 14px rgba(139, 234, 55, 0.65));
}

.gem-gold {
  background: linear-gradient(135deg, #fff 0 10%, #fff082 12% 36%, var(--gold) 39% 72%, #d77b00 74%);
  filter: drop-shadow(0 0 14px rgba(255, 198, 41, 0.7));
}

.gem-one {
  top: 21%;
  left: 5%;
  animation: drift 5s ease-in-out infinite;
}

.gem-two {
  right: 7%;
  bottom: 18%;
  width: 30px;
  height: 30px;
  animation: drift 6s 1s ease-in-out infinite;
}

.gem-three {
  bottom: 8%;
  left: 45%;
  width: 24px;
  height: 24px;
  animation: drift 4s 0.5s ease-in-out infinite;
}

.hero-wave {
  position: absolute;
  right: -5%;
  bottom: -68px;
  left: -5%;
  z-index: 5;
  height: 140px;
  border-radius: 50% 50% 0 0;
  background: var(--paper);
}

.section-light {
  background: var(--paper);
  color: var(--ink);
}

.feature-art {
  position: relative;
  z-index: 6;
  margin: -72px 0 92px;
}

.feature-art::before {
  position: absolute;
  inset: 8% 5% -5%;
  z-index: -1;
  border-radius: var(--radius-lg);
  background: linear-gradient(90deg, rgba(30, 121, 255, 0.3), rgba(255, 66, 167, 0.23));
  filter: blur(30px);
  content: "";
}

.feature-art img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: clamp(22px, 4vw, var(--radius-lg));
  box-shadow: var(--shadow-lg);
}

.feature-art figcaption {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 6px 20px;
  padding: 17px 8px 0;
  color: #414c70;
  font-size: 0.88rem;
  font-weight: 750;
}

.feature-art figcaption span {
  color: #4c2ddb;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 54px;
}

.section-heading > p:last-child {
  max-width: 650px;
  color: #586180;
  font-size: 1.08rem;
}

.section-heading-centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading-centered .eyebrow {
  justify-content: center;
}

.section-heading-centered > p:last-child {
  margin-right: auto;
  margin-left: auto;
}

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

.step-card {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--border-dark);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.step-card.featured {
  background: linear-gradient(145deg, #5225de, #147cec);
  color: var(--white);
  transform: none;
}

.step-card p {
  color: #65708e;
}

.step-card.featured p {
  color: #dbe3ff;
}

.step-number {
  color: #9ba4bc;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.featured .step-number {
  color: #b9efff;
}

.step-icon {
  position: relative;
  display: grid;
  width: 110px;
  height: 110px;
  margin: 30px 0 38px;
  place-items: center;
  border-radius: 32px;
  background: var(--paper-blue);
  transform: rotate(-5deg);
}

.featured .step-icon {
  background: rgba(255, 255, 255, 0.12);
}

.step-icon-steer::before {
  width: 76px;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), transparent 35% 65%, var(--blue));
  content: "";
}

.step-icon-steer span {
  position: absolute;
  width: 34px;
  height: 34px;
  border: 3px solid var(--blue);
  border-radius: 9px;
  background: var(--white);
  box-shadow: 0 8px 15px rgba(30, 121, 255, 0.24);
}

.step-icon-dodge::before {
  width: 25px;
  height: 25px;
  background: linear-gradient(145deg, #b7c0d9, #4c5876);
  clip-path: polygon(20% 5%, 77% 0, 100% 34%, 88% 84%, 48% 100%, 5% 78%, 0 30%);
  box-shadow: -35px 0 0 #687594, 35px 0 0 #687594;
  content: "";
}

.step-icon-dodge span {
  position: absolute;
  bottom: 18px;
  width: 18px;
  height: 7px;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 0 14px var(--cyan);
}

.step-icon-collect::before {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 46%, var(--pink) 47% 53%, transparent 54%),
    linear-gradient(transparent 46%, var(--pink) 47% 53%, transparent 54%);
  content: "";
}

.step-icon-collect span {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 16px var(--pink);
}

.features-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 0 20%, rgba(24, 132, 255, 0.24), transparent 28%),
    radial-gradient(circle at 100% 80%, rgba(255, 66, 167, 0.16), transparent 24%),
    var(--night);
}

.features-section .section-heading > p:last-child {
  color: var(--muted-light);
}

.features-section h2 span,
.preview-section h2 span {
  color: var(--cyan);
}

.feature-grid {
  display: grid;
  gap: 18px;
}

.feature-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.065);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.feature-card::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), transparent 45%);
  content: "";
  pointer-events: none;
}

.feature-card h3,
.feature-card p,
.feature-card .feature-tag {
  position: relative;
  z-index: 2;
}

.feature-card p {
  max-width: 500px;
  color: var(--muted-light);
}

.feature-tag {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--cyan);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.feature-rush {
  display: grid;
  align-items: end;
  background:
    radial-gradient(circle at 80% 15%, rgba(255, 66, 167, 0.26), transparent 33%),
    linear-gradient(145deg, rgba(125, 54, 255, 0.3), rgba(255, 255, 255, 0.04));
}

.rush-meter {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: end;
  gap: 7px;
}

.rush-meter span {
  display: grid;
  flex: 1;
  height: 42px;
  place-items: center;
  border-radius: 12px 12px 5px 5px;
  background: rgba(255, 255, 255, 0.08);
  color: #8e9ac5;
  font-size: 0.77rem;
  font-weight: 900;
}

.rush-meter span:nth-child(2) {
  height: 62px;
}

.rush-meter span:nth-child(3) {
  height: 82px;
}

.rush-meter span.active {
  height: 102px;
  background: linear-gradient(180deg, var(--pink), #7b39fb);
  color: var(--white);
  box-shadow: 0 10px 30px rgba(255, 66, 167, 0.35);
}

.feature-gems {
  display: flex;
  height: 105px;
  align-items: center;
  gap: 16px;
}

.mini-gem {
  width: 64px;
  height: 64px;
}

.mini-gem-gold {
  background: linear-gradient(135deg, #fff 0 10%, #fff082 12% 36%, var(--gold) 39% 72%, #d77b00 74%);
  filter: drop-shadow(0 0 14px rgba(255, 198, 41, 0.5));
  transform: rotate(-10deg);
}

.mini-heart {
  position: relative;
  width: 58px;
  height: 52px;
  margin-top: 12px;
  background: linear-gradient(145deg, #ff9bcf, var(--pink) 52%, #b31871);
  clip-path: polygon(50% 100%, 5% 52%, 3% 29%, 12% 10%, 31% 2%, 50% 18%, 69% 2%, 88% 10%, 97% 29%, 95% 52%);
  filter: drop-shadow(0 0 14px rgba(255, 66, 167, 0.5));
}

.mini-rock {
  width: 56px;
  height: 56px;
  background: linear-gradient(145deg, #a4aec6, #4d5874 50%, #20273d);
  clip-path: polygon(20% 5%, 77% 0, 100% 34%, 88% 84%, 48% 100%, 5% 78%, 0 30%);
  box-shadow: inset 8px 8px 0 rgba(255, 255, 255, 0.1);
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.3));
  transform: rotate(8deg);
}

.feature-worlds {
  background:
    radial-gradient(circle at 75% 20%, rgba(139, 234, 55, 0.2), transparent 30%),
    rgba(255, 255, 255, 0.065);
}

.world-count {
  display: grid;
  width: 90px;
  height: 92px;
  margin-bottom: 24px;
  place-items: center;
  border: 3px solid #d9ffd1;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #b9ff78, #3dad20 48%, #154d30 76%);
  box-shadow: 0 12px 34px rgba(139, 234, 55, 0.15);
}

.world-count span {
  color: var(--white);
  font-size: 2.25rem;
  font-weight: 950;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.35);
}

.feature-power {
  display: grid;
  align-items: center;
  gap: 30px;
  background:
    radial-gradient(circle at 22% 40%, rgba(49, 220, 255, 0.2), transparent 33%),
    linear-gradient(145deg, rgba(22, 104, 243, 0.25), rgba(255, 255, 255, 0.04));
}

.power-art {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 11px;
}

.power-pill {
  display: block;
  width: fit-content;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.power-pill:nth-child(1) {
  margin-left: 18px;
  color: var(--cyan);
  transform: rotate(-3deg);
}

.power-pill:nth-child(2) {
  margin-left: 60px;
  color: var(--green);
  transform: rotate(4deg);
}

.power-pill:nth-child(3) {
  color: var(--gold);
  transform: rotate(-5deg);
}

.power-pill:nth-child(4) {
  margin-left: 35px;
  color: #d59cff;
  transform: rotate(3deg);
}

.world-section {
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
}

.world-grid {
  display: grid;
  align-items: center;
  gap: 58px;
}

.world-art {
  position: relative;
  width: min(100%, 510px);
  margin-inline: auto;
}

.world-art::before {
  position: absolute;
  inset: -6% 13% 8% -10%;
  z-index: 0;
  border-radius: 50%;
  background: rgba(49, 220, 255, 0.16);
  filter: blur(45px);
  content: "";
}

.world-art img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 2 / 3;
  border-radius: 160px 160px var(--radius-lg) var(--radius-lg);
  box-shadow: var(--shadow-lg);
  object-fit: cover;
}

.world-score {
  position: absolute;
  right: -10px;
  bottom: 58px;
  z-index: 2;
  min-width: 148px;
  padding: 16px 20px;
  border: 1px solid var(--border-dark);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-sm);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.world-score span {
  display: block;
  color: #696f89;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.world-score strong {
  color: #5527dc;
  font-size: 1.65rem;
}

.world-copy > p:not(.eyebrow) {
  max-width: 600px;
  color: #59627f;
  font-size: 1.08rem;
}

.check-list {
  display: grid;
  gap: 15px;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #2c3554;
  font-weight: 750;
}

.check-list span {
  display: grid;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 8px;
  background: #e8efff;
  color: #4d29d8;
  font-size: 1.1rem;
}

.preview-section {
  background:
    radial-gradient(circle at 50% 10%, rgba(122, 65, 255, 0.2), transparent 30%),
    var(--night);
}

.preview-section .section-heading > p:last-child {
  color: var(--muted-light);
}

.preview-grid {
  display: grid;
  gap: 24px;
}

.preview-card {
  margin: 0;
}

.preview-phone {
  position: relative;
  overflow: hidden;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 39px;
  background: linear-gradient(145deg, #e9eeff, #6574ac 45%, #121a3e 56%, #d5dcff);
  box-shadow: 0 30px 64px rgba(0, 0, 0, 0.33);
}

.preview-phone img {
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 20;
  border-radius: 31px;
  object-fit: cover;
}

.preview-phone::after {
  position: absolute;
  inset: 9px;
  border-radius: 31px;
  background: linear-gradient(180deg, transparent 50%, rgba(2, 6, 25, 0.82));
  content: "";
  pointer-events: none;
}

.preview-phone.has-screenshot::after {
  background: linear-gradient(180deg, transparent 74%, rgba(2, 6, 25, 0.72));
}

.preview-placeholder,
.preview-badge {
  position: absolute;
  right: 26px;
  bottom: 27px;
  left: 26px;
  z-index: 2;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 13px;
  background: rgba(6, 13, 48, 0.7);
  color: #eef2ff;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.preview-badge {
  right: auto;
  padding-inline: 15px;
  border-color: rgba(215, 255, 186, 0.6);
  background: rgba(26, 88, 33, 0.78);
  color: #eaffdc;
}

.preview-card figcaption {
  padding: 17px 8px 0;
  color: var(--white);
  font-weight: 850;
}

.preview-card figcaption span {
  display: block;
  margin-bottom: 3px;
  color: #8d9ac7;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.final-cta {
  background: var(--paper);
}

.final-cta-card {
  position: relative;
  display: grid;
  overflow: hidden;
  align-items: center;
  gap: 32px;
  padding: 38px 26px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 10% 100%, rgba(49, 220, 255, 0.23), transparent 28%),
    radial-gradient(circle at 88% 4%, rgba(255, 66, 167, 0.25), transparent 28%),
    linear-gradient(135deg, #071640, #171054 52%, #330e52);
  box-shadow: var(--shadow-lg);
}

.final-cta-card > *:not(.cta-stars, .floating-gem) {
  position: relative;
  z-index: 2;
}

.final-cta-card > img {
  width: 140px;
  border-radius: 32px;
  box-shadow: 0 24px 45px rgba(0, 0, 0, 0.35);
  transform: rotate(-5deg);
}

.final-cta-card h2 {
  margin-bottom: 15px;
  font-size: clamp(2.2rem, 5vw, 4.5rem);
}

.final-cta-card p:not(.eyebrow) {
  margin-bottom: 25px;
  color: var(--muted-light);
}

.cta-gem-one {
  top: 16%;
  right: 8%;
}

.cta-gem-two {
  right: 43%;
  bottom: 8%;
  width: 24px;
  height: 24px;
}

.support-section {
  background: #eef4ff;
  color: var(--ink);
}

.support-grid {
  display: grid;
  gap: 34px;
}

.support-grid h2 {
  margin-bottom: 0;
  font-size: clamp(2.2rem, 6vw, 4.5rem);
}

.support-card {
  padding: 28px;
  border: 1px solid var(--border-dark);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.support-card > p:first-child {
  color: #5c6683;
}

.owner-placeholder {
  display: inline-block;
  padding: 6px 9px;
  border: 1px dashed #d05c00;
  border-radius: 8px;
  background: #fff2d9;
  color: #7e3900;
  font-size: 0.85rem;
  overflow-wrap: anywhere;
}

.support-email {
  margin: 18px 0;
  font-weight: 800;
}

.support-email a {
  color: #4c2bd7;
  overflow-wrap: anywhere;
}

.text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #4c2bd7;
  font-weight: 850;
  text-decoration: none;
}

.text-link:hover {
  color: #1d77ee;
}

.site-footer {
  border-top: 1px solid var(--border-light);
  background: #04091f;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  min-height: 170px;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  padding-block: 34px;
}

.footer-inner p {
  margin: 0;
  color: #929fc8;
  font-size: 0.84rem;
}

.footer-inner nav {
  display: flex;
  gap: 22px;
}

.footer-inner nav a {
  color: #dce3ff;
  font-size: 0.84rem;
  font-weight: 750;
  text-decoration: none;
}

.footer-inner nav a:hover {
  color: var(--cyan);
}

.brand-footer {
  font-size: 0.92rem;
}

/* Privacy policy */
.policy-page {
  background: var(--paper);
  color: var(--ink);
}

.policy-page .site-header {
  background: rgba(5, 11, 41, 0.94);
}

.policy-hero {
  overflow: hidden;
  padding: 150px 0 82px;
  background:
    radial-gradient(circle at 78% 40%, rgba(255, 66, 167, 0.22), transparent 25%),
    radial-gradient(circle at 12% 80%, rgba(49, 220, 255, 0.18), transparent 28%),
    linear-gradient(145deg, #06113a, #17104c);
  color: var(--white);
}

.policy-hero-inner {
  max-width: 830px;
  margin-inline: auto;
  text-align: center;
}

.policy-hero .eyebrow {
  justify-content: center;
}

.policy-hero h1 {
  margin-bottom: 22px;
  font-size: clamp(3rem, 10vw, 7rem);
  font-weight: 950;
}

.policy-lead {
  max-width: 670px;
  margin: 0 auto 36px;
  color: #ccd6fb;
  font-size: clamp(1.06rem, 2.5vw, 1.25rem);
}

.policy-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 0;
}

.policy-meta div {
  min-width: 180px;
  padding: 13px 17px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  text-align: left;
}

.policy-meta dt {
  color: #9daadd;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.policy-meta dd {
  margin: 3px 0 0;
  font-weight: 800;
}

.policy-meta .owner-placeholder {
  padding: 3px 6px;
}

.policy-layout {
  display: grid;
  gap: 54px;
  padding-top: 70px;
  padding-bottom: 100px;
}

.policy-toc {
  align-self: start;
  padding: 24px;
  border: 1px solid var(--border-dark);
  border-radius: var(--radius-sm);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.policy-toc > p {
  margin-bottom: 13px;
  color: #767e9a;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.policy-toc nav {
  display: grid;
  gap: 7px;
}

.policy-toc a {
  padding: 5px 0;
  color: #414a69;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.policy-toc a:hover {
  color: #4f2bdb;
}

.policy-article {
  min-width: 0;
}

.policy-article section {
  padding: 16px 0 38px;
  border-bottom: 1px solid var(--border-dark);
  scroll-margin-top: 100px;
}

.policy-article h2 {
  margin-bottom: 18px;
  font-size: clamp(1.8rem, 4vw, 2.65rem);
}

.policy-article p,
.policy-article li {
  color: #505a77;
  font-size: 1rem;
  line-height: 1.8;
}

.policy-article ul {
  display: grid;
  gap: 7px;
  padding-left: 22px;
}

.policy-article a {
  color: #4f2bdb;
  font-weight: 750;
}

.policy-disclaimer {
  padding-top: 22px;
  color: #78819d;
  font-size: 0.82rem;
  font-style: italic;
}

/* Progressive reveal */
.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js .reveal-delay-short {
  transition-delay: 90ms;
}

.js .reveal-delay {
  transition-delay: 170ms;
}

@keyframes drift {
  0%,
  100% {
    transform: translate3d(0, -5px, 0) rotate(-6deg);
  }
  50% {
    transform: translate3d(8px, 12px, 0) rotate(8deg);
  }
}

@media (min-width: 700px) {
  .container {
    width: min(calc(100% - 64px), var(--container));
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  }

  .steps-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .step-card.featured {
    transform: translateY(-18px);
  }

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

  .feature-card-wide {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 0.8fr;
  }

  .feature-power {
    grid-template-columns: 0.7fr 1fr;
  }

  .world-grid {
    grid-template-columns: minmax(290px, 0.85fr) minmax(0, 1fr);
  }

  .preview-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .preview-card-raised {
    transform: translateY(-28px);
  }

  .final-cta-card {
    grid-template-columns: 180px 1fr;
    padding: 54px;
  }

  .final-cta-card > img {
    width: 180px;
  }

  .support-grid {
    grid-template-columns: 1fr minmax(330px, 0.85fr);
    align-items: center;
  }

  .footer-inner {
    flex-direction: row;
    min-height: 112px;
    align-items: center;
    justify-content: space-between;
  }

  .policy-layout {
    grid-template-columns: 220px minmax(0, 740px);
    justify-content: center;
  }

  .policy-toc {
    position: sticky;
    top: 100px;
  }
}

@media (min-width: 1000px) {
  .section {
    padding: 130px 0;
  }

  .hero {
    min-height: 900px;
    padding-top: 130px;
  }

  .hero-visual {
    min-height: 650px;
  }

  .phone-shell {
    width: 350px;
  }

  .score-chip-top {
    right: -12px;
  }

  .score-chip-bottom {
    left: -25px;
  }

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

  .feature-card {
    min-height: 350px;
    padding: 38px;
  }
}

@media (max-width: 699px) {
  .site-nav a:not(.nav-pill) {
    display: none;
  }

  .hero {
    padding-top: 112px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-copy .eyebrow,
  .hero-copy .trust-list,
  .hero-copy .store-actions {
    justify-content: center;
  }

  .hero-logo {
    margin-right: auto;
    margin-left: auto;
    object-position: center;
  }

  .hero-visual {
    min-height: 520px;
  }

  .score-chip-top {
    right: 3%;
  }

  .score-chip-bottom {
    left: 2%;
  }

  .orbit-one {
    width: 390px;
    height: 230px;
  }

  .orbit-two {
    width: 450px;
    height: 270px;
  }

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

  .policy-nav a:first-child {
    display: none;
  }
}

@media (max-width: 430px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .header-inner {
    min-height: 68px;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .nav-pill {
    padding: 8px 12px;
  }

  .store-actions {
    display: grid;
  }

  .store-button {
    width: 100%;
  }

  .hero-description {
    font-size: 1rem;
  }

  .feature-art {
    margin-top: -56px;
    margin-bottom: 70px;
  }

  .feature-art figcaption {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-visual {
    min-height: 500px;
  }

  .phone-shell {
    width: min(79vw, 295px);
  }

  .score-chip {
    padding: 9px 11px;
  }

  .score-chip span {
    display: none;
  }

  .score-chip-top {
    top: 75px;
  }

  .score-chip-bottom {
    bottom: 90px;
  }

  .step-card,
  .feature-card,
  .support-card {
    padding: 24px;
  }

  .world-score {
    right: -4px;
  }

  .final-cta-card {
    text-align: center;
  }

  .final-cta-card > img {
    margin-inline: auto;
  }

  .final-cta-card .eyebrow,
  .final-cta-card .store-actions {
    justify-content: center;
  }

  .footer-inner {
    align-items: center;
    text-align: center;
  }
}

@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;
  }

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