:root {
  color-scheme: dark;
  --ink: #ffffff;
  --muted: #b5bdc8;
  --subtle: #858f9c;
  --line: #39434f;
  --panel: #1b2128;
  --panel-light: #252d36;
  --gold: #ffd000;
  --gold-soft: #ffcf5e;
  --green: #8fc96b;
  --page: #14150e;
  --shell: min(1180px, calc(100vw - 48px));
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--page);
  font-family:
    -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", Inter,
    "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: 20;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.05);
  content: "";
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.page-glow {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(110px);
  pointer-events: none;
}

.glow-one {
  top: 90px;
  right: -160px;
  width: 620px;
  height: 620px;
  background: rgba(226, 171, 0, 0.12);
}

.glow-two {
  top: 780px;
  left: -280px;
  width: 560px;
  height: 560px;
  background: rgba(74, 112, 57, 0.13);
}

.section-shell,
.site-header {
  width: var(--shell);
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 88px;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  font-size: 22px;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.brand-mark {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 13px;
  background: #030403;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.brand-mark img {
  width: 31px;
  height: auto;
}

.site-header nav {
  display: flex;
  gap: 35px;
  color: #b9bcb5;
  font-size: 13px;
  font-weight: 700;
}

.site-header nav a {
  transition: color 180ms ease;
}

.site-header nav a:hover {
  color: var(--ink);
}

.site-header > .button {
  justify-self: end;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 1px solid transparent;
  border-radius: 15px;
  padding: 0 21px;
  font-size: 14px;
  font-weight: 800;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

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

.button-small {
  min-height: 41px;
  border-radius: 12px;
  padding-inline: 17px;
  font-size: 12px;
}

.button-primary {
  color: #171a13;
  background: var(--gold);
  box-shadow: 0 16px 48px rgba(255, 196, 0, 0.15);
}

.button-primary:hover {
  background: #ffd02f;
}

.button-quiet {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.035);
}

.button-quiet:hover {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.07);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.82fr);
  gap: 52px;
  min-height: 760px;
  align-items: center;
  padding: 74px 0 72px;
}

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

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--gold-soft);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 24px;
  height: 1px;
  background: var(--gold);
  box-shadow: 0 0 12px var(--gold);
}

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

h1 {
  max-width: 700px;
  margin-bottom: 28px;
  font-size: clamp(62px, 7.2vw, 105px);
  font-weight: 760;
  letter-spacing: -0.075em;
  line-height: 0.87;
}

h1 em,
h2 em {
  color: var(--gold);
  font-family: inherit;
  font-style: normal;
  font-weight: 760;
  letter-spacing: -0.055em;
}

.hero-lede {
  max-width: 560px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 27px;
}

.text-link {
  color: #d2d4ce;
  font-size: 13px;
  font-weight: 750;
}

.hero-proof {
  display: flex;
  max-width: 570px;
  margin-top: 58px;
  border-top: 1px solid var(--line);
  padding-top: 22px;
}

.hero-proof div {
  display: grid;
  flex: 1;
  gap: 5px;
  padding-right: 18px;
}

.hero-proof div + div {
  border-left: 1px solid var(--line);
  padding-left: 20px;
}

.hero-proof strong {
  font-size: 13px;
}

.hero-proof span {
  color: var(--subtle);
  font-size: 11px;
}

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

.orbit {
  position: absolute;
  border: 1px solid rgba(255, 196, 0, 0.12);
  border-radius: 50%;
}

.orbit-one {
  width: 540px;
  height: 540px;
}

.orbit-two {
  width: 405px;
  height: 405px;
  border-style: dashed;
  animation: rotate 36s linear infinite;
}

.phone {
  position: relative;
  z-index: 3;
  transform: rotate(2.8deg);
  filter: drop-shadow(0 45px 75px rgba(0, 0, 0, 0.68));
}

