.app{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 20px}.nav{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:20px 0;position:sticky;top:0;z-index:100}.nav-content{display:flex;justify-content:space-between;align-items:center}.logo{color:#fff;font-size:24px;font-weight:700}.nav-link{color:#fff;text-decoration:none;font-weight:500;transition:opacity .2s}.nav-link:hover{opacity:.8}.hero{padding:80px 0;color:#fff}.hero .container{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-title{font-size:56px;font-weight:800;line-height:1.1;margin-bottom:24px}.hero-subtitle{font-size:20px;line-height:1.6;opacity:.9;margin-bottom:40px}.cta-buttons{display:flex;gap:16px}.btn{display:inline-flex;align-items:center;gap:12px;padding:16px 32px;border-radius:12px;font-size:16px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s}.btn:hover{transform:translateY(-2px);box-shadow:0 12px 24px #0003}.btn-disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.btn-primary{background:#fff;color:#667eea}.btn-light{background:#fff3;color:#fff;border:2px solid white}.apple-icon,.android-icon{width:24px;height:24px}.phone-mockup{width:300px;height:600px;background:linear-gradient(145deg,#ffffff1a,#ffffff0d);border-radius:40px;padding:12px;margin:0 auto;box-shadow:0 20px 60px #0000004d;overflow:hidden}.phone-screenshot{width:100%;height:100%;object-fit:cover;border-radius:32px}.phone-screen{width:100%;height:100%;background:#0b1220;border-radius:32px}.features{background:#fff;padding:100px 0}.section-title{font-size:42px;font-weight:700;text-align:center;margin-bottom:60px;color:#1a202c}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px}.feature-card{background:#f7fafc;padding:40px;border-radius:16px;text-align:center;transition:transform .2s}.feature-card:hover{transform:translateY(-4px)}.feature-icon{font-size:48px;margin-bottom:20px}.feature-card h3{font-size:22px;font-weight:600;margin-bottom:12px;color:#2d3748}.feature-card p{color:#4a5568;line-height:1.6}.how-it-works{background:linear-gradient(135deg,#667eea,#764ba2);padding:100px 0;color:#fff}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:48px;margin-top:60px}.step{text-align:center}.step-number{width:64px;height:64px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;margin:0 auto 24px}.step h3{font-size:24px;margin-bottom:12px}.step p{opacity:.9;line-height:1.6}.download{background:#1a202c;padding:100px 0;color:#fff;text-align:center}.download-content h2{font-size:42px;font-weight:700;margin-bottom:16px}.download-content p{font-size:20px;opacity:.8;margin-bottom:40px}.footer{background:#0f1419;padding:60px 0;color:#fff;margin-top:auto}.footer-content{text-align:center}.footer-links{display:flex;justify-content:center;gap:32px;margin-bottom:24px}.footer-links a{color:#fff;text-decoration:none;opacity:.8;transition:opacity .2s}.footer-links a:hover{opacity:1}.footer-text{opacity:.6;font-size:14px}@media (max-width: 768px){.hero .container{grid-template-columns:1fr}.hero-title{font-size:36px}.hero-subtitle{font-size:18px}.phone-mockup{width:250px;height:500px}.section-title,.download-content h2{font-size:32px}.footer-links{flex-direction:column;gap:16px}}.legal-page{min-height:100vh;display:flex;flex-direction:column;background:#fff}.legal-container{flex:1;padding:60px 0}.legal-content{max-width:800px;margin:0 auto;padding:0 20px}.legal-content h1{font-size:36px;font-weight:700;color:#1a202c;margin-bottom:12px}.last-updated{color:#718096;font-size:14px;margin-bottom:40px}.legal-content section{margin-bottom:32px}.legal-content h2{font-size:24px;font-weight:600;color:#2d3748;margin-bottom:16px;margin-top:32px}.legal-content h3{font-size:18px;font-weight:600;color:#4a5568;margin-bottom:12px;margin-top:20px}.legal-content p{color:#4a5568;line-height:1.8;margin-bottom:16px}.legal-content ul,.legal-content ol{margin-left:24px;margin-bottom:16px}.legal-content li{color:#4a5568;line-height:1.8;margin-bottom:8px}.legal-content a{color:#667eea;text-decoration:none}.legal-content a:hover{text-decoration:underline}.legal-content hr{border:none;border-top:1px solid #e2e8f0;margin:40px 0}.disclaimer{font-style:italic;color:#718096;text-align:center}.legal-page .nav{background:linear-gradient(135deg,#667eea,#764ba2);position:static}.legal-page .footer{background:#1a202c;margin-top:auto}*{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;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}
