/* Numina — the app's own palette, on the web. */
:root {
  --night: #0B1026; --night-raised: #151B38;
  --aurora: #5EEAD4; --violet: #8B7CF6; --ember: #FFC466;
  --starlight: #F4F1E8; --starlight-dim: #9BA0B8;
  --radius-lg: 28px; --radius-md: 20px; --radius-sm: 14px;
  --font: ui-rounded, "SF Pro Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--night); color: var(--starlight);
  font-family: var(--font); line-height: 1.55; -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: var(--aurora); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }

/* Aurora ribbons — slow, soft, behind everything. */
.sky {
  position: fixed; inset: 0; z-index: -1; overflow: hidden;
  background: radial-gradient(ellipse at 20% 0%, rgba(94,234,212,.18), transparent 55%),
              radial-gradient(ellipse at 80% 10%, rgba(139,124,246,.22), transparent 55%),
              var(--night);
}
.sky::before, .sky::after {
  content: ""; position: absolute; width: 70vw; height: 70vw; border-radius: 50%;
  filter: blur(90px); opacity: .35; animation: drift 26s ease-in-out infinite alternate;
}
.sky::before { background: var(--aurora); top: -30vw; left: -20vw; }
.sky::after  { background: var(--violet); top: 10vw; right: -30vw; animation-delay: -13s; }
@keyframes drift { from { transform: translate(0,0) scale(1); } to { transform: translate(6vw, 8vw) scale(1.08); } }
@media (prefers-reduced-motion: reduce) { .sky::before, .sky::after { animation: none; } }
.stars { position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background-image:
    radial-gradient(1px 1px at 12% 18%, rgba(244,241,232,.7), transparent),
    radial-gradient(1px 1px at 68% 32%, rgba(244,241,232,.5), transparent),
    radial-gradient(1.5px 1.5px at 40% 70%, rgba(244,241,232,.6), transparent),
    radial-gradient(1px 1px at 85% 78%, rgba(244,241,232,.5), transparent),
    radial-gradient(1px 1px at 25% 88%, rgba(244,241,232,.4), transparent),
    radial-gradient(1.5px 1.5px at 55% 8%, rgba(244,241,232,.6), transparent); }

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

/* Nav */
nav { display: flex; align-items: center; justify-content: space-between; padding: 22px 0; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; font-size: 20px; color: var(--starlight); letter-spacing: .3px; }
.brand img { width: 40px; height: 40px; border-radius: 10px; }
nav ul { display: flex; gap: 22px; list-style: none; margin: 0; padding: 0; }
nav a { color: var(--starlight-dim); font-weight: 600; font-size: 15px; }
nav a:hover { color: var(--starlight); text-decoration: none; }

