@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;font-family:Inter,system-ui,sans-serif;overflow:hidden}#root{height:100vh;width:100vw;overflow:hidden}.modern-landing{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f172a,#1e293b);overflow:hidden}.hero-video{position:fixed;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:1}.hero-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#000000b3,#0f172acc,#fbbf241a);z-index:2}.hero-content{position:relative;z-index:3;width:100%;max-width:500px;padding:2rem;text-align:center}.hero-container{display:flex;flex-direction:column;align-items:center;gap:2rem}.hero-logo{width:200px;height:200px;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 8px 32px rgba(251,191,36,.3))}.hero-text{text-align:center;margin:2rem 0}.hero-text h1{font-size:3.5rem;font-weight:800;color:#fff;margin:0 0 1.5rem;text-shadow:0 4px 16px rgba(0,0,0,.8);line-height:1.1;letter-spacing:-.02em;white-space:nowrap}.hero-text p{font-size:1.5rem;color:#e2e8f0;margin:0 0 3rem;opacity:.95;font-weight:300;text-shadow:0 2px 8px rgba(0,0,0,.6)}.service-highlights{display:flex;flex-direction:column;gap:1rem;width:100%}.highlight-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;border:1px solid rgba(251,191,36,.2);color:#fff;font-weight:500}.highlight-icon{width:20px;height:20px;color:#fbbf24;flex-shrink:0}.hero-cta{display:flex;align-items:center;justify-content:center;gap:1rem;width:100%;padding:1.25rem 2rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#000;border:none;border-radius:16px;font-size:1.25rem;font-weight:700;cursor:pointer;box-shadow:0 8px 32px #fbbf2466;transition:all .3s ease}.cta-arrow{transition:transform .3s ease}.hero-cta:hover .cta-arrow{transform:translate(4px)}.service-features{text-align:center;margin-top:1.5rem}.feature-text{font-size:.875rem;color:#e2e8f0;opacity:.8;text-shadow:0 1px 4px rgba(0,0,0,.5)}.quick-info{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#cbd5e1;opacity:.8}.info-icon{width:16px;height:16px;color:#fbbf24;flex-shrink:0}.modern-modal-header{display:flex;align-items:center;justify-content:space-between;padding:2rem;background:linear-gradient(135deg,#1e293b,#334155);border-bottom:1px solid #334155}.modal-title-modern{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:#fff}.modern-close-btn{padding:.5rem;background:#ffffff1a;border:none;border-radius:8px;color:#fff;cursor:pointer;transition:all .2s ease}.modern-close-btn:hover{background:#fff3;transform:scale(1.05)}.modern-form-section{flex:1;padding:2.5rem;background:#fff;overflow:visible;max-height:calc(100vh - 120px);position:relative}.modern-form-step{height:100%;display:flex;flex-direction:column;gap:2rem}.form-header{text-align:center;margin-bottom:1rem}.form-header h3{font-size:1.75rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.form-header p{font-size:1rem;color:#64748b;margin:0}.modern-input-group{display:flex;flex-direction:column;gap:.75rem}.modern-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#374151}.modern-input{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;transition:all .2s ease;background:#fff}.modern-input:focus{outline:none;border-color:#fbbf24;box-shadow:0 0 0 3px #fbbf241a}.input-hint{font-size:.75rem;color:#6b7280;font-style:italic}.modern-cta-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1.25rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#000;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #fbbf244d}.modern-cta-btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.modern-loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 2rem;height:100%}.loading-animation{margin-bottom:2rem}.modern-spinner{width:3rem;height:3rem;color:#fbbf24;animation:spin 1s linear infinite}.modern-loading-state h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.modern-loading-state p{font-size:1rem;color:#64748b;margin:0}.modern-confirm-step{display:flex;flex-direction:column;gap:1rem;height:100%;padding:1rem}.confirm-header{text-align:center}.confirm-header h3{font-size:1.75rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.confirm-header p{font-size:1rem;color:#64748b;margin:0}.modern-price-card{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:2px solid #22c55e;border-radius:12px;padding:1.25rem;text-align:center}.price-display{display:flex;flex-direction:column;align-items:center;gap:1rem}.price-label{font-size:1rem;font-weight:600;color:#166534}.price-amount{font-size:2.25rem;font-weight:800;color:#15803d}.eta-info{display:flex;align-items:center;gap:.5rem;font-size:1rem;color:#166534}.trip-summary{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:#f8fafc;border-radius:8px}.summary-row{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem}.summary-row svg{color:#64748b;flex-shrink:0;margin-top:.125rem;width:14px;height:14px}.summary-label{font-size:.75rem;font-weight:500;color:#64748b}.summary-value{font-size:.875rem;font-weight:500;color:#1e293b;line-height:1.3}.confirm-actions{display:flex;gap:1rem;margin-top:auto}.cancel-btn{flex:1;padding:1rem;background:#f1f5f9;color:#64748b;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.cancel-btn:hover{background:#e2e8f0}.confirm-btn{flex:2;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#000;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.modern-success-state{display:flex;flex-direction:column;align-items:center;text-align:center;padding:3rem 2rem;height:100%}.success-animation{margin-bottom:2rem}.checkmark-circle{width:4rem;height:4rem;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:successPulse .6s ease-out}.checkmark{width:2rem;height:2rem;stroke:#fff;fill:none}.success-content h3{font-size:1.75rem;font-weight:700;color:#1e293b;margin:0 0 1rem}.success-content p{font-size:1rem;color:#64748b;margin:0 0 2rem;line-height:1.6}.success-btn{display:inline-flex;align-items:center;padding:.75rem 2rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#000;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.auto-redirect{display:flex;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.875rem}.booking-type-step{padding:2rem;text-align:center}.booking-type-options{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.booking-type-btn{background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:1rem;padding:1.5rem;cursor:pointer;transition:all .3s ease;color:#1f2937;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.booking-type-btn:hover{background:#fbbf241a;border-color:#fbbf24;transform:translateY(-2px);box-shadow:0 8px 25px #fbbf2433}.booking-now{background:linear-gradient(135deg,#22c55e1a,#16a34a0d);border-color:#22c55e4d}.booking-now:hover{background:linear-gradient(135deg,#22c55e33,#16a34a1a);border-color:#22c55e}.booking-later{background:linear-gradient(135deg,#3b82f61a,#2563eb0d);border-color:#3b82f64d}.booking-later:hover{background:linear-gradient(135deg,#3b82f633,#2563eb1a);border-color:#3b82f6}.booking-type-content{display:flex;align-items:center;gap:1rem;text-align:left}.booking-type-content h4{font-size:1.25rem;font-weight:600;margin:0 0 .25rem;color:#1f2937}.booking-type-content p{font-size:.875rem;color:#6b7280;margin:0}.booking-now-notice{display:flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#22c55e1a,#16a34a0d);border:1px solid rgba(34,197,94,.3);border-radius:.75rem;padding:1rem;color:#16a34a;font-weight:500;margin-bottom:1.5rem}.booking-now-notice svg{color:#22c55e}.modern-error-state{display:flex;flex-direction:column;align-items:center;text-align:center;padding:3rem 2rem;height:100%}.error-animation{margin-bottom:2rem}.error-circle{width:4rem;height:4rem;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:error-pulse 2s ease-in-out infinite}.error-icon{width:1.5rem;height:1.5rem;color:#fff;fill:none;stroke:currentColor}.error-content h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.error-content p{color:#6b7280;font-size:1rem;line-height:1.6;margin-bottom:2rem;max-width:24rem}.error-actions{display:flex;gap:1rem}.error-btn{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-weight:600;padding:.875rem 2rem;border-radius:.75rem;border:none;cursor:pointer;transition:all .2s ease;font-size:1rem;box-shadow:0 4px 12px #ef44444d}.error-btn:hover{box-shadow:0 6px 20px #ef444466;transform:translateY(-1px)}@keyframes error-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes successPulse{0%{transform:scale(.8);opacity:.7}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.landing-page{position:relative;height:100vh;display:flex;flex-direction:column;background:#1a1a1a;overflow:hidden;-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.video-background{position:fixed;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:-1}.video-background:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#000000b3,#1f1f1f99,#fbbf244d)}.background-video{position:fixed;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:1}.video-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:2}.simple-content{position:relative;z-index:3;display:flex;align-items:center;justify-content:center;height:100vh;text-align:center}.simple-content>div{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.logo-simple{width:550px;height:550px;-o-object-fit:contain;object-fit:contain;margin-bottom:2rem}.title-simple{font-size:3.5rem;font-weight:700;margin-bottom:3rem;text-shadow:2px 2px 4px rgba(0,0,0,.8)}.book-btn-simple{background:#fbbf24;color:#000;padding:1.5rem 4rem;font-size:1.5rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 20px #fbbf2466}.book-btn-simple:hover{transform:translateY(-2px);background:#f59e0b;box-shadow:0 10px 30px #fbbf2480}.book-btn-simple:active{transform:translateY(0)}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes float{0%{transform:translateY(100vh) rotate(0);opacity:0}10%{opacity:.6}90%{opacity:.6}to{transform:translateY(-100px) rotate(360deg);opacity:0}}@keyframes drive{0%{transform:translate(-100px) rotate(0);opacity:0}10%{opacity:1}50%{transform:translate(50vw) rotate(5deg)}90%{opacity:1}to{transform:translate(calc(100vw + 100px)) rotate(0);opacity:0}}@keyframes twinkle{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.company-logo:hover{transform:scale(1.05) rotate(2deg);box-shadow:0 6px 24px #0000004d,0 0 20px #fbbf2480;border-color:#fbbf24cc;opacity:1}.content-wrapper{position:relative;z-index:10;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:.5rem 2rem;color:#fff;text-align:center;max-height:calc(100vh - 2rem);overflow:hidden}.logo-section{margin-bottom:.8rem}.car-icon{width:5rem;height:5rem;margin:0 auto 1.5rem;color:#fbbf24}.main-title{font-size:3.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(45deg,#fbbf24,#f59e0b,#fbbf24);background-size:200% 200%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:2px 2px 4px rgba(0,0,0,.5);line-height:1;animation:gradient-shift 4s ease-in-out infinite}@keyframes gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.company-logo{width:5.5rem;height:5.5rem;margin:0 auto 1rem;border-radius:16px;box-shadow:0 4px 16px #0003;border:2px solid rgba(251,191,36,.6);transition:all .3s ease;opacity:.95}.subtitle{font-size:1.2rem;color:#d1d5db;margin-bottom:1.5rem;line-height:1.3;text-shadow:1px 1px 2px rgba(0,0,0,.3);font-weight:500}.tap-instruction{margin-bottom:1rem;text-align:center}.tap-instruction h2{font-size:1.5rem;color:#fbbf24;margin:0;font-weight:600;text-shadow:1px 1px 3px rgba(0,0,0,.4);animation:gentle-bounce 2s ease-in-out infinite}@keyframes gentle-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.book-ride-btn{background:linear-gradient(45deg,#fbbf24,#f59e0b);color:#000;font-weight:700;padding:1.5rem 4rem;border-radius:9999px;font-size:1.4rem;border:3px solid #000000;cursor:pointer;box-shadow:0 8px 25px #fbbf2466;transition:all .3s ease;margin-bottom:1rem;text-transform:capitalize;letter-spacing:1px;min-height:4rem;min-width:18rem;position:relative;overflow:hidden;animation:gentle-glow 3s ease-in-out infinite}.book-ride-btn:hover,.book-ride-btn:active{transform:scale(1.05) translateY(-2px);box-shadow:0 12px 35px #fbbf2499;background:linear-gradient(45deg,#f59e0b,#fbbf24)}.book-ride-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#ffffff4d;border-radius:50%;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease}.book-ride-btn:active:before{width:300px;height:300px}@keyframes gentle-glow{0%,to{box-shadow:0 8px 25px #fbbf2466}50%{box-shadow:0 8px 25px #fbbf2499}}.pulse-animation{animation:pulse 2s infinite,gentle-glow 3s ease-in-out infinite}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-top:2rem;max-width:900px;width:100%}.feature-item{text-align:center;padding:1rem;border-radius:16px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(251,191,36,.3);transition:all .3s ease;cursor:pointer}.feature-item:hover{transform:translateY(-4px);background:#ffffff26;border-color:#fbbf2480;box-shadow:0 8px 25px #0003}.feature-icon{width:3rem;height:3rem;margin:0 auto .8rem;color:#fbbf24;filter:drop-shadow(0 2px 4px rgba(251,191,36,.3));transition:all .3s ease}.feature-item:hover .feature-icon{transform:scale(1.1);filter:drop-shadow(0 4px 8px rgba(251,191,36,.5))}.feature-title{font-size:1.1rem;font-weight:600;margin-bottom:.3rem;line-height:1.2}.feature-description{color:#d1d5db;font-size:.9rem;line-height:1.3}.footer{position:relative;z-index:10;text-align:center;padding:.5rem;color:#9ca3af;font-size:.75rem}.modal-overlay{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#000c,#fbbf244d)}.modal-content{background:#fff;border-radius:24px;box-shadow:0 32px 64px #0003;width:100%;max-width:90vw;max-height:85vh;overflow:hidden;border:1px solid rgba(255,255,255,.2)}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:2rem 2.5rem;background:linear-gradient(135deg,#000,#1f1f1f,#fbbf24);color:#fff;position:relative}.modal-header:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.1),transparent);pointer-events:none}.modal-title{display:flex;align-items:center;gap:1rem;font-size:2rem;font-weight:700;position:relative;z-index:1}.modal-title svg{width:2rem;height:2rem}.close-btn{padding:.75rem;background:#ffffff26;border:none;border-radius:12px;color:#fff;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;z-index:1}.close-btn:hover{background:#ffffff40;transform:scale(1.05)}.close-btn svg{width:1.5rem;height:1.5rem}.modal-body{display:flex;height:70vh}.map-section{flex:1.5;background:linear-gradient(135deg,#fffbeb,#fef3c7);position:relative;border-right:2px solid #fbbf24}.form-section{flex:1;padding:2.5rem;background:#fff;overflow-y:auto}.form-step{height:100%;display:flex;flex-direction:column}.step-title{font-size:1.75rem;font-weight:700;color:#000;margin-bottom:2rem;text-align:center;background:linear-gradient(45deg,#000,#fbbf24);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.input-group{margin-bottom:2rem}.input-label{display:block;font-size:1rem;font-weight:600;color:#374151;margin-bottom:.75rem}.input-field{width:100%;padding:1rem 1.25rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1.1rem;transition:all .2s ease;background:#fff}.input-field:focus{outline:none;border-color:#fbbf24;box-shadow:0 0 0 3px #fbbf2433}.input-with-icon{position:relative}.input-with-icon svg{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:1.25rem;height:1.25rem;color:#6b7280}.input-with-icon input{padding-left:3rem}.info-card{background:linear-gradient(135deg,#fffbeb,#fef3c7);border:2px solid #fbbf24;border-radius:12px;padding:1rem;margin-bottom:1rem;box-shadow:0 4px 12px #fbbf2426}.price-card{background:linear-gradient(135deg,#f0fdf4,#dcfce7,#bbf7d0);border:3px solid #10b981;border-radius:12px;padding:1rem;margin-bottom:1rem;box-shadow:0 6px 20px #10b98140;position:relative;overflow:hidden}.price-card:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent 30%,rgba(16,185,129,.1) 50%,transparent 70%);animation:none}@keyframes shimmer{0%,to{transform:translate(-100%)}50%{transform:translate(100%)}}.info-card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.info-card-header svg{width:1rem;height:1rem;color:#000}.info-card-title{font-weight:600;color:#000;font-size:.9rem}.info-card-content{color:#374151;font-size:.85rem;line-height:1.3;font-weight:500}.btn-group{display:flex;gap:1rem;margin-top:auto;padding-top:2rem}.btn{flex:1;padding:1rem 1.5rem;border-radius:12px;font-size:1.1rem;font-weight:600;border:none;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-secondary{background:#f1f5f9;color:#475569;border:2px solid #e2e8f0}.btn-secondary:hover{background:#e2e8f0;transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#000;font-weight:700;box-shadow:0 4px 12px #fbbf244d;border:2px solid #000000}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#f59e0b,#fbbf24);transform:translateY(-2px);box-shadow:0 8px 20px #fbbf2466}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.state-container{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;background:linear-gradient(135deg,#fffbeb,#fef3c7);border-radius:16px}.state-icon{width:4rem;height:4rem;margin-bottom:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.state-icon.loading,.state-icon.success{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#000;border:3px solid #000000}.state-title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:#000;background:linear-gradient(45deg,#000,#fbbf24);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.state-description{color:#64748b;font-size:1rem;margin-bottom:2rem;max-width:300px}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.address-dropdown{position:absolute;z-index:1000;width:100%;margin-top:.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 25px #00000026;max-height:12rem;overflow-y:auto}.address-suggestion{width:100%;text-align:left;padding:1rem;border:none;background:#fff;cursor:pointer;transition:background-color .15s ease;border-bottom:1px solid #f3f4f6}.address-suggestion:last-child{border-bottom:none}.address-suggestion:hover,.address-suggestion:focus,.address-suggestion.selected{background-color:#f8fafc;outline:none}.address-suggestion-content{display:flex;align-items:flex-start;gap:.75rem}.address-suggestion-icon{width:1.25rem;height:1.25rem;color:#3b82f6;margin-top:.125rem;flex-shrink:0}.address-suggestion-text{flex:1;min-width:0}.address-suggestion-main{font-weight:600;color:#1f2937;margin-bottom:.125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.address-suggestion-secondary{font-size:.875rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 1024px){.modal-body{flex-direction:column;height:auto}.map-section{height:300px;border-right:none;border-bottom:1px solid #e2e8f0}.form-section{padding:2rem}.btn-group{flex-direction:column}}@media (max-width: 768px){.modal-overlay{padding:1rem}.modal-header{padding:1.5rem}.modal-title{font-size:1.5rem}.form-section{padding:1.5rem}.step-title{font-size:1.5rem}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn .5s ease-in-out}.book-ride-btn-container{position:relative;display:inline-block;margin-bottom:2rem}@media (max-width: 768px){.main-title{font-size:2.8rem}.subtitle{font-size:1.1rem}.tap-instruction h2{font-size:1.3rem}.book-ride-btn{padding:1.3rem 3rem;font-size:1.2rem;min-height:4.5rem;min-width:18rem}.features-grid{grid-template-columns:1fr;gap:1rem}.logo-simple{width:120px;height:120px}.title-simple{font-size:2.5rem}.book-btn-simple{padding:1.2rem 3rem;font-size:1.2rem}.feature-item{padding:1.5rem;min-height:6rem}.company-logo{width:5rem;height:5rem}.content-wrapper{padding:.5rem 1rem}}@media (max-width: 1024px) and (orientation: portrait){.tap-instruction h2{font-size:1.6rem}.book-ride-btn{padding:1.8rem 4.5rem;font-size:1.6rem;min-height:5rem;min-width:22rem}.feature-item{padding:1.5rem;min-height:7rem}.feature-icon{width:3.5rem;height:3.5rem}.book-ride-btn-container:before{width:200%;height:200%}}@keyframes progress{0%{transform:translate(-100%)}50%{transform:translate(200%)}to{transform:translate(-100%)}}
