:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}*{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}.app{min-height:100vh;background:#110c1f}.top-bar{background:#000;color:#fff;box-shadow:0 4px 16px #000c;position:sticky;top:0;z-index:100}.top-bar-content{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;max-width:1400px;margin:0 auto}.business-name{font-size:.875rem;font-weight:600;white-space:nowrap}.desktop-nav{display:none;gap:2rem;align-items:center}.nav-link{color:#fff;text-decoration:none;font-size:.9375rem;font-weight:500;transition:color .2s ease;white-space:nowrap}.nav-link:hover{color:gold}.phone-link{background:gold;color:#000;padding:.5rem 1rem;border-radius:6px;font-weight:700}.phone-link:hover{background:#ffed4e;color:#000}.menu-button{background:none;border:none;cursor:pointer;padding:5px;z-index:10;display:block}.hamburger{display:flex;flex-direction:column;gap:4px}.hamburger span{display:block;width:20px;height:2px;background:#fff;border-radius:1px;transition:.3s}.menu-popover{position:fixed;inset:0;width:100vw;height:100vh;background:#1a1a2e;z-index:1001;animation:fadeIn .3s ease;padding:2rem 0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.menu-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#fff;font-size:2.5rem;cursor:pointer;padding:0;line-height:1;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.menu-close:hover{opacity:.7}.menu-nav{display:flex;flex-direction:column;gap:0;margin-top:4rem}.menu-item{color:#fff;text-decoration:none;font-size:1.125rem;font-weight:500;padding:1rem 2rem;border-bottom:1px solid #2a2a3e;transition:background .2s ease}.menu-item:hover{background:#ffffff0d}.main{max-width:500px;margin:0 auto;padding:0}.hero{background:linear-gradient(180deg,#2a2a3e,#1f1f2e);padding:.75rem 1.5rem 3.25rem;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:60px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,0 C300,80 600,80 900,40 C1050,20 1150,20 1200,40 L1200,120 L0,120 Z' fill='%230f0f1e'/%3E%3C/svg%3E") no-repeat center bottom;background-size:cover}.hero-content{position:relative;z-index:1;display:flex;align-items:center;gap:.5625rem}.car-illustration{flex-shrink:0}.car-svg{width:100%;height:auto;filter:drop-shadow(0 4px 12px rgba(0,0,0,.15))}.hero-logo{width:125px;height:auto;filter:drop-shadow(0 4px 12px rgba(0,0,0,.15))}.hero-text{flex:1;text-align:left}.hero-title{font-size:1.5em;font-weight:800;color:#fff;margin-bottom:.5rem;line-height:1.2}.hero-subtitle{font-size:.875rem;font-weight:600;color:#b0b0c0}.quote-form{padding:.125rem 1.5rem 2rem}.section-title{font-size:1.5rem;font-weight:700;color:#2c3e50;text-align:center;margin-bottom:1.5rem}.input-wrapper{position:relative;margin-bottom:1.5rem}.location-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:24px;height:24px;color:#8888a0;pointer-events:none}.gps-button{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);width:40px;height:40px;background:#3a4a6a;border:none;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:#fff}.gps-button:hover:not(:disabled){background:#4a5a7a;transform:translateY(-50%) scale(1.05)}.gps-button:disabled{opacity:.6;cursor:not-allowed}.gps-button svg{width:20px;height:20px}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.location-input{width:100%;padding:1rem 3.5rem 1rem 3rem;font-size:1rem;border:2px solid black;border-radius:8px;background:#2a2a3e;color:#fff;transition:all .3s ease;font-family:inherit;animation:pulse-glow 3s ease-in-out infinite}.location-input:focus{outline:none;border-color:#fff;animation:none;box-shadow:none;background:#1a1a2a}.location-input.valid-address{border-color:#27ae60;background:#1a2e1f;animation:none;box-shadow:0 0 12px #27ae604d}.location-input.valid-address:focus{border-color:#2ecc71;background:#1a2e1f;box-shadow:0 0 16px #27ae6066}@keyframes pulse-glow{0%,to{box-shadow:0 0 #ffffff1a}50%{box-shadow:0 0 20px 2px #fff3}}.location-input::placeholder{color:#8888a0}.quote-button{width:100%;padding:1.1rem 2rem;font-size:1.125rem;font-weight:700;letter-spacing:.5px;color:#000;background:linear-gradient(135deg,#fff,#e0e0e0);border:2px solid #ffffff;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #fff3}.quote-button:hover:not(:disabled){background:linear-gradient(135deg,#f0f0f0,#d0d0d0);transform:translateY(-2px);box-shadow:0 6px 16px #ffffff4d}.quote-button:active:not(:disabled){transform:translateY(0)}.quote-button:disabled{opacity:.6;cursor:not-allowed}.quote-result{padding:0 1.5rem .75rem}.back-button{background:none;border:none;color:#007aff;font-size:1.0625rem;font-weight:400;cursor:pointer;padding:.5rem 0;margin-bottom:1rem;text-decoration:none;display:flex;align-items:center;gap:.25rem;transition:opacity .2s ease}.back-button:hover{opacity:.7}.chevron-left{width:20px;height:20px}.quote-card{background:#2a2a3e;border-radius:12px;padding:2rem 1.5rem .75rem;box-shadow:0 4px 16px #0006;text-align:center;border:1px solid #3a3a4e}.price-label{font-size:1.125rem;font-weight:600;color:#b0b0c0;margin-bottom:.5rem}.price{font-size:3.5rem;font-weight:800;color:#27ae60;margin-bottom:.5rem;line-height:1}.distance-info{font-size:.95rem;color:#8888a0;margin-bottom:1.5rem;font-weight:500}.arrival-time{color:#fff}.confirm-text{font-size:1.175rem;color:#fff;margin-top:.125rem;margin-bottom:1.5rem;font-weight:500;text-decoration:underline;text-underline-offset:3px;cursor:pointer;display:block}.features{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #3a3a4e}.feature{display:flex;align-items:center;gap:.75rem;font-size:1rem;color:#fff;font-weight:500}.check-icon{width:28px;height:28px;color:#27ae60;flex-shrink:0}.call-section{padding:0 1.5rem;margin-top:0}.call-section.fixed-bottom{position:fixed;bottom:0;left:0;right:0;background:#110c1f;padding:1rem 1.5rem;box-shadow:0 -4px 16px #00000080;z-index:50;max-width:500px;margin:0 auto}.call-section.fixed-bottom .call-button{padding:1rem 2rem}.dispatch-label{font-size:1rem;font-weight:700;color:#fff;text-align:center;margin-bottom:.5rem;letter-spacing:.5px}.call-button{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1.25rem 2rem;font-size:1.25rem;font-weight:700;color:#000;background:linear-gradient(135deg,gold,#fc0);border:none;border-radius:8px;text-decoration:none;text-align:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #ffd7004d}.call-button:hover{background:linear-gradient(135deg,#ffe44d,gold);transform:translateY(-2px);box-shadow:0 6px 20px #ffd70066}.phone-icon{width:24px;height:24px}.call-button:active{transform:translateY(0)}.legal-links{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:.75rem;font-size:.75rem}.legal-link{color:#8888a0;text-decoration:none;transition:color .2s ease}.legal-link:hover{color:#fff;text-decoration:underline}.legal-separator{color:#8888a0}@media(min-width:768px){.main{max-width:600px}.desktop-nav{display:flex}.menu-button{display:none}.business-name{font-size:1rem}.top-bar-content{padding:1rem 1.5rem}}@media(min-width:1024px){.main{max-width:700px}.quote-form,.quote-result,.call-section{padding-left:3rem;padding-right:3rem}.desktop-nav{gap:2.5rem}.business-name{font-size:1.125rem}}@media(min-width:1200px){.desktop-nav{gap:3rem}.nav-link{font-size:1rem}}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.quote-result{animation:slideIn .4s ease-out}.pac-container{border-radius:8px;margin-top:4px;box-shadow:0 4px 16px #00000080;border:1px solid #3a3a4e;font-family:inherit;background:#2a2a3e}.pac-item{padding:12px 16px;font-size:.95rem;border:none;cursor:pointer;color:#fff;background:#2a2a3e}.pac-item:hover{background-color:#3a3a4e}.pac-icon{margin-top:2px}.footer{position:fixed;bottom:0;left:0;width:100%;padding:10px;text-align:left;font-size:12px;color:#888}.version{padding-left:10px}
