:root{--bg-primary:#121212;--bg-secondary:#1e1e1e;--text-primary:#fff;--text-secondary:#a0aec0;--accent-teal:#00e5ff;--accent-coral:#00c897;--gradient-primary:linear-gradient(135deg, #00c897 0%, #00e5ff 100%);--glass-bg:#1e1e1e99;--glass-border:#ffffff14}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:Outfit,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}@keyframes glow{0%{box-shadow:0 0 10px #00e5ff33}50%{box-shadow:0 0 25px #00e5ff99}to{box-shadow:0 0 10px #00e5ff33}}.navbar{z-index:1000;background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;width:100%;padding:1.5rem 5%;display:flex;position:fixed;top:0;left:0}.logo{background:var(--gradient-primary);-webkit-text-fill-color:transparent;letter-spacing:-1px;-webkit-background-clip:text;font-size:1.8rem;font-weight:800}.nav-links{gap:2rem;display:flex}.nav-link{color:var(--text-secondary);font-weight:500;transition:color .3s}.nav-link:hover{color:var(--accent-teal)}.btn-primary{background:var(--gradient-primary);color:#fff;cursor:pointer;border:none;border-radius:50px;padding:.8rem 1.8rem;font-weight:600;transition:transform .3s,box-shadow .3s;animation:3s infinite glow}.btn-primary:hover{transform:translateY(-2px)scale(1.05);box-shadow:0 10px 20px #ff7e674d}.btn-secondary{color:var(--text-primary);border:1px solid var(--glass-border);cursor:pointer;background:0 0;border-radius:50px;padding:.8rem 1.8rem;font-weight:600;transition:all .3s}.btn-secondary:hover{background:var(--glass-border);border-color:var(--accent-teal)}.hero{justify-content:space-between;align-items:center;min-height:100vh;padding:80px 5% 0;display:flex;position:relative;overflow:hidden}.hero-bg-glow{z-index:-1;background:radial-gradient(circle,#00e5ff26 0%,#0a0f1c00 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-20%;right:-10%}.hero-content{z-index:1;max-width:600px}.hero-badge{border:1px solid var(--accent-teal);color:var(--accent-teal);letter-spacing:1px;text-transform:uppercase;background:#00e5ff1a;border-radius:50px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.hero-title{margin-bottom:1.5rem;font-size:4.5rem;font-weight:800;line-height:1.1}.hero-title span{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-subtitle{color:var(--text-secondary);max-width:500px;margin-bottom:2.5rem;font-size:1.2rem}.hero-cta{gap:1rem;display:flex}.hero-visual{flex:1;justify-content:center;align-items:center;animation:6s ease-in-out infinite float;display:flex;position:relative}.map-container{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:30px;flex-direction:column;justify-content:center;align-items:center;width:450px;height:450px;padding:2rem;display:flex;position:relative;box-shadow:0 20px 50px #00000080}.map-placeholder{border:2px dashed var(--glass-border);background:linear-gradient(45deg,#1a233a,#232f4e);border-radius:20px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.map-pin{background:var(--gradient-primary);border-radius:50% 50% 50% 0;width:40px;height:40px;margin-bottom:20px;position:relative;transform:rotate(-45deg);box-shadow:-5px 5px 15px #0000004d}.map-pin:after{content:"";background:var(--bg-primary);border-radius:50%;width:14px;height:14px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.floating-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid var(--glass-border);border-radius:15px;align-items:center;gap:1rem;padding:1rem;display:flex;position:absolute;box-shadow:0 10px 30px #0006}.card-1{animation:5s ease-in-out infinite reverse float;bottom:-20px;left:-40px}.card-2{animation:7s ease-in-out 1s infinite float;top:40px;right:-30px}.card-icon{width:40px;height:40px;color:var(--accent-teal);background:#00e5ff1a;border-radius:10px;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.card-text h4{margin-bottom:.2rem;font-size:.9rem}.card-text p{color:var(--text-secondary);font-size:.75rem}.features{background:linear-gradient(to bottom, var(--bg-primary), var(--bg-secondary));padding:6rem 5%}.section-header{text-align:center;margin-bottom:4rem}.section-title{margin-bottom:1rem;font-size:2.5rem}.section-subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.feature-card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:20px;padding:2.5rem 2rem;transition:transform .3s,background .3s}.feature-card:hover{border-color:var(--accent-teal);background:#1e2943cc;transform:translateY(-10px)}.feature-icon{width:60px;height:60px;color:var(--accent-teal);background:linear-gradient(135deg,#00e5ff1a,#ff7e671a);border-radius:15px;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:1.8rem;display:flex}.feature-title{margin-bottom:1rem;font-size:1.4rem}.feature-desc{color:var(--text-secondary);font-size:.95rem}.subscription{background:var(--bg-primary);padding:6rem 5%;position:relative}.pricing-cards{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.pricing-card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:24px;width:100%;max-width:380px;padding:3rem 2rem;transition:all .3s;position:relative;overflow:hidden}.pricing-card.premium{border-color:var(--accent-coral);transform:scale(1.05);box-shadow:0 0 40px #ff7e6726}.pricing-card.premium:before{content:"";background:var(--gradient-primary);width:100%;height:5px;position:absolute;top:0;left:0}.pricing-badge{background:var(--accent-coral);color:#fff;border-radius:20px;padding:.3rem .8rem;font-size:.8rem;font-weight:700;position:absolute;top:1.5rem;right:1.5rem}.pricing-tier{color:var(--text-secondary);margin-bottom:.5rem;font-size:1.2rem}.pricing-price{align-items:baseline;margin-bottom:2rem;font-size:3rem;font-weight:800;display:flex}.pricing-price span{color:var(--text-secondary);font-size:1rem;font-weight:400}.pricing-features{margin-bottom:2.5rem;list-style:none}.pricing-features li{color:var(--text-secondary);align-items:center;gap:.8rem;margin-bottom:1rem;display:flex}.pricing-features li.active{color:var(--text-primary)}.check-icon{color:var(--accent-teal)}.btn-full{width:100%;padding:1rem}.footer{background:var(--bg-secondary);border-top:1px solid var(--glass-border);padding:4rem 5% 2rem}.footer-content{flex-wrap:wrap;justify-content:space-between;gap:3rem;margin-bottom:3rem;display:flex}.footer-col h3{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.2rem}.footer-col p{color:var(--text-secondary);max-width:300px}.footer-links{list-style:none}.footer-links li{margin-bottom:.8rem}.footer-links a{color:var(--text-secondary);transition:color .3s}.footer-links a:hover{color:var(--accent-teal)}.footer-bottom{text-align:center;border-top:1px solid var(--glass-border);color:var(--text-secondary);padding-top:2rem;font-size:.9rem}.mobile-menu-toggle{color:var(--text-primary);cursor:pointer;z-index:1001;background:0 0;border:none;font-size:1.8rem;display:none}.mobile-only-btn{display:none}.playstore-badge-btn{border:1px solid var(--glass-border);cursor:pointer;color:#fff;background:#0a0f1c;border-radius:12px;align-items:center;max-width:fit-content;padding:.6rem 1.2rem;transition:all .3s;display:inline-flex}.playstore-badge-btn:hover{border-color:var(--accent-teal);background:#00e5ff0d;transform:translateY(-2px)}.playstore-text{flex-direction:column;align-items:flex-start;line-height:1.1;display:flex}.playstore-sub{color:var(--text-secondary);letter-spacing:.5px;font-size:.65rem;font-weight:500}.playstore-main{font-size:.95rem;font-weight:700}@media (width<=900px){.mobile-menu-toggle{display:block}.mobile-only-btn{width:100%;margin-top:.5rem;display:inline-block}.navbar .nav-actions{display:none}.navbar .nav-links{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--glass-border);z-index:999;background:#121212fa;flex-direction:column;gap:1.5rem;width:100%;padding:2rem;display:none;position:absolute;top:100%;left:0}.navbar .nav-links.active{display:flex}.hero{text-align:center;flex-direction:column;padding-top:120px;padding-bottom:4rem}.hero-content{margin-bottom:4rem}.hero-title{font-size:3.5rem}.hero-subtitle{margin:0 auto 2.5rem}.hero-cta{flex-wrap:wrap;justify-content:center}.map-container{width:100%;max-width:320px;height:320px}.card-1{bottom:-10px;left:-10px}.card-2{top:10px;right:-10px}.pricing-card.premium{transform:scale(1)}}.payment-page-container{background-color:var(--bg-primary);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex;position:relative;overflow:hidden}.payment-header{border-bottom:1px solid var(--glass-border);background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 5%;display:flex;position:absolute;top:0;left:0}.payment-content{z-index:2;justify-content:center;width:100%;max-width:480px;margin-top:60px;display:flex}.payment-card{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;width:100%;padding:2.5rem;box-shadow:0 20px 40px #0006}.payment-card-title{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:1.8rem;font-weight:800}.payment-card-subtitle{color:var(--text-secondary);margin-bottom:2rem;font-size:.95rem}.input-group{text-align:left;flex-direction:column;gap:.5rem;margin-bottom:1.8rem;display:flex}.input-group label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:600}.input-group input{border:1px solid var(--glass-border);color:var(--text-primary);background:#0a0f1c99;border-radius:12px;padding:1rem;font-family:inherit;font-size:1rem;transition:all .3s}.input-group input:focus{border-color:var(--accent-teal);outline:none;box-shadow:0 0 10px #00e5ff33}.input-group input.input-error{border-color:var(--accent-coral)}.error-text{color:var(--accent-coral);font-size:.8rem;font-weight:500}.payment-details-container{flex-direction:column;align-items:flex-start;width:100%;display:flex}.order-summary-card{border:1px solid var(--glass-border);background:#0a0f1c66;border-radius:16px;width:100%;margin-bottom:1.5rem;padding:1.5rem}.summary-row{color:var(--text-secondary);justify-content:space-between;margin-bottom:.8rem;font-size:.95rem;display:flex}.summary-row:last-child{margin-bottom:0}.divider{background:var(--glass-border);border:0;height:1px;margin:1rem 0}.total-row{color:var(--text-primary);font-size:1.1rem;font-weight:700}.secure-tag{color:var(--text-secondary);align-self:center;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.85rem;display:flex}.action-buttons{flex-direction:column;gap:1rem;width:100%;display:flex}.payment-status-container{text-align:center;flex-direction:column;align-items:center;padding:1rem 0;display:flex}.status-badge{border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:1.5rem;font-size:2rem;font-weight:700;display:flex}.status-badge.success{border:2px solid var(--accent-teal);color:var(--accent-teal);background:#00e5ff1a;box-shadow:0 0 20px #00e5ff4d}.status-badge.error{border:2px solid var(--accent-coral);color:var(--accent-coral);background:#ff7e671a;box-shadow:0 0 20px #ff7e674d}.status-text{color:var(--text-secondary);margin-bottom:2rem;font-size:.95rem}.receipt-details{border:1px solid var(--glass-border);text-align:left;background:#0a0f1c66;border-radius:16px;width:100%;margin-bottom:2rem;padding:1.5rem}.receipt-row{color:var(--text-secondary);justify-content:space-between;margin-bottom:.8rem;font-size:.9rem;display:flex}.receipt-row:last-child{margin-bottom:0}.receipt-row strong{color:var(--text-primary)}.btn-loading-container{justify-content:center;align-items:center;gap:.5rem;display:flex}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.slide-up{animation:.5s cubic-bezier(.16,1,.3,1) forwards slideUp}.scale-in{animation:.4s cubic-bezier(.34,1.56,.64,1) forwards scaleIn}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}