/* Hero */
.hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; padding: 60px 0 80px; }
.eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 4px; color: var(--starlight-dim); text-transform: uppercase; }
h1 { font-size: clamp(40px, 6vw, 68px); line-height: 1.02; margin: 12px 0 18px; font-weight: 900; letter-spacing: -1px; }
h1 .glow { background: linear-gradient(120deg, var(--aurora), var(--violet)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lede { font-size: 19px; color: var(--starlight-dim); max-width: 46ch; margin-bottom: 28px; }
.cta { display: inline-flex; align-items: center; gap: 10px; padding: 15px 24px; border-radius: var(--radius-md);
  background: linear-gradient(120deg, var(--aurora), var(--violet)); color: var(--night); font-weight: 800; font-size: 17px;
  box-shadow: 0 14px 40px rgba(94,234,212,.25); transition: transform .15s; }
.cta:hover { transform: translateY(-2px); text-decoration: none; }
.cta.ghost { background: rgba(255,255,255,.06); color: var(--starlight); box-shadow: none; border: 1px solid rgba(255,255,255,.1); }
.cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
.note { font-size: 13px; color: var(--starlight-dim); margin-top: 14px; }
.phone { justify-self: center; width: min(320px, 80vw); border-radius: 44px; overflow: hidden;
  box-shadow: 0 40px 90px rgba(0,0,0,.6), 0 0 0 1px rgba(255,255,255,.08), 0 0 80px rgba(139,124,246,.25); }

/* Sections */
section { padding: 70px 0; }
h2 { font-size: clamp(28px, 4vw, 42px); font-weight: 900; letter-spacing: -.5px; margin: 8px 0 12px; }
.sub { color: var(--starlight-dim); font-size: 17px; max-width: 60ch; margin-bottom: 36px; }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.card { background: rgba(21,27,56,.7); border: 1px solid rgba(255,255,255,.07); border-radius: var(--radius-md); padding: 24px;
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.card h3 { margin: 10px 0 6px; font-size: 19px; font-weight: 800; }
.card p { margin: 0; color: var(--starlight-dim); font-size: 15px; }
.icon { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; font-size: 20px;
  background: rgba(94,234,212,.12); border: 1px solid rgba(94,234,212,.3); }
.icon.v { background: rgba(139,124,246,.14); border-color: rgba(139,124,246,.35); }
.icon.e { background: rgba(255,196,102,.12); border-color: rgba(255,196,102,.35); }

/* Showcase rows */
.showcase { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; margin-top: 30px; }
.showcase.flip > :first-child { order: 2; }
.showcase img { border-radius: var(--radius-lg); box-shadow: 0 30px 70px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.07); }
.showcase h3 { font-size: 26px; font-weight: 900; margin: 0 0 10px; }
.showcase p { color: var(--starlight-dim); font-size: 16px; }
.watch-img { width: min(300px, 70vw); margin: 0 auto; }

/* Constellations */
.const { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; margin-top: 24px; }
.const div { padding: 16px; border-radius: var(--radius-sm); background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06); }
.const b { display: block; font-size: 16px; }
.const span { font-size: 13px; color: var(--starlight-dim); }
.dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 8px; vertical-align: middle; }

/* Pricing */
.tiers { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 820px; margin: 0 auto; }
.tier { padding: 28px; border-radius: var(--radius-lg); background: rgba(21,27,56,.7); border: 1px solid rgba(255,255,255,.07); }
.tier.complete { border-color: rgba(94,234,212,.4); box-shadow: 0 0 60px rgba(94,234,212,.12); }
.tier h3 { margin: 0; font-size: 22px; font-weight: 900; }
.price { font-size: 38px; font-weight: 900; margin: 6px 0 14px; }
.price small { font-size: 14px; color: var(--starlight-dim); font-weight: 600; }
.tier ul { list-style: none; padding: 0; margin: 0; }
.tier li { padding: 7px 0; color: var(--starlight-dim); font-size: 15px; border-top: 1px solid rgba(255,255,255,.06); }
.tier li::before { content: "✦ "; color: var(--aurora); }
.tier.complete li::before { color: var(--ember); }

/* Privacy band */
.band { text-align: center; padding: 60px 24px; border-radius: var(--radius-lg);
  background: linear-gradient(160deg, rgba(94,234,212,.10), rgba(139,124,246,.14)); border: 1px solid rgba(255,255,255,.08); }
.band h2 { margin-top: 0; }

footer { padding: 40px 0 60px; color: var(--starlight-dim); font-size: 14px; border-top: 1px solid rgba(255,255,255,.06); margin-top: 40px; }
footer .row { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; }
footer a { margin-right: 18px; }

/* Legal pages */
.legal { max-width: 720px; margin: 0 auto; padding: 20px 0 80px; }
.legal h1 { font-size: 40px; }
.legal h2 { font-size: 22px; color: var(--aurora); margin-top: 36px; }
.legal p, .legal li { color: rgba(244,241,232,.88); font-size: 16px; }
.legal .meta { color: var(--starlight-dim); }

@media (max-width: 820px) {
  .hero, .showcase, .tiers { grid-template-columns: 1fr; }
  .showcase.flip > :first-child { order: 0; }
  nav ul { display: none; }
  .hero { padding-top: 20px; }
}
