:root{--bg:#0f0b16;--surface:#181320;--elevated:#221a30;--line:#2a2236;--text:#f3e8ff;--muted:#a89bbd;--gold:#f5c542;--violet:#8b5cf6}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.shell{background:radial-gradient(circle at 85% 0%, #8b5cf62e, transparent 30rem), radial-gradient(circle at 2% 20%, #f5c54217, transparent 28rem), var(--bg);overflow:hidden}.wrap{width:min(1120px,100% - 40px);margin:auto}.nav{border-bottom:1px solid #f3e8ff14;justify-content:space-between;align-items:center;height:82px;display:flex}.brand{letter-spacing:-.03em;align-items:center;gap:11px;font-size:1.1rem;font-weight:800;display:inline-flex}.brand img{border-radius:11px;width:37px;height:37px}.lang{border:1px solid var(--line);border-radius:999px;gap:4px;padding:4px;font-size:.82rem;display:flex}.lang a{color:var(--muted);border-radius:999px;padding:6px 10px}.lang .active{color:#171107;background:var(--gold);font-weight:800}.hero{grid-template-columns:1.02fr .98fr;align-items:start;gap:30px;padding:86px 0 104px;display:grid}.eyebrow{color:var(--gold);text-transform:uppercase;letter-spacing:.13em;font-size:.72rem;font-weight:800}h1,h2,h3,p{margin:0}h1{letter-spacing:-.075em;max-width:11ch;margin-top:14px;font-size:clamp(3.4rem,7vw,6.8rem);line-height:.96}h1 span{color:var(--gold)}.lead{max-width:55ch;color:var(--muted);margin-top:25px;font-size:1.12rem;line-height:1.65}.trust{color:#d7cce9;flex-wrap:wrap;gap:10px 18px;margin-top:28px;font-size:.9rem;display:flex}.trust span:before{content:"•";color:var(--gold);margin-right:8px}.store-button{background:var(--gold);color:#1d1608;border-radius:11px;margin-top:30px;padding:14px 19px;font-weight:850;display:inline-flex;box-shadow:0 12px 30px #f5c5422e}.store-button[aria-disabled=true]{opacity:.86;cursor:default}.hero-visual{isolation:isolate;height:555px;margin-top:-14px;position:relative}.hero-visual:before{content:"";z-index:-1;filter:blur(25px);background:radial-gradient(#8b5cf670,#f5c5421c 42%,#0000 70%);border-radius:50%;position:absolute;inset:17% 4% 2%}.hero-shot{aspect-ratio:9/16;object-fit:contain;background:#0f0b16;border:7px solid #08060c;border-radius:27px;width:214px;height:auto;display:block;position:absolute;box-shadow:0 28px 62px #00000078}.hero-shot-back{opacity:.78;top:80px;left:0;transform:rotate(-8deg)}.hero-shot-main{z-index:2;top:0;left:50%;transform:translate(-50%)}.hero-shot-front{opacity:.9;top:88px;right:0;transform:rotate(8deg)}.section{border-top:1px solid #f3e8ff17;padding:92px 0}.section-title{letter-spacing:-.06em;max-width:18ch;font-size:clamp(2.15rem,4vw,4.25rem);line-height:1}.section-copy{max-width:61ch;color:var(--muted);margin-top:17px;line-height:1.65}.steps{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px;display:grid}.card{border:1px solid var(--line);background:linear-gradient(145deg,#221a30f2,#181320e6);border-radius:20px;min-height:230px;padding:25px}.number{color:var(--gold);letter-spacing:.1em;font-size:.8rem;font-weight:900}.card h3{letter-spacing:-.04em;margin-top:40px;font-size:1.36rem}.card p{color:var(--muted);margin-top:10px;line-height:1.55}.screens{grid-template-columns:repeat(4,1fr);align-items:start;gap:18px;margin-top:43px;display:grid}.screens img{aspect-ratio:9/16;object-fit:contain;background:#0f0b16;border:1px solid #393047;border-radius:18px;width:100%;height:auto;box-shadow:0 18px 45px #00000047}.promise{grid-template-columns:1fr 1fr;align-items:start;gap:42px;display:grid}.promise-list{gap:18px;display:grid}.promise-item{border-left:2px solid var(--gold);background:#221a3091;padding:20px}.promise-item strong{margin-bottom:6px;display:block}.promise-item span{color:var(--muted);line-height:1.55}.closing{text-align:center;padding:110px 0}.closing h2{letter-spacing:-.075em;font-size:clamp(3rem,7vw,6.2rem);line-height:.94}.closing p{max-width:52ch;color:var(--muted);margin:20px auto 0}.footer{color:var(--muted);border-top:1px solid #f3e8ff17;justify-content:space-between;gap:22px;padding:28px 0 38px;font-size:.86rem;display:flex}.footer a{color:var(--text)}.policy{max-width:800px;padding:74px 0 100px}.policy h1{max-width:none;font-size:clamp(3rem,6vw,5rem)}.policy .updated{color:var(--gold);margin-top:18px;font-size:.9rem}.policy h2{letter-spacing:-.04em;margin-top:46px;font-size:1.5rem}.policy p,.policy li{color:var(--muted);line-height:1.7}.policy p{margin-top:12px}.policy ul{padding-left:20px}@media (max-width:760px){.wrap{width:min(100% - 32px,600px)}.hero{grid-template-columns:1fr;gap:22px;padding:56px 0 72px}.hero-visual{order:-1;width:min(100%,430px);height:370px;margin:0 auto}.hero-shot{border-width:5px;border-radius:20px;width:146px}.hero-shot-back{top:60px;left:3%}.hero-shot-main{top:0}.hero-shot-front{top:65px;right:3%}.steps,.promise{grid-template-columns:1fr}.screens{grid-template-columns:repeat(2,1fr);gap:14px}.screens img:nth-child(2),.screens img:nth-child(3){transform:none}.section{padding:67px 0}.footer{flex-direction:column}}
