:root {
  --bg: #131126;
  --bg-raise: #1b1733;
  --fg: #f4f7fb;
  --muted: #9aa3b5;
  --line: #2c2748;
  --best: #e23aa8;
  --better: #3ec8d0;
  --good: #74e35a;
  --ink: #140814;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--bg);
  color: var(--fg);
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

body {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  background-image:
    radial-gradient(ellipse 80% 50% at 100% -10%, color-mix(in oklab, var(--best) 18%, transparent), transparent 55%),
    radial-gradient(ellipse 50% 40% at -10% 110%, color-mix(in oklab, var(--better) 14%, transparent), transparent 50%);
}

a {
  color: var(--better);
}

a:hover {
  filter: brightness(1.12);
}

:focus-visible {
  outline: 2px solid var(--better);
  outline-offset: 3px;
}

.skip {
  position: absolute;
  left: 0.75rem;
  top: -3rem;
  z-index: 10;
  padding: 0.45rem 0.7rem;
  background: var(--fg);
  color: var(--ink);
  font-weight: 600;
  text-decoration: none;
}

.skip:focus {
  top: 0.75rem;
}

.wrap {
  width: min(44rem, calc(100% - 2.5rem));
  margin-inline: auto;
}

.site-header,
.site-footer {
  width: min(44rem, calc(100% - 2.5rem));
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 0 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--fg);
  text-decoration: none;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.dots {
  display: flex;
  gap: 0.28rem;
}

.dots i {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  font-size: 0.9rem;
}

.nav a {
  color: var(--muted);
  text-decoration: none;
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--fg);
}

.nav .ghost {
  color: var(--fg);
}

main {
  flex: 1;
  padding: 2.25rem 0 3.5rem;
}

.eyebrow {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--muted);
}

h1 {
  margin: 0.85rem 0 0.9rem;
  font-size: clamp(2rem, 6.5vw, 3.05rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.12;
}

h2 {
  margin: 0 0 0.75rem;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.lede,
.prose p,
.faq dd {
  color: var(--muted);
  line-height: 1.6;
}

.lede {
  margin: 0;
  max-width: 36rem;
  font-size: 1.05rem;
}

.lede strong {
  color: var(--fg);
  font-weight: 600;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem 1.25rem;
  margin-top: 1.75rem;
}

.cta {
  display: inline-block;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  background: var(--best);
  color: var(--ink);
  font-weight: 600;
  text-decoration: none;
}

.cta:hover {
  filter: brightness(1.08);
  color: var(--ink);
}

.stay {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.stay a {
  color: var(--fg);
}

hr.rule {
  border: 0;
  height: 1px;
  margin: 2.6rem 0;
  background: var(--line);
}

.beats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.beats li {
  padding: 0.9rem 1rem 0.95rem 1.05rem;
  border-left: 3px solid var(--best);
  background: color-mix(in oklab, var(--bg-raise) 78%, transparent);
}

.beats li:nth-child(2) {
  border-left-color: var(--better);
}

.beats li:nth-child(3) {
  border-left-color: var(--good);
}

.beats strong {
  display: block;
  margin-bottom: 0.2rem;
}

.beats span {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.nots {
  display: grid;
  gap: 1.05rem;
}

.nots p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.nots p strong {
  color: var(--fg);
}

.faq {
  margin: 0;
}

.faq div {
  padding: 0.95rem 0;
  border-top: 1px solid var(--line);
}

.faq div:last-child {
  border-bottom: 1px solid var(--line);
}

.faq dt {
  font-weight: 600;
}

.faq dd {
  margin: 0.4rem 0 0;
}

.legal h1 {
  font-size: clamp(1.7rem, 4vw, 2.25rem);
}

.legal .meta {
  margin: 0 0 1.6rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.legal h2 {
  margin: 1.7rem 0 0.55rem;
}

.legal p,
.legal li {
  color: var(--muted);
  line-height: 1.6;
}

.legal ul {
  padding-left: 1.15rem;
}

.legal li + li {
  margin-top: 0.4rem;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.15rem;
  padding: 0 0 2.25rem;
  color: var(--muted);
  font-size: 0.85rem;
}

.site-footer a {
  color: var(--muted);
  text-decoration: none;
}

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

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