html{scroll-behavior:smooth}.header{background:#0f172af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;top:0;left:0;right:0;z-index:1000;border-bottom:1px solid rgba(59,130,246,.3)}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:#fff}.logo-icon{width:40px;height:40px;border-radius:8px}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{text-decoration:none;color:#cbd5e1;font-weight:500;transition:color .2s}.nav-links a:hover{color:#60a5fa}@media (max-width: 768px){.header{padding:0 1rem}.nav{padding:.75rem 0}.logo-icon{width:32px;height:32px}.logo-text{font-size:1.25rem}.nav-links{gap:1rem}.nav-links a{font-size:.85rem}.cta-button{padding:.5rem 1rem;font-size:.8rem}}.cta-button{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:.5rem 1.5rem;border-radius:25px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.cta-button:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 12px 30px #2563eb66;background:linear-gradient(135deg,#1d4ed8,#1e40af)}.cta-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transition:all .6s;transform:translate(-50%,-50%)}.cta-button:hover:before{width:300px;height:300px}@media (max-width: 768px){.nav-links{gap:1rem}.nav-links a:not(.cta-button){display:none}}.hero{background:linear-gradient(135deg,#0c1426,#1e293b,#334155,#1e293b,#0c1426);padding:8rem 0 6rem;margin-top:80px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 20%,rgba(59,130,246,.3) 0%,transparent 50%)}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;color:#fff;margin-bottom:1.5rem;animation:fadeInUp 1s ease-out}.hero-description{font-size:1.3rem;color:#cbd5e1;line-height:1.6;margin-bottom:2.5rem;animation:fadeInUp 1s ease-out .2s both}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem;animation:fadeInUp 1s ease-out .4s both}.btn-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;padding:1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.btn-primary:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 15px 35px #2563eb66;background:linear-gradient(135deg,#1d4ed8,#1e40af)}.btn-primary:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff1a;transition:all .6s;transform:translate(-50%,-50%)}.btn-primary:hover:after{width:200px;height:200px}.btn-secondary{background:transparent;color:#cbd5e1;border:2px solid #475569;padding:1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-secondary:hover{border-color:#60a5fa;color:#60a5fa;background:#3b82f61a}.hero-stats{display:flex;gap:2rem}.stat{display:flex;flex-direction:column}.stat-number{font-size:2rem;font-weight:700;color:#2563eb}.hero-visual{display:flex;justify-content:center;align-items:center}.app-screenshot{width:300px;height:auto;border-radius:40px;box-shadow:0 25px 50px #0000004d;animation:floatAnimation 6s ease-in-out infinite,fadeInRight 1s ease-out .6s both;transform:translateY(0)}.phone-mockup{width:300px;height:600px;background:#1a1a1a;border-radius:40px;padding:20px;box-shadow:0 25px 50px #0000004d;position:relative;animation:floatAnimation 6s ease-in-out infinite,fadeInRight 1s ease-out .6s both;transform:translateY(0)}.screen{width:100%;height:100%;background:#0f172a;border-radius:30px;overflow:hidden;position:relative}.map-preview{width:100%;height:100%;background:linear-gradient(45deg,#1e293b,#334155);position:relative;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:20px;padding:40px}.spot{width:30px;height:30px;border-radius:50%;position:relative;animation:spotPulse 3s infinite;cursor:pointer;transition:transform .3s ease}.spot.green{background:#10b981;box-shadow:0 0 20px #10b98166;animation-delay:0s}.spot.green:hover{transform:scale(1.3);box-shadow:0 0 30px #10b981cc}.spot.yellow{background:#f59e0b;box-shadow:0 0 20px #f59e0b66;animation-delay:1s}.spot.yellow:hover{transform:scale(1.3);box-shadow:0 0 30px #f59e0bcc}.spot.red{background:#ef4444;box-shadow:0 0 20px #ef444466;animation-delay:2s}.spot.red:hover{transform:scale(1.3);box-shadow:0 0 30px #ef4444cc}.user-location{width:40px;height:40px;background:#2563eb;border-radius:50%;border:4px solid white;box-shadow:0 0 20px #2563eb80;animation:userLocationPulse 4s infinite;position:relative;z-index:2}.parking-waves{position:absolute;top:50%;left:50%;width:100px;height:100px;transform:translate(-50%,-50%);pointer-events:none}.parking-waves:before,.parking-waves:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border:2px solid rgba(37,99,235,.3);border-radius:50%;animation:waveExpand 3s infinite}.parking-waves:after{animation-delay:1.5s}@keyframes floatAnimation{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes spotPulse{0%,to{transform:scale(1);opacity:1}25%{transform:scale(1.2);opacity:.8}50%{transform:scale(1.1);opacity:.9}75%{transform:scale(1.15);opacity:.85}}@keyframes userLocationPulse{0%,to{transform:scale(1);box-shadow:0 0 20px #2563eb80}50%{transform:scale(1.2);box-shadow:0 0 30px #2563ebcc}}@keyframes ripple{0%{transform:scale(0);opacity:1}to{transform:scale(4);opacity:0}}@keyframes waveExpand{0%{transform:scale(.3);opacity:.8}50%{opacity:.4}to{transform:scale(2);opacity:0}}@media (max-width: 768px){.hero{padding:6rem 0 4rem}.hero-content{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-title{font-size:2.5rem}.hero-description{font-size:1.1rem}.hero-buttons{justify-content:center;flex-wrap:wrap}.hero-stats{justify-content:center}.app-screenshot{width:250px;height:auto}.phone-mockup{width:250px;height:500px}}.how-it-works{padding:80px 0;background:transparent;position:relative;overflow:hidden}.background-shapes{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;pointer-events:none}.shape{position:absolute;border-radius:50%;background:#3b82f60d;animation:floatShape 8s ease-in-out infinite}.shape-1{width:200px;height:200px;top:10%;left:-5%;animation-delay:0s}.shape-2{width:150px;height:150px;top:60%;right:-3%;animation-delay:2s}.shape-3{width:100px;height:100px;top:30%;left:50%;animation-delay:4s}.container{max-width:1200px;margin:0 auto;padding:0 20px}.how-header{text-align:center;margin-bottom:60px}.how-title{font-size:3rem;font-weight:800;color:#fff;margin-bottom:24px}.how-subtitle{font-size:1.2rem;color:#94a3b8;max-width:800px;margin:0 auto;line-height:1.8}.highlight-text{color:#3b82f6;font-weight:600}.stats-preview{display:flex;justify-content:center;gap:3rem;margin-top:2rem}.stat-preview{display:flex;flex-direction:column;align-items:center;text-align:center}.stat-preview .stat-number{font-size:2.5rem;font-weight:800;color:#3b82f6;margin-bottom:.5rem}.stat-preview .stat-label{font-size:.9rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.steps-container{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;position:relative;margin-bottom:60px}.connecting-line{position:absolute;top:50%;left:10%;right:10%;height:2px;background:linear-gradient(90deg,transparent,#3b82f6 10%,#3b82f6 90%,transparent);z-index:0;transform:translateY(-50%)}.connecting-line:before{content:"";position:absolute;left:0;top:50%;width:100%;height:2px;background:linear-gradient(90deg,transparent,rgba(59,130,246,.3) 10%,rgba(59,130,246,.3) 90%,transparent);transform:translateY(-50%) scaleY(3);filter:blur(4px)}.decorative-dots{position:absolute;top:30%;left:15%;right:15%;z-index:0;display:flex;justify-content:space-between;pointer-events:none}.dot{width:8px;height:8px;border-radius:50%;background:#3b82f6;opacity:.6;animation:dotPulse 3s infinite}.dot-1{animation-delay:0s}.dot-2{animation-delay:1s}.dot-3{animation-delay:2s}.flow-arrows{position:absolute;top:40%;left:20%;right:20%;z-index:0;display:flex;justify-content:space-between;pointer-events:none}.arrow{font-size:1.5rem;color:#3b82f666;animation:arrowFlow 4s infinite ease-in-out}.arrow-1{animation-delay:0s}.arrow-2{animation-delay:.5s}.arrow-3{animation-delay:1s}.step-card{background:#1e293b;border-radius:20px;padding:30px 20px;position:relative;z-index:1;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #334155;opacity:0;transform:translateY(30px)}.step-card.animate{animation:stepSlideUp .6s ease-out forwards}.step-card.animate:nth-of-type(1){animation-delay:0s}.step-card.animate:nth-of-type(2){animation-delay:.2s}.step-card.animate:nth-of-type(3){animation-delay:.4s}.step-card.animate:nth-of-type(4){animation-delay:.6s}.step-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0003;border-color:#3b82f6}.step-visual{width:100%;height:150px;border-radius:12px;margin-bottom:20px;display:flex;align-items:center;justify-content:center;position:relative;overflow:visible;background:#3b82f61a}.visual-placeholder{width:60px;height:60px;background:#3b82f64d;border-radius:50%;animation:pulse 2s infinite}.step-icon{width:220px;height:220px;object-fit:contain;position:relative;top:0;left:0;margin-bottom:0}.step-icon.first-icon{top:-20px}.step-icon.second-icon{left:10px}.step-icon.third-icon{width:220px;height:220px;transform:rotate(90deg)}.step-content{text-align:center}.step-number{font-size:1.5rem;font-weight:800;color:#ffffffe6;display:block;margin-bottom:8px}.step-title{font-size:1.4rem;font-weight:700;color:#fff;margin-bottom:12px}.step-description{font-size:1rem;color:#ffffffd9;line-height:1.5}.cta-container{text-align:center}.get-started-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:16px 40px;border-radius:50px;font-size:1.2rem;font-weight:600;cursor:pointer;transition:all .3s ease}.get-started-btn:hover{transform:translateY(-3px);box-shadow:0 20px 40px #3b82f64d}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes dotPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}@keyframes arrowFlow{0%,to{opacity:.4;transform:translate(0) scale(1)}50%{opacity:.8;transform:translate(10px) scale(1.1)}}@keyframes floatShape{0%,to{transform:translateY(0) translate(0)}25%{transform:translateY(-20px) translate(10px)}50%{transform:translateY(-10px) translate(-5px)}75%{transform:translateY(-25px) translate(8px)}}@keyframes stepSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 968px){.steps-container{grid-template-columns:repeat(2,1fr);gap:1.5rem}.connecting-line,.decorative-dots,.flow-arrows{display:none}.step-card{padding:20px 15px}.step-icon{width:120px;height:120px}}@media (max-width: 640px){.how-it-works{padding:60px 0}.container{padding:0 1rem}.steps-container{grid-template-columns:1fr;gap:1.5rem;margin-bottom:40px}.how-title{font-size:2rem;margin-bottom:20px}.how-subtitle{display:none}.step-card{padding:25px 20px;border-radius:16px}.step-visual{height:120px;margin-bottom:15px}.step-icon{width:100px;height:100px}.step-title{font-size:1.2rem;margin-bottom:10px}.step-description{font-size:.9rem;line-height:1.4}.shape{display:none}}.download{background:transparent;padding:6rem 0 8rem;margin-top:20px;position:relative;overflow:hidden;min-height:100vh;display:flex;align-items:center}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;overflow:hidden}.floating-elements{position:absolute;top:0;left:0;right:0;bottom:0}.floating-dot{position:absolute;border-radius:50%;background:#3b82f61a}.dot-1{width:80px;height:80px;top:20%;left:10%}.dot-2{width:60px;height:60px;top:60%;right:15%}.dot-3{width:40px;height:40px;top:80%;left:20%}.dot-4{width:100px;height:100px;top:10%;right:30%}.download-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1;padding:0 2rem}.badge{display:inline-flex;align-items:center;background:#3b82f61a;border:1px solid rgba(59,130,246,.3);border-radius:50px;padding:.5rem 1rem;margin-bottom:1.5rem;animation:fadeInUp 1s ease-out}.badge span{font-size:.85rem;font-weight:500;color:#60a5fa}.download-title{font-size:3.2rem;font-weight:900;color:#fff;margin-bottom:1.5rem;line-height:1.1;animation:fadeInUp 1s ease-out .1s both}.highlight{background:linear-gradient(135deg,#3b82f6,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.download-description{font-size:1.25rem;color:#e2e8f0;line-height:1.7;margin-bottom:2.5rem;max-width:500px;animation:fadeInUp 1s ease-out .2s both}.trust-indicators{display:flex;gap:2rem;margin-top:2rem;animation:fadeInUp 1s ease-out .6s both}.trust-item{font-size:.9rem;color:#94a3b8;display:flex;align-items:center;gap:.5rem}.download-badges{display:flex;gap:1rem;margin-bottom:3rem;margin-top:-2rem;animation:fadeInUp 1s ease-out .4s both;align-items:center}.store-badge{display:flex;align-items:center;gap:.75rem;background:#1e293b99;padding:1rem 1.5rem;border-radius:12px;text-decoration:none;border:1px solid rgba(59,130,246,.3);transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.store-badge:hover{transform:translateY(-3px);box-shadow:0 15px 30px #3b82f64d;border-color:#3b82f680;background:#1e293bcc}.badge-icon{font-size:2rem}.badge-text{display:flex;flex-direction:column}.badge-subtitle{font-size:.8rem;color:#94a3b8}.badge-title{font-size:1.1rem;font-weight:600;color:#fff}.store-btn-image{height:120px;width:auto;cursor:pointer;transition:all .3s ease}.store-btn-image.apple{height:125px;transform:translateY(1px)}.store-btn-image:hover{transform:translateY(-3px);filter:brightness(1.1)}.download-stats{display:flex;gap:2rem;animation:fadeInUp 1s ease-out .6s both}.stat-item{display:flex;flex-direction:column;text-align:center}.stat-number{font-size:2rem;font-weight:700;color:#60a5fa;margin-bottom:.25rem}.stat-label{font-size:.9rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.download-visual{display:flex;justify-content:flex-end;padding-right:0}.screenshots-container{position:relative;display:flex;align-items:center;margin-top:20px;margin-left:50px;width:500px;height:700px}.download-app-screenshot{width:350px;height:auto;filter:drop-shadow(0 20px 40px rgba(0,0,0,.4));position:absolute}.screenshot-1{animation:fadeInRight 1s ease-out .6s both;transform:translateY(0) scaleX(-1);z-index:1;left:0;top:0}.screenshot-2{animation:fadeInRight 1s ease-out .8s both;transform:translateY(20px);z-index:2;left:180px;top:80px}.phones-showcase{position:relative;display:flex;justify-content:center;align-items:center;animation:fadeInRight 1s ease-out .8s both}.phone{width:200px;height:400px;background:#1a1a1a;border-radius:30px;padding:15px;box-shadow:0 20px 40px #0006;position:relative}.phone-1{z-index:2;animation:phoneFloat1 4s ease-in-out infinite}.phone-2{position:absolute;right:-50px;top:50px;transform:rotate(15deg);z-index:1;animation:phoneFloat2 4s ease-in-out infinite 2s}.phone-screen{width:100%;height:100%;background:#0f172a;border-radius:20px;overflow:hidden}.app-interface{width:100%;height:100%;display:flex;flex-direction:column}.status-bar{height:30px;background:#3b82f61a;border-bottom:1px solid rgba(59,130,246,.2)}.map-area{flex:1;background:linear-gradient(45deg,#1e293b,#334155);position:relative;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:15px;padding:20px}.mini-spot{width:20px;height:20px;border-radius:50%;animation:miniSpotPulse 2s infinite}.mini-spot.green{background:#10b981;box-shadow:0 0 15px #10b98180}.mini-spot.yellow{background:#f59e0b;box-shadow:0 0 15px #f59e0b80;animation-delay:.5s}.mini-spot.red{background:#ef4444;box-shadow:0 0 15px #ef444480;animation-delay:1s}.mini-user{width:25px;height:25px;background:#2563eb;border-radius:50%;border:3px solid white;box-shadow:0 0 15px #2563eb99;animation:miniUserPulse 3s infinite}.bottom-panel{height:60px;background:#0f172ae6;display:flex;align-items:center;justify-content:center}.action-button{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:8px 20px;border-radius:20px;font-size:.9rem;font-weight:600;animation:buttonPulse 2s infinite}.notification-screen{flex:1;background:#0f172a;display:flex;align-items:center;justify-content:center;padding:20px}.notification{background:#10b9811a;border:1px solid rgba(16,185,129,.3);border-radius:12px;padding:15px;display:flex;align-items:center;gap:10px;animation:notificationSlide 3s infinite}.notif-icon{font-size:1.2rem}.notif-text{color:#10b981;font-size:.8rem;font-weight:500}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes phoneFloat1{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes phoneFloat2{0%,to{transform:rotate(15deg) translateY(0)}50%{transform:rotate(15deg) translateY(-8px)}}@keyframes miniSpotPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}}@keyframes miniUserPulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}@keyframes buttonPulse{0%,to{background:linear-gradient(135deg,#2563eb,#1d4ed8)}50%{background:linear-gradient(135deg,#1d4ed8,#1e40af)}}@keyframes notificationSlide{0%,80%,to{transform:translateY(0);opacity:1}10%,70%{transform:translateY(-5px);opacity:.9}}.mobile-text{display:none}.desktop-text{display:inline}.mobile-only-content{display:none}@keyframes float{0%,to{transform:translateY(0) translate(0)}25%{transform:translateY(-20px) translate(10px)}50%{transform:translateY(-10px) translate(-5px)}75%{transform:translateY(-30px) translate(15px)}}@media (max-width: 768px){.download{padding:6rem 0 2rem;min-height:100vh;display:flex;align-items:flex-start}.floating-elements{display:none}.download-content{grid-template-columns:1fr;gap:0;text-align:left;padding:0 2rem;max-width:400px;margin:0 auto}.download-title{font-size:2.5rem;line-height:1.1;margin-bottom:3rem;font-weight:700}.download-description{font-size:1rem;margin-bottom:3rem;line-height:1.6;color:#9ca3af;max-width:280px}.mobile-text{display:inline}.desktop-text{display:none}.download-badges{justify-content:flex-start;flex-direction:row;align-items:center;gap:1rem;margin-bottom:0;margin-top:17rem;margin-left:-1.5rem}.store-btn-image{height:90px}.store-btn-image.apple{height:95px}.download-stats{display:none}.mobile-only-content{display:block;margin-top:1rem}.mobile-feature-text{color:#9ca3af;font-size:1rem;line-height:1.6;margin-bottom:1.5rem;max-width:280px;text-align:center;margin-left:auto;margin-right:auto}.mobile-features{display:flex;flex-direction:column;gap:.75rem;align-items:center}.feature-item{color:#cbd5e1;font-size:.9rem;display:flex;align-items:center}.mobile-stats{display:flex;gap:2rem;margin-top:0;margin-bottom:2rem;justify-content:center}.mobile-stat{text-align:center}.mobile-stat-number{display:block;font-size:1.5rem;font-weight:700;color:#60a5fa;margin-bottom:.25rem}.mobile-stat-label{font-size:.8rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px}.download-visual{position:absolute;bottom:20%;right:0;width:50%;height:60%;z-index:5}.screenshots-container{width:100%;height:100%;margin:0;justify-content:flex-end;align-items:flex-end;display:flex;padding:2rem}.download-app-screenshot{width:140px;position:absolute;filter:none}.screenshot-1{display:block;position:absolute;left:-15px;top:-55px;z-index:1}.screenshot-2{right:0;bottom:270px;left:auto;top:auto;z-index:2}.download-text{z-index:1;position:relative}}@media (max-width: 375px){.download{padding:5rem 0 4rem;min-height:100vh}.download-title{font-size:1.8rem;margin-bottom:2rem}.download-badges{margin-top:9rem;justify-content:center;margin-left:0}.store-btn-image{height:70px}.store-btn-image.apple{height:75px}.mobile-only-content{margin-top:.5rem}.mobile-stat-number{font-size:1.2rem}.mobile-feature-text{font-size:.9rem;margin-bottom:1rem}.download-visual{bottom:15%}.download-app-screenshot{width:100px}.screenshot-1{left:10px!important;top:-60px!important}.screenshot-2{right:10px!important;bottom:260px!important}}@media (max-width: 360px){.screenshot-1{top:-70px!important}.screenshot-2{bottom:290px!important}.download-badges{margin-top:11rem}}@media (min-width: 768px) and (max-width: 1024px){.download{align-items:center;padding:3rem 0;min-height:100vh;display:flex}.download-content{grid-template-columns:1fr 1fr;gap:2rem;text-align:left;max-width:none;margin:0}.download-title{font-size:2.8rem;margin-bottom:2rem}.download-badges{justify-content:flex-start;margin-top:2rem}.store-btn-image{height:70px}.store-btn-image.apple{height:75px}.mobile-only-content{display:none}.download-visual{position:relative;bottom:auto;right:auto;width:100%}.screenshots-container{margin-top:0}}@media (min-width: 430px){.download-badges{margin-left:0!important}}@media (min-width: 376px) and (max-width: 767px){.download{padding-top:5rem}.download-title{margin-bottom:2.5rem}.download-badges{margin-top:15rem}.mobile-only-content{margin-top:0}}.faq{background:transparent;padding:2rem 0}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:1000px;margin:0 auto}.faq-item{background:#1e293b66;border-radius:8px;overflow:hidden;border:1px solid rgba(59,130,246,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;opacity:1;transform:translateY(0)}.faq-item.animate{animation:faqSlideIn .6s ease-out forwards;opacity:1;transform:translateY(0)}.faq-item:hover{border-color:#3b82f666;background:#1e293b99}.faq-item.open{border-color:#3b82f680;background:#1e293b99;box-shadow:0 8px 25px #3b82f633}.faq-question{width:100%;padding:1rem 1.5rem;background:none;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:.95rem;font-weight:600;color:#fff;transition:all .3s ease}.faq-question:hover{color:#60a5fa}.faq-icon{font-size:1.5rem;font-weight:300;color:#60a5fa;transition:all .3s ease;min-width:30px;text-align:center}.faq-item.open .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.faq-item.open .faq-answer{max-height:200px}.faq-answer p{padding:0 2rem 1.5rem;color:#cbd5e1;line-height:1.6;margin:0;animation:fadeInUp .3s ease-out .1s both}@keyframes faqSlideIn{to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.faq-item:nth-child(1){animation-delay:.1s}.faq-item:nth-child(2){animation-delay:.2s}.faq-item:nth-child(3){animation-delay:.3s}.faq-item:nth-child(4){animation-delay:.4s}.faq-item:nth-child(5){animation-delay:.5s}.faq-item:nth-child(6){animation-delay:.6s}.faq-item:nth-child(7){animation-delay:.7s}.faq-item:nth-child(8){animation-delay:.8s}@media (max-width: 768px){.faq{padding:3rem 0}.container{padding:0 1rem}.section-title{font-size:2rem;margin-bottom:1rem}.section-subtitle{font-size:1rem;margin-bottom:2rem}.faq-grid{grid-template-columns:1fr;gap:1rem}.faq-question{padding:1rem 1.25rem;font-size:.9rem;line-height:1.4}.faq-icon{font-size:1.25rem;min-width:25px}.faq-answer p{padding:0 1.25rem 1rem;font-size:.85rem;line-height:1.5}}.footer{background:transparent;color:#e5e7eb;padding:3rem 0 2rem;border-top:1px solid rgba(59,130,246,.2)}.footer-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem;margin-bottom:3rem}.footer-section h4{color:#fff;font-weight:600;margin-bottom:1.5rem;font-size:1.1rem}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.75rem}.footer-section ul li a{color:#9ca3af;text-decoration:none;transition:color .2s}.footer-section ul li a:hover{color:#60a5fa}.footer-logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.footer-logo .logo-icon{width:40px;height:40px;border-radius:8px}.footer-description{color:#9ca3af;line-height:1.6;max-width:300px}.app-stores{display:flex;flex-direction:column;gap:-.5rem;align-items:flex-start}.store-button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:10px;font-weight:600;cursor:pointer;transition:background .2s,transform .2s;text-align:left}.store-button:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-1px)}.footer-store-btn{height:80px;width:auto;object-fit:contain;cursor:pointer;transition:all .3s ease;margin-left:-15px;transform:translateY(-15px)}.footer-store-btn:hover{transform:translateY(-15px);filter:brightness(1.1)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid #374151;color:#9ca3af}.footer-links{display:flex;gap:2rem}.footer-links a{color:#9ca3af;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#60a5fa}@media (max-width: 768px){.footer{padding:2rem 0 1.5rem}.container{padding:0 1rem}.footer-content{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem;text-align:center}.footer-logo{justify-content:center;font-size:1.25rem}.footer-logo .logo-icon{width:32px;height:32px}.footer-description{max-width:none;margin:0 auto}.footer-section h4{font-size:1rem;margin-bottom:1rem}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{font-size:.9rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center;padding-top:1.5rem}.footer-links{gap:1.5rem;justify-content:center}.footer-links a{font-size:.85rem}}.legal-page{background:transparent;color:#fff;padding:120px 0 80px;min-height:100vh}.legal-title{font-size:3rem;font-weight:800;color:#fff;text-align:center;margin-bottom:1rem}.legal-subtitle{font-size:1.1rem;color:#94a3b8;text-align:center;margin-bottom:3rem}.legal-content{max-width:800px;margin:0 auto;padding:0 2rem}.legal-section{margin-bottom:3rem}.legal-section h2{font-size:1.8rem;font-weight:700;color:#3b82f6;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid rgba(59,130,246,.3)}.legal-section h3{font-size:1.3rem;font-weight:600;color:#60a5fa;margin:2rem 0 1rem}.legal-section p{font-size:1rem;line-height:1.7;color:#e2e8f0;margin-bottom:1.5rem}.legal-section ul{margin:1rem 0 1.5rem 1.5rem;padding-left:0}.legal-section li{font-size:1rem;line-height:1.6;color:#cbd5e1;margin-bottom:.75rem;position:relative}.legal-section li:before{content:"•";color:#3b82f6;font-weight:700;position:absolute;left:-1.5rem}.legal-section strong{color:#fff;font-weight:600}@media (max-width: 768px){.legal-page{padding:100px 0 60px}.legal-title{font-size:2.2rem}.legal-content{padding:0 1.5rem}.legal-section h2{font-size:1.5rem}.legal-section h3{font-size:1.2rem}.legal-section ul{margin-left:1rem}}.blog-page{padding:80px 0 40px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:100vh}.blog-header{text-align:center;margin-bottom:60px}.blog-header h1{font-size:3rem;font-weight:700;color:#1e293b;margin-bottom:16px}.blog-header p{font-size:1.2rem;color:#64748b;max-width:600px;margin:0 auto}.blog-grid{display:grid;grid-template-columns:1fr;gap:40px;max-width:800px;margin:0 auto}.blog-post{background:#fff;padding:40px;border-radius:16px;box-shadow:0 4px 24px #00000014;border:1px solid #e2e8f0}.post-meta{display:flex;align-items:center;gap:16px;margin-bottom:20px;font-size:.9rem;color:#64748b}.read-time{padding:4px 12px;background:#f1f5f9;border-radius:20px;font-weight:500}.blog-post h2{font-size:1.8rem;font-weight:600;color:#1e293b;margin-bottom:16px;line-height:1.3}.blog-post p{color:#475569;line-height:1.7;margin-bottom:24px}.post-content h2{font-size:1.4rem;margin:32px 0 16px;color:#3b82f6}.post-content ol,.post-content ul{margin:16px 0;padding-left:24px}.post-content li{margin-bottom:8px;color:#475569;line-height:1.6}.post-content strong{color:#1e293b;font-weight:600}@media (max-width: 768px){.blog-page{padding:60px 20px 40px}.blog-header h1{font-size:2.2rem}.blog-post{padding:24px}.blog-post h2{font-size:1.5rem}}.locations-page{padding:80px 0 40px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);min-height:100vh}.locations-header{text-align:center;margin-bottom:60px}.locations-header h1{font-size:3rem;font-weight:700;color:#1e293b;margin-bottom:16px}.locations-header p{font-size:1.2rem;color:#64748b;max-width:600px;margin:0 auto}.cities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px;margin-bottom:80px}.city-card{background:#fff;padding:32px;border-radius:16px;box-shadow:0 4px 24px #00000014;border:1px solid #e2e8f0;transition:transform .3s ease,box-shadow .3s ease}.city-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001f}.city-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.city-header h2{font-size:1.6rem;font-weight:600;color:#1e293b;margin:0}.state{background:#3b82f6;color:#fff;padding:4px 12px;border-radius:20px;font-size:.9rem;font-weight:500}.spots-count{font-size:1.1rem;font-weight:600;color:#059669;margin-bottom:16px}.city-card p{color:#475569;line-height:1.6;margin-bottom:24px}.features h4{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:12px}.features ul{list-style:none;padding:0;margin-bottom:24px}.features li{color:#64748b;position:relative;padding:6px 0 6px 16px}.features li:before{content:"•";color:#3b82f6;position:absolute;left:0;font-weight:700}.explore-btn{width:100%;background:#3b82f6;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:background .3s ease}.explore-btn:hover{background:#2563eb}.expansion-info{text-align:center;background:#fff;padding:48px;border-radius:16px;box-shadow:0 4px 24px #00000014}.expansion-info h2{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:16px}.expansion-info p{color:#64748b;font-size:1.1rem;margin-bottom:32px;max-width:500px;margin-left:auto;margin-right:auto}.coming-soon{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.coming-soon span{background:#f1f5f9;color:#475569;padding:8px 16px;border-radius:20px;font-weight:500;border:2px solid #e2e8f0}@media (max-width: 768px){.locations-page{padding:60px 20px 40px}.cities-grid{grid-template-columns:1fr}.city-card{padding:24px}.expansion-info{padding:32px 24px}.coming-soon{flex-direction:column;align-items:center}}.App{overflow-x:hidden;background:linear-gradient(135deg,#0c1426,#1e293b,#334155,#1e293b,#0c1426);min-height:100vh;width:100%;margin:0;padding:0}.section-title{font-size:2.5rem;font-weight:700;color:#fff;text-align:center;margin-bottom:1rem}.section-subtitle{font-size:1.2rem;color:#cbd5e1;text-align:center;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.highlight{background:linear-gradient(135deg,#2563eb,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.section-title{font-size:2rem}.section-subtitle{font-size:1.1rem}}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;overflow-x:hidden;background:#0f172a}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#fff;background:linear-gradient(135deg,#0f172a,#1e293b,#334155,#1e293b,#0f172a);background-attachment:fixed;scroll-behavior:smooth;min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%}@media (max-width: 768px){.container{padding:0 16px;max-width:100%}}@media (max-width: 414px){.container{padding:0 12px}}
