@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#06060f;--surface:#0e0e1a;--surface2:#16162a;--accent:#fc9a1a;--accent-light:#fc9a1a;--accent2:#e07810;--text:#f0f0f8;--text-muted:#6b6b8a;--border:#ffffff12;--radius:20px;--glow:0 0 80px #7c3aed4d}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-18px)}}@keyframes glow-breathe{0%,to{opacity:.7;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.15)}}@keyframes fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes orbit{0%{transform:rotate(0)translate(180px)rotate(0)}to{transform:rotate(360deg)translate(180px)rotate(-360deg)}}@keyframes orbit2{0%{transform:rotate(180deg)translate(240px)rotate(-180deg)}to{transform:rotate(540deg)translate(240px)rotate(-540deg)}}@keyframes tick{0%{opacity:1;transform:translateY(0)}40%{opacity:0;transform:translateY(-6px)}41%{opacity:0;transform:translateY(6px)}80%,to{opacity:1;transform:translateY(0)}}@keyframes card-in{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}@keyframes ring-pulse{0%{opacity:.5;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(1.6)}}.logo{width:auto;height:180px;margin-bottom:20px;animation:.6s both fade-up}main{align-items:center;width:100%;max-width:1200px;min-height:100vh;margin:0 auto;padding:60px 56px;display:flex;position:relative;overflow:hidden}body:before,body:after{content:"";pointer-events:none;z-index:0;border-radius:50%;position:fixed}body:before{background:radial-gradient(circle,#fc9a1a1f 0%,#0000 70%);width:500px;height:500px;animation:6s ease-in-out infinite glow-breathe;top:-100px;right:-100px}body:after{background:radial-gradient(circle,#e0781017 0%,#0000 70%);width:400px;height:400px;animation:8s ease-in-out infinite reverse glow-breathe;bottom:-80px;left:10%}.hero-glow{pointer-events:none;z-index:0;background:radial-gradient(circle,#fc9a1a24 0%,#0000 65%);border-radius:50%;width:900px;height:900px;animation:7s ease-in-out infinite glow-breathe;position:fixed;top:50%;left:30%;transform:translate(-50%,-50%)}.hero-content{z-index:1;grid-template-rows:auto auto;grid-template-columns:1fr 1fr;align-items:center;gap:0 80px;width:100%;display:grid;position:relative}.hero-left{flex-direction:column;grid-area:1/1;align-items:flex-start;gap:0;display:flex}.logo{animation:4s linear infinite shimmer,.5s both fade-up}.badge{animation:.5s .15s both fade-up}h1{animation:.5s .28s both fade-up}.hero-sub{animation:.5s .4s both fade-up}.store-buttons{animation:.5s .52s both fade-up}.badge{color:#fbbf24;background:#fc9a1a1f;border:1px solid #fc9a1a59;border-radius:100px;align-items:center;gap:8px;margin-bottom:28px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-flex}.badge-dot{background:#fc9a1a;border-radius:50%;width:7px;height:7px;animation:2s infinite pulse}h1{letter-spacing:-2.5px;margin-bottom:24px;font-size:clamp(40px,4.5vw,62px);font-weight:900;line-height:1.05}h1 span{background:linear-gradient(270deg,#fc9a1a,#e07810,#fc9a1a) 0 0/300%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:4s linear infinite shimmer}.hero-sub{color:var(--text-muted);max-width:440px;margin-bottom:40px;font-size:17px;line-height:1.7}.store-buttons{gap:14px;margin-top:8px;animation:.5s .52s both fade-up;display:flex}.store-btn{cursor:pointer;border-radius:14px;align-items:center;gap:10px;min-width:145px;padding:10px 19px;text-decoration:none;transition:transform .2s,box-shadow .2s,opacity .2s;display:flex}.store-btn-web{color:#fff;background:linear-gradient(135deg,#4f8ef7,#2563eb);box-shadow:0 4px 24px #4f8ef759}.store-btn-web:hover{opacity:.92;box-shadow:0 8px 40px #4f8ef78c}.store-btn-ios{color:#000;background:#fff;box-shadow:0 4px 24px #00000040}.store-btn-disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.store-btn-android{color:#fff;background:linear-gradient(135deg,#fc9a1a,#e07810);box-shadow:0 4px 24px #fc9a1a59}.store-btn:hover{transform:translateY(-3px)}.store-btn-ios:hover{box-shadow:0 8px 32px #00000059}.store-btn-android:hover{opacity:.92;box-shadow:0 8px 40px #fc9a1a8c}.store-btn:active{transform:translateY(0)}.store-btn-icon{flex-shrink:0;width:25px;height:25px}.store-btn-text{flex-direction:column;display:flex}.store-btn-sub{opacity:.7;margin-bottom:2px;font-size:10px;font-weight:500;line-height:1}.store-btn-title{font-size:15px;font-weight:700;line-height:1}.hero-right{grid-area:1/2/3;justify-content:center;align-items:center;animation:.6s .3s both fade-up;display:flex}.devices-wrap{justify-content:center;align-items:center;display:flex;position:relative}.devices-wrap:before,.devices-wrap:after{content:"";pointer-events:none;border:1px solid #fc9a1a40;border-radius:50%;width:340px;height:340px;animation:3s ease-out infinite ring-pulse;position:absolute;top:50%;left:50%}.devices-wrap:after{animation-delay:1.5s}.devices-glow{pointer-events:none;z-index:0;background:radial-gradient(circle,#fc9a1a40 0%,#0000 70%);border-radius:50%;width:420px;height:420px;animation:5s ease-in-out infinite glow-breathe;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.orbit-dot{z-index:4;border-radius:50%;width:8px;height:8px;margin:-4px 0 0 -4px;position:absolute;top:50%;left:50%}.orbit-dot-1{background:#fc9a1a;animation:8s linear infinite orbit;box-shadow:0 0 10px #fc9a1a}.orbit-dot-2{background:#1e88e5;animation:12s linear infinite orbit2;box-shadow:0 0 10px #1e88e5}.phone{z-index:1;justify-content:center;align-items:center;animation:5s ease-in-out infinite float;display:flex;position:relative}.phone-ios{background:linear-gradient(160deg,#3e3e40 0%,#2c2c2e 40%,#1c1c1e 100%);border-radius:52px;width:330px;height:700px;padding:12px;box-shadow:inset 0 0 0 1px #ffffff2e,inset 1px 0 #ffffff14,0 50px 120px #000000e6,0 20px 40px #0009,0 0 60px #fc9a1a26}.btn-action,.btn-vol-up,.btn-vol-down,.btn-power,.btn-camera-ctrl{z-index:5;background:linear-gradient(#3e3e40,#2a2a2c);position:absolute}.btn-action{border-radius:3px 0 0 3px;width:4px;height:38px;top:116px;left:-4px;box-shadow:inset 0 1px #ffffff26,-2px 0 4px #00000080}.btn-vol-up{border-radius:3px 0 0 3px;width:4px;height:72px;top:178px;left:-4px;box-shadow:inset 0 1px #ffffff26,-2px 0 4px #00000080}.btn-vol-down{border-radius:3px 0 0 3px;width:4px;height:72px;top:266px;left:-4px;box-shadow:inset 0 1px #ffffff26,-2px 0 4px #00000080}.btn-power{border-radius:0 3px 3px 0;width:4px;height:84px;top:200px;right:-4px;box-shadow:inset 0 1px #ffffff26,2px 0 4px #00000080}.btn-camera-ctrl{border-radius:0 3px 3px 0;width:4px;height:58px;top:440px;right:-4px;box-shadow:inset 0 1px #ffffff26,2px 0 4px #00000080}.phone-inner{background:#000;border-radius:42px;width:100%;height:100%;position:relative;overflow:hidden}.phone-island{z-index:2;background:#000;border-radius:100px;width:120px;height:34px;transition:width .4s cubic-bezier(.34,1.56,.64,1);position:absolute;top:12px;left:50%;transform:translate(-50%)}.phone-screenshot{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.phone-shine{pointer-events:none;z-index:3;background:linear-gradient(135deg,#ffffff12 0%,#0000 45%,#0003 100%);border-radius:42px;position:absolute;inset:0}.legal-links{align-items:center;gap:10px;margin-top:20px;animation:.5s .62s both fade-up;display:flex}.legal-link{cursor:pointer;color:var(--text-muted);background:0 0;border:none;padding:0;font-family:inherit;font-size:12px;font-weight:500;transition:color .2s}.legal-link:hover{color:var(--accent)}.legal-sep{color:var(--text-muted);opacity:.5;font-size:12px}.legal-page{z-index:1;max-width:720px;min-height:100vh;margin:0 auto;padding:48px 32px 80px;position:relative}.back-btn{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:10px;margin-bottom:40px;padding:8px 18px;font-family:inherit;font-size:14px;font-weight:500;transition:color .2s,border-color .2s;display:inline-block}.back-btn:hover{color:var(--accent);border-color:var(--accent)}.legal-content h2{letter-spacing:-1.5px;margin-bottom:6px;font-size:36px;font-weight:900}.legal-date{color:var(--text-muted);margin-bottom:40px;font-size:13px}.legal-content h3{color:var(--accent);margin-top:32px;margin-bottom:10px;font-size:16px;font-weight:700}.legal-content p{color:var(--text-muted);margin-bottom:8px;font-size:15px;line-height:1.75}.legal-content ul{margin:4px 0 8px;padding-left:20px}.legal-content ul li{color:var(--text-muted);margin-bottom:4px;font-size:15px;line-height:1.75}.legal-content a{color:var(--accent);text-underline-offset:3px;text-decoration:underline}.faq-item{border-left:2px solid #fc9a1a40;margin-top:24px;padding-left:16px}.faq-item h4{color:var(--text);margin-bottom:8px;font-size:15px;font-weight:600}@media (width<=900px){main{min-height:100svh;padding:32px 20px 48px}.hero-content{text-align:center;grid-template-rows:auto auto auto;grid-template-columns:1fr;gap:0}.hero-left{grid-area:1/1;align-items:center;padding-top:16px}.hero-right{grid-area:2/1;padding:64px 0 32px}.logo{height:165px;margin-bottom:12px}h1{letter-spacing:-1.5px;margin-bottom:16px;font-size:clamp(30px,8vw,48px)}.hero-sub{max-width:100%;margin-bottom:28px;font-size:15px}.phone-ios{border-radius:36px;width:200px;height:424px;padding:8px}.phone-inner,.phone-shine{border-radius:29px}.btn-action,.btn-vol-up,.btn-vol-down,.btn-power,.btn-camera-ctrl{display:none}.devices-wrap:before,.devices-wrap:after{width:240px;height:240px}.devices-glow{width:280px;height:280px}.store-buttons{flex-direction:column;align-items:center;gap:10px;margin-top:2px}.store-btn{justify-content:center;width:100%;max-width:280px}.legal-links{background:var(--bg);border-top:1px solid var(--border);z-index:10;justify-content:center;margin:0;padding:14px 16px;position:fixed;bottom:0;left:0;right:0}.legal-page{padding:32px 20px 60px}.legal-content h2{font-size:28px}}
