:root {
  color-scheme: dark;
  --bg: #070616;
  --bg-2: #0d1028;
  --panel: rgba(255,255,255,.075);
  --panel-strong: rgba(255,255,255,.12);
  --line: rgba(255,255,255,.16);
  --text: #f7f3ff;
  --muted: #b8b4d6;
  --cyan: #6fffe9;
  --pink: #ff5fd7;
  --gold: #ffce5c;
  --shadow: 0 26px 80px rgba(0,0,0,.45);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 15% 10%, rgba(111,255,233,.18), transparent 32rem),
    radial-gradient(circle at 85% 0%, rgba(255,95,215,.2), transparent 30rem),
    radial-gradient(circle at 50% 100%, rgba(255,206,92,.12), transparent 34rem),
    linear-gradient(135deg, var(--bg), var(--bg-2));
  color: var(--text);
  min-height: 100vh;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-shell { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
}
.brand, .nav-links, .signal-row, .cta-row, .community-actions { display: flex; align-items: center; }
.brand { gap: 10px; font-weight: 850; letter-spacing: -.02em; }
.brand-mark {
  width: 38px; height: 38px; display: grid; place-items: center;
  border-radius: 13px; background: linear-gradient(135deg, var(--cyan), var(--pink));
  color: #060411; box-shadow: 0 0 30px rgba(111,255,233,.22);
}
.nav-links { gap: 22px; color: var(--muted); font-size: 14px; }
.nav-links a:hover { color: var(--text); }
.nav-cta, .button {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 800;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.nav-cta { background: rgba(255,255,255,.08); }
.nav-cta:hover, .button:hover { transform: translateY(-2px); border-color: rgba(111,255,233,.65); }
.section-pad { padding: 74px 0; }
.hero { display: grid; grid-template-columns: 1.02fr .98fr; gap: 42px; align-items: center; padding-top: 52px; }
.eyebrow { color: var(--cyan); text-transform: uppercase; font-size: 12px; letter-spacing: .2em; font-weight: 900; margin: 0 0 16px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(44px, 7vw, 82px); line-height: .9; letter-spacing: -.07em; margin-bottom: 24px; }
h2 { font-size: clamp(32px, 4vw, 52px); line-height: 1; letter-spacing: -.055em; margin-bottom: 18px; }
h3 { font-size: 20px; margin-bottom: 10px; }
p { color: var(--muted); line-height: 1.68; }
.hero-text { font-size: 19px; max-width: 660px; }
.cta-row, .community-actions { gap: 14px; flex-wrap: wrap; margin: 28px 0; }
.button.primary { background: linear-gradient(135deg, var(--cyan), var(--pink)); color: #070616; border: 0; box-shadow: 0 18px 50px rgba(255,95,215,.22); }
.button.ghost { background: rgba(255,255,255,.06); }
.signal-row { gap: 10px; flex-wrap: wrap; }
.signal-row span {
  font-size: 13px; color: #dcd7ff; padding: 9px 11px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.05);
}
.hero-card, .image-stack {
  margin: 0; border: 1px solid var(--line); background: var(--panel); border-radius: 32px;
  padding: 12px; box-shadow: var(--shadow); position: relative; overflow: hidden;
}
.hero-card::before, .image-stack::before {
  content: ""; position: absolute; inset: -40%; background: radial-gradient(circle, rgba(111,255,233,.12), transparent 45%); pointer-events: none;
}
.hero-card img, .image-stack img { border-radius: 24px; width: 100%; object-fit: cover; position: relative; }
.hero-card img { aspect-ratio: 4 / 5; }
.hero-card figcaption { color: var(--muted); font-size: 12px; padding: 12px 8px 2px; position: relative; }
.strip {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding: 18px;
  border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.055);
}
.strip div { padding: 18px; border-radius: 20px; background: rgba(255,255,255,.055); }
.strip strong { display: block; font-size: 22px; }
.strip span { color: var(--muted); }
.grid-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: 34px; align-items: start; }
.section-copy { position: sticky; top: 100px; }
.steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.steps article {
  min-height: 210px; padding: 24px; border: 1px solid var(--line); border-radius: 28px; background: var(--panel);
}
.steps span { color: var(--gold); font-weight: 950; letter-spacing: .08em; }
.split-panel {
  display: grid; grid-template-columns: .95fr 1.05fr; gap: 34px; align-items: center;
  border-top: 1px solid rgba(255,255,255,.08);
}
.image-stack img { aspect-ratio: 16 / 10; }
.panel-copy {
  padding: 34px; border: 1px solid var(--line); border-radius: 32px; background: linear-gradient(135deg, rgba(255,255,255,.1), rgba(255,255,255,.04));
}
.check-list { list-style: none; padding: 0; margin: 24px 0; display: grid; gap: 12px; color: #dfdcff; }
.check-list li { padding-left: 30px; position: relative; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--cyan); font-weight: 950; }
.community {
  text-align: center; border: 1px solid var(--line); border-radius: 36px; background: var(--panel); padding-left: 22px; padding-right: 22px; margin-bottom: 58px;
}
.community p { max-width: 680px; margin-left: auto; margin-right: auto; }
.community-actions { justify-content: center; }
.footer {
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  padding: 26px 0 42px; color: var(--muted); border-top: 1px solid rgba(255,255,255,.1);
}

@media (max-width: 860px) {
  .nav-links { display: none; }
  .hero, .grid-section, .split-panel { grid-template-columns: 1fr; }
  .section-copy { position: static; }
  .strip, .steps { grid-template-columns: 1fr; }
  .section-pad { padding: 48px 0; }
  .hero { padding-top: 32px; }
}

@media (max-width: 520px) {
  .site-shell { width: min(100% - 22px, 1180px); }
  .nav-cta { display: none; }
  h1 { font-size: 42px; }
  .panel-copy { padding: 24px; }
}
