:root{--navy: #0c1828;--navy-2: #13243c;--navy-3: #1b3252;--gold: #f2b705;--gold-dark: #d99e00;--white: #ffffff;--gray-bg: #f4f6f9;--line: #e3e8ef;--line-dark: rgba(255, 255, 255, .12);--text: #1d2a3a;--muted: #5d6c7e;--muted-light: #aebacb;--whatsapp: #1fb355;--radius: 18px;--radius-sm: 12px;--shadow: 0 10px 30px rgba(12, 24, 40, .1);--shadow-lg: 0 24px 60px rgba(12, 24, 40, .22);--font-display: "Outfit", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}img,svg{display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:var(--font-display);line-height:1.15;color:var(--navy)}.container{width:min(1140px,100% - 2.5rem);margin-inline:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-display);font-weight:600;font-size:.95rem;padding:.75rem 1.5rem;border-radius:999px;border:2px solid transparent;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease}.btn:hover{transform:translateY(-2px)}.btn:focus-visible{outline:3px solid var(--gold);outline-offset:2px}.btn-gold{background:var(--gold);color:var(--navy)}.btn-gold:hover{background:var(--gold-dark);box-shadow:0 10px 24px #f2b70559}.btn-whatsapp{background:var(--whatsapp);color:var(--white)}.btn-whatsapp:hover{background:#189447;box-shadow:0 10px 24px #1fb35559}.btn-outline{background:transparent;color:var(--navy);border-color:var(--navy)}.btn-outline:hover{background:var(--navy);color:var(--gold)}.btn-lg{padding:.95rem 1.9rem;font-size:1.05rem}.btn-block{width:100%}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-weight:600;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:.9rem}.dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.dot-gold{background:var(--gold)}.dot-navy{background:var(--navy);box-shadow:0 0 0 2px var(--gold) inset}.section{padding:5.5rem 0}.section-gray{background:var(--gray-bg)}.section-dark{background:linear-gradient(160deg,var(--navy) 0%,var(--navy-2) 100%)}.section-heading{max-width:620px;margin-bottom:3rem}.section-heading h2{font-size:clamp(1.8rem,3.4vw,2.6rem);font-weight:700}.section-sub{margin-top:.9rem;color:var(--muted);font-size:1.05rem}.section-heading-light h2{color:var(--white)}.section-heading-light .section-sub,.section-heading-light .eyebrow{color:var(--muted-light)}.grid{display:grid;gap:1.5rem}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:1.8rem;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#f2b7058c}.header{position:sticky;top:0;z-index:50;background:#0c1828eb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid transparent;transition:border-color .3s ease,background .3s ease,box-shadow .3s ease}.header-scrolled{background:#0c1828fa;border-bottom-color:#ffffff12;box-shadow:0 4px 24px #00000040}.header-inner{display:flex;align-items:center;gap:2rem;height:68px}.logo{display:inline-flex;align-items:center;gap:.65rem;flex-shrink:0}.logo-mark{width:42px;height:42px;border-radius:12px;background:var(--white);object-fit:contain;padding:3px;box-shadow:0 0 0 2px #f2b70599}.logo-text{font-family:var(--font-display);font-weight:700;font-size:1rem;color:var(--white);line-height:1.2}.logo-text em{font-style:normal;color:var(--gold)}.nav{display:flex;align-items:center;gap:.2rem;margin-left:auto}.nav-link{font-family:var(--font-display);font-weight:500;font-size:.9rem;color:#ffffffa6;padding:.45rem .8rem;border-radius:8px;transition:color .18s ease,background .18s ease}.nav-link:hover{color:var(--white);background:#ffffff12}.header-right{display:flex;align-items:center;gap:.9rem;flex-shrink:0}.lang-select{background:transparent;color:#ffffff8c;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:.38rem .6rem;font-family:var(--font-display);font-weight:600;font-size:.82rem;cursor:pointer;transition:color .18s ease,border-color .18s ease}.lang-select:hover{color:var(--white);border-color:#ffffff40}.lang-select option{color:var(--navy)}.header-book{font-size:.88rem;padding:.55rem 1.2rem;border-radius:8px;font-weight:700}.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.4rem;flex-shrink:0}.menu-toggle span{display:block;width:22px;height:2px;background:var(--white);border-radius:2px;transition:transform .2s ease,opacity .2s ease}.menu-toggle-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle-open span:nth-child(2){opacity:0}.menu-toggle-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 900px){.nav{position:fixed;top:68px;left:0;right:0;flex-direction:column;align-items:stretch;gap:.25rem;background:#0c1828fa;border-bottom:1px solid rgba(255,255,255,.08);padding:1rem 1.25rem 1.5rem;display:none;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.nav-open{display:flex}.nav-link{font-size:1rem;padding:.75rem .8rem}.menu-toggle{display:flex}.header-right .lang-select{display:none}}.hero{position:relative;background:linear-gradient(160deg,#0a1220fc,#0c1828f5 60%,#12243cfa),url(/hero.jpg) center / cover no-repeat;color:var(--white);padding:3.5rem 0 4rem;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero-glow-1{position:absolute;top:-200px;right:-100px;width:700px;height:700px;background:radial-gradient(circle,rgba(242,183,5,.1) 0%,transparent 65%)}.hero-glow-2{position:absolute;bottom:-150px;left:-150px;width:500px;height:500px;background:radial-gradient(circle,rgba(242,183,5,.06) 0%,transparent 65%)}.hero-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:0}.hero-trust-bar{display:inline-flex;align-items:center;gap:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:.5rem 1.3rem;font-size:.82rem;font-weight:500;color:var(--muted-light);margin-bottom:2.2rem;flex-wrap:wrap;justify-content:center}.green-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 6px #22c55ecc;margin-right:.4rem;animation:blink 2s ease-in-out infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.4}}.htb-sep{width:1px;height:14px;background:#ffffff26;flex-shrink:0}.hero-title{font-size:clamp(2.4rem,5.5vw,4rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:var(--white);margin-bottom:1.2rem}.hero-title-accent{color:var(--gold)}.hero-sub{font-size:1.08rem;line-height:1.75;color:var(--muted-light);max-width:540px;margin-bottom:2.8rem}.hero-cta-group{display:flex;gap:1rem;width:min(640px,100%);margin-bottom:2rem}.btn-cta-primary,.btn-cta-secondary{flex:1;display:flex;align-items:center;gap:.9rem;padding:1.1rem 1.4rem;border-radius:var(--radius-sm);border:none;cursor:pointer;text-align:left;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.btn-cta-primary{background:var(--gold);color:var(--navy)}.btn-cta-primary:hover{background:var(--gold-dark);transform:translateY(-3px);box-shadow:0 16px 40px #f2b70559}.btn-cta-secondary{background:#ffffff12;color:var(--white);border:1.5px solid rgba(255,255,255,.15)}.btn-cta-secondary:hover{background:#ffffff1f;border-color:#ffffff4d;transform:translateY(-3px);box-shadow:0 16px 40px #00000040}.cta-icon{font-size:1.6rem;flex-shrink:0}.cta-text{display:flex;flex-direction:column;gap:.15rem;flex:1}.cta-main{font-family:var(--font-display);font-weight:700;font-size:1.05rem;line-height:1}.cta-sub{font-size:.78rem;font-weight:500;opacity:.7}.cta-arrow{font-size:1.1rem;font-weight:700;opacity:.6;flex-shrink:0}.hero-or{display:flex;align-items:center;gap:1rem;width:min(640px,100%);margin-bottom:1.5rem}.or-line{flex:1;height:1px;background:#ffffff1a}.or-text{font-size:.8rem;color:var(--muted-light);white-space:nowrap;font-weight:500}.hero-direct{display:flex;gap:.9rem;width:min(640px,100%);margin-bottom:2.2rem}.direct-btn{flex:1;display:flex;align-items:center;gap:.8rem;padding:.9rem 1.2rem;border-radius:var(--radius-sm);border:1px solid rgba(255,255,255,.12);background:#ffffff0a;text-decoration:none;transition:background .18s ease,border-color .18s ease,transform .18s ease}.direct-btn:hover{transform:translateY(-2px)}.direct-phone{color:var(--white)}.direct-phone:hover{background:#ffffff17;border-color:#ffffff40}.direct-whatsapp{color:#4ade80;border-color:#4ade8033;background:#4ade800d}.direct-whatsapp:hover{background:#4ade801a;border-color:#4ade8066}.direct-btn div{display:flex;flex-direction:column;gap:.1rem;text-align:left}.direct-label{font-size:.75rem;font-weight:500;opacity:.65}.direct-value{font-family:var(--font-display);font-weight:700;font-size:.97rem;line-height:1}.hero-reassurance{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1.8rem;font-size:.82rem;color:var(--muted-light);font-weight:500;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.07);width:100%;max-width:640px}@media (max-width: 600px){.hero{padding:3rem 0}.hero-cta-group,.hero-direct{flex-direction:column}.hero-trust-bar{font-size:.76rem;gap:.6rem}.htb-sep{display:none}}.booking-form{display:flex;flex-direction:column;gap:1rem}.field{display:flex;flex-direction:column;gap:.4rem}.field-label{display:inline-flex;align-items:center;gap:.45rem;font-family:var(--font-display);font-weight:600;font-size:.85rem;color:var(--navy)}.field input,.field select,.field textarea{font-family:var(--font-body);font-size:.95rem;color:var(--text);background:var(--gray-bg);border:1.5px solid var(--line);border-radius:var(--radius-sm);padding:.75rem .95rem;width:100%;transition:border-color .18s ease,box-shadow .18s ease}.field textarea{resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px #f2b70540}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.route-line{display:block;width:2px;height:18px;margin-left:13px;margin-block:-.4rem;background-image:linear-gradient(var(--muted) 50%,transparent 50%);background-size:2px 6px}.form-note{font-size:.82rem;color:var(--muted);text-align:center}.form-success strong{font-family:var(--font-display);font-size:1.15rem;color:var(--navy)}.form-success p{margin:.7rem 0 1.2rem;color:var(--muted);font-size:.95rem}.success-ctas{display:flex;flex-wrap:wrap;gap:.7rem}.service-card h3{font-size:1.18rem;margin:.9rem 0 .5rem}.service-card p{color:var(--muted);font-size:.95rem}.service-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:14px;background:var(--gray-bg);font-size:1.5rem}.card-featured{background:var(--navy);border-color:var(--navy)}.card-featured h3{color:var(--white)}.card-featured p{color:var(--muted-light)}.card-featured .service-icon{background:#f2b70529}.fare-inner{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}.fare-points{list-style:none;display:flex;flex-direction:column;gap:.7rem;margin-top:-.8rem}.fare-points li{position:relative;padding-left:1.6rem;color:var(--muted-light)}.fare-points li:before{content:"✓";position:absolute;left:0;color:var(--gold);font-weight:700}.fare-card{box-shadow:var(--shadow-lg)}.fare-card:hover{transform:none}.fleet-card{display:flex;flex-direction:column}.fleet-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.fleet-icon{font-size:2rem}.fleet-tag{font-family:var(--font-display);font-weight:600;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--navy);background:#f2b70540;border-radius:999px;padding:.25rem .7rem}.fleet-card h3{font-size:1.15rem;margin-bottom:.5rem}.fleet-meta{font-size:.88rem;color:var(--muted)}.fleet-perks{list-style:none;margin:1rem 0 1.4rem;display:flex;flex-direction:column;gap:.45rem;flex-grow:1}.fleet-perks li{position:relative;padding-left:1.3rem;font-size:.9rem;color:var(--text)}.fleet-perks li:before{content:"•";position:absolute;left:.2rem;color:var(--gold);font-weight:700}.reason-card{display:flex;gap:1rem;align-items:flex-start}.reason-icon{font-size:1.6rem;line-height:1;margin-top:.2rem}.reason-card h3{font-size:1.08rem;margin-bottom:.35rem}.reason-card p{color:var(--muted);font-size:.93rem}.testimonial-card .stars{color:var(--gold);letter-spacing:.15em;margin-bottom:.9rem}.testimonial-card blockquote{font-size:.98rem;color:var(--text)}.testimonial-card figcaption{display:flex;flex-direction:column;margin-top:1.2rem;padding-top:1rem;border-top:1px solid var(--line)}.testimonial-card figcaption strong{font-family:var(--font-display);color:var(--navy)}.testimonial-card figcaption span{font-size:.85rem;color:var(--muted)}.route-card{display:flex;flex-direction:column;gap:1.2rem}.route-points{display:flex;flex-direction:column;gap:.35rem}.route-point{display:inline-flex;align-items:center;gap:.55rem;font-family:var(--font-display);font-weight:600;color:var(--navy)}.route-dash{width:2px;height:14px;margin-left:3.5px;background-image:linear-gradient(var(--muted) 50%,transparent 50%);background-size:2px 6px}.route-foot{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.route-time{font-size:.88rem;color:var(--muted)}.route-link{font-family:var(--font-display);font-weight:600;font-size:.9rem;color:var(--gold-dark);transition:transform .18s ease}.route-card:hover .route-link{transform:translate(4px)}.contact-inner{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:start}.contact-list{list-style:none;display:flex;flex-direction:column;gap:1.1rem}.contact-list li{display:flex;flex-direction:column;gap:.15rem;color:var(--white)}.contact-list a{display:inline-flex;align-items:center;gap:.45rem;font-family:var(--font-display);font-weight:600;font-size:1.05rem;color:var(--gold);transition:color .18s ease}.contact-list a:hover{color:var(--white)}.contact-label{font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-light)}.contact-card{box-shadow:var(--shadow-lg)}.contact-card:hover{transform:none}.btn-navy{background:var(--navy);color:var(--gold);border:2px solid var(--navy)}.btn-navy:hover{background:var(--navy-2);box-shadow:0 10px 24px #0c18284d}.footer-cta-band{background:var(--gold);padding:2.8rem 0}.footer-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.footer-cta-title{font-size:1.8rem;font-weight:800;color:var(--navy);margin-bottom:.3rem}.footer-cta-sub{color:#0c182899;font-size:.95rem;font-weight:500}.footer-cta-btns{display:flex;gap:.9rem;flex-wrap:wrap}.footer-main{background:var(--navy);padding:3.5rem 0 2.5rem}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2.5rem}.footer-brand .logo-footer{display:inline-flex;align-items:center;gap:.65rem;margin-bottom:1rem}.footer-brand p{font-size:.87rem;color:var(--muted-light);line-height:1.7;margin-bottom:1.5rem}.footer-socials{display:flex;flex-direction:column;gap:.55rem}.footer-social-btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-weight:600;font-size:.85rem;color:var(--muted-light);transition:color .18s ease}.footer-social-btn:hover{color:var(--gold)}.footer-wa{color:#4ade80!important}.footer-wa:hover{color:#86efac!important}.footer-col{display:flex;flex-direction:column;gap:.55rem}.footer-col h4{font-family:var(--font-display);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--white);margin-bottom:.5rem;padding-bottom:.6rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer-col a,.footer-col span{font-size:.87rem;color:var(--muted-light);transition:color .18s ease}.footer-col a:hover{color:var(--gold)}.footer-bottom-bar{background:#0000004d;border-top:1px solid rgba(255,255,255,.05);padding:1.1rem 0}.footer-bottom-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:.79rem;color:#ffffff47;font-weight:500}.footer-legal-links{display:flex;align-items:center;gap:.6rem}.footer-legal-btn{background:none;border:none;color:#fff6;font-size:.79rem;font-family:var(--font-body);font-weight:500;cursor:pointer;padding:0;transition:color .18s ease}.footer-legal-btn:hover{color:var(--gold)}.footer-legal-sep{color:#fff3}.legal-page{background:var(--gray-bg);min-height:100vh;padding:3rem 0 5rem}.legal-container{max-width:720px}.legal-content h1{font-size:2.2rem;font-weight:800;color:var(--navy);margin:2rem 0 .5rem}.legal-date{font-size:.85rem;color:var(--muted);margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--line)}.legal-content section{margin-bottom:2rem}.legal-content h2{font-size:1.15rem;font-weight:700;color:var(--navy);margin-bottom:.7rem}.legal-content p{font-size:.95rem;color:var(--muted);line-height:1.8}@media (max-width: 900px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1 / -1}.footer-cta-inner{flex-direction:column;align-items:flex-start}}@media (max-width: 560px){.footer-grid{grid-template-columns:1fr}.footer-bottom-inner{flex-direction:column;align-items:flex-start;gap:.4rem}}@media (max-width: 980px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}.hero-inner,.fare-inner,.contact-inner{grid-template-columns:1fr;gap:2.5rem}.footer-grid{grid-template-columns:repeat(2,1fr)}.header-phone{display:none}}@media (max-width: 720px){.section{padding:4rem 0}.grid-3,.grid-4{grid-template-columns:1fr}.menu-toggle{display:flex}.nav{position:absolute;top:72px;left:0;right:0;flex-direction:column;align-items:stretch;gap:.4rem;background:var(--navy);border-bottom:1px solid var(--line-dark);padding:1.2rem 1.25rem 1.5rem;display:none}.nav-open{display:flex}.nav-link{padding:.6rem .2rem;font-size:1.05rem}.lang-select{align-self:flex-start;margin:.4rem 0}.nav-cta{margin-top:.4rem}.field-row{grid-template-columns:1fr}.hero{padding:3.5rem 0 4.5rem}.booking-bar{flex-direction:column;border-radius:var(--radius);padding:.8rem}.bar-field{border-radius:var(--radius-sm)}.bar-btn{width:100%}.service-tabs{border-radius:var(--radius)}.footer-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}.book-page{min-height:100vh;background:var(--gray-bg);padding:3rem 0 5rem}.book-container{max-width:680px}.back-btn{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-display);font-weight:600;font-size:.9rem;color:var(--muted);background:none;border:none;cursor:pointer;padding:0;margin-bottom:2rem;transition:color .18s ease}.back-btn:hover{color:var(--navy)}.book-header{text-align:center;margin-bottom:2.5rem}.book-icon{font-size:2.8rem;display:block;margin-bottom:.8rem}.book-header h1{font-size:2.2rem;font-weight:800;color:var(--navy)}.book-header p{color:var(--muted);margin-top:.5rem;font-size:1.05rem}.steps{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:2.5rem}.step{display:flex;align-items:center;gap:.55rem;font-family:var(--font-display);font-weight:600;font-size:.9rem;color:var(--muted)}.step:not(:last-child):after{content:"";display:block;width:40px;height:2px;background:var(--line);margin:0 .8rem}.step-num{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;border:2px solid var(--line);font-size:.85rem;background:var(--white);flex-shrink:0}.step-active{color:var(--navy)}.step-active .step-num{background:var(--gold);border-color:var(--gold);color:var(--navy)}.step-done{color:var(--navy)}.step-done .step-num{background:var(--navy);border-color:var(--navy);color:var(--white)}.book-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:2.5rem;box-shadow:var(--shadow)}.book-step h2{font-size:1.4rem;margin-bottom:1.8rem;color:var(--navy)}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}.field-full{grid-column:1 / -1}.btn-next{margin-top:2rem;padding:.85rem 2rem;font-size:1rem}.btn-next:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.size-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.size-card{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;background:var(--gray-bg);border:2px solid var(--line);border-radius:var(--radius-sm);padding:1.2rem;cursor:pointer;text-align:left;transition:border-color .18s ease,background .18s ease,transform .18s ease}.size-card:hover{border-color:var(--gold);transform:translateY(-2px)}.size-card-active{border-color:var(--gold);background:#f2b70514}.size-icon{font-size:1.8rem}.size-name{font-family:var(--font-display);font-weight:700;font-size:.95rem;color:var(--navy)}.size-desc{font-size:.82rem;color:var(--muted)}.summary{border:1px solid var(--line);border-radius:var(--radius-sm);overflow:hidden;margin:1.5rem 0}.summary-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.85rem 1.2rem;border-bottom:1px solid var(--line);font-size:.95rem}.summary-row:last-child{border-bottom:none}.summary-label{color:var(--muted);font-weight:500;white-space:nowrap}.summary-value{color:var(--navy);font-weight:600;text-align:right}.book-note{font-size:.88rem;color:var(--muted);margin-bottom:1.5rem;text-align:center}.confirm-btns{display:flex;flex-wrap:wrap;gap:.9rem}.book-confirmed{text-align:center}.confirmed-icon{display:grid;place-items:center;width:64px;height:64px;border-radius:50%;background:var(--gold);color:var(--navy);font-size:1.8rem;font-weight:800;margin:0 auto 1.2rem}.book-confirmed h2{font-size:1.6rem;color:var(--navy);margin-bottom:.5rem}.book-confirmed p{color:var(--muted);margin-bottom:1.5rem}.book-confirmed .confirm-btns{justify-content:center;margin-top:1.5rem}.service-btn{margin-top:1.2rem;width:100%}@media (max-width: 600px){.field-grid{grid-template-columns:1fr}.size-grid{grid-template-columns:1fr 1fr}.book-card{padding:1.5rem}.steps{gap:0}.step-label{display:none}.step:not(:last-child):after{width:24px;margin:0 .4rem}}.section-services{background:var(--gray-bg)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.svc-card{background:var(--white);padding:2rem 1.8rem;display:flex;flex-direction:column;gap:.8rem;transition:background .2s ease;cursor:default}.svc-card:hover{background:#fafbff}.svc-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.4rem}.svc-num{font-family:var(--font-display);font-size:.75rem;font-weight:800;color:var(--gold);letter-spacing:.05em}.svc-tag{font-family:var(--font-display);font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);background:var(--gray-bg);border-radius:999px;padding:.2rem .65rem}.svc-icon-wrap{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:var(--gray-bg);color:var(--navy);border:1px solid var(--line)}.svc-card:hover .svc-icon-wrap{background:var(--navy);color:var(--gold);border-color:var(--navy)}.svc-card h3{font-size:1.1rem;font-weight:700;color:var(--navy);line-height:1.2}.svc-card p{font-size:.9rem;color:var(--muted);line-height:1.65;flex:1}.svc-btn{display:inline-flex;align-items:center;justify-content:space-between;gap:.5rem;font-family:var(--font-display);font-weight:700;font-size:.85rem;color:var(--navy);background:none;border:none;padding:0;cursor:pointer;margin-top:.6rem;border-top:1px solid var(--line);padding-top:1rem;width:100%;transition:color .18s ease}.svc-btn:hover{color:var(--gold-dark)}.svc-arrow{font-size:1rem;transition:transform .18s ease}.svc-btn:hover .svc-arrow{transform:translate(4px)}@media (max-width: 900px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.services-grid{grid-template-columns:1fr}}.hiw-section{background:var(--white)}.hiw-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;position:relative;margin-bottom:4rem}.hiw-step{display:flex;flex-direction:column;align-items:flex-start;gap:.9rem;position:relative}.hiw-step-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px;background:var(--navy);color:var(--gold);flex-shrink:0}.hiw-connector{position:absolute;top:26px;left:calc(100% - 1rem);width:calc(100% - 2rem);height:1px;background:linear-gradient(90deg,var(--line) 50%,transparent 100%);background-image:repeating-linear-gradient(90deg,var(--gold) 0,var(--gold) 6px,transparent 6px,transparent 14px);opacity:.3;pointer-events:none}.hiw-step-num{font-family:var(--font-display);font-size:.72rem;font-weight:800;letter-spacing:.1em;color:var(--gold)}.hiw-step h3{font-size:1.15rem;font-weight:700;color:var(--navy);margin:0}.hiw-step p{font-size:.92rem;color:var(--muted);line-height:1.65}.hiw-stats{display:grid;grid-template-columns:repeat(4,1fr);background:var(--navy);border-radius:var(--radius);overflow:hidden}.hiw-stat{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;padding:2.2rem 1rem;border-right:1px solid rgba(255,255,255,.08);text-align:center;transition:background .2s ease}.hiw-stat:last-child{border-right:none}.hiw-stat:hover{background:#ffffff0a}.hiw-stat-num{font-family:var(--font-display);font-size:2.2rem;font-weight:800;color:var(--gold);letter-spacing:-.02em;line-height:1}.hiw-stat-label{font-size:.82rem;font-weight:500;color:var(--muted-light)}@media (max-width: 768px){.hiw-steps{grid-template-columns:1fr;gap:2.5rem}.hiw-connector{display:none}.hiw-stats{grid-template-columns:repeat(2,1fr)}.hiw-stat:nth-child(2){border-right:none}.hiw-stat:nth-child(3){border-right:1px solid rgba(255,255,255,.08)}.hiw-stat:nth-child(3),.hiw-stat:nth-child(4){border-top:1px solid rgba(255,255,255,.08)}}.fleet-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}.fleet-card-new{background:var(--white);border:1.5px solid var(--line);border-radius:var(--radius);padding:1.8rem;display:flex;flex-direction:column;gap:1rem;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.fleet-card-new:hover{transform:translateY(-4px);box-shadow:0 20px 50px #0c18281a;border-color:var(--gold)}.fcn-head{display:flex;align-items:center;justify-content:space-between}.fcn-icon{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:12px;background:var(--gray-bg);color:var(--navy);border:1px solid var(--line);transition:background .2s ease,color .2s ease}.fleet-card-new:hover .fcn-icon{background:var(--navy);color:var(--gold);border-color:var(--navy)}.fcn-tag{font-family:var(--font-display);font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);background:var(--gray-bg);border-radius:999px;padding:.2rem .65rem}.fleet-card-new h3{font-size:1.1rem;font-weight:700;color:var(--navy);margin:0}.fcn-desc{font-size:.88rem;color:var(--muted);line-height:1.6}.fcn-meta{display:flex;flex-direction:column;gap:.4rem;padding:.9rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.fcn-meta-item{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--muted);font-weight:500}.fcn-meta-item svg{color:var(--navy);flex-shrink:0}.fcn-perks{list-style:none;display:flex;flex-direction:column;gap:.45rem;flex:1}.fcn-perks li{font-size:.85rem;color:var(--text);display:flex;align-items:center;gap:.45rem}.fcn-check{color:var(--gold);font-weight:800;font-size:.8rem;flex-shrink:0}.fcn-btn{display:flex;align-items:center;justify-content:space-between;width:100%;font-family:var(--font-display);font-weight:700;font-size:.88rem;color:var(--navy);background:none;border:none;border-top:1px solid var(--line);padding:1rem 0 0;cursor:pointer;transition:color .18s ease}.fcn-btn:hover{color:var(--gold-dark)}.fcn-btn span{transition:transform .18s ease}.fcn-btn:hover span{transform:translate(4px)}@media (max-width: 1024px){.fleet-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.fleet-grid{grid-template-columns:1fr}}.wcu-section{background:var(--navy)}.wcu-section .section-heading h2,.wcu-section .eyebrow{color:var(--white)}.wcu-section .section-sub{color:var(--muted-light)}.wcu-inner{display:grid;grid-template-columns:380px 1fr;gap:5rem;align-items:start}.wcu-left{position:sticky;top:100px}.wcu-numbers{display:flex;flex-direction:column;gap:0;margin-top:2.5rem;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-sm);overflow:hidden}.wcu-number{display:flex;flex-direction:column;gap:.3rem;padding:1.3rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.08);transition:background .2s ease}.wcu-number:last-child{border-bottom:none}.wcu-number:hover{background:#ffffff0a}.wcu-num{font-family:var(--font-display);font-size:2rem;font-weight:800;color:var(--gold);line-height:1;letter-spacing:-.02em}.wcu-num-label{font-size:.82rem;color:var(--muted-light);font-weight:500}.wcu-right{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#ffffff14;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);overflow:hidden}.wcu-card{display:flex;gap:1rem;align-items:flex-start;padding:1.8rem;background:#ffffff05;transition:background .2s ease}.wcu-card:hover{background:#ffffff0f}.wcu-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:#f2b7051f;color:var(--gold);flex-shrink:0}.wcu-card h3{font-size:.98rem;font-weight:700;color:var(--white);margin-bottom:.4rem}.wcu-card p{font-size:.87rem;color:var(--muted-light);line-height:1.65}@media (max-width: 1024px){.wcu-inner{grid-template-columns:1fr;gap:3rem}.wcu-left{position:static}.wcu-numbers{flex-direction:row}.wcu-number{border-bottom:none;border-right:1px solid rgba(255,255,255,.08);flex:1}.wcu-number:last-child{border-right:none}}@media (max-width: 640px){.wcu-right{grid-template-columns:1fr}.wcu-numbers{flex-direction:column}.wcu-number{border-right:none;border-bottom:1px solid rgba(255,255,255,.08)}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#08101cbf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;display:flex;align-items:center;justify-content:center;padding:1.5rem;animation:fade-in .18s ease}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.modal{background:var(--white);border-radius:var(--radius);padding:2.5rem;width:min(460px,100%);position:relative;animation:slide-up .22s ease;box-shadow:0 40px 80px #00000059}@keyframes slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:1.2rem;right:1.2rem;background:var(--gray-bg);border:none;width:32px;height:32px;border-radius:50%;font-size:.8rem;color:var(--muted);cursor:pointer;display:grid;place-items:center;transition:background .18s ease,color .18s ease}.modal-close:hover{background:var(--navy);color:var(--white)}.modal-eyebrow{font-family:var(--font-display);font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:.5rem}.modal-title{font-size:1.7rem;font-weight:800;color:var(--navy);margin-bottom:1.8rem}.modal-options{display:flex;flex-direction:column;gap:.8rem}.modal-option{display:flex;align-items:center;gap:1.1rem;padding:1.2rem 1.3rem;background:var(--gray-bg);border:1.5px solid var(--line);border-radius:var(--radius-sm);cursor:pointer;text-align:left;transition:border-color .18s ease,background .18s ease,transform .18s ease;width:100%}.modal-option:hover{border-color:var(--gold);background:#f2b7050a;transform:translateY(-2px);box-shadow:0 8px 24px #0c18281a}.modal-option-icon{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:12px;background:var(--navy);color:var(--gold);flex-shrink:0}.modal-option-body{display:flex;flex-direction:column;gap:.2rem;flex:1}.modal-option-name{font-family:var(--font-display);font-weight:700;font-size:1.05rem;color:var(--navy)}.modal-option-desc{font-size:.83rem;color:var(--muted)}.modal-option-arrow{font-size:1.1rem;color:var(--muted);transition:transform .18s ease,color .18s ease}.modal-option:hover .modal-option-arrow{transform:translate(4px);color:var(--gold-dark)}.footer-country-intro{font-size:.82rem;color:#ffffff59;line-height:1.5;margin-bottom:.4rem;display:block}.address-input-wrap{position:relative;display:flex;align-items:center}.address-input-wrap svg{position:absolute;left:.9rem;color:var(--muted);pointer-events:none;flex-shrink:0}.address-input-wrap input{padding-left:2.4rem!important}.pac-container{z-index:9999;border-radius:var(--radius-sm);border:1px solid var(--line);box-shadow:var(--shadow-lg);font-family:var(--font-body);margin-top:4px}.pac-item{padding:.6rem 1rem;font-size:.9rem;cursor:pointer}.pac-item:hover,.pac-item-selected{background:var(--gray-bg)}.pac-icon{display:none}.pac-item-query{font-weight:600;color:var(--navy)}.book-header{display:flex;align-items:center;gap:1.2rem;margin-bottom:2rem}.book-header-icon{font-size:2.5rem;line-height:1}.book-header h1{font-size:1.9rem;font-weight:800;color:var(--navy);margin-bottom:.2rem}.book-header p{color:var(--muted);font-size:.95rem}.vehicle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;margin-bottom:.5rem}.vehicle-card{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:1.1rem .8rem;background:var(--gray-bg);border:2px solid var(--line);border-radius:var(--radius-sm);cursor:pointer;text-align:center;transition:border-color .18s ease,background .18s ease,transform .18s ease}.vehicle-card:hover{border-color:var(--gold);transform:translateY(-2px)}.vehicle-card-active{border-color:var(--gold);background:#f2b7050f}.vehicle-icon{font-size:1.8rem}.vehicle-name{font-family:var(--font-display);font-weight:700;font-size:.9rem;color:var(--navy)}.vehicle-sub{font-size:.78rem;color:var(--muted)}.toggle-field{flex-direction:row!important;align-items:center;gap:.7rem;cursor:pointer;font-weight:500;color:var(--navy)}.toggle-field input[type=checkbox]{width:18px;height:18px;accent-color:var(--gold);cursor:pointer;flex-shrink:0}.field-optional{font-weight:400;color:var(--muted);font-size:.8rem}@media (max-width: 600px){.vehicle-grid{grid-template-columns:1fr}.book-header{flex-direction:column;align-items:flex-start}}.dp-wrap{position:relative;display:flex;flex-direction:column;gap:.4rem}.dp-trigger{display:flex;align-items:center;gap:.7rem;width:100%;background:var(--gray-bg);border:1.5px solid var(--line);border-radius:var(--radius-sm);padding:.75rem .95rem;font-family:var(--font-body);font-size:.95rem;color:var(--text);cursor:pointer;text-align:left;transition:border-color .18s ease,box-shadow .18s ease}.dp-trigger:hover,.dp-trigger-open{border-color:var(--gold);box-shadow:0 0 0 3px #f2b7052e}.dp-trigger-empty{color:var(--muted)}.dp-trigger svg:first-child{color:var(--muted);flex-shrink:0}.dp-trigger span{flex:1}.dp-trigger svg:last-child{color:var(--muted);flex-shrink:0}.dp-dropdown{position:absolute;top:calc(100% + 6px);left:0;z-index:200;background:var(--white);border:1.5px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:1rem;width:300px;animation:slide-up .15s ease}.dp-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.9rem}.dp-month-label{font-family:var(--font-display);font-weight:700;font-size:.95rem;color:var(--navy)}.dp-nav{display:grid;place-items:center;width:30px;height:30px;border-radius:8px;border:none;background:var(--gray-bg);color:var(--navy);cursor:pointer;transition:background .15s ease}.dp-nav:hover{background:var(--line)}.dp-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.dp-day-names{margin-bottom:.4rem}.dp-day-names span{font-family:var(--font-display);font-size:.72rem;font-weight:700;color:var(--muted);text-align:center;padding:.2rem 0}.dp-day{aspect-ratio:1;display:grid;place-items:center;font-size:.85rem;font-family:var(--font-body);font-weight:500;color:var(--text);border:none;border-radius:8px;background:transparent;cursor:pointer;transition:background .15s ease,color .15s ease}.dp-day:hover:not(.dp-day-disabled):not(.dp-day-empty){background:var(--gray-bg)}.dp-day-empty{pointer-events:none}.dp-day-today{font-weight:700;color:var(--gold-dark)}.dp-day-selected{background:var(--navy)!important;color:var(--gold)!important;font-weight:700}.dp-day-disabled{color:var(--muted-light);cursor:not-allowed;opacity:.4}.dp-footer{display:flex;justify-content:space-between;margin-top:.8rem;padding-top:.8rem;border-top:1px solid var(--line)}.dp-today-btn,.dp-clear-btn{font-family:var(--font-display);font-weight:600;font-size:.82rem;border:none;background:none;cursor:pointer;padding:.3rem .6rem;border-radius:6px;transition:background .15s ease}.dp-today-btn{color:var(--navy)}.dp-today-btn:hover{background:var(--gray-bg)}.dp-clear-btn{color:var(--muted)}.dp-clear-btn:hover{background:var(--gray-bg)}.tp-wrap{position:relative;display:flex;flex-direction:column;gap:.4rem}.tp-dropdown{position:absolute;top:calc(100% + 6px);left:0;z-index:200;background:var(--white);border:1.5px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-lg);width:220px;animation:slide-up .15s ease;overflow:hidden}.tp-header{display:grid;grid-template-columns:1fr 1fr;background:var(--navy);padding:.65rem 1rem;gap:.5rem}.tp-header span{font-family:var(--font-display);font-weight:700;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-light);text-align:center}.tp-columns{display:grid;grid-template-columns:1fr 4px 1fr;height:200px}.tp-col{overflow-y:auto;padding:.4rem 0;scrollbar-width:thin;scrollbar-color:var(--line) transparent}.tp-col::-webkit-scrollbar{width:3px}.tp-col::-webkit-scrollbar-thumb{background:var(--line);border-radius:2px}.tp-divider{background:var(--line)}.tp-item{display:block;width:100%;padding:.55rem 0;font-family:var(--font-display);font-weight:600;font-size:.95rem;color:var(--text);background:none;border:none;cursor:pointer;text-align:center;transition:background .12s ease,color .12s ease;border-radius:6px;margin:1px 4px;width:calc(100% - 8px)}.tp-item:hover{background:var(--gray-bg)}.tp-item-active{background:var(--navy)!important;color:var(--gold)!important}.tp-footer{display:flex;align-items:center;justify-content:space-between;padding:.6rem .8rem;border-top:1px solid var(--line);background:var(--gray-bg)}.tp-selected{font-family:var(--font-display);font-weight:600;font-size:.8rem;color:var(--navy)}.counter-wrap{display:flex;flex-direction:column;gap:.4rem}.counter{display:flex;align-items:center;justify-content:space-between;background:var(--gray-bg);border:1.5px solid var(--line);border-radius:var(--radius-sm);padding:.5rem .7rem;gap:.5rem;transition:border-color .18s ease}.counter:focus-within{border-color:var(--gold);box-shadow:0 0 0 3px #f2b7052e}.counter-btn{display:grid;place-items:center;width:32px;height:32px;border-radius:8px;border:1.5px solid var(--line);background:var(--white);color:var(--navy);cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease;flex-shrink:0}.counter-btn:hover:not(:disabled){background:var(--navy);border-color:var(--navy);color:var(--gold)}.counter-btn:disabled{opacity:.3;cursor:not-allowed}.counter-val{font-family:var(--font-display);font-weight:700;font-size:1.05rem;color:var(--navy);flex:1;text-align:center;-webkit-user-select:none;user-select:none}.counter-suffix{font-size:.82rem;font-weight:500;color:var(--muted)}.fare-summary{background:var(--navy);border-radius:var(--radius);overflow:hidden;margin-bottom:1.8rem}.fare-summary-head{display:flex;justify-content:space-between;align-items:center;padding:1.4rem 1.6rem;background:#ffffff0a;border-bottom:1px solid rgba(255,255,255,.08)}.fare-summary-head span:first-child{font-family:var(--font-display);font-weight:700;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted-light)}.fare-total{font-size:2.2rem;font-weight:800;color:var(--gold);letter-spacing:-.02em;line-height:1}.fare-breakdown{display:flex;flex-direction:column;padding:1rem 1.6rem;gap:0}.fare-row{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:var(--muted-light);padding:.6rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.fare-row:last-child{border-bottom:none}.fare-row-highlight{color:var(--gold);font-weight:600}.fare-note{font-size:.8rem;color:#ffffff73;padding:.9rem 1.6rem;background:#ffffff05;border-top:1px solid rgba(255,255,255,.06);line-height:1.5}.fare-error{color:#ef4444;font-size:.88rem;margin-top:.5rem;padding:.7rem 1rem;background:#ef444414;border-radius:var(--radius-sm);border:1px solid rgba(239,68,68,.2)}.payment-title{font-size:1.15rem;font-weight:700;color:var(--navy);margin-bottom:1rem}.payment-options{display:flex;flex-direction:column;gap:.8rem}.payment-option{display:flex;align-items:center;gap:1rem;padding:1.2rem 1.3rem;background:var(--gray-bg);border:1.5px solid var(--line);border-radius:var(--radius-sm);cursor:pointer;text-align:left;transition:border-color .18s ease,background .18s ease,transform .18s ease;width:100%}.payment-option:hover{border-color:var(--gold);background:#f2b7050a;transform:translateY(-2px);box-shadow:0 8px 24px #0c182814}.po-icon{width:44px;height:44px;border-radius:12px;background:var(--navy);color:var(--gold);display:grid;place-items:center;flex-shrink:0}.po-body{display:flex;flex-direction:column;gap:.2rem;flex:1}.po-name{font-family:var(--font-display);font-weight:700;font-size:1rem;color:var(--navy)}.po-desc{font-size:.82rem;color:var(--muted)}.po-arrow{font-size:1.1rem;color:var(--muted);transition:transform .18s ease}.payment-option:hover .po-arrow{transform:translate(4px);color:var(--gold-dark)}.payment-arrival{text-align:center;padding:1rem 0}.arrival-check{width:56px;height:56px;border-radius:50%;background:var(--navy);color:var(--gold);font-size:1.5rem;font-weight:800;display:grid;place-items:center;margin:0 auto 1rem}.payment-arrival h3{font-size:1.3rem;color:var(--navy);margin-bottom:.5rem}.payment-arrival p{color:var(--muted);font-size:.92rem;margin-bottom:1.5rem}.payment-stripe{background:var(--white);border:1.5px solid var(--line);border-radius:var(--radius);padding:1.6rem}.payment-stripe h3{font-size:1.1rem;font-weight:700;color:var(--navy);margin-bottom:1.4rem;padding-bottom:1rem;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:.5rem}.payment-stripe h3:before{content:"🔒";font-size:.95rem}.stripe-loading{display:flex;align-items:center;gap:.7rem;color:var(--muted);font-size:.92rem;padding:1rem 0}.stripe-error{background:#ef44440f;border:1px solid rgba(239,68,68,.2);border-radius:var(--radius-sm);padding:1rem;font-size:.9rem;color:#b91c1c}.stripe-error-msg{color:#b91c1c;font-size:.88rem;margin-top:.8rem}.stripe-form{display:flex;flex-direction:column;gap:1.2rem;margin-top:.5rem}.stripe-actions{display:flex;flex-direction:column;gap:.7rem;align-items:center}.stripe-secure{display:flex;align-items:center;justify-content:center;gap:.4rem;font-size:.78rem;color:var(--muted);text-align:center}.back-link{background:none;border:none;color:var(--muted);font-size:.85rem;font-family:var(--font-display);font-weight:600;cursor:pointer;padding:0;transition:color .18s ease}.back-link:hover{color:var(--navy)}.stop-field-inner{display:flex;align-items:flex-end;gap:.6rem}.stop-field-inner>.field{flex:1}.stop-remove{width:42px;height:46px;border-radius:var(--radius-sm);border:1.5px solid var(--line);background:var(--white);color:var(--muted);cursor:pointer;font-size:.9rem;flex-shrink:0;transition:background .18s ease,color .18s ease,border-color .18s ease}.stop-remove:hover{background:#fef2f2;color:#ef4444;border-color:#fecaca}.add-stop-row{margin-top:-.6rem;margin-bottom:-.4rem}.add-stop-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .85rem;background:var(--gray-bg);border:1px solid var(--line);border-radius:999px;color:var(--gold-dark);font-family:var(--font-display);font-weight:600;font-size:.82rem;cursor:pointer;transition:color .18s ease,border-color .18s ease,background .18s ease}.add-stop-btn:hover{color:var(--navy);border-color:var(--gold);background:#f2b7050f}.van-notice{font-size:.85rem;color:var(--gold-dark);background:#f2b7051a;border:1px solid rgba(242,183,5,.3);border-radius:var(--radius-sm);padding:.6rem .9rem;margin-bottom:.9rem}.vehicle-card-disabled{opacity:.4;cursor:not-allowed}.vehicle-card-disabled:hover{transform:none;border-color:var(--line)}.header-drive-link{background:none;border:none;color:#ffffffb3;font-family:var(--font-display);font-weight:600;font-size:.88rem;cursor:pointer;padding:.5rem .6rem;transition:color .18s ease;white-space:nowrap}.header-drive-link:hover{color:var(--gold)}.file-field input[type=file]{font-family:var(--font-body);font-size:.88rem;color:var(--muted);padding:.7rem;background:var(--gray-bg);border:1.5px dashed var(--line);border-radius:var(--radius-sm);cursor:pointer;width:100%}.file-field input[type=file]::file-selector-button{font-family:var(--font-display);font-weight:600;font-size:.82rem;background:var(--navy);color:var(--white);border:none;border-radius:8px;padding:.4rem .9rem;margin-right:.8rem;cursor:pointer}.file-name{font-size:.82rem;color:#16a34a;font-weight:600;margin-top:.4rem}@media (max-width: 900px){.header-drive-link{display:none}}
