*{margin:0;padding:0;box-sizing:border-box}:root{--accent: #e84f1a;--accent-light: #ff8c33;--map-green: #299e29;--map-green-light: #52cc47;--ocean-blue: #0f6ed6;--ocean-blue-light: #3899ff;--sky-yellow: #f2c72e;--bg: #0f1221;--surface: #1a1f33;--surface-high: #292e47;--text: #ffffff;--text-secondary: rgba(255, 255, 255, .6);--glass: rgba(255, 255, 255, .05);--glass-border: rgba(255, 255, 255, .12);--radius: 16px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;overflow-x:hidden}.bg{position:fixed;inset:0;z-index:-1;overflow:hidden}.grid-bg{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:32px 32px}.bg .orb{position:absolute;border-radius:50%;filter:blur(110px);opacity:.45}.bg .orb-1{width:640px;height:640px;background:#e84f1a47;top:-18%;left:-12%;animation:drift1 22s ease-in-out infinite}.bg .orb-2{width:520px;height:520px;background:#0f6ed640;bottom:-12%;right:-12%;animation:drift2 26s ease-in-out infinite}.bg .orb-3{width:360px;height:360px;background:#299e292e;top:50%;left:50%;transform:translate(-50%,-50%);animation:drift3 19s ease-in-out infinite}@keyframes drift1{0%,to{transform:translate(0) scale(1)}50%{transform:translate(80px,70px) scale(1.1)}}@keyframes drift2{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-70px,-80px) scale(1.12)}}@keyframes drift3{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-42%,-58%) 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.035'/%3E%3C/svg%3E");background-size:200px;pointer-events:none}.page{position:relative;max-width:920px;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:72px}.hero-text{flex:1;min-width:0}.app-icon{width:88px;height:88px;border-radius:20px;margin-bottom:20px;box-shadow:0 8px 32px #00000080,0 0 0 2px #ffffff1a}h1{font-family:Space Grotesk,sans-serif;font-size:48px;font-weight:800;letter-spacing:-1.5px;margin-bottom:10px;background:linear-gradient(135deg,#fff 30%,var(--accent-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tagline{font-size:18px;color:var(--text-secondary);line-height:1.6;margin-bottom:32px}.cta img{height:48px;transition:opacity .2s,transform .2s}.cta:hover img{opacity:.85;transform:translateY(-1px)}.hero-phone{width:360px;flex-shrink:0;filter:drop-shadow(0 24px 64px rgba(232,79,26,.22))}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}@media(max-width:800px){.hero{flex-direction:column;text-align:center}.hero-text{text-align:center}.hero-phone{width:300px}h1{font-size:38px}}