.phone-frame {
  position: relative;
  width: 302px;
  height: 620px;
  border: 2px solid #4a4e47;
  border-radius: 50px;
  padding: 8px;
  background: linear-gradient(145deg, #41463e, #0e110d 40%, #252923);
  box-shadow:
    inset 0 0 0 2px #090a08,
    0 0 0 1px rgba(255, 255, 255, 0.08);
}

.phone-island {
  position: absolute;
  z-index: 5;
  top: 18px;
  left: 50%;
  width: 84px;
  height: 23px;
  transform: translateX(-50%);
  border-radius: 20px;
  background: #000;
}

.phone-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 41px;
  background: #07191f;
}

.real-app-screen {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.app-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.app-topbar div {
  display: grid;
  gap: 2px;
}

.app-topbar small,
.swipe-card-copy small {
  color: #858b80;
  font-size: 8px;
}

.app-topbar strong {
  font-size: 13px;
}

.avatar {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 1px solid rgba(255, 196, 0, 0.35);
  border-radius: 50%;
  color: #171a13;
  background: var(--gold);
  font-size: 11px;
  font-weight: 900;
}

.feature-poster {
  position: relative;
  height: 300px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 24px;
  background: #18201b;
}

.poster-art {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, transparent 0 48%, rgba(10, 11, 8, 0.55)),
    radial-gradient(circle at 68% 28%, #d6d9c6 0 3%, transparent 3.5%),
    linear-gradient(155deg, #202c2f, #78816a 45%, #20241d 46% 100%);
}

.planet {
  position: absolute;
  top: 80px;
  left: -17px;
  width: 238px;
  height: 238px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 65% 30%, rgba(255, 255, 255, 0.12), transparent 18%),
    repeating-linear-gradient(165deg, #29352d 0 9px, #1b251e 10px 18px);
  box-shadow: inset -30px -20px 60px rgba(0, 0, 0, 0.52);
}

.moon {
  position: absolute;
  top: 54px;
  right: 30px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #d8d0a6;
  box-shadow: 0 0 18px rgba(255, 241, 180, 0.42);
}

.figure {
  position: absolute;
  z-index: 2;
  right: 58px;
  bottom: 43px;
  width: 13px;
  height: 42px;
  border-radius: 50% 50% 3px 3px;
  background: #060706;
}

.figure::before {
  position: absolute;
  top: -10px;
  left: 2px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #060706;
  content: "";
}

.poster-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 25%, rgba(7, 8, 6, 0.2) 48%, #070806 100%);
}

.poster-copy {
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 17px;
  left: 18px;
}

.poster-copy .match {
  color: #bbdf9d;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.poster-copy h2 {
  margin: 5px 0 6px;
  font-size: 26px;
  letter-spacing: -0.06em;
  line-height: 0.9;
  text-transform: uppercase;
}

.poster-copy p {
  margin-bottom: 12px;
  color: #9a9f95;
  font-size: 8px;
}

.poster-copy button {
  min-height: 29px;
  border: 0;
  border-radius: 9px;
  padding: 0 13px;
  color: #1b1d18;
  background: var(--gold);
  font: inherit;
  font-size: 9px;
  font-weight: 850;
}

.app-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 18px 2px 10px;
  font-size: 10px;
}

.app-section-title span {
  color: var(--gold);
  font-size: 8px;
}

