:root {
  --ink: #1b1420;
  --ink-2: #24182c;
  --surface: #2c2236;
  --surface-2: #3a2d46;
  --line: #4d3d5c;
  --text: #f6eef4;
  --muted: #b5a3b8;
  --brand: #ff5c8a;
  --brand-soft: #ff8aa8;
  --gold: #ffc24a;
  --mint: #45e3c8;
  --font: "Jersey 10", "Segoe UI", system-ui, sans-serif;
  --font-logo: "Press Start 2P", "Jersey 10", cursive;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  background: var(--ink);
  color: var(--text);
  font: 18px/1.45 var(--font);
  letter-spacing: 0.05em;
}

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

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 22px;
  background: #1b1420ee;
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(8px);
}

.nav nav {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.nav nav > a:not(.btn) {
  color: var(--muted);
  font-size: 15px;
}

.brand {
  font-family: var(--font-logo);
  font-size: 11px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand b {
  color: var(--brand);
}

.brand__mark {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: conic-gradient(from 45deg, var(--brand), var(--mint), var(--brand-soft), var(--brand));
  box-shadow: 0 0 12px #ff5c8a66;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 8px 14px;
  font: 600 15px var(--font);
  border: 1px solid transparent;
}

.btn--pink {
  background: var(--brand);
  color: #1b1420;
}

.btn--mint {
  background: var(--mint);
  color: #1b1420;
}

.btn--ghost {
  border-color: var(--line);
  color: var(--text);
}

.btn--ink {
  background: var(--ink);
  color: var(--mint);
}

.btn--lg {
  padding: 12px 20px;
  font-size: 17px;
}

.wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 72px 22px;
}

.sec--ink {
  background: var(--ink);
}

.sec--ink2 {
  background: var(--ink-2);
}

.sec--surface {
  background: var(--surface);
}

.sec--surface2 {
  background: var(--surface-2);
}

.sec--rose {
  background: #3a1d2c;
}

.sec--gold {
  background: #2c2414;
}

.sec--mint {
  background: #14302c;
}

h1,
h2,
h3 {
  font-weight: 700;
  line-height: 1.15;
}

h1 {
  font-size: clamp(28px, 5vw, 48px);
  margin: 10px 0 16px;
}

h2 {
  font-size: clamp(24px, 4vw, 36px);
  margin-bottom: 16px;
}

.kicker,
.hero__slot {
  color: var(--mint);
  font-size: 15px;
}

.lead {
  color: var(--muted);
  max-width: 52ch;
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
  min-height: calc(100vh - 70px);
  padding-top: 40px;
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 16px;
}

.hero__stage {
  position: relative;
  min-height: 360px;
  display: grid;
  place-items: end center;
}

.hero__floor {
  position: absolute;
  width: 280px;
  height: 140px;
  bottom: 40px;
  background: linear-gradient(135deg, #ff5c8a33, #45e3c822);
  transform: rotateX(60deg) rotateZ(-45deg);
  border: 2px solid #ff5c8a55;
  border-radius: 8px;
}

.pxo-doll {
  position: relative;
  width: 192px;
  height: 240px;
  z-index: 1;
  filter: drop-shadow(0 18px 0 #0006);
}

.pxo-doll span {
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 80px;
  transform: scale(3);
  transform-origin: top left;
  image-rendering: pixelated;
  background-repeat: no-repeat;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}

.tiles {
  list-style: none;
  display: grid;
  gap: 10px;
}

.tiles li {
  background: #1b142088;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 14px;
}

.tiles i,
.caps i {
  color: var(--brand);
  margin-right: 8px;
}

.steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 20px;
}

.steps li {
  background: #24182c;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px;
}

.steps span {
  color: var(--brand);
  font-family: var(--font-logo);
  font-size: 10px;
  letter-spacing: 0;
}

.caps,
.plans,
.packs {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

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

.caps article,
.plans article {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
  background: #1b142066;
}

.caps b {
  display: block;
  font-size: 22px;
}

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

.plan-art,
.pack img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 12px;
  image-rendering: pixelated;
}

.plans .is-hot {
  border-color: var(--brand);
  box-shadow: 0 0 0 2px #ff5c8a55;
}

.price {
  font-size: 28px;
  color: var(--brand-soft);
  margin: 6px 0 12px;
}

.price small {
  font-size: 14px;
  color: var(--muted);
}

.plans ul {
  padding-left: 18px;
  color: var(--muted);
}

.packs {
  grid-template-columns: repeat(4, 1fr);
}

.pack {
  background: #1b1420;
  color: var(--gold);
  border: 1px solid #ffc24a55;
  border-radius: 12px;
  padding: 10px;
  text-align: center;
}

.pack--note {
  display: grid;
  place-items: center;
  min-height: 140px;
}

.cta {
  text-align: center;
}

.cta .lead,
.cta p {
  color: #b7efe4;
  margin-bottom: 20px;
}

.foot {
  padding: 28px 22px 40px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 14px;
}

.foot a {
  color: var(--brand-soft);
}

@media (max-width: 860px) {
  .hero,
  .split,
  .steps,
  .caps,
  .plans,
  .packs {
    grid-template-columns: 1fr;
  }

  .nav nav > a:not(.btn) {
    display: none;
  }
}
