*{margin:0;padding:0;box-sizing:border-box}:root{--blue: #007aff;--text: #f5f5f7;--text-secondary: rgba(245, 245, 247, .6);--glass: rgba(255, 255, 255, .06);--glass-border: rgba(255, 255, 255, .1);--radius: 16px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text);background:#0a0a0f;-webkit-font-smoothing:antialiased;overflow-x:hidden}.bg{position:fixed;inset:0;z-index:-1;overflow:hidden}.bg .orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.5;will-change:transform}.bg .orb-1{width:600px;height:600px;background:#007aff4d;top:-15%;left:-10%;animation:drift1 20s ease-in-out infinite}.bg .orb-2{width:500px;height:500px;background:#643cff40;bottom:-10%;right:-10%;animation:drift2 24s ease-in-out infinite}.bg .orb-3{width:350px;height:350px;background:#00c8ff33;top:50%;left:50%;transform:translate(-50%,-50%);animation:drift3 18s ease-in-out infinite}@keyframes drift1{0%,to{transform:translate(0) scale(1)}50%{transform:translate(80px,60px) scale(1.1)}}@keyframes drift2{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-60px,-80px) scale(1.15)}}@keyframes drift3{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-40%,-60%) scale(1.1)}}.bg:after{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");background-size:200px;pointer-events:none}.page{position:relative;max-width:900px;margin:0 auto;padding:72px 24px 56px;min-height:100vh;display:flex;flex-direction:column}.hero{display:flex;align-items:center;justify-content:space-between;gap:48px;margin-bottom:64px}.hero-text{flex:1;min-width:0}.app-icon{width:88px;height:88px;border-radius:20px;margin-bottom:20px;box-shadow:0 8px 32px #0006}h1{font-family:Space Grotesk,sans-serif;font-size:44px;font-weight:700;letter-spacing:-1px;margin-bottom:8px}.tagline{font-size:18px;color:var(--text-secondary);line-height:1.55;margin-bottom:28px}.cta img{height:48px;transition:opacity .2s}.cta:hover img{opacity:.8}.hero-phone{width:300px;flex-shrink:0;filter:drop-shadow(0 20px 60px rgba(0,122,255,.25))}@media(max-width:680px){.hero{flex-direction:column;text-align:center}.hero-text{text-align:center}.hero-phone{width:240px}}footer{text-align:center;font-size:13px;color:var(--text-secondary);margin-top:auto}footer p+p{margin-top:8px}.footer-link{color:var(--text-secondary);text-decoration:none}.footer-link:hover{text-decoration:underline}.privacy-content{margin-bottom:48px}.privacy-content p{font-size:15px;color:var(--text-secondary);line-height:1.6;margin-bottom:16px}.privacy-content h2{font-family:Space Grotesk,sans-serif;font-size:18px;font-weight:700;color:var(--text);margin-top:24px;margin-bottom:8px}.privacy-content .privacy-contact{margin-top:24px;font-size:14px}
