:root{--bg:#08070b;--bg-elevated:#0d0b12;--fg:#f4f2f7;--fg-muted:#9a96a8;--fg-faint:#6b6779;--accent:#8a7bd6;--accent-soft:#8a7bd624;--border:#ffffff14;--maxw:1120px;--radius:14px;--ease:cubic-bezier(.22, 1, .36, 1)}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;height:100%}html,body{max-width:100vw;overflow-x:hidden}body{background:var(--bg);min-height:100%;color:var(--fg);letter-spacing:-.011em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:17px;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}.shell{flex-direction:column;min-height:100vh;display:flex}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 24px}.header{z-index:20;-webkit-backdrop-filter:saturate(160%)blur(14px);border-bottom:1px solid var(--border);background:#08070bb8;position:sticky;top:0}.header__inner{justify-content:space-between;align-items:center;height:60px;display:flex}.brand{letter-spacing:-.02em;color:var(--fg);font-size:19px;font-weight:600}.brand span{color:var(--accent)}.nav{align-items:center;gap:28px;display:flex}.nav__link{color:var(--fg-muted);transition:color .2s var(--ease);font-size:15px}.nav__link:hover{color:var(--fg)}.btn{letter-spacing:-.01em;border:1px solid var(--border);color:var(--fg);transition:background .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease);cursor:pointer;background:#ffffff0a;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:10px 18px;font-size:15px;font-weight:500;display:inline-flex}.btn:hover{background:#ffffff14;border-color:#ffffff29}.btn--store{background:var(--fg);color:#08070b;border-color:#0000;padding:13px 24px;font-size:16px;font-weight:600}.btn--store:hover{background:#fff;transform:translateY(-1px)}.btn--store svg{width:18px;height:18px}.btn--ghost{background:0 0}.hero{padding:24px 0 48px}.hero__grid{grid-template-columns:1fr;align-items:center;gap:48px;display:grid}.eyebrow{letter-spacing:.04em;color:var(--fg-muted);border:1px solid var(--border);background:var(--accent-soft);border-radius:999px;align-items:center;gap:10px;margin-bottom:28px;padding:6px 12px;font-size:13px;font-weight:500;display:inline-flex}.eyebrow:before{content:"";background:var(--accent);width:6px;height:6px;box-shadow:0 0 12px var(--accent);border-radius:50%}.hero__title{letter-spacing:-.035em;margin-bottom:22px;font-size:clamp(2.4rem,7vw,4.2rem);font-weight:600;line-height:1.04}.hero__desc{color:var(--fg-muted);max-width:30ch;margin-bottom:32px;font-size:clamp(1.05rem,2.4vw,1.3rem);line-height:1.5}.hero__cta{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.microcopy{color:var(--fg-faint);font-size:14px}.hero__media{justify-content:center;display:flex;position:relative}.hero__media .glow{filter:blur(40px);z-index:0;background:radial-gradient(at 50% 60%,#8a7bd647,#0000 70%);position:absolute;inset:10% 5% -10%}.hero__media .hero-img{z-index:1;border-radius:28px;width:100%;max-width:420px;height:auto;position:relative}.section{border-top:1px solid var(--border);padding:88px 0}.section__label{color:var(--accent);letter-spacing:.06em;text-transform:lowercase;margin-bottom:18px;font-size:13px}.section__title{letter-spacing:-.03em;max-width:18ch;margin-bottom:22px;font-size:clamp(1.8rem,4.5vw,2.8rem);font-weight:600;line-height:1.1}.section__lead{color:var(--fg-muted);max-width:52ch;font-size:clamp(1.05rem,2.2vw,1.2rem);line-height:1.55}.prose{max-width:60ch;color:var(--fg-muted);font-size:1.02rem;line-height:1.65}.prose p+p{margin-top:1em}.quiet-list{flex-direction:column;gap:14px;margin-top:28px;list-style:none;display:flex}.quiet-list li{color:var(--fg);letter-spacing:-.01em;padding-left:22px;font-size:1.05rem;position:relative}.quiet-list li:before{content:"";background:var(--accent);width:8px;height:1px;position:absolute;top:.62em;left:0}.steps{grid-template-columns:1fr;gap:40px;margin-top:48px;display:grid}.step{grid-template-columns:auto 1fr;align-items:baseline;gap:22px;display:grid}.step__num{color:var(--accent);font-variant-numeric:tabular-nums;letter-spacing:.02em;font-size:1.1rem;font-weight:600}.step__title{letter-spacing:-.02em;color:var(--fg);margin-bottom:6px;font-size:1.25rem;font-weight:600}.step__copy{color:var(--fg-muted);font-size:1rem;line-height:1.55}.closing{text-align:center;border-top:1px solid var(--border);padding:120px 0}.closing__title{letter-spacing:-.035em;margin-bottom:18px;font-size:clamp(2.2rem,6vw,3.6rem);font-weight:600;line-height:1.05}.closing__sub{color:var(--fg-muted);margin-bottom:36px;font-size:clamp(1.05rem,2.2vw,1.25rem)}.footer{border-top:1px solid var(--border);margin-top:auto;padding:40px 0}.footer__inner{flex-direction:column;align-items:flex-start;gap:20px;display:flex}.footer__brand{letter-spacing:-.02em;font-size:16px;font-weight:600}.footer__links{flex-wrap:wrap;gap:8px 24px;display:flex}.footer__links a{color:var(--fg-muted);transition:color .2s var(--ease);font-size:14px}.footer__links a:hover{color:var(--fg)}.footer__copy{color:var(--fg-faint);font-size:13px}.legal{padding:64px 0 96px}.legal h1{letter-spacing:-.03em;margin-bottom:14px;font-size:clamp(2rem,5vw,2.8rem);font-weight:600;line-height:1.1}.legal .updated{color:var(--fg-faint);margin-bottom:40px;font-size:14px}.legal h2{letter-spacing:-.02em;color:var(--fg);margin-top:48px;margin-bottom:14px;font-size:1.35rem;font-weight:600}.legal h3{color:var(--fg);margin-top:28px;margin-bottom:10px;font-size:1.08rem;font-weight:600}.legal p,.legal li{color:var(--fg-muted);line-height:1.65}.legal p+p,.legal ul+p,.legal ol+p{margin-top:1em}.legal ul,.legal ol{margin:.6em 0 1em;padding-left:1.2em}.legal ul li,.legal ol li{margin-bottom:.4em}.legal a{color:var(--accent);text-underline-offset:3px;-webkit-text-decoration:underline #8a7bd666;text-decoration:underline #8a7bd666}.legal a:hover{-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent)}.legal .intro{color:var(--fg);max-width:52ch;margin-bottom:8px;font-size:1.15rem}.legal .contact-box{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-elevated);margin-top:32px;padding:22px 24px}.legal .contact-box a{font-size:1.05rem;font-weight:500}.reveal{opacity:0;animation:reveal .7s var(--ease) forwards;transform:translateY(14px)}@keyframes reveal{to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;animation:none;transform:none}*{transition:none!important}}@media (min-width:768px){.hero{padding:40px 0 64px}.hero__grid{grid-template-columns:1.05fr .95fr;gap:56px}.hero__media .hero-img{max-width:100%}.steps{grid-template-columns:repeat(3,1fr);gap:32px}.step{grid-template-columns:1fr;gap:12px}.footer__inner{flex-direction:row;justify-content:space-between;align-items:center}}@media (min-width:1024px){.hero__media .hero-img{max-width:460px}}@media (max-width:380px){.container{padding:0 18px}.hero__title{font-size:2.1rem}.btn--store{width:100%}}
