@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --ink: #f5f1e8;
  --muted: #a9adba;
  --dim: #747b8d;
  --night: #060c18;
  --night-soft: #0a1424;
  --blue: #3f8dff;
  --amber: #f3a633;
  --gold: #f5c96a;
  --line: rgba(188, 196, 218, .17);
  --display: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --mono: 'DM Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--night); }
body { margin: 0; background: var(--night); color: var(--ink); font-family: var(--display); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
.site-shell { overflow: hidden; }
.section-wrap { width: min(1180px, calc(100% - 80px)); margin: 0 auto; }

.site-header { position: relative; z-index: 10; display: flex; align-items: center; justify-content: space-between; width: min(1320px, calc(100% - 80px)); height: 100px; margin: 0 auto; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 13px; font-family: var(--mono); font-size: 11px; letter-spacing: .24em; color: var(--ink); white-space: nowrap; }
.brand-mark { position: relative; display: grid; place-items: center; width: 27px; height: 27px; overflow: hidden; border: 1px solid rgba(255,255,255,.35); border-radius: 8px; background: radial-gradient(circle at 50% 51%, #fff3bf 0 11%, #e69b30 14%, transparent 26%), linear-gradient(135deg, #0a3175, #0b1322 48%, #be6814); box-shadow: 0 0 16px rgba(243,166,51,.3); }
.brand-mark::before, .brand-mark::after { content: ''; position: absolute; width: 45px; height: 15px; border: 1px solid rgba(157, 198, 255, .72); border-radius: 50%; transform: rotate(35deg); }
.brand-mark::after { border-color: rgba(255, 192, 87, .8); transform: rotate(-35deg); }
.brand-mark span { position: relative; z-index: 1; width: 5px; height: 5px; border-radius: 50%; background: #fff5c9; box-shadow: 0 0 8px 3px #ffb73c; }
.site-nav { display: flex; gap: 40px; margin-left: 80px; font-family: var(--mono); font-size: 10px; letter-spacing: .12em; color: var(--muted); }
.site-nav a, .footer-links a { transition: color .2s ease; }
.site-nav a:hover, .footer-links a:hover, .text-link:hover { color: var(--gold); }
.header-cta { border: 1px solid rgba(243, 166, 51, .55); border-radius: 100px; padding: 11px 16px 11px 18px; font-family: var(--mono); font-size: 10px; letter-spacing: .11em; color: var(--gold); transition: background .2s ease, color .2s ease; }
.header-cta:hover { background: var(--gold); color: var(--night); }

.hero { position: relative; min-height: 800px; display: grid; grid-template-columns: minmax(300px, .76fr) 1.24fr; align-items: center; gap: 20px; padding: 68px 0 90px; }
.hero::before { content: ''; position: absolute; inset: -200px -50vw auto; height: 800px; z-index: -2; background: radial-gradient(ellipse at 78% 45%, rgba(155,72,13,.38), transparent 42%), radial-gradient(ellipse at 31% 38%, rgba(8,59,138,.28), transparent 45%); pointer-events: none; }
.hero-copy { position: relative; z-index: 2; padding-top: 20px; }
.eyebrow, .feature-index, .visual-caption, .legal-updated { margin: 0; font-family: var(--mono); font-size: 10px; line-height: 1.5; letter-spacing: .23em; text-transform: uppercase; color: var(--gold); }
.hero h1, .statement h2, .pro-copy h2, .closing-section h2, .legal-page h1 { margin: 24px 0 24px; font-size: clamp(62px, 8vw, 120px); font-weight: 400; letter-spacing: -.065em; line-height: .91; }
h1 em, h2 em, h3 em { font-style: normal; color: transparent; -webkit-text-stroke: 1px rgba(245,241,232,.77); }
.hero-lede { width: min(370px, 100%); margin: 0 0 38px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; border-radius: 100px; padding: 16px 22px; font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(105deg, #e69529, #ffc960); color: #16100a; box-shadow: 0 0 34px rgba(243, 166, 51, .21); }
.button-primary:hover { box-shadow: 0 0 44px rgba(243, 166, 51, .42); }
.button-secondary { border: 1px solid rgba(243, 166, 51, .75); color: var(--gold); background: rgba(243,166,51,.04); }
.button-secondary:hover { background: var(--gold); color: var(--night); }
.text-link { display: inline-flex; align-items: center; gap: 11px; font-family: var(--mono); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; color: var(--muted); transition: color .2s ease; }
.text-link span { color: var(--gold); font-size: 14px; }

.hero-art { position: relative; height: 650px; min-width: 0; }
.orbital-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.glow-blue { width: 370px; height: 540px; left: 7%; top: 16%; background: radial-gradient(ellipse at 50% 55%, rgba(53, 129, 255, .26), transparent 65%); }
.glow-amber { width: 520px; height: 620px; right: -2%; top: 4%; background: radial-gradient(ellipse at 50% 54%, rgba(240, 133, 20, .34), transparent 66%); }
.hero-phone { position: absolute; border: 1px solid rgba(219, 225, 238, .62); border-radius: 38px; padding: 7px; background: linear-gradient(130deg, #c9ced8 0%, #161b25 7%, #050608 48%, #a9b0bd 53%, #080b10 59%, #c2c8d2 100%); box-shadow: -14px 26px 55px rgba(0,0,0,.45), inset 0 0 0 1px rgba(255,255,255,.2); transform: rotate(0deg); }
.phone-main { z-index: 3; width: 302px; height: 620px; left: 34%; top: 13px; box-shadow: -16px 30px 70px rgba(0,0,0,.55), 0 0 70px rgba(242, 147, 31, .17); }
.phone-side { z-index: 2; width: 218px; height: 454px; top: 103px; opacity: .86; }
.phone-left { left: 8%; transform: perspective(900px) rotateY(20deg) rotateZ(-1deg); }
.phone-right { right: 1%; transform: perspective(900px) rotateY(-20deg) rotateZ(1deg); }
.phone-screen { position: relative; width: 100%; height: 100%; overflow: hidden; border-radius: 31px; background: radial-gradient(ellipse at 48% 54%, rgba(255,190,68,.72), transparent 26%), radial-gradient(ellipse at 50% 86%, rgba(244,128,18,.7), transparent 48%), linear-gradient(155deg, #3f210e 0%, #995013 42%, #29160e 100%); }
.phone-screen::after { content: ''; position: absolute; inset: 0; background: repeating-radial-gradient(ellipse at 52% 58%, transparent 0 78px, rgba(255,204,110,.34) 79px 80px, transparent 81px 118px); opacity: .45; mix-blend-mode: screen; }
.dynamic-island { position: absolute; z-index: 4; top: 12px; left: calc(50% - 45px); width: 90px; height: 24px; border-radius: 18px; background: #040506; }
.screen-brand, .screen-place, .screen-time, .screen-status, .side-title, .side-subtitle, .side-button, .screen-ribbon, .screen-ribbon-labels, .light-orbits { position: absolute; z-index: 5; }
.screen-brand { top: 59px; width: 100%; text-align: center; color: var(--gold); font: 9px var(--mono); letter-spacing: .34em; }
.screen-place { top: 128px; width: 100%; text-align: center; color: var(--ink); font: 8px var(--mono); letter-spacing: .25em; }
.screen-time { top: 157px; width: 100%; text-align: center; color: #fff; font: 53px var(--display); font-weight: 300; letter-spacing: -.08em; }
.screen-status { top: 231px; width: 100%; text-align: center; color: #fff; font: 9px var(--mono); letter-spacing: .24em; }
.light-orbits { left: 50%; top: 294px; width: 260px; height: 190px; transform: translateX(-50%); }
.light-orbits span { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(255,225,164,.6); border-radius: 50%; transform: translate(-50%,-50%) rotate(-32deg); }
.light-orbits span:nth-child(1) { width: 280px; height: 190px; }
.light-orbits span:nth-child(2) { width: 240px; height: 360px; }
.light-orbits span:nth-child(3) { width: 360px; height: 280px; }
.light-orbits b { position: absolute; left: 50%; top: 52%; width: 37px; height: 37px; transform: translate(-50%,-50%); border-radius: 50%; background: #fff4be; box-shadow: 0 0 30px 12px rgba(255, 205, 83, .78); }
.screen-ribbon { left: 17px; right: 17px; bottom: 68px; height: 48px; overflow: hidden; border: 1px solid rgba(255,255,255,.45); border-radius: 24px; background: linear-gradient(90deg, #092e84 0%, #153b9a 17%, #e4d0a1 48%, #ffb22d 67%, #b45b1b 100%); box-shadow: 0 0 25px rgba(255,171,41,.35); }
.screen-ribbon i { position: absolute; left: 68%; top: 50%; width: 26px; height: 26px; transform: translate(-50%,-50%); border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 7px rgba(251,179,52,.28), 0 0 0 15px rgba(251,179,52,.1); }
.screen-ribbon strong { position: absolute; left: 68%; top: 50%; width: 7px; height: 7px; transform: translate(-50%,-50%); border-radius: 50%; background: #fff; }
.screen-ribbon-labels { left: 17px; right: 17px; bottom: 42px; display: flex; justify-content: space-between; color: #fff; font: 8px var(--mono); }
.side-screen { background: linear-gradient(155deg, #152958, #071329 49%, #d07b17 100%); }
.side-screen::after { opacity: .3; }
.side-screen .screen-brand { top: 48px; font-size: 7px; }
.side-title { top: 100px; width: 100%; text-align: center; font: 16px var(--display); letter-spacing: .08em; }
.side-subtitle { top: 128px; width: 100%; text-align: center; color: #c9cad0; font: 6px var(--mono); letter-spacing: .15em; }
.mini-bars { position: absolute; z-index: 5; top: 171px; left: 16px; right: 16px; display: grid; gap: 8px; }
.mini-bars span { display: block; height: 28px; border: 1px solid rgba(245,187,74,.52); border-radius: 9px; background: linear-gradient(90deg, #0a2865, #cf7622); }
.mini-bars span:nth-child(2) { background: linear-gradient(90deg, #132f71, #df8c28); }
.mini-bars span:nth-child(3) { background: linear-gradient(90deg, #182d68, #eb9d31); }
.mini-bars span:nth-child(4) { background: linear-gradient(90deg, #122353, #c67020); }
.mini-bars span:nth-child(5) { background: linear-gradient(90deg, #0d1a3d, #955121); }
.alert-screen { background: radial-gradient(ellipse at 50% 63%, rgba(255,169,38,.7), transparent 22%), linear-gradient(160deg, #20170e, #4a270e 52%, #160c09); }
.alert-rings { position: absolute; top: 180px; left: 50%; width: 130px; height: 130px; transform: translateX(-50%); }
.alert-rings span { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(255, 183, 65, .6); border-radius: 50%; transform: translate(-50%,-50%); }
.alert-rings span:nth-child(1) { width: 48px; height: 48px; }
.alert-rings span:nth-child(2) { width: 94px; height: 94px; }
.alert-rings b { position: absolute; left: 50%; top: 50%; width: 23px; height: 23px; transform: translate(-50%,-50%); border-radius: 50%; background: #ffe09b; box-shadow: 0 0 22px 8px #f0a223; }
.side-button { bottom: 60px; left: 20px; right: 20px; padding: 11px; border: 1px solid rgba(255,178,52,.85); border-radius: 20px; text-align: center; color: #ffe2a3; font: 7px var(--mono); letter-spacing: .16em; }
.hero-note { position: absolute; bottom: 19px; left: 0; right: 0; display: flex; align-items: center; gap: 16px; font: 10px var(--mono); letter-spacing: .15em; text-transform: uppercase; color: var(--dim); }
.hero-note > span:first-child { color: var(--gold); }
.hero-note-line { width: 80px; height: 1px; background: var(--line); }
.hero-note > span:last-child { color: var(--gold); }

.section-rule { height: 1px; background: var(--line); }
.statement { padding: 130px 0 150px; }
.statement-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; padding-top: 38px; }
.statement h2, .pro-copy h2, .closing-section h2, .legal-page h1 { font-size: clamp(52px, 6vw, 86px); }
.statement .section-lede, .pro-copy .section-lede { max-width: 500px; }
.section-lede { color: var(--muted); font-size: 16px; line-height: 1.85; }

.feature-section { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(70px, 10vw, 150px); padding: 70px 0 170px; }
.feature-section-reverse { grid-template-columns: .9fr 1.1fr; }
.feature-visual { position: relative; min-height: 520px; overflow: hidden; border: 1px solid rgba(146, 167, 210, .25); background: var(--night-soft); }
.light-ribbon-visual { padding: 50px 38px 40px; background: radial-gradient(circle at 47% 57%, rgba(255,177,48,.48), transparent 27%), linear-gradient(150deg, #0c2452, #0b1220 49%, #5b2d11); }
.light-ribbon-visual::after { content: ''; position: absolute; inset: 0; background: repeating-radial-gradient(ellipse at 51% 58%, transparent 0 84px, rgba(255,200,109,.24) 85px 86px, transparent 87px 135px); opacity: .72; }
.visual-caption { position: relative; z-index: 2; color: var(--ink); }
.large-ribbon { position: absolute; z-index: 2; left: 38px; right: 38px; bottom: 107px; display: flex; height: 58px; overflow: hidden; border: 1px solid rgba(241,245,255,.7); border-radius: 30px; box-shadow: 0 0 36px rgba(245,157,34,.25); }
.large-ribbon span { flex: 1; }
.ribbon-night { background: #0a2a72; }.ribbon-dawn { background: linear-gradient(90deg,#123f9b,#dde7f7); }.ribbon-day { background: #fff0cd; }.ribbon-gold { background: linear-gradient(90deg,#ffc44d,#c45d17); }.ribbon-dusk { background: #152552; }
.large-ribbon i { position: absolute; left: 69%; top: 50%; width: 30px; height: 30px; transform: translate(-50%,-50%); border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 8px rgba(252,179,48,.28), 0 0 0 18px rgba(252,179,48,.12); }
.visual-times { position: absolute; z-index: 3; left: 38px; right: 38px; bottom: 75px; display: flex; justify-content: space-between; font: 10px var(--mono); color: var(--ink); }
.visual-sun { position: absolute; z-index: 2; left: 49%; top: 49%; width: 56px; height: 56px; border-radius: 50%; background: #ffefaf; box-shadow: 0 0 46px 20px rgba(255,178,48,.62); }
.feature-copy { max-width: 430px; }
.feature-copy h3 { margin: 24px 0; font-size: clamp(42px, 5vw, 67px); font-weight: 400; letter-spacing: -.065em; line-height: .98; }
.feature-copy p { margin: 0 0 30px; color: var(--muted); font-size: 15px; line-height: 1.85; }
.forecast-visual { background: radial-gradient(circle at 52% 53%, rgba(242,158,34,.2), transparent 33%), linear-gradient(150deg, #07101d, #0b2352 60%, #172b4e); }
.forecast-sky { position: absolute; inset: 80px 8% 130px; display: flex; align-items: end; justify-content: center; gap: 16px; }
.forecast-sky span { display: block; width: 8px; height: 58%; border-radius: 10px 10px 0 0; background: linear-gradient(#fbad2d, #f6e3a5); box-shadow: 0 0 20px 4px rgba(247,173,52,.35); transform-origin: bottom; }
.forecast-sky span:nth-child(1) { height: 35%; background: #448cff; box-shadow: 0 0 18px 4px rgba(68,140,255,.4); }.forecast-sky span:nth-child(2) { height: 55%; background: #91baff; }.forecast-sky span:nth-child(3) { height: 78%; }.forecast-sky span:nth-child(4) { height: 93%; }.forecast-sky span:nth-child(5) { height: 73%; }.forecast-sky span:nth-child(6) { height: 60%; }.forecast-sky span:nth-child(7) { height: 42%; background: #e17820; }.forecast-sky span:nth-child(8) { height: 29%; background: #294c9e; }
.forecast-base { position: absolute; left: 8%; right: 8%; bottom: 130px; height: 1px; background: rgba(255,255,255,.55); box-shadow: 0 0 18px rgba(252,187,55,.8); }
.forecast-label { position: absolute; top: 36px; left: 36px; font: 10px var(--mono); letter-spacing: .2em; color: var(--gold); }
.forecast-days { position: absolute; bottom: 74px; left: 8%; right: 8%; display: flex; justify-content: space-between; font: 9px var(--mono); color: var(--muted); }

.pro-section { display: grid; grid-template-columns: 1fr 1fr; gap: 120px; padding: 120px 0 160px; border-top: 1px solid var(--line); }
.pro-copy h2 { margin-top: 19px; }
.pro-copy .button { margin-top: 25px; }
.pro-list { padding-top: 22px; }
.pro-row { display: grid; grid-template-columns: 50px 1fr; align-items: center; min-height: 88px; border-bottom: 1px solid var(--line); font: 11px var(--mono); letter-spacing: .17em; color: var(--ink); }
.pro-row small { grid-column: 2; margin-top: -23px; color: var(--dim); font: 11px var(--display); letter-spacing: 0; }
.pro-symbol { color: var(--gold); font-size: 30px; font-family: var(--display); }
.pro-price { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; margin-top: 34px; padding: 22px 0; font: 10px var(--mono); letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.pro-price strong { color: var(--gold); font: 34px var(--display); letter-spacing: -.05em; font-weight: 400; white-space: nowrap; }.pro-price strong small { font: 10px var(--mono); letter-spacing: .08em; color: var(--muted); }

.closing-section { position: relative; min-height: 660px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 80px 0 120px; text-align: center; }
.closing-section::before, .closing-section::after { content: ''; position: absolute; z-index: -1; border: 1px solid rgba(244,169,52,.24); border-radius: 50%; }
.closing-section::before { width: 600px; height: 330px; transform: rotate(-21deg); box-shadow: 0 0 60px rgba(240,135,24,.1); }.closing-section::after { width: 440px; height: 240px; transform: rotate(27deg); }
.closing-glow { position: absolute; z-index: -2; width: 280px; height: 280px; border-radius: 50%; background: radial-gradient(circle, rgba(255,190,57,.8), transparent 64%); filter: blur(14px); opacity: .55; }
.closing-section h2 { margin-bottom: 18px; }.closing-section .section-lede { margin: 0 0 28px; }.closing-section .button { margin-top: 4px; }
.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; min-height: 130px; border-top: 1px solid var(--line); color: var(--dim); }.site-footer .brand { color: var(--muted); }.footer-links { display: flex; gap: 27px; font: 10px var(--mono); letter-spacing: .08em; color: var(--muted); }.site-footer p { justify-self: end; margin: 0; font: 10px var(--mono); letter-spacing: .1em; }

.legal-shell { min-height: 100vh; background: radial-gradient(ellipse at 82% 19%, rgba(80,42,13,.33), transparent 35%), var(--night); }.legal-page { padding: 108px 0 150px; }.legal-page h1 { margin-top: 22px; margin-bottom: 18px; }.legal-updated { color: var(--dim); }.legal-content { width: min(720px, 100%); margin: 90px 0 0 18%; }.legal-content p { margin: 0 0 22px; color: var(--muted); font-size: 15px; line-height: 1.9; }.legal-content h2 { margin: 65px 0 18px; font-size: 26px; font-weight: 500; letter-spacing: -.035em; }.legal-content h3 { margin: 34px 0 10px; color: var(--gold); font: 12px var(--mono); letter-spacing: .13em; text-transform: uppercase; }.legal-content a { color: var(--gold); text-decoration: underline; text-decoration-color: rgba(245,201,106,.35); text-underline-offset: 4px; }

@media (max-width: 960px) { .site-nav { gap: 20px; margin-left: 0; }.hero { grid-template-columns: .75fr 1.25fr; }.hero-art { transform: scale(.88); transform-origin: center right; margin-left: -40px; }.statement-grid, .feature-section, .feature-section-reverse, .pro-section { gap: 52px; }.pro-section { grid-template-columns: 1fr 1fr; }.legal-content { margin-left: 7%; } }
@media (max-width: 720px) { .section-wrap { width: min(100% - 40px, 560px); }.site-header { width: calc(100% - 40px); height: 82px; }.site-nav { display: none; }.header-cta { padding: 10px 12px; font-size: 9px; }.hero { display: block; min-height: auto; padding: 82px 0 70px; }.hero-copy { padding-top: 0; }.hero h1 { font-size: clamp(65px, 21vw, 108px); }.hero-lede { font-size: 15px; }.hero-art { height: 540px; margin: 15px -20px 0; transform: scale(.8); transform-origin: center top; }.phone-main { left: 31%; }.phone-left { left: 0; }.phone-right { right: -2%; }.hero-note { position: relative; bottom: auto; margin-top: -25px; flex-wrap: wrap; line-height: 1.8; }.hero-note-line { width: 45px; }.statement { padding: 105px 0 80px; }.statement-grid, .feature-section, .feature-section-reverse, .pro-section { display: block; }.statement-grid > div { margin-top: 35px; }.feature-section { padding: 60px 0 100px; }.feature-section-reverse { display: flex; flex-direction: column-reverse; }.feature-visual { min-height: 420px; margin-bottom: 42px; }.feature-copy h3 { font-size: 49px; }.pro-section { padding: 95px 0; }.pro-list { padding-top: 65px; }.pro-price { flex-wrap: wrap; }.closing-section { min-height: 580px; }.closing-section::before { width: 440px; }.site-footer { display: flex; flex-wrap: wrap; gap: 22px; padding: 34px 0; }.footer-links { order: 3; width: 100%; flex-wrap: wrap; }.site-footer p { margin-left: auto; }.legal-page { padding: 80px 0 90px; }.legal-content { margin: 70px 0 0; }.legal-content h2 { margin-top: 52px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }

/* Editorial polish: quieter surfaces, a sharper grid, and a launch-safe CTA. */
:root {
  --ink: #f5f1e8;
  --muted: #aeb5c2;
  --dim: #707b8d;
  --night: #050912;
  --night-soft: #081321;
  --blue: #6ea8ff;
  --amber: #e9a43c;
  --gold: #f5c96a;
  --line: rgba(190, 201, 224, .18);
  --serif: 'Iowan Old Style', 'Baskerville', 'Times New Roman', serif;
}

html { background: var(--night); }
body { position: relative; background: var(--night); }
.site-shell { position: relative; isolation: isolate; }
.site-shell::before { content: ''; position: fixed; z-index: -1; inset: 0; pointer-events: none; opacity: .18; background-image: linear-gradient(rgba(139, 166, 211, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(139, 166, 211, .12) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black 0%, transparent 76%); }

.site-header { height: 112px; border-bottom-color: rgba(190, 201, 224, .22); }
.header-sun-path { position: absolute; left: 50%; top: 48px; width: 126px; height: 36px; transform: translateX(-50%) rotate(-20deg); pointer-events: none; }
.header-sun-path::before { content: ''; position: absolute; left: 0; top: 13px; width: 126px; border-top: 1px solid rgba(233, 164, 60, .72); }
.header-sun-path::after { content: ''; position: absolute; left: 57px; top: 2px; width: 36px; height: 24px; border: 1px dashed rgba(233, 164, 60, .48); border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; transform: rotate(32deg); }
.header-sun-path i { position: absolute; z-index: 1; left: 58px; top: 9px; width: 8px; height: 8px; border: 1px solid var(--gold); border-radius: 50%; background: var(--night); box-shadow: 0 0 0 4px rgba(245, 201, 106, .08), 0 0 18px rgba(245, 201, 106, .42); }
.site-nav { margin-left: auto; margin-right: 56px; gap: 32px; }
.header-cta { border: 0; border-bottom: 1px solid rgba(245, 201, 106, .58); border-radius: 0; padding: 8px 0 7px; }
.header-cta:hover { background: transparent; color: var(--ink); border-bottom-color: var(--gold); }

.hero { min-height: 780px; grid-template-columns: minmax(320px, .82fr) 1.18fr; gap: clamp(20px, 5vw, 76px); padding: 78px 0 92px; }
.hero::before { background: radial-gradient(ellipse at 80% 48%, rgba(153, 74, 18, .26), transparent 41%), radial-gradient(ellipse at 27% 48%, rgba(11, 65, 146, .22), transparent 44%); }
.hero::after { content: ''; position: absolute; z-index: -1; inset: 0 -50vw; pointer-events: none; background: linear-gradient(90deg, transparent 0 49%, rgba(190, 201, 224, .08) 49.1%, transparent 49.2%); opacity: .35; }
.hero-copy { padding-top: 54px; }
.hero h1, .statement h2, .pro-copy h2, .closing-section h2, .legal-page h1, .feature-copy h3 { font-family: var(--serif); font-weight: 400; }
.hero h1 { margin-top: 20px; font-size: clamp(74px, 8.5vw, 132px); letter-spacing: -.075em; line-height: .86; }
.hero h1 em { -webkit-text-stroke: .8px rgba(245, 241, 232, .72); }
.hero-lede { width: min(390px, 100%); margin-bottom: 34px; font-size: 15px; line-height: 1.8; }
.hero-actions { gap: 26px; }
.button { min-height: 52px; border-radius: 2px; padding: 16px 22px; font-size: 10px; letter-spacing: .16em; }
.button:hover { transform: translateY(-1px); }
.button-primary { position: relative; overflow: hidden; border: 1px solid rgba(245, 201, 106, .72); background: rgba(11, 19, 34, .32); color: var(--ink); box-shadow: inset 0 -2px 0 rgba(245, 201, 106, .75); }
.button-primary::before { content: ''; position: absolute; left: 0; bottom: 0; width: 32%; height: 2px; background: var(--gold); box-shadow: 0 0 18px rgba(245, 201, 106, .62); }
.button-primary:hover { background: rgba(245, 201, 106, .08); box-shadow: inset 0 -2px 0 var(--gold), 0 10px 28px rgba(0, 0, 0, .18); }
.button-secondary { border: 0; border-bottom: 1px solid rgba(245, 201, 106, .62); border-radius: 0; padding-right: 0; padding-left: 0; background: transparent; color: var(--gold); }
.button-secondary:hover { background: transparent; color: var(--ink); }
.button-prelaunch, .button-prelaunch:disabled { width: 304px; justify-content: space-between; opacity: 1; cursor: default; }
.button-prelaunch:hover { transform: none; background: rgba(11, 19, 34, .32); }
.text-link { letter-spacing: .15em; }
.text-link span { font-size: 13px; }

.hero-art { height: 650px; }
.orbital-glow { opacity: .74; }
.glow-blue { background: radial-gradient(ellipse at 50% 55%, rgba(53, 129, 255, .2), transparent 65%); }
.glow-amber { background: radial-gradient(ellipse at 50% 54%, rgba(240, 133, 20, .24), transparent 66%); }
.hero-phone { border-radius: 42px; box-shadow: -14px 26px 55px rgba(0,0,0,.48), inset 0 0 0 1px rgba(255,255,255,.18); }
.phone-main { box-shadow: -16px 30px 70px rgba(0,0,0,.58), 0 0 62px rgba(242, 147, 31, .13); }
.phone-side { opacity: .68; filter: saturate(.82); }
.phone-left { transform: perspective(900px) rotateY(23deg) rotateZ(-1deg) translateX(-4px); }
.phone-right { transform: perspective(900px) rotateY(-23deg) rotateZ(1deg) translateX(4px); }
.phone-screen { border-radius: 35px; background: radial-gradient(ellipse at 48% 54%, rgba(255, 190, 68, .64), transparent 26%), radial-gradient(ellipse at 50% 86%, rgba(205, 101, 23, .55), transparent 48%), linear-gradient(155deg, #10254b 0%, #19315b 44%, #4d2919 100%); }
.phone-screen::after { opacity: .34; }
.hero-note { bottom: 19px; padding-top: 18px; border-top: 1px solid var(--line); }

.statement { padding: 150px 0 170px; }
.statement-grid { grid-template-columns: .62fr 1.38fr; gap: 72px; }
.statement h2, .pro-copy h2, .closing-section h2, .legal-page h1 { letter-spacing: -.065em; }
.statement .section-lede, .pro-copy .section-lede { max-width: 540px; }
.section-lede { line-height: 1.9; }

.feature-section { gap: clamp(72px, 9vw, 138px); padding: 70px 0 172px; }
.feature-visual { border-color: rgba(146, 167, 210, .3); border-radius: 2px; box-shadow: 0 24px 70px rgba(0, 0, 0, .14); }
.feature-copy h3 { letter-spacing: -.06em; }
.feature-copy p { line-height: 1.9; }

.pro-section { grid-template-columns: .86fr 1.14fr; gap: 100px; padding: 132px 0 170px; }
.pro-row { grid-template-columns: 46px 1fr; min-height: 90px; }
.pro-symbol { position: relative; width: 28px; height: 28px; color: transparent; font-size: 0; }
.pro-symbol-ribbon::before { content: ''; position: absolute; left: 2px; top: 7px; width: 21px; height: 12px; border: 1px solid var(--gold); border-radius: 50%; transform: rotate(-22deg); }
.pro-symbol-ribbon::after { content: ''; position: absolute; left: 11px; top: 12px; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 12px rgba(245, 201, 106, .75); }
.pro-symbol-alert::before { content: ''; position: absolute; left: 5px; top: 3px; width: 18px; height: 18px; border: 1px solid var(--gold); border-radius: 50% 50% 45% 45%; }
.pro-symbol-alert::after { content: ''; position: absolute; left: 3px; top: 20px; width: 22px; border-top: 1px solid var(--gold); box-shadow: 9px 4px 0 -8px var(--gold); }
.pro-symbol-place::before { content: ''; position: absolute; left: 5px; top: 3px; width: 17px; height: 22px; border: 1px solid var(--gold); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.pro-symbol-place::after { content: ''; position: absolute; left: 11px; top: 9px; width: 5px; height: 5px; border: 1px solid var(--gold); border-radius: 50%; }
.pro-price { justify-content: flex-start; margin-top: 26px; padding: 20px 0 0; border-top: 1px solid rgba(190, 201, 224, .12); color: var(--dim); font-size: 9px; letter-spacing: .1em; }
.pro-price strong { color: var(--muted); font-size: 17px; font-weight: 400; letter-spacing: -.02em; }
.pro-price strong small { color: var(--dim); font-size: 9px; }
.pro-price span:last-child { color: var(--dim); }

.closing-section { min-height: 590px; }
.closing-section::before, .closing-section::after { border-color: rgba(244, 169, 52, .18); }
.closing-glow { opacity: .38; }
.site-footer { min-height: 116px; }

.legal-page h1 { font-size: clamp(58px, 7vw, 94px); }

@media (max-width: 960px) {
  .header-sun-path { display: none; }
  .site-nav { margin-right: 32px; }
  .hero { gap: 24px; }
  .hero-art { transform: scale(.9); transform-origin: center right; margin-left: -28px; }
}

@media (max-width: 720px) {
  .site-header { height: 86px; }
  .site-nav { display: none; }
  .header-cta { padding-bottom: 6px; }
  .hero { padding: 78px 0 76px; }
  .hero-copy { padding-top: 0; }
  .hero h1 { font-size: clamp(76px, 22vw, 116px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .button-prelaunch { width: min(304px, 100%); }
  .hero-art { height: 540px; margin: 16px -20px 0; transform: scale(.78); transform-origin: center top; }
  .phone-main { left: 31%; }
  .hero-note { gap: 12px; }
  .statement { padding: 108px 0 92px; }
  .statement-grid { gap: 38px; }
  .feature-section { padding: 60px 0 106px; }
  .pro-section { padding: 98px 0 118px; }
  .closing-section { min-height: 530px; }
  .closing-section::before { width: 420px; }
}
