:root {
  --bg: #0c0a16;
  --bg2: #14111f;
  --panel: #1b1830;
  --ink: #f4f2fb;
  --muted: #9b93b5;
  --line: #2a2440;
  --pink: #ff3da6;
  --cyan: #21e6c1;
  --gold: #ffb02e;
  --green: #b6ff3d;
  --purple: #9b6cff;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background:
    radial-gradient(900px 520px at 50% -5%, #2a1a44 0%, rgba(20,12,34,0) 60%),
    var(--bg);
  color: var(--ink);
  font: 16px/1.6 -apple-system, BlinkMacSystemFont, "SF Pro Rounded", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  overflow-x: hidden;
}
a { color: var(--cyan); text-decoration: none; }
a:hover { text-decoration: underline; }
.wrap { max-width: 980px; margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 820px; }

/* header */
header.site { display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; max-width: 1040px; margin: 0 auto; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 18px; color: var(--ink); }
.brand:hover { text-decoration: none; }
.brand .brand-icon { width: 30px; height: 30px; border-radius: 9px; box-shadow: 0 6px 18px rgba(255,61,166,.30); }
nav.top a { color: var(--muted); margin-left: 22px; font-weight: 600; font-size: 14px; }
nav.top a:hover { color: var(--ink); text-decoration: none; }

/* hero */
.hero { text-align: center; padding: 50px 0 20px; position: relative; }
.orbit { position: relative; width: 240px; height: 240px; margin: 0 auto 8px; }
.orbit svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.orbit .glow { position: absolute; inset: 0; display: grid; place-items: center; }
.orbit .glow::before { content: ""; position: absolute; width: 150px; height: 150px; border-radius: 50%; background: radial-gradient(circle, rgba(255,61,166,.55) 0%, rgba(255,61,166,0) 68%); filter: blur(4px); }
.orbit .glow svg.star { position: relative; width: 92px; height: 92px; fill: #fff; filter: drop-shadow(0 0 18px rgba(255,255,255,.55)); }
.hero h1 { font-size: clamp(36px, 6.5vw, 58px); line-height: 1.03; letter-spacing: -.025em; font-weight: 800; }
.hero h1 .grad { background: linear-gradient(90deg, var(--pink), var(--cyan)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero p.sub { color: var(--muted); font-size: clamp(16px, 2.4vw, 19px); margin: 16px auto 0; max-width: 540px; }

/* process pills (mirrors onboarding) */
.pills { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin: 22px auto 0; }
.pill { font-size: 13px; font-weight: 800; padding: 7px 14px; border-radius: 999px; background: var(--panel); border: 1px solid var(--line); }
.pill.g { color: var(--cyan); } .pill.l { color: var(--green); } .pill.p { color: var(--pink); }
.pill.o { color: var(--gold); } .pill.v { color: var(--purple); }

/* CTA */
.cta { margin-top: 30px; display: flex; gap: 14px; justify-content: center; align-items: center; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: 15px; padding: 14px 26px; border-radius: 16px; border: 1px solid var(--line); }
.btn.primary { background: linear-gradient(180deg, #c8ff5e, var(--green)); color: #0c0a16; border: none; box-shadow: 0 10px 30px rgba(182,255,61,.28); }
.btn.primary:hover { text-decoration: none; filter: brightness(1.04); transform: translateY(-1px); }
.btn.ghost { color: var(--ink); background: var(--panel); }
.btn.ghost:hover { text-decoration: none; border-color: var(--green); }
.freenote { color: var(--muted); font-size: 13px; margin-top: 14px; }

/* phone screenshot showcase */
.shots { display: flex; gap: 20px; justify-content: center; align-items: flex-start; margin: 56px 0 10px; flex-wrap: wrap; }
.shot { width: 230px; border-radius: 30px; border: 6px solid #000; box-shadow: 0 30px 70px rgba(0,0,0,.5), 0 0 0 1px var(--line); display: block; }
.shot.lift { transform: translateY(-22px); }

/* feature grid */
.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin: 60px 0; }
.feat { background: var(--panel); border: 1px solid var(--line); border-radius: 16px; padding: 22px; }
.feat .ic { font-size: 24px; margin-bottom: 10px; }
.feat h3 { font-size: 16px; margin-bottom: 6px; }
.feat p { color: var(--muted); font-size: 14px; }

/* domains strip */
.domains { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; margin: 10px 0 60px; }
.dom { background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 16px 18px; }
.dom .w { font-size: 12px; font-weight: 800; color: var(--muted); }
.dom h4 { font-size: 15px; margin-top: 4px; }
.dom.d1 { border-left: 3px solid var(--pink); } .dom.d2 { border-left: 3px solid var(--cyan); }
.dom.d3 { border-left: 3px solid var(--green); } .dom.d4 { border-left: 3px solid var(--gold); }

/* content pages */
.doc { padding: 36px 0 80px; }
.doc h1 { font-size: 34px; letter-spacing: -.02em; margin-bottom: 6px; }
.doc .updated { color: var(--muted); font-size: 14px; margin-bottom: 30px; }
.doc h2 { font-size: 20px; margin: 30px 0 10px; }
.doc p, .doc li { color: #d8d3ea; margin-bottom: 12px; }
.doc ul { padding-left: 22px; margin-bottom: 12px; }
.doc strong { color: var(--ink); }
.card { background: var(--panel); border: 1px solid var(--line); border-radius: 16px; padding: 22px 24px; margin: 18px 0; }

/* footer */
footer.site { border-top: 1px solid var(--line); margin-top: 50px; padding: 28px 24px; }
footer.site .wrap { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; color: var(--muted); font-size: 14px; max-width: 1040px; }
footer.site a { color: var(--muted); margin-left: 18px; }
footer.site a:hover { color: var(--ink); text-decoration: none; }
