body{margin:0}.home{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;color:#1a2332;line-height:1.6}.navbar{position:fixed;top:0;width:100%;background:#1a2332fa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;box-shadow:0 2px 10px #0000001a}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-brand{font-size:1.5rem;font-weight:700;color:#fff;display:flex;align-items:center;gap:.5rem;text-decoration:none}.nav-links{display:flex;gap:2rem}.nav-links a{color:#e8e9ea;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#64b5f6}.hero{padding:120px 2rem 80px;background:linear-gradient(135deg,#f5f7fa,#e8e9ea);min-height:80vh;display:flex;align-items:center;max-width:1200px;margin:0 auto}.hero-content{flex:1;max-width:600px}.hero h1{font-size:3.5rem;color:#1a2332;margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;color:#4a5568;margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s;display:inline-block;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:#1a2332;color:#fff}.btn-primary:hover{background:#2c3e50;transform:translateY(-2px);box-shadow:0 5px 15px #1a23324d}.btn-secondary{background:transparent;color:#1a2332;border:2px solid #1a2332}.btn-secondary:hover{background:#1a2332;color:#fff}.hero-image{flex:1;display:flex;justify-content:center;align-items:center}.phone-mockup{max-width:300px;background:#1a2332;border-radius:30px;padding:10px;box-shadow:0 20px 40px #0003}.phone-screen{width:100%;background:#fff;border-radius:20px;overflow:hidden}.phone-screen-image{width:100%;height:auto;display:block;border-radius:20px}.features{padding:80px 2rem;background:#fff}.container{max-width:1200px;margin:0 auto}.features h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1a2332}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background:#f8f9fa;padding:2rem;border-radius:12px;text-align:center;transition:transform .3s,box-shadow .3s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#1a2332}.feature-card p{color:#4a5568}.showcase{padding:80px 2rem;background:#fff}.showcase h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1a2332}.showcase-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem;max-width:1000px;margin:0 auto}.showcase-item{text-align:center}.showcase-phone-mockup{max-width:300px;background:#1a2332;border-radius:30px;padding:10px;box-shadow:0 20px 40px #0003;margin:0 auto 1.5rem}.showcase-phone-image{width:100%;height:auto;display:block;border-radius:20px}.showcase-item h3{font-size:1.5rem;margin-bottom:1rem;color:#1a2332}.showcase-item p{color:#4a5568;max-width:350px;margin:0 auto}.about{padding:80px 2rem;background:#f5f7fa}.about h2{text-align:center;font-size:2.5rem;margin-bottom:2rem;color:#1a2332}.about-text{max-width:800px;margin:0 auto;text-align:center;font-size:1.125rem;color:#4a5568;line-height:1.8}.download{padding:80px 2rem;background:#1a2332;color:#fff;text-align:center}.download h2{font-size:2.5rem;margin-bottom:1rem}.download-text{font-size:1.125rem;margin-bottom:2rem;color:#e8e9ea}.download-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-store{padding:12px 24px;border-radius:8px;border:none;font-weight:600;cursor:pointer;transition:all .3s;display:inline-flex;align-items:center;gap:8px;font-size:16px;text-decoration:none}.btn-store:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000004d}.btn-store:nth-child(1){background:#000;color:#fff}.btn-store:nth-child(1):hover{background:#333}.btn-store:nth-child(2){background:#00d4aa;color:#202124}.btn-store:nth-child(2):hover{background:#00b89a}.btn-store i{font-size:20px}.footer{background:#0f1419;color:#e8e9ea;padding:40px 2rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.footer-section h4{margin-bottom:1rem;color:#fff}.footer-brand{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-brand h4{margin:0;line-height:40px}.footer-logo{height:40px;width:40px;object-fit:contain}.footer-section a{color:#e8e9ea;text-decoration:none;display:block;margin-bottom:.5rem;transition:color .3s}.footer-section a:hover{color:#64b5f6}@media (max-width: 768px){.mobile-menu-toggle{display:block}.nav-links{position:fixed;top:60px;right:-100%;width:100%;height:calc(100vh - 60px);background:#1a2332;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:2rem;transition:right .3s ease;z-index:999}.nav-links.mobile-open{right:0}.nav-links a{font-size:1.2rem;padding:1rem;width:100%;text-align:center;border-bottom:1px solid rgba(255,255,255,.1)}.nav-container{position:relative}.hero{flex-direction:column;text-align:center}.hero h1{font-size:2.5rem}.hero-image{margin-top:3rem}.phone-mockup{max-width:250px}.showcase-grid{grid-template-columns:1fr}.showcase-phone-mockup{max-width:250px}}.privacy-policy{min-height:100vh;background:#f5f7fa}.policy-container{max-width:800px;margin:0 auto;padding:100px 2rem 60px}.privacy-policy h1{font-size:2.5rem;color:#1a2332;margin-bottom:1rem}.last-updated{color:#4a5568;font-style:italic;margin-bottom:3rem}.policy-section{margin-bottom:2.5rem}.policy-section h2{font-size:1.5rem;color:#1a2332;margin-bottom:1rem}.policy-section p{color:#4a5568;line-height:1.8;margin-bottom:1rem}.policy-section ul{margin-left:2rem;color:#4a5568;line-height:1.8}.policy-section li{margin-bottom:.5rem}.nav-brand{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#fff}.nav-logo{height:32px;width:32px;object-fit:contain}.mobile-menu-toggle{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.5rem}.nav-links{display:flex;align-items:center}@media (max-width: 768px){.mobile-menu-toggle{display:block}.nav-links{position:fixed;top:60px;right:-100%;width:100%;height:calc(100vh - 60px);background:#1a2332;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:2rem;transition:right .3s ease;z-index:999}.nav-links.mobile-open{right:0}.back-link{font-size:1.2rem;padding:1rem;width:100%;text-align:center}.nav-container{position:relative}.policy-container{padding-top:80px}}.policy-section a{color:#1a2332;text-decoration:underline}.policy-section a:hover{color:#2c3e50}.back-link{color:#e8e9ea;text-decoration:none;transition:color .3s}.back-link:hover{color:#64b5f6}.mobile-back-link{display:none;color:#1a2332;text-decoration:none;font-size:1rem;margin-bottom:1.5rem;transition:color .3s}.mobile-back-link:hover{color:#64b5f6}@media (max-width: 768px){.policy-container{padding-top:100px}.privacy-policy h1{font-size:2rem}.mobile-back-link{display:block}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}