.mini-posters {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.mini {
  height: 99px;
  border-radius: 12px;
  background: #20241e;
}

.mini-one {
  background: linear-gradient(150deg, #73492a, #14181a 55%, #576c75);
}

.mini-two {
  background: radial-gradient(circle at 50% 35%, #cbbf89, #292a23 18%, #111 55%);
}

.mini-three {
  background: linear-gradient(165deg, #731e24, #24151a 43%, #9d784d);
}

.app-nav {
  position: absolute;
  right: 10px;
  bottom: 8px;
  left: 10px;
  display: flex;
  justify-content: space-around;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 17px;
  padding: 8px 5px 7px;
  background: rgba(19, 22, 17, 0.94);
  backdrop-filter: blur(12px);
}

.app-nav span {
  display: grid;
  min-width: 40px;
  gap: 2px;
  place-items: center;
  color: #737970;
  font-size: 12px;
}

.app-nav span.active {
  color: var(--gold);
}

.app-nav small {
  font-size: 6px;
}

.floating-chip {
  position: absolute;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 11px 14px;
  background: rgba(19, 22, 17, 0.84);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(14px);
  animation: float 5s ease-in-out infinite;
}

.chip-left {
  top: 130px;
  left: -45px;
}

.chip-right {
  right: -35px;
  bottom: 135px;
  animation-delay: -2.4s;
}

.chip-icon {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 9px;
  color: var(--gold);
  background: rgba(255, 196, 0, 0.1);
}

.floating-chip > span:last-child {
  display: grid;
  gap: 2px;
}

.floating-chip small {
  color: #83887f;
  font-size: 8px;
}

.floating-chip strong {
  font-size: 10px;
}

.marquee {
  overflow: hidden;
  border-block: 1px solid var(--line);
  padding: 18px 0;
  background: #0c0f0a;
}

.marquee > div {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 34px;
  animation: marquee 32s linear infinite;
}

.marquee span {
  color: #a6aaa2;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.marquee i {
  color: var(--gold);
  font-style: normal;
}

.experience {
  padding-block: 145px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 60px;
}

.section-heading .eyebrow {
  align-self: flex-start;
  margin-top: 12px;
}

.section-heading h2,
.game-copy h2,
.cta-panel h2 {
  margin: 0;
  font-size: clamp(45px, 5.7vw, 74px);
  letter-spacing: -0.065em;
  line-height: 0.96;
}

.experience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.feature-card {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 34px;
  background:
    radial-gradient(circle at 90% 100%, rgba(125, 156, 91, 0.11), transparent 35%),
    var(--panel);
}

.feature-large {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 0.8fr 1.2fr;
  min-height: 590px;
  align-items: center;
}

.feature-number {
  position: absolute;
  top: 28px;
  right: 30px;
  color: #5d625a;
  font-family: inherit;
  font-size: 13px;
}

.feature-label {
  display: block;
  margin-bottom: 18px;
  color: var(--gold-soft);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.feature-card h3 {
  max-width: 500px;
  margin-bottom: 18px;
  font-size: clamp(31px, 3.2vw, 47px);
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.feature-card p {
  max-width: 470px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.feature-large .feature-copy {
  align-self: end;
  padding-bottom: 38px;
}

.swipe-demo {
  position: relative;
  display: grid;
  min-height: 500px;
  place-items: center;
}

.swipe-card {
  position: absolute;
  width: min(310px, 65%);
  height: 440px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  background: #20251d;
  box-shadow: 0 32px 60px rgba(0, 0, 0, 0.38);
}

.card-back-two {
  transform: translateX(82px) rotate(10deg) scale(0.91);
  opacity: 0.42;
}

.card-back-one {
  transform: translateX(-64px) rotate(-7deg) scale(0.96);
  background: #292d26;
  opacity: 0.65;
}

.card-front {
  z-index: 2;
  overflow: hidden;
  background: #0c0e0b;
  transform: rotate(2deg);
}

.abstract-film-art {
  position: relative;
  height: 315px;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 18%, #c6cfbd 0 2%, transparent 2.4%),
    linear-gradient(155deg, #354751, #8b8872 48%, #171a17 49%);
}

.abstract-film-art span {
  position: absolute;
  right: -75px;
  bottom: -35px;
  width: 285px;
  height: 285px;
  border-radius: 50%;
  background: repeating-linear-gradient(170deg, #202923 0 9px, #2b372e 10px 17px);
  box-shadow: inset 45px 20px 75px rgba(0, 0, 0, 0.45);
}

.abstract-film-art i {
  position: absolute;
  right: 102px;
  bottom: 26px;
  width: 9px;
  height: 37px;
  border-radius: 7px 7px 2px 2px;
  background: #070807;
}

.swipe-card-copy {
  display: grid;
  gap: 7px;
  padding: 20px;
}

.swipe-card-copy strong {
  font-size: 22px;
  letter-spacing: -0.04em;
}

.swipe-card-copy span {
  color: #7f857b;
  font-size: 10px;
}

.gesture {
  position: absolute;
  z-index: 4;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(8, 10, 7, 0.82);
  font-size: 9px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.gesture-left {
  bottom: 83px;
  left: 4px;
  color: #b6bbb2;
}

.gesture-right {
  top: 89px;
  right: -2px;
  color: var(--gold);
}

.list-demo {
  position: absolute;
  right: 34px;
  bottom: 32px;
  left: 34px;
  display: grid;
  gap: 8px;
}

.list-demo > span {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  align-items: center;
  gap: 13px;
  min-height: 67px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 6px 14px 6px 7px;
  background: rgba(255, 255, 255, 0.025);
}

.list-poster {
  width: 43px;
  height: 54px;
  border-radius: 10px;
}

.poster-a {
  background: linear-gradient(145deg, #8f4f27, #20281f);
}

.poster-b {
  background: radial-gradient(circle at 50% 30%, #d5be74, #28281f 24%, #111);
}

.poster-c {
  background: linear-gradient(155deg, #344f6a, #15171f 48%, #8b2930);
}

.list-demo b {
  font-size: 13px;
}

.list-demo small {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: #afb4aa;
  background: rgba(255, 255, 255, 0.06);
  font-size: 9px;
}

.collection-demo {
  position: absolute;
  right: 15px;
  bottom: -23px;
  left: 15px;
  height: 245px;
}

.feature-screen {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 208, 0, 0.22);
  background: #0d1115;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.52);
}

.feature-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-screen-collection {
  right: 24px;
  bottom: -175px;
  width: 255px;
  height: 552px;
  border-radius: 38px;
  transform: rotate(4deg);
}

.collection-orb {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.8);
  font-family: inherit;
  box-shadow: 0 24px 45px rgba(0, 0, 0, 0.35);
}

.orb-a {
  top: 45px;
  left: 14%;
  width: 135px;
  height: 135px;
  background: radial-gradient(circle at 35% 30%, #d68e44, #6f331d 46%, #1a1612);
  transform: rotate(-8deg);
}

.orb-b {
  z-index: 3;
  top: 5px;
  left: 38%;
  width: 170px;
  height: 170px;
  background: radial-gradient(circle at 65% 35%, #d6d6ae 0 4%, transparent 5%), linear-gradient(145deg, #425e66, #152021 58%, #080a09);
}

.orb-c {
  top: 66px;
  right: 10%;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle at 40% 30%, #a9a49b, #292b29 42%, #090a09);
  transform: rotate(9deg);
}

.collection-line {
  position: absolute;
  right: 4%;
  bottom: 41px;
  left: 4%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 196, 0, 0.42), transparent);
}

.game-section {
  position: relative;
  overflow: hidden;
  border-block: 1px solid var(--line);
  background:
    radial-gradient(circle at 72% 46%, rgba(255, 196, 0, 0.1), transparent 27%),
    linear-gradient(135deg, #0e110c, #090b08);
}

.game-section::before {
  position: absolute;
  top: -250px;
  right: -180px;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(255, 196, 0, 0.1);
  border-radius: 50%;
  content: "";
}

.game-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 100px;
  min-height: 790px;
  align-items: center;
  padding-block: 100px;
}

.game-copy > p:not(.eyebrow) {
  max-width: 465px;
  margin: 27px 0 38px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.game-copy ul {
  display: grid;
  max-width: 440px;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.game-copy li {
  display: flex;
  gap: 15px;
  border-top: 1px solid var(--line);
  padding: 16px 0;
  color: #cdd0c9;
  font-size: 13px;
}

.game-copy li span {
  color: var(--gold);
  font-family: inherit;
  font-size: 11px;
}

.quiz-preview {
  position: relative;
  z-index: 2;
  width: min(550px, 100%);
  min-height: 620px;
  justify-self: end;
  border: 1px solid rgba(255, 196, 0, 0.23);
  border-radius: 36px;
  padding: 32px 34px;
  background:
    radial-gradient(circle at 50% 15%, rgba(255, 196, 0, 0.11), transparent 22%),
    #0b0d0a;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.45);
}

.quiz-preview-real {
  width: min(430px, 100%);
  height: 720px;
  min-height: 0;
  overflow: hidden;
  padding: 0;
}

.quiz-preview-real img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.quiz-topline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  color: var(--gold);
  font-size: 10px;
}

.quiz-topline strong {
  color: var(--ink);
  font-size: 15px;
}

.timer {
  display: grid;
  width: 124px;
  height: 124px;
  place-content: center;
  margin: 28px auto 21px;
  border: 8px solid #32372f;
  border-top-color: var(--gold);
  border-right-color: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 35px rgba(255, 196, 0, 0.12);
  text-align: center;
  transform: rotate(8deg);
}

.timer strong,
.timer small {
  transform: rotate(-8deg);
}

.timer strong {
  color: var(--gold);
  font-size: 40px;
  line-height: 0.9;
}

.timer small {
  margin-top: 8px;
  color: #8c9188;
  font-size: 8px;
}

.difficulty {
  width: fit-content;
  margin: 0 auto 23px;
  border: 1px solid rgba(255, 196, 0, 0.2);
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--gold);
  background: rgba(255, 196, 0, 0.06);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.quiz-preview h3 {
  max-width: 390px;
  margin: 0 auto 25px;
  font-size: 23px;
  letter-spacing: -0.035em;
  line-height: 1.2;
  text-align: center;
}

.answers {
  display: grid;
  gap: 9px;
}

.answers > span {
  display: grid;
  grid-template-columns: 37px 1fr auto;
  min-height: 55px;
  align-items: center;
  gap: 13px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 0 14px;
  color: #b9bdb5;
  background: #141713;
  font-size: 12px;
}

.answers b {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(255, 196, 0, 0.2);
  border-radius: 10px;
  color: var(--gold);
}

.answers > span.selected {
  border-color: rgba(143, 201, 107, 0.55);
  color: #e8eee3;
  background: rgba(77, 111, 57, 0.18);
}

.answers i {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  color: #10150d;
  background: var(--green);
  font-style: normal;
  font-weight: 900;
}

.early-access {
  padding-block: 145px;
}

.cta-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 196, 0, 0.16);
  border-radius: 32px;
  padding: 86px 80px;
  background:
    radial-gradient(circle at 88% 42%, rgba(255, 196, 0, 0.17), transparent 24%),
    radial-gradient(circle at 76% 70%, rgba(102, 145, 76, 0.12), transparent 30%),
    #11140f;
}

.cta-panel::after {
  position: absolute;
  top: 50%;
  right: -70px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 196, 0, 0.14);
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
  box-shadow:
    0 0 0 55px rgba(255, 196, 0, 0.025),
    0 0 0 110px rgba(255, 196, 0, 0.018);
}

.cta-panel > * {
  position: relative;
  z-index: 2;
}

.cta-mark {
  position: absolute;
  top: 50%;
  right: 88px;
  display: grid;
  width: 155px;
  height: 155px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 42px;
  background: #050605;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.42);
  transform: translateY(-50%) rotate(5deg);
}

.cta-mark img {
  width: 112px;
  height: auto;
}

.cta-panel h2 {
  max-width: 700px;
}

.cta-panel > p:not(.eyebrow) {
  max-width: 560px;
  margin: 25px 0 30px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.cta-panel > small {
  display: block;
  margin-top: 15px;
  color: #737970;
  font-size: 10px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 125px;
  align-items: center;
  border-top: 1px solid var(--line);
  color: #7e837b;
  font-size: 11px;
}

.site-footer .brand {
  color: var(--ink);
}

.site-footer p {
  margin: 0;
}

.site-footer > div {
  display: flex;
  justify-self: end;
  gap: 22px;
}

.site-footer a:hover {
  color: var(--ink);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 750ms ease,
    transform 750ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.reveal-delay {
  transition-delay: 130ms;
}

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

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

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-9px);
  }
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1050px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 20px;
  }

  .phone-frame {
    width: 275px;
    height: 570px;
  }

  .feature-poster {
    height: 265px;
  }

  .mini {
    height: 85px;
  }

  .chip-left {
    left: -20px;
  }

  .chip-right {
    right: -10px;
  }

  .game-grid {
    gap: 45px;
  }

  .cta-panel {
    padding-left: 55px;
  }

  .cta-mark {
    right: 60px;
    width: 130px;
    height: 130px;
  }
}

@media (max-width: 820px) {
  :root {
    --shell: min(100% - 32px, 680px);
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 80px;
    text-align: center;
  }

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

  .hero-lede {
    margin-inline: auto;
  }

  .hero-proof {
    margin-inline: auto;
    text-align: left;
  }

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

  .chip-left {
    left: 5%;
  }

  .chip-right {
    right: 5%;
  }

  .section-heading {
    display: grid;
    gap: 20px;
  }

  .experience-grid,
  .feature-large,
  .game-grid {
    grid-template-columns: 1fr;
  }

  .feature-large {
    padding-top: 95px;
  }

  .feature-large .feature-copy {
    align-self: initial;
    padding-bottom: 0;
  }

  .game-grid {
    gap: 65px;
  }

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

  .game-copy .eyebrow {
    justify-content: center;
  }

  .game-copy > p:not(.eyebrow),
  .game-copy ul {
    margin-inline: auto;
  }

  .game-copy li {
    justify-content: center;
  }

  .quiz-preview {
    justify-self: center;
  }

  .cta-panel {
    padding: 65px 40px 280px;
    text-align: center;
  }

  .cta-panel .eyebrow {
    justify-content: center;
  }

  .cta-panel > p:not(.eyebrow) {
    margin-inline: auto;
  }

  .cta-mark {
    top: auto;
    right: 50%;
    bottom: 65px;
    transform: translateX(50%) rotate(5deg);
  }
}

@media (max-width: 560px) {
  :root {
    --shell: calc(100% - 24px);
  }

  .site-header {
    min-height: 74px;
  }

  .site-header .button {
    display: none;
  }

  .site-header {
    grid-template-columns: 1fr;
  }

  .brand {
    font-size: 19px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .hero {
    min-height: auto;
    padding-top: 66px;
  }

  h1 {
    font-size: clamp(52px, 17vw, 74px);
  }

  .hero-lede {
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
    justify-items: center;
  }

  .hero-proof {
    gap: 0;
  }

  .hero-proof div {
    padding-right: 8px;
  }

  .hero-proof div + div {
    padding-left: 10px;
  }

  .hero-proof strong {
    font-size: 11px;
  }

  .hero-proof span {
    font-size: 9px;
  }

  .hero-visual {
    min-height: 585px;
    margin-top: 15px;
  }

  .phone {
    transform: rotate(1.5deg) scale(0.91);
  }

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

  .orbit-two {
    width: 300px;
    height: 300px;
  }

  .floating-chip {
    display: none;
  }

  .experience,
  .early-access {
    padding-block: 95px;
  }

  .section-heading h2,
  .game-copy h2,
  .cta-panel h2 {
    font-size: 43px;
  }

  .feature-card {
    min-height: 500px;
    border-radius: 22px;
    padding: 27px;
  }

  .feature-large {
    min-height: 830px;
    padding-top: 78px;
  }

  .swipe-demo {
    min-height: 480px;
  }

  .swipe-card {
    width: 70%;
    height: 400px;
  }

  .abstract-film-art {
    height: 285px;
  }

  .list-demo {
    right: 20px;
    bottom: 22px;
    left: 20px;
  }

  .collection-demo {
    transform: scale(0.82);
    transform-origin: center bottom;
  }

  .feature-screen-collection {
    right: 20px;
    bottom: -145px;
    width: 225px;
    height: 487px;
  }

  .game-grid {
    padding-block: 90px;
  }

  .quiz-preview {
    min-height: 590px;
    border-radius: 24px;
    padding: 25px 18px;
  }

  .quiz-preview-real {
    height: min(735px, 175vw);
    min-height: 0;
    padding: 0;
  }

  .answers > span {
    gap: 8px;
    padding: 0 10px;
    font-size: 11px;
  }

  .cta-panel {
    border-radius: 23px;
    padding: 55px 23px 255px;
  }

  .site-footer {
    grid-template-columns: 1fr auto;
    min-height: 145px;
  }

  .site-footer > p {
    display: none;
  }

  .site-footer > div {
    display: grid;
    gap: 8px;
    text-align: right;
  }
}

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

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

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