:root{--bg-color:#050505;--footer-bg:#0a0a0af2;--accent-blue:#001a72}body{background-color:var(--bg-color);color:#fff;margin:0;padding:0;font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden}*{box-sizing:border-box}.app-wrapper{flex-direction:column;align-items:center;min-height:100vh;padding-bottom:180px;display:flex}.image-container{flex-direction:column;width:100%;max-width:800px;display:flex}.content-image{width:100%;height:auto;display:block}.download-footer{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;background:linear-gradient(#0000,#050505 20%);border-top:1px solid #ffffff1a;width:100%;padding:20px 0;position:fixed;bottom:0;left:0}.footer-content{flex-direction:column;align-items:center;gap:12px;padding:0 20px;display:flex}.footer-logo{width:auto;height:40px;margin-bottom:5px}.cta-container{text-align:center}.cta-main{color:#fff;letter-spacing:1.5px;text-transform:uppercase;text-shadow:0 0 8px #a020f0cc;margin:0;font-size:1.1rem;font-weight:900}.cta-sub{color:#eee;max-width:260px;margin:2px 0 8px;font-size:.8rem;font-weight:500;line-height:1.2}.button-group{gap:12px;margin-top:5px;display:flex}.store-badge{height:38px}@media (width<=600px){.cta-main{font-size:1rem}.cta-sub{font-size:.75rem}.store-badge{height:32px}.app-wrapper{padding-bottom:200px}}
