:root {
  color-scheme: dark;
  --bg: #070718;
  --bg-soft: #0c0b26;
  --surface: rgba(20, 18, 53, .76);
  --surface-solid: #141234;
  --text: #f5f3ff;
  --muted: #aaa8ca;
  --muted-bright: #d0cdeb;
  --purple: #9b8cff;
  --purple-bright: #b8a9ff;
  --yellow: #ffd66d;
  --line: rgba(155, 140, 255, .2);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font: 16px/1.65 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .28; background-image: radial-gradient(rgba(255,255,255,.55) .6px, transparent .6px); background-size: 58px 58px; mask-image: linear-gradient(to bottom, black, transparent 72%); }
a { color: inherit; }
.shell-wide { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.site-glow { position: absolute; pointer-events: none; border-radius: 50%; filter: blur(12px); }
.site-glow-one { top: 60px; right: 5%; width: 500px; height: 500px; background: rgba(91, 73, 211, .18); }
.site-glow-two { top: 950px; left: -230px; width: 520px; height: 520px; background: rgba(69, 36, 148, .16); }
.site-header { position: relative; z-index: 5; min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid rgba(155,140,255,.12); }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand strong, .footer-brand strong { display: block; font-size: 15px; letter-spacing: -.02em; }
.brand small, .footer-brand small { display: block; color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.brand-orbit { position: relative; display: inline-block; width: 34px; height: 34px; border: 1px solid var(--purple); border-radius: 50%; box-shadow: 0 0 20px rgba(155,140,255,.3); }
.brand-orbit::before, .brand-orbit::after { content: ""; position: absolute; inset: 7px -4px; border: 1px solid rgba(255,214,109,.85); border-radius: 50%; transform: rotate(35deg); }
.brand-orbit::after { inset: -4px 7px; transform: rotate(-35deg); }
.brand-orbit span { position: absolute; z-index: 1; left: 12px; top: 12px; width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 12px var(--yellow); }
.site-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.site-nav a, .text-link { color: var(--muted-bright); font-size: 13px; text-decoration: none; transition: color .2s ease; }
.site-nav a:hover, .text-link:hover, .footer-links a:hover { color: var(--yellow); }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 21px; border-radius: 999px; font-size: 13px; font-weight: 750; text-decoration: none; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #17132c; background: var(--yellow); box-shadow: 0 14px 35px rgba(255,214,109,.15); }
.button-primary:hover { background: #ffe39a; }
.button-outline { border: 1px solid rgba(255,214,109,.55); color: var(--yellow); }
.button-outline:hover { border-color: var(--yellow); background: rgba(255,214,109,.08); }
.button-small { min-height: 40px; padding: 0 15px; font-size: 11px; }
.hero { position: relative; min-height: 670px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .85fr); align-items: center; gap: 40px; padding-top: 64px; padding-bottom: 58px; }
.hero-copy { position: relative; z-index: 2; max-width: 610px; }
.eyebrow { margin: 0 0 18px; color: var(--purple-bright); font-size: 11px; font-weight: 800; letter-spacing: .2em; }
.eyebrow-dot { display: inline-block; width: 6px; height: 6px; margin: 0 8px 1px 0; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 12px var(--yellow); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.055em; }
h1 { max-width: 650px; margin-bottom: 23px; font-size: clamp(48px, 7vw, 84px); font-weight: 800; }
h1 em { color: var(--yellow); font-style: normal; }
.hero-lead { max-width: 530px; margin-bottom: 30px; color: var(--muted-bright); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-bottom: 35px; }
.text-link { font-weight: 700; }
.text-link span { margin-left: 7px; color: var(--yellow); }
.hero-status { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; color: var(--muted); font-size: 12px; }
.hero-status strong { color: var(--muted-bright); font-weight: 650; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: #78e0a5; box-shadow: 0 0 11px #78e0a5; }
.status-separator { color: var(--purple); }
.hero-art { position: relative; min-height: 550px; display: grid; place-items: center; overflow: hidden; }
.phone { position: relative; overflow: hidden; border: 7px solid #26234c; border-radius: 33px; background: #09091f; box-shadow: 0 28px 70px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.08); }
.phone::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: 25px; box-shadow: inset 0 0 30px rgba(0,0,0,.3); }
.phone img { display: block; width: 100%; height: auto; }
.phone-hero { z-index: 2; width: min(280px, 65%); transform: rotate(5deg); }
.phone-speaker { position: absolute; z-index: 3; top: 7px; left: 50%; width: 60px; height: 4px; transform: translateX(-50%); border-radius: 0 0 5px 5px; background: #0b0a20; }
.hero-ring { position: absolute; border: 1px solid rgba(155,140,255,.37); border-radius: 50%; transform: rotate(-22deg); }
.hero-ring-one { width: 465px; height: 205px; }
.hero-ring-two { width: 500px; height: 250px; border-color: rgba(255,214,109,.25); transform: rotate(31deg); }
.hero-star { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 14px 3px rgba(255,214,109,.55); }
.star-one { top: 17%; right: 8%; }.star-two { left: 8%; top: 33%; width: 3px; height: 3px; }.star-three { right: 11%; bottom: 18%; width: 2px; height: 2px; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 11px 14px; border: 1px solid rgba(155,140,255,.32); border-radius: 13px; background: rgba(17,15,47,.88); box-shadow: 0 13px 32px rgba(0,0,0,.24); backdrop-filter: blur(10px); }
.floating-card small, .floating-card strong { display: block; }.floating-card small { color: var(--muted); font-size: 9px; }.floating-card strong { color: var(--muted-bright); font-size: 11px; }
.floating-score { top: 21%; left: 2%; }.floating-daily { right: 1%; bottom: 19%; }
.mini-orbit { width: 23px; height: 23px; border: 1px solid var(--purple); border-radius: 50%; box-shadow: 0 0 10px rgba(155,140,255,.45); }.spark-icon { color: var(--yellow); font-size: 23px; }
.proof-bar { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted-bright); }
.proof-label { color: var(--muted); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }.proof-item { font-size: 13px; font-weight: 650; }.proof-item b { margin-right: 7px; color: var(--yellow); font-size: 10px; }
.section { position: relative; padding-top: 150px; padding-bottom: 150px; }.section-heading { max-width: 500px; }.section-heading h2, .how-copy h2, .beta-section h2 { margin-bottom: 22px; font-size: clamp(40px, 5vw, 64px); }.section-heading h2 span, .how-copy h2 span, .beta-section h2 span { color: var(--purple-bright); }.section-heading > p:last-child, .how-copy > p, .beta-section > div > p:last-child { max-width: 450px; color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 54px; }.feature-card { min-height: 330px; padding: 31px 28px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, rgba(25,22,65,.75), rgba(12,11,35,.6)); }.feature-card-featured { background: linear-gradient(145deg, rgba(59,42,132,.75), rgba(18,15,54,.72)); border-color: rgba(184,169,255,.45); }.feature-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 48px; border: 1px solid rgba(255,214,109,.6); border-radius: 17px; color: var(--yellow); }.icon-tap span { width: 15px; height: 15px; border: 2px solid var(--yellow); border-radius: 50%; box-shadow: 0 0 0 7px rgba(255,214,109,.1), 0 0 0 14px rgba(255,214,109,.06); }.icon-star { font-size: 29px; }.icon-spark span, .icon-spark i { display: block; width: 18px; height: 18px; border: 1px solid var(--purple-bright); border-radius: 50%; }.icon-spark i { position: absolute; width: 7px; height: 7px; margin-left: 29px; margin-top: -22px; background: var(--yellow); border: 0; }.card-number { margin-bottom: 9px; color: var(--yellow); font-size: 10px; font-weight: 800; letter-spacing: .16em; }.feature-card h3 { margin-bottom: 13px; font-size: 25px; }.feature-card > p:last-child { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.how-section { position: relative; overflow: hidden; background: linear-gradient(90deg, rgba(16,14,47,.96), rgba(10,9,30,.7)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.how-section::before { content: ""; position: absolute; inset: 0; opacity: .35; background: radial-gradient(circle at 82% 50%, rgba(100,79,231,.42), transparent 34%); }.how-layout { position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; min-height: 690px; }.steps { display: grid; gap: 0; max-width: 420px; margin: 42px 0 0; padding: 0; list-style: none; }.steps li { display: grid; grid-template-columns: 47px 1fr; gap: 18px; padding: 19px 0; border-top: 1px solid var(--line); }.steps li > span { color: var(--yellow); font-size: 11px; font-weight: 800; letter-spacing: .1em; }.steps strong { font-size: 16px; }.steps p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }.how-visual { position: relative; width: min(490px, 100%); aspect-ratio: 1; margin: auto; }.how-orbit { position: absolute; inset: 14%; border: 1px solid rgba(155,140,255,.38); border-radius: 50%; transform: rotate(32deg) scaleY(.47); }.orbit-b { inset: 24% 2%; border-color: rgba(255,214,109,.5); transform: rotate(-34deg) scaleY(.65); }.orbit-c { inset: 5% 29%; border-color: rgba(155,140,255,.25); transform: rotate(75deg) scaleY(.85); }.how-core { position: absolute; top: 50%; left: 50%; width: 30px; height: 30px; transform: translate(-50%,-50%); border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 16px rgba(255,214,109,.08), 0 0 50px 20px rgba(255,214,109,.35); }.how-particle { position: absolute; width: 11px; height: 11px; border-radius: 50%; background: var(--purple-bright); box-shadow: 0 0 18px var(--purple); }.particle-a { top: 20%; left: 24%; }.particle-b { top: 67%; right: 12%; background: var(--yellow); box-shadow: 0 0 18px var(--yellow); }.particle-c { bottom: 8%; left: 44%; width: 7px; height: 7px; }.how-label { position: absolute; padding: 6px 10px; border: 1px solid rgba(255,214,109,.45); border-radius: 6px; color: var(--yellow); font-size: 10px; font-weight: 800; letter-spacing: .16em; }.label-top { top: 27%; right: 7%; }.label-bottom { bottom: 16%; left: 6%; }
.heading-row { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 40px; max-width: none; }.heading-row > p { justify-self: end; max-width: 365px; margin: 0; }.screens-grid { display: grid; grid-template-columns: 1.16fr .84fr 1fr; align-items: end; gap: 18px; margin-top: 58px; }.screen-card { margin: 0; }.screen-frame { overflow: hidden; border: 6px solid #25214b; border-radius: 24px; background: #0b0a20; box-shadow: 0 25px 50px rgba(0,0,0,.3); }.screen-card img { display: block; width: 100%; height: auto; }.screen-main { transform: translateY(20px); }.screen-settings { transform: translateY(-16px); }.screen-card figcaption { display: flex; justify-content: space-between; gap: 10px; margin-top: 13px; color: var(--muted-bright); font-size: 12px; }.screen-card figcaption span { color: var(--muted); font-size: 11px; }.quote-card { align-self: center; padding: 30px 27px; border-left: 2px solid var(--yellow); background: rgba(20,18,52,.56); }.quote-mark { color: var(--yellow); font: 52px/0 Georgia, serif; }.quote-card p { max-width: 200px; margin: 23px 0 15px; font-size: 25px; font-weight: 700; line-height: 1.15; letter-spacing: -.04em; }.quote-card small { color: var(--muted); font-size: 11px; }
.beta-section { position: relative; overflow: hidden; display: grid; grid-template-columns: 110px 1fr auto; align-items: center; gap: 30px; margin-bottom: 120px; padding: 56px 65px; border: 1px solid rgba(184,169,255,.36); border-radius: 25px; background: radial-gradient(circle at 10% 50%, rgba(91,73,211,.3), transparent 34%), rgba(22,19,58,.76); }.beta-orbit { position: relative; width: 84px; height: 84px; border: 1px solid var(--purple); border-radius: 50%; box-shadow: 0 0 35px rgba(155,140,255,.28); }.beta-orbit::before, .beta-orbit::after { content: ""; position: absolute; inset: 20px -15px; border: 1px solid rgba(255,214,109,.72); border-radius: 50%; transform: rotate(35deg); }.beta-orbit::after { inset: -15px 20px; transform: rotate(-35deg); }.beta-orbit span { position: absolute; top: 32px; left: 32px; width: 18px; height: 18px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 20px var(--yellow); }.beta-section h2 { margin-bottom: 13px; font-size: clamp(34px, 4vw, 52px); }.beta-section > div > p:last-child { margin-bottom: 0; }.beta-badge { padding: 11px 14px; border: 1px solid rgba(255,214,109,.45); color: var(--yellow); font-size: 9px; font-weight: 800; line-height: 1.35; letter-spacing: .15em; text-align: center; }.beta-badge strong { font-size: 16px; }
.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; padding: 30px 0 45px; border-top: 1px solid var(--line); }.footer-links { display: flex; gap: 22px; }.footer-links a { color: var(--muted); font-size: 11px; text-decoration: none; }.footer-note { justify-self: end; margin: 0; color: var(--muted); font-size: 10px; }

/* Legal documents share the same visual language as the landing. */
.shell, .document { width: min(900px, calc(100% - 32px)); margin: 0 auto; }.shell { padding: 18vh 0; text-align: center; }.landing { min-height: 100vh; }.document { position: relative; z-index: 1; padding: 56px clamp(18px, 5vw, 72px) 96px; background: rgba(17,17,49,.72); }.document h1 { font-size: clamp(36px, 7vw, 58px); }.document h2 { margin: 36px 0 10px; color: var(--yellow); font-size: 22px; }.document p { color: var(--muted-bright); }.document .eyebrow { color: var(--purple-bright); }.muted { color: var(--muted) !important; font-size: 14px; }.links { display: grid; gap: 12px; margin: 32px auto; max-width: 420px; }.links a { background: var(--surface-solid); border: 1px solid var(--line); border-radius: 14px; padding: 14px 18px; color: var(--yellow); text-decoration: none; }.links a:hover { border-color: var(--purple); } hr { margin: 48px 0; border: 0; border-top: 1px solid var(--line); }

@media (max-width: 900px) {
  .site-nav { gap: 16px; }.site-nav a { font-size: 12px; }.hero { grid-template-columns: 1fr .82fr; gap: 14px; }.hero-art { min-height: 500px; }.phone-hero { width: min(245px, 75%); }.floating-score { left: -8%; }.floating-daily { right: -8%; }.feature-grid { gap: 10px; }.feature-card { padding: 24px 20px; }.feature-icon { margin-bottom: 35px; }.screens-grid { grid-template-columns: 1fr 1fr; }.quote-card { grid-column: 1 / -1; }.screen-main, .screen-settings { transform: none; }.quote-card { margin-top: 20px; }
}
@media (max-width: 680px) {
  .shell-wide { width: min(var(--max), calc(100% - 32px)); }.site-header { min-height: 74px; }.site-nav { display: none; }.button-small { min-height: 38px; }.hero { display: flex; flex-direction: column; align-items: stretch; padding-top: 63px; padding-bottom: 46px; }.hero-copy { max-width: none; }.hero-lead { font-size: 16px; }.hero-actions { gap: 18px; margin-bottom: 25px; }.hero-status { font-size: 11px; }.hero-art { min-height: 475px; margin-top: 10px; }.phone-hero { width: min(255px, 69vw); }.hero-ring-one { width: 360px; height: 170px; }.hero-ring-two { width: 390px; height: 205px; }.floating-score { left: 0; top: 19%; }.floating-daily { right: 0; bottom: 16%; }.floating-card { padding: 9px 11px; }.floating-card strong { font-size: 10px; }.proof-bar { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 20px 0; }.proof-label { grid-column: 1 / -1; }.section { padding-top: 100px; padding-bottom: 100px; }.section-heading h2, .how-copy h2 { font-size: 44px; }.feature-grid { grid-template-columns: 1fr; margin-top: 36px; }.feature-card { min-height: auto; padding: 25px; }.feature-icon { margin-bottom: 28px; }.how-layout { display: flex; flex-direction: column; align-items: stretch; gap: 15px; min-height: 0; padding-top: 92px; padding-bottom: 80px; }.how-visual { width: min(400px, 100%); margin-top: 20px; }.heading-row { display: block; }.heading-row > p { margin-top: 25px; }.screens-grid { grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 38px; }.screen-frame { border-width: 4px; border-radius: 17px; }.screen-card figcaption { display: block; font-size: 11px; }.screen-card figcaption span { display: block; margin-top: 3px; }.quote-card { padding: 24px 20px; }.quote-card p { font-size: 21px; }.beta-section { grid-template-columns: 1fr; gap: 22px; margin-bottom: 80px; padding: 35px 25px; }.beta-orbit { width: 65px; height: 65px; }.beta-orbit span { top: 23px; left: 23px; width: 16px; height: 16px; }.beta-section h2 { font-size: 39px; }.site-footer { grid-template-columns: 1fr; gap: 22px; }.footer-links { flex-wrap: wrap; }.footer-note { justify-self: start; }.document { padding-top: 38px; padding-bottom: 65px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.button { transition: none; }.button:hover { transform: none; } }
@media (max-width: 680px) { .hero-ring-one { width: 330px; height: 155px; } .hero-ring-two { width: 330px; height: 180px; } }
