:root {
  color-scheme: dark;
  --ink: #f5ead2;
  --muted: #9bacc2;
  --night: #050b16;
  --blue: #4a83ff;
  --gold: #edbd59;
  --line: rgba(160, 188, 223, .16);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  background: var(--night);
  color: var(--ink);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
body { margin: 0; background: radial-gradient(circle at 75% 12%, #102e58 0, transparent 28rem), var(--night); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }

.site-header, footer { width: min(1180px, calc(100% - 40px)); margin: auto; display: flex; align-items: center; justify-content: space-between; }
.site-header { height: 88px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 760; letter-spacing: -.02em; }
.brand img { border-radius: 10px; box-shadow: 0 8px 24px rgba(0, 0, 0, .3); }
nav, footer div { display: flex; gap: 28px; color: var(--muted); font-size: .94rem; }
nav a:hover, footer a:hover, .text-link:hover { color: white; }

main { overflow: hidden; }
.hero { width: min(1180px, calc(100% - 40px)); min-height: 730px; margin: auto; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 40px; }
.hero-copy { position: relative; z-index: 2; padding: 82px 0; }
.eyebrow { color: var(--gold); font-size: .76rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(3.4rem, 7vw, 6.8rem); line-height: .91; letter-spacing: -.068em; }
h1 span { color: #68a1ff; }
.lede { max-width: 610px; margin-bottom: 32px; color: #c4d1e2; font-size: clamp(1.08rem, 2vw, 1.3rem); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; }
.store-badge { display: inline-flex; align-items: center; gap: 10px; min-width: 178px; padding: 10px 17px; border: 1px solid rgba(255,255,255,.24); border-radius: 12px; background: #f4f1e9; color: #080b10; font-weight: 700; line-height: 1.02; box-shadow: 0 12px 34px rgba(0,0,0,.26); }
.store-badge svg { width: 30px; height: 30px; fill: currentColor; }
.store-badge small { display: block; font-size: .61rem; font-weight: 600; letter-spacing: .01em; }
.text-link { color: #b9cbdf; font-weight: 750; }
.text-link span { color: var(--gold); margin-left: 4px; }
.privacy-note { display: flex; align-items: center; gap: 13px; margin-top: 50px; color: var(--muted); font-size: .88rem; line-height: 1.5; }
.privacy-note p { margin: 0; }
.privacy-note strong { color: #dbe5f0; }
.shield { display: grid; place-items: center; width: 34px; height: 39px; color: var(--gold); border: 1px solid rgba(237,189,89,.45); border-radius: 50% 50% 55% 55%; }

.hero-art { min-height: 680px; position: relative; display: grid; place-items: end center; }
.hero-art img { position: relative; z-index: 2; width: min(100%, 480px); filter: drop-shadow(0 24px 42px rgba(0,0,0,.52)); animation: float 6s ease-in-out infinite; }
.moon { position: absolute; top: 96px; right: 1%; width: 172px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #d5ecff, #5a8dbb 55%, #1c4167); opacity: .74; box-shadow: 0 0 55px rgba(128, 189, 240, .24); }
.orbit { position: absolute; inset: 140px 0 80px; border: 1px solid rgba(237,189,89,.45); border-radius: 50%; transform: rotate(-12deg); }
.glow { position: absolute; z-index: 1; bottom: 7%; width: 75%; height: 22%; background: #1c70df; filter: blur(80px); opacity: .3; }
@keyframes float { 50% { transform: translateY(-12px); } }
@media (prefers-reduced-motion: reduce) { :root { scroll-behavior: auto; } .hero-art img { animation: none; } }

.steps, .screens, .promise { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 120px 0; }
.section-heading { max-width: 720px; margin-bottom: 56px; }
h2 { margin-bottom: 20px; font-size: clamp(2.35rem, 5vw, 4.5rem); line-height: 1.02; letter-spacing: -.052em; }
.section-heading > p:last-child, .promise > div > p { color: var(--muted); font-size: 1.08rem; line-height: 1.7; }
.step-grid { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0; padding: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; }
.step-grid li { min-height: 260px; padding: 34px; background: linear-gradient(145deg, rgba(18,32,53,.98), rgba(6,13,25,.98)); }
.step-grid span { display: block; margin-bottom: 55px; color: var(--gold); font-size: .73rem; font-weight: 800; letter-spacing: .16em; }
.step-grid h3 { margin-bottom: 12px; font-size: 1.28rem; }
.step-grid p { margin: 0; color: var(--muted); line-height: 1.58; }

.screens { width: 100%; max-width: none; padding-left: max(20px, calc((100vw - 1180px) / 2)); background: linear-gradient(180deg, transparent, rgba(17,41,75,.28), transparent); }
.screens .section-heading { margin-right: 20px; }
.phone-row { display: flex; gap: 28px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; padding: 0 max(20px, calc((100vw - 1180px) / 2)) 40px 0; scrollbar-color: #36577b transparent; }
.phone-row figure { flex: 0 0 min(330px, 76vw); margin: 0; scroll-snap-align: start; }
.phone-row img { display: block; width: 100%; border: 1px solid rgba(155,190,229,.25); border-radius: 32px; box-shadow: 0 25px 70px rgba(0,0,0,.42); }
.phone-row figcaption { padding: 17px 5px; color: var(--muted); font-size: .9rem; text-align: center; }

.promise { display: grid; grid-template-columns: .62fr 1.38fr; align-items: center; gap: 80px; }
.promise > img { width: min(100%, 300px); justify-self: center; border-radius: 64px; box-shadow: 0 0 0 1px rgba(255,255,255,.12), 0 30px 80px rgba(32,92,180,.35); }
.promise .text-link { display: inline-block; margin-top: 8px; }
.final-cta { padding: 140px 20px; text-align: center; background: radial-gradient(circle at 50% 100%, rgba(50,112,206,.34), transparent 40%); border-top: 1px solid var(--line); }
.final-cta h2 { margin-bottom: 12px; }
.final-cta > p:not(.eyebrow) { margin-bottom: 30px; color: var(--muted); }

footer { min-height: 130px; border-top: 1px solid var(--line); color: var(--muted); }
footer p { margin: 0; font-size: .85rem; }

@media (max-width: 800px) {
  .site-header { height: 72px; }
  nav a:first-child { display: none; }
  .hero { min-height: 0; grid-template-columns: 1fr; padding-top: 28px; }
  .hero-copy { padding: 54px 0 0; }
  .hero-art { min-height: 500px; }
  .hero-art img { width: 350px; }
  .moon { width: 120px; right: 5%; }
  .steps, .screens, .promise { padding-top: 88px; padding-bottom: 88px; }
  .step-grid { grid-template-columns: 1fr; }
  .step-grid li { min-height: 0; }
  .step-grid span { margin-bottom: 28px; }
  .promise { grid-template-columns: 1fr; gap: 50px; }
  .promise > img { width: 190px; }
  footer { flex-wrap: wrap; gap: 24px; padding: 32px 0; }
  footer p { width: 100%; }
}

@media (max-width: 480px) {
  .site-header, footer, .hero, .steps, .promise { width: min(100% - 28px, 1180px); }
  .site-header .brand span { display: none; }
  h1 { font-size: clamp(3.1rem, 15vw, 4.5rem); }
  .hero-art { min-height: 430px; }
  .hero-art img { width: 300px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .screens { padding-left: 14px; }
  footer div { gap: 18px; }
}

.legal-main { width: min(760px, calc(100% - 40px)); margin: 0 auto; padding: 94px 0 120px; }
.legal-main header { margin-bottom: 64px; }
.legal-main h1 { margin-bottom: 18px; font-size: clamp(3rem, 8vw, 5.3rem); }
.legal-main .effective { color: var(--muted); }
.legal-main h2 { margin: 54px 0 16px; font-size: clamp(1.55rem, 4vw, 2.15rem); letter-spacing: -.035em; }
.legal-main p, .legal-main li { color: #bac8d9; font-size: 1.04rem; line-height: 1.75; }
.legal-main strong { color: var(--ink); }
.legal-main a { color: #78aaff; text-decoration: underline; text-underline-offset: 3px; }
.legal-main li + li { margin-top: 8px; }
.legal-main .short-version { margin: 36px 0 55px; padding: 26px 28px; border: 1px solid rgba(237,189,89,.28); border-radius: 18px; background: rgba(237,189,89,.06); }
.legal-main .short-version p { margin: 0; color: #e4d7bc; }
.support-list { display: grid; gap: 18px; }
.support-card { padding: 24px 26px; border: 1px solid var(--line); border-radius: 18px; background: rgba(13,26,45,.72); }
.support-card h2 { margin: 0 0 12px; font-size: 1.28rem; }
.support-card p, .support-card ol, .support-card ul { margin-bottom: 0; }
.support-card h2 + p, .support-card h2 + ol, .support-card h2 + ul { margin-top: 0; }
