
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap');
:root{--navy:#061a2d;--navy2:#0a243c;--navy3:#102f4d;--amber:#f5a400;--amber2:#ffb51b;--amber-deep:#cc8200;--cream:#f6f3ec;--ink:#17212a;--muted:#5d6872;--line:#d9dee3;--white:#fff;--shadow:0 16px 42px rgba(6,26,45,.13);--shadow2:0 26px 60px rgba(6,26,45,.19);--ease:cubic-bezier(.2,.7,.2,1);--max:1220px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'DM Sans',Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.65;opacity:1;transition:opacity .24s ease}body.page-leave{opacity:0}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:min(calc(100% - 40px),var(--max));margin:auto}.topbar{background:#020d16;color:#d6dde3;font-size:.79rem;border-bottom:1px solid rgba(255,255,255,.08)}.topbar .container{height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar a:hover{color:var(--amber)}
.site-header{position:sticky;top:0;z-index:900;background:rgba(6,26,45,.98);border-bottom:1px solid rgba(255,255,255,.08);transition:box-shadow .3s var(--ease),background .3s var(--ease)}.site-header.scrolled{box-shadow:0 10px 30px rgba(0,0,0,.22);background:#061a2d}.nav{min-height:86px;display:grid;grid-template-columns:92px 1fr auto;align-items:center;gap:28px}.brand{display:flex;align-items:center}.brand img{width:78px;height:72px;object-fit:contain}.nav-links{display:flex;justify-content:center;align-items:center;gap:25px}.nav-links a{color:#fff;font-size:.83rem;font-weight:700;position:relative;padding:31px 0 28px;letter-spacing:.02em}.nav-links a:after{content:"";position:absolute;height:2px;left:50%;right:50%;bottom:19px;background:var(--amber);transition:.28s var(--ease)}.nav-links a:hover:after,.nav-links a.active:after{left:0;right:0}.nav-links a:hover,.nav-links a.active{color:var(--amber)}.nav-actions{display:flex;align-items:center;gap:15px}.header-phone{color:#fff;font-weight:700;font-size:.9rem;line-height:1.15;text-align:right}.header-phone small{display:block;color:#aebcc8;font-size:.68rem;font-weight:500;margin-top:3px}.menu-toggle{display:none;width:44px;height:44px;background:transparent;border:1px solid rgba(255,255,255,.2);padding:9px}.menu-toggle span{display:block;height:2px;background:#fff;margin:5px 0}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:0 21px;border:1px solid transparent;font-weight:800;font-size:.84rem;letter-spacing:.01em;transition:transform .28s var(--ease),box-shadow .28s var(--ease),background .28s var(--ease),border-color .28s var(--ease)}.btn:hover{transform:translateY(-2px);box-shadow:0 13px 26px rgba(6,26,45,.18)}.btn-amber{background:var(--amber);color:#161616;border-color:var(--amber)}.btn-amber:hover{background:var(--amber2);border-color:var(--amber2)}.btn-dark{background:var(--navy);color:#fff}.btn-dark:hover{background:var(--navy3)}.btn-outline{border-color:rgba(255,255,255,.55);color:#fff;background:rgba(6,26,45,.14)}.btn-outline:hover{background:#fff;color:var(--navy)}.btn-light{background:#fff;color:var(--navy);border-color:#fff}.text-link{font-weight:800;color:var(--navy);display:inline-flex;align-items:center;gap:7px}.text-link:after{content:'→';color:var(--amber);transition:transform .25s}.text-link:hover:after{transform:translateX(5px)}
.hero{position:relative;min-height:650px;display:grid;align-items:center;overflow:hidden;background:#061a2d}.hero-bg,.page-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-bg{object-position:center 47%;transform:scale(1.015);animation:heroZoom 12s ease-out both}@keyframes heroZoom{from{transform:scale(1.06)}to{transform:scale(1.015)}}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,13,23,.94) 0%,rgba(5,24,40,.81) 42%,rgba(5,24,40,.26) 73%,rgba(5,24,40,.16) 100%)}.hero .container{position:relative;z-index:2}.hero-copy{width:min(690px,100%);padding:98px 0 115px;color:#fff}.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--amber);font-weight:800;text-transform:uppercase;letter-spacing:.17em;font-size:.69rem}.eyebrow:before{content:"";width:30px;height:2px;background:var(--amber)}h1,h2,h3,h4,p{margin-top:0}.display{font-family:'Playfair Display',Georgia,serif;font-size:clamp(3.4rem,7vw,6.4rem);line-height:.98;letter-spacing:-.04em;margin:17px 0 24px}.display em{color:var(--amber);font-style:normal}.hero-copy>p{font-size:1.08rem;max-width:610px;color:#d7e0e6}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.hero-points{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.18);margin-top:34px}.hero-points div{padding:16px 14px;background:rgba(3,17,29,.52);backdrop-filter:blur(8px)}.hero-points strong{display:block;font-size:.83rem;color:#fff}.hero-points span{font-size:.72rem;color:#b8c5cf}
.section{padding:88px 0}.section.surface{background:var(--cream)}.section.dark{background:var(--navy);color:#fff}.section.dark .section-copy{color:#b9c4cc}.section-title{font-family:'Playfair Display',Georgia,serif;font-size:clamp(2.2rem,4vw,4.25rem);line-height:1.08;letter-spacing:-.035em;color:var(--navy);margin:12px 0 18px}.dark .section-title{color:#fff}.section-copy{max-width:790px;color:var(--muted);font-size:1rem}.text-center{text-align:center}.text-center .section-copy{margin-left:auto;margin-right:auto}.split{display:grid;grid-template-columns:1fr 1fr;gap:62px;align-items:center}.split.reverse .visual{order:2}.visual{position:relative;min-height:470px;overflow:hidden;background:#ddd;box-shadow:var(--shadow)}.visual img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;transition:transform .8s var(--ease),filter .5s}.visual:hover img{transform:scale(1.035)}.visual:after{content:"";position:absolute;inset:auto 0 0 0;height:5px;background:var(--amber)}.kicker{font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.15em;color:var(--amber)}.check-list{list-style:none;padding:0;margin:23px 0 29px;display:grid;gap:11px}.check-list li{position:relative;padding-left:28px;color:#3b4852}.check-list li:before{content:'✓';position:absolute;left:0;top:0;color:var(--amber);font-weight:900}.dark .check-list li{color:#d0d9df}
.icon-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);margin-top:36px}.service-box{background:#fff;padding:32px;min-height:260px;transition:transform .32s var(--ease),box-shadow .32s var(--ease),background .32s}.service-box:hover{position:relative;z-index:2;transform:translateY(-6px);box-shadow:var(--shadow2)}.service-box i{font-size:1.55rem;color:var(--amber);margin-bottom:19px}.service-box h3{font-size:1.14rem;color:var(--navy);margin-bottom:10px}.service-box p{color:var(--muted);font-size:.91rem}.service-box .text-link{margin-top:7px}
.proof-bar{background:var(--navy);color:#fff;border-top:4px solid var(--amber)}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr)}.proof-item{padding:24px 25px;border-right:1px solid rgba(255,255,255,.1)}.proof-item:last-child{border-right:0}.proof-item i{color:var(--amber);margin-right:8px}.proof-item strong{display:block;font-size:.9rem}.proof-item span{font-size:.76rem;color:#aebbc5}
.fleet-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:38px}.fleet-card{background:#fff;border:1px solid var(--line);box-shadow:0 10px 28px rgba(6,26,45,.07);display:grid;grid-template-columns:1.15fr .85fr;min-height:300px;overflow:hidden;transition:transform .35s var(--ease),box-shadow .35s}.fleet-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.fleet-image{overflow:hidden;min-height:300px}.fleet-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}.fleet-card:hover img{transform:scale(1.035)}.fleet-body{padding:30px;display:flex;flex-direction:column;justify-content:center}.fleet-tag{display:inline-block;color:var(--amber-deep);font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.14em}.fleet-body h3{font-family:'Playfair Display',Georgia,serif;font-size:1.75rem;color:var(--navy);margin:7px 0 10px}.fleet-body p{color:var(--muted);font-size:.89rem}.fleet-specs{display:flex;gap:15px;flex-wrap:wrap;margin-top:14px;font-size:.76rem;font-weight:700;color:#43515b}.fleet-specs i{color:var(--amber);margin-right:5px}
.destinations{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;border:1px solid var(--line);background:var(--line);margin-top:32px}.destination{background:#fff;padding:26px;transition:background .25s,color .25s,transform .25s}.destination:hover{background:var(--navy);color:#fff;position:relative;z-index:2;transform:translateY(-4px)}.destination i{color:var(--amber);font-size:1.25rem}.destination strong{display:block;margin-top:12px;color:var(--navy)}.destination:hover strong{color:#fff}.destination span{font-size:.8rem;color:var(--muted)}.destination:hover span{color:#c5d0d8}
.media-row{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:12px;margin-top:35px}.media{height:320px;overflow:hidden;position:relative}.media img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease)}.media:hover img{transform:scale(1.04)}.media:after{content:"";position:absolute;inset:0;border-bottom:4px solid var(--amber);pointer-events:none}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px}.review-card{background:#fff;border:1px solid var(--line);padding:30px;box-shadow:0 10px 28px rgba(6,26,45,.06);transition:transform .3s var(--ease),box-shadow .3s}.review-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.stars{color:var(--amber);letter-spacing:.1em}.review-card blockquote{margin:13px 0 18px;color:#43505a;font-size:.91rem}.review-card footer{font-size:.76rem;color:var(--muted)}.review-note{font-size:.78rem;color:var(--muted);margin-top:16px}
.quote-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:45px;align-items:start}.quote-aside{background:var(--navy);color:#fff;padding:36px;position:sticky;top:112px}.quote-aside h3{font-family:'Playfair Display';font-size:2rem;margin-bottom:13px}.quote-aside p{color:#c2ccd3}.contact-list{display:grid;gap:15px;margin-top:28px}.contact-list a,.contact-list div{display:flex;gap:12px;align-items:flex-start;font-size:.88rem}.contact-list i{color:var(--amber);width:18px;margin-top:4px}.quote-form{border:1px solid var(--line);background:#fff;padding:36px;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:.76rem;font-weight:800;color:#34414c}.field input,.field select,.field textarea{width:100%;border:1px solid #cfd6dc;background:#fff;padding:13px 14px;outline:0;transition:border-color .2s,box-shadow .2s}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--amber);box-shadow:0 0 0 3px rgba(245,164,0,.12)}.field textarea{min-height:130px;resize:vertical}.form-status{margin-top:12px;font-size:.82rem}.form-status.success{color:#177441}.form-status.error{color:#a32424}.form-note{font-size:.75rem;color:var(--muted);margin-top:12px}
.page-hero{position:relative;min-height:440px;display:flex;align-items:flex-end;background:var(--navy);overflow:hidden}.page-hero-bg{object-position:center}.page-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,13,23,.94),rgba(6,26,45,.67) 58%,rgba(6,26,45,.2))}.page-hero .container{position:relative;z-index:2;color:#fff;padding-top:95px;padding-bottom:72px}.page-hero h1{font-family:'Playfair Display';font-size:clamp(3rem,6vw,5.5rem);line-height:1;margin:12px 0 18px;max-width:820px}.page-hero p{max-width:700px;color:#d2dde5;font-size:1.03rem}.breadcrumbs{font-size:.75rem;color:#c0cbd3}.breadcrumbs a{color:var(--amber)}
.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px;margin-top:35px}.content-card{border-top:4px solid var(--amber);background:#fff;padding:30px;border-left:1px solid var(--line);border-right:1px solid var(--line);border-bottom:1px solid var(--line);box-shadow:0 9px 24px rgba(6,26,45,.05)}.content-card h3{font-size:1.15rem;color:var(--navy)}.content-card p{color:var(--muted);font-size:.9rem}.content-card i{font-size:1.45rem;color:var(--amber);margin-bottom:15px}.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);margin-top:32px}.step{background:#fff;padding:28px}.step b{display:block;color:var(--amber);font-size:.72rem;letter-spacing:.13em}.step strong{display:block;color:var(--navy);margin:7px 0}.step p{font-size:.84rem;color:var(--muted);margin:0}.faq{display:grid;gap:1px;background:var(--line);border:1px solid var(--line);margin-top:30px}.faq details{background:#fff;padding:20px 22px}.faq summary{font-weight:800;color:var(--navy);cursor:pointer}.faq p{margin:12px 0 0;color:var(--muted);font-size:.9rem}.cta{background:var(--amber);padding:44px 0}.cta .container{display:grid;grid-template-columns:1.2fr auto;gap:30px;align-items:center}.cta h2{font-family:'Playfair Display';font-size:clamp(2rem,4vw,3.2rem);line-height:1.06;margin:0;color:#111}.cta p{margin:8px 0 0;color:#5e4100}.cta-actions{display:flex;gap:10px;flex-wrap:wrap}.cta .btn-outline{border-color:#111;color:#111}.cta .btn-outline:hover{background:#111;color:#fff}
.footer{background:#03131f;color:#fff;padding:60px 0 22px}.footer-grid{display:grid;grid-template-columns:1.3fr .8fr .9fr 1fr;gap:42px}.footer-logo{width:220px;max-height:110px;object-fit:contain;object-position:left center;margin-bottom:15px}.footer p,.footer a{font-size:.84rem;color:#aebac3}.footer a:hover{color:var(--amber)}.footer h4{font-size:.69rem;color:var(--amber);text-transform:uppercase;letter-spacing:.15em;margin-bottom:14px}.footer-links{display:grid;gap:7px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.1);padding-top:18px;margin-top:36px;color:#7f909c;font-size:.73rem}
.whatsapp-launcher{position:fixed;right:22px;bottom:22px;z-index:1200;border:0;background:#25d366;color:#0c2918;min-height:54px;padding:0 19px;font-weight:900;box-shadow:0 13px 30px rgba(0,0,0,.25);display:flex;align-items:center;gap:10px;transition:transform .25s var(--ease),box-shadow .25s}.whatsapp-launcher:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(0,0,0,.3)}.whatsapp-launcher i{font-size:1.35rem}.whatsapp-panel{position:fixed;right:22px;bottom:88px;z-index:1201;width:min(380px,calc(100vw - 28px));background:#fff;border:1px solid #cfd8d3;box-shadow:0 22px 60px rgba(0,0,0,.28);opacity:0;pointer-events:none;transform:translateY(12px);transition:.28s var(--ease)}.whatsapp-panel.open{opacity:1;pointer-events:auto;transform:none}.wa-head{background:#0b6b3a;color:#fff;padding:17px 18px;display:flex;justify-content:space-between;align-items:center}.wa-head strong{font-size:.95rem}.wa-close{border:0;background:transparent;color:#fff;font-size:1.2rem}.wa-body{padding:18px}.wa-label{font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em;color:#68756d;margin-bottom:8px}.wa-number-list{display:grid;gap:8px;margin-bottom:15px}.wa-number{border:1px solid #d6ddd9;background:#fff;padding:11px 12px;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:10px;transition:.2s}.wa-number:hover,.wa-number.active{border-color:#25d366;background:#f0fff6}.wa-number strong{font-size:.83rem}.wa-number span{font-size:.72rem;color:#6d7a72}.wa-message{width:100%;min-height:100px;border:1px solid #d6ddd9;padding:11px;resize:vertical;outline:0}.wa-message:focus{border-color:#25d366;box-shadow:0 0 0 3px rgba(37,211,102,.12)}.wa-send{width:100%;border:0;background:#25d366;color:#10351f;font-weight:900;min-height:46px;margin-top:11px}.wa-help{font-size:.7rem;color:#758078;margin-top:9px}.back-top{position:fixed;right:22px;bottom:88px;z-index:800;width:44px;height:44px;border:1px solid #d5dce1;background:#fff;color:var(--navy);opacity:0;pointer-events:none;transition:.25s}.back-top.visible{opacity:1;pointer-events:auto}.reveal{opacity:0;transform:translateY(24px);transition:opacity .75s var(--ease),transform .75s var(--ease)}.reveal.left{transform:translateX(-28px)}.reveal.right{transform:translateX(28px)}.reveal.show{opacity:1;transform:none}.d1{transition-delay:.07s}.d2{transition-delay:.14s}.d3{transition-delay:.21s}.mobile-bar{display:none}
@media(max-width:1030px){.nav{grid-template-columns:78px 1fr auto}.nav-links{position:fixed;top:124px;left:0;right:0;background:#061a2d;display:grid;gap:0;padding:14px 22px 28px;transform:translateY(-140%);opacity:0;pointer-events:none;transition:.35s var(--ease)}.nav-links.open{transform:none;opacity:1;pointer-events:auto}.nav-links a{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08)}.nav-links a:after{display:none}.menu-toggle{display:block}.header-phone{display:none}.icon-grid{grid-template-columns:repeat(2,1fr)}.proof-grid{grid-template-columns:repeat(2,1fr)}.fleet-card{grid-template-columns:1fr}.destinations{grid-template-columns:repeat(2,1fr)}.timeline{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.review-grid{grid-template-columns:1fr 1fr}.quote-layout{grid-template-columns:1fr}.quote-aside{position:static}}
@media(max-width:760px){.container{width:min(calc(100% - 28px),var(--max))}.topbar{display:none}.site-header .nav{min-height:74px;grid-template-columns:1fr auto}.brand img{width:64px;height:62px}.nav-actions{display:none}.nav-links{top:74px}.hero{min-height:690px}.hero-copy{padding:86px 0 120px}.hero-overlay{background:linear-gradient(90deg,rgba(2,13,23,.96),rgba(6,26,45,.72))}.display{font-size:clamp(3.1rem,14vw,4.8rem)}.hero-points{grid-template-columns:1fr}.section{padding:68px 0}.split,.content-grid,.form-grid,.review-grid,.footer-grid,.cta .container,.media-row{grid-template-columns:1fr}.split.reverse .visual{order:0}.visual{min-height:350px}.icon-grid{grid-template-columns:1fr}.proof-grid{grid-template-columns:1fr 1fr}.fleet-grid{grid-template-columns:1fr}.destinations{grid-template-columns:1fr}.timeline{grid-template-columns:1fr}.page-hero{min-height:400px}.page-hero .container{padding-top:72px;padding-bottom:54px}.media{height:260px}.whatsapp-launcher{right:12px;bottom:76px}.whatsapp-panel{right:14px;bottom:140px}.back-top{display:none}.mobile-bar{position:fixed;left:10px;right:10px;bottom:10px;z-index:1100;background:#061a2d;display:grid;grid-template-columns:1fr 1fr;gap:1px;border:1px solid rgba(255,255,255,.12);box-shadow:0 14px 38px rgba(0,0,0,.28)}.mobile-bar a{min-height:50px;display:grid;place-items:center;font-size:.82rem;font-weight:900;color:#fff}.mobile-bar .call{background:var(--amber);color:#111}.footer{padding-bottom:86px}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}

/* Final homepage refinements */
.hero{min-height:560px}
.hero-copy.hero-visible{opacity:1;transform:none;padding:70px 0 76px}
.site-header .brand img{width:84px;height:78px;object-fit:contain}
.footer-logo{background:transparent}
.home-fleet-grid .fleet-card{display:flex;flex-direction:column;min-height:0}
.home-fleet-grid .fleet-image{min-height:0;aspect-ratio:4/3;background:#f4f5f5;border-bottom:1px solid var(--line)}
.home-fleet-grid .fleet-image img{width:100%;height:100%;object-fit:contain}
.home-fleet-grid .fleet-body{padding:28px 30px;justify-content:flex-start;flex:1}
.home-fleet-grid .fleet-body h3{min-height:56px}
.reviews-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:34px;align-items:end}
.reviews-google-btn{white-space:nowrap;margin-bottom:8px}
.review-carousel{position:relative;margin-top:34px;padding:0 58px}
.review-track{display:flex;gap:20px;overflow:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}
.review-track::-webkit-scrollbar{display:none}
.review-slide{flex:0 0 calc((100% - 40px)/3);scroll-snap-align:start;background:#fff;border:1px solid var(--line);padding:30px;box-shadow:0 12px 30px rgba(6,26,45,.07);min-height:245px;display:flex;flex-direction:column}
.review-slide blockquote{margin:14px 0 22px;color:#374650;font-size:.96rem;line-height:1.75;flex:1}
.review-slide footer{display:flex;justify-content:space-between;gap:14px;align-items:end;border-top:1px solid var(--line);padding-top:16px}
.review-slide footer strong{color:var(--navy);font-size:.82rem}
.review-slide footer span{font-size:.7rem;color:var(--muted);text-transform:uppercase;letter-spacing:.09em}
.review-control{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:54px;border:1px solid var(--line);background:#fff;color:var(--navy);z-index:2;box-shadow:0 7px 20px rgba(6,26,45,.08);transition:background .22s,color .22s,border-color .22s}
.review-control:hover{background:var(--amber);color:#111;border-color:var(--amber)}
.review-prev{left:0}.review-next{right:0}
.review-carousel-meta{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:18px;color:var(--muted);font-size:.75rem}
.review-dots{display:flex;gap:7px;align-items:center}
.review-dots button{width:22px;height:3px;padding:0;border:0;background:#c7ced3;transition:background .2s,width .2s}
.review-dots button.active{background:var(--amber);width:34px}

@media(max-width:1030px){
  .hero{min-height:540px}
  .hero-copy.hero-visible{padding:62px 0 68px}
  .review-slide{flex-basis:calc((100% - 20px)/2)}
  .reviews-heading{grid-template-columns:1fr}
  .reviews-google-btn{justify-self:start}
}
@media(max-width:760px){
  .site-header .brand img{width:68px;height:64px}
  .hero{min-height:620px}
  .hero-copy.hero-visible{padding:70px 0 90px}
  .home-fleet-grid .fleet-body h3{min-height:0}
  .review-carousel{padding:0 42px}
  .review-slide{flex-basis:100%;padding:24px}
  .review-control{width:34px;height:48px}
  .review-carousel-meta{align-items:flex-start;flex-direction:column}
}






/* V5 site-wide layout, symmetry and final content refinements */
.site-header .nav{grid-template-columns:250px 1fr auto;gap:24px}
.site-header .brand{min-width:0}
.site-header .brand img{width:235px!important;height:72px!important;object-fit:contain;object-position:left center}
.footer-logo{width:260px;max-height:95px;background:transparent!important;object-fit:contain;object-position:left center}
.hero{min-height:500px}
.hero-copy.hero-visible{padding:62px 0 68px}
.hero-copy .display{font-size:clamp(3rem,6vw,5.55rem);max-width:780px}
.hero-copy>p{max-width:720px}
.proof-item{min-height:108px;display:flex;flex-direction:column;justify-content:center}
.balanced-split{align-items:stretch}
.balanced-split>*{min-width:0;height:100%}
.copy-panel{display:flex;flex-direction:column;justify-content:center;padding:8px 0}
.visual-stack{display:flex;flex-direction:column;min-height:100%;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}
.visual-stack .visual{flex:1;min-height:410px;box-shadow:none}
.visual-stack .media-caption{min-height:92px;padding:20px 22px;background:var(--navy);color:#dbe4ea;display:flex;gap:13px;align-items:center;font-size:.82rem;line-height:1.55;border-top:4px solid var(--amber)}
.visual-stack .media-caption i{color:var(--amber);font-size:1.1rem}
.balanced-split.reverse .visual-stack{order:2}
.section-copy strong,.faq strong,.content-card strong{color:var(--navy)}
.section.dark .section-copy strong{color:#fff}
.section-copy a,.faq a,.content-card a{font-weight:700;text-decoration:underline;text-decoration-color:rgba(245,164,0,.65);text-underline-offset:3px}
.unified-fleet{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}
.unified-fleet .fleet-card{display:flex!important;flex-direction:column!important;min-height:100%;grid-template-columns:none!important}
.unified-fleet .fleet-image{aspect-ratio:16/10;min-height:0!important;background:#f2f3f3;border-bottom:1px solid var(--line)}
.unified-fleet .fleet-image img{width:100%;height:100%;object-fit:contain;padding:0}
.unified-fleet .fleet-body{padding:30px;display:flex;flex:1;flex-direction:column;justify-content:flex-start}
.unified-fleet .fleet-body h3{font-size:1.9rem;margin-bottom:9px}
.unified-fleet .fleet-body p{font-size:.93rem;flex:1}
.fleet-cta{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:22px;padding-top:20px;border-top:1px solid var(--line)}
.fleet-cta .btn{min-height:44px;padding:0 17px}
.icon-grid,.content-grid,.destinations,.timeline{align-items:stretch}
.service-box,.content-card,.destination,.step{height:100%}
.service-box{display:flex;flex-direction:column}
.service-box p{flex:1}
.area-grid .content-card{min-height:220px}
.faq-section .faq{margin-top:34px}
.faq details{padding:0;background:#fff}
.faq summary{padding:22px 24px;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px}
.faq summary::-webkit-details-marker{display:none}
.faq summary:after{content:'+';font-size:1.35rem;color:var(--amber);font-weight:700;transition:transform .2s}
.faq details[open] summary:after{transform:rotate(45deg)}
.faq details p{padding:0 24px 24px;margin:0;max-width:960px;line-height:1.8}
.faq details[open]{box-shadow:inset 4px 0 0 var(--amber)}
.equal-contact{align-items:stretch}
.equal-contact .quote-aside{position:static;height:100%;display:flex;flex-direction:column}
.equal-contact .quote-form{height:100%}
.aside-note{margin-top:auto;border-top:1px solid rgba(255,255,255,.13);padding-top:22px;display:grid;gap:6px;color:#c7d2d9;font-size:.82rem}
.aside-note strong{color:var(--amber)}
.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
.reviews-heading .section-copy{max-width:800px}
.review-slide{border-radius:0!important}
.btn,.service-box,.fleet-card,.content-card,.quote-form,.quote-aside,.whatsapp-panel,.wa-number,.wa-message,.destination,.step,.faq,.faq details,.visual-stack,.visual{border-radius:0!important}
@media(max-width:1120px){.site-header .nav{grid-template-columns:210px 1fr auto}.site-header .brand img{width:200px!important}.nav-links{gap:17px}.nav-links a{font-size:.77rem}}
@media(max-width:1030px){.site-header .nav{grid-template-columns:210px 1fr auto}.site-header .brand img{width:200px!important}.nav-links{top:124px}.balanced-split{gap:40px}.unified-fleet{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.site-header .nav{grid-template-columns:1fr auto}.site-header .brand img{width:205px!important;height:60px!important}.hero{min-height:610px}.proof-item{min-height:118px;padding:18px 16px}.balanced-split,.balanced-split.reverse{grid-template-columns:1fr}.balanced-split.reverse .visual-stack{order:0}.visual-stack .visual{min-height:330px}.unified-fleet{grid-template-columns:1fr}.fleet-cta{align-items:stretch}.fleet-cta .btn{width:100%}.footer-logo{width:235px}.faq summary{padding:19px 18px}.faq details p{padding:0 18px 20px}}


/* V6: final responsive and image-ratio refinements */
html,body{max-width:100%;overflow-x:hidden}
.hero-copy .display{font-size:clamp(2.75rem,4.7vw,4.65rem);line-height:1.02;max-width:760px;letter-spacing:-.035em}
.hero-title-line{display:block;white-space:nowrap}

/* Vehicle photography must remain fully visible at its original aspect ratio. */
.fleet-image{min-height:0!important;aspect-ratio:auto!important;background:transparent!important;overflow:hidden}
.fleet-image img,.home-fleet-grid .fleet-image img,.unified-fleet .fleet-image img{display:block;width:100%;height:auto!important;max-width:none;object-fit:initial!important;padding:0!important;position:static!important;transform:none!important}
.fleet-card:hover .fleet-image img{transform:none!important}
.vehicle-natural{width:100%!important;height:auto!important;object-fit:initial!important;position:static!important;inset:auto!important;transform:none!important}
.visual img.vehicle-natural{position:static!important;width:100%!important;height:auto!important;object-fit:initial!important}
.visual:has(img.vehicle-natural){min-height:0!important;background:transparent;display:flex;align-items:center}

/* Keep grid/card content fluid and free from horizontal overflow. */
.fleet-card,.service-box,.content-card,.destination,.step,.copy-panel,.visual-stack,.quote-form,.quote-aside{min-width:0}
.fleet-body h3,.service-box h3,.section-title,.page-hero h1,.display{overflow-wrap:break-word}
input,select,textarea{width:100%;max-width:100%}

/* Tablet refinements. */
@media(max-width:1180px){
 .site-header .nav{grid-template-columns:200px minmax(0,1fr) auto;gap:16px}
 .site-header .brand img{width:190px!important;height:auto!important;max-height:66px}
 .nav-links{gap:14px}.nav-links a{font-size:.75rem}
 .hero-copy .display{font-size:clamp(2.65rem,5vw,4.3rem);max-width:700px}
 .split{gap:42px}
}

@media(max-width:1030px){
 .site-header .nav{grid-template-columns:200px 1fr auto}
 .menu-toggle{display:block}
 .nav-links{top:124px;max-height:calc(100dvh - 124px);overflow-y:auto}
 .hero-title-line{white-space:normal}
 .hero-copy .display{font-size:clamp(2.7rem,6vw,4rem);max-width:650px}
}

/* Mobile navigation remains usable: keep hamburger visible while hiding desktop actions. */
@media(max-width:760px){
 .container{width:min(calc(100% - 28px),var(--max))}
 .site-header .nav{min-height:72px;grid-template-columns:minmax(0,1fr) auto;gap:12px}
 .site-header .brand img{width:min(205px,68vw)!important;height:auto!important;max-height:56px}
 .nav-actions{display:flex!important;align-items:center;gap:8px}
 .nav-actions>.btn,.nav-actions>.header-phone{display:none!important}
 .menu-toggle{display:block!important;flex:0 0 44px}
 .nav-links{top:72px;padding:10px 20px 24px;max-height:calc(100dvh - 72px);overflow-y:auto}
 .nav-links a{padding:11px 0;font-size:.84rem}
 .hero{min-height:auto}
 .hero-copy.hero-visible{padding:54px 0 48px}
 .hero-copy .display{font-size:clamp(2.35rem,10.4vw,3.35rem);line-height:1.04;max-width:100%;margin:14px 0 18px}
 .hero-title-line{white-space:normal}
 .hero-copy>p{font-size:.98rem;line-height:1.65}
 .hero-actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:24px}
 .hero-actions .btn{width:100%}
 .hero-points{grid-template-columns:1fr;margin-top:24px}
 .proof-grid{grid-template-columns:1fr 1fr}
 .proof-item{min-height:100px;padding:15px 14px}
 .section{padding:58px 0}
 .section-title{font-size:clamp(2rem,9vw,2.85rem)}
 .page-hero{min-height:350px}
 .page-hero .container{padding-top:58px;padding-bottom:42px}
 .page-hero h1{font-size:clamp(2.35rem,10vw,3.5rem)}
 .balanced-split,.split,.content-grid,.form-grid,.footer-grid,.cta .container,.media-row,.quote-layout{grid-template-columns:1fr!important;gap:28px}
 .visual-stack .visual{min-height:280px}
 .visual-stack:has(.vehicle-natural) .visual{min-height:0}
 .unified-fleet,.fleet-grid{grid-template-columns:1fr!important;gap:20px}
 .fleet-body{padding:24px!important}
 .fleet-body h3{font-size:1.6rem!important}
 .fleet-cta{display:grid;grid-template-columns:1fr;gap:10px}
 .fleet-cta .btn{width:100%}
 .icon-grid,.destinations,.timeline{grid-template-columns:1fr!important}
 .review-carousel{padding:0 35px}
 .review-slide{flex-basis:100%;min-height:0;padding:22px}
 .review-control{width:30px;height:44px}
 .whatsapp-launcher{right:10px;bottom:72px;min-height:48px;padding:0 14px;font-size:.78rem;max-width:calc(100vw - 20px)}
 .whatsapp-panel{right:10px;left:10px;bottom:130px;width:auto;max-height:calc(100dvh - 155px);overflow-y:auto}
 .wa-body{padding:15px}.wa-message{min-height:88px}
 .mobile-bar{left:8px;right:8px;bottom:8px}
 .footer{padding-bottom:82px}
}

@media(max-width:480px){
 .container{width:calc(100% - 22px)}
 .site-header .brand img{width:min(180px,65vw)!important;max-height:50px}
 .hero-copy.hero-visible{padding:44px 0 40px}
 .hero-copy .display{font-size:clamp(2.05rem,10.5vw,2.75rem)}
 .eyebrow{font-size:.61rem;letter-spacing:.12em}
 .proof-grid{grid-template-columns:1fr}
 .proof-item{min-height:0;border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}
 .section{padding:50px 0}
 .section-title{font-size:clamp(1.85rem,9.5vw,2.45rem)}
 .page-hero{min-height:320px}
 .page-hero h1{font-size:clamp(2.05rem,10.5vw,2.8rem)}
 .btn{min-height:46px;padding:0 16px}
 .content-card,.service-box{padding:24px}
 .faq summary{padding:17px 15px;font-size:.92rem}.faq details p{padding:0 15px 18px;font-size:.86rem}
 .reviews-heading{gap:20px}.review-carousel{padding:0 30px}.review-slide{padding:18px}
 .whatsapp-launcher{font-size:.72rem;padding:0 12px;gap:7px}
 .whatsapp-launcher i{font-size:1.1rem}
 .mobile-bar a{font-size:.76rem}
}

@media(max-height:650px) and (orientation:landscape) and (max-width:950px){
 .hero-copy.hero-visible{padding:34px 0 38px}
 .hero-copy .display{font-size:2.55rem;margin:10px 0 14px}
 .hero-copy>p{font-size:.9rem}
 .hero-actions{margin-top:16px}
 .hero-points{margin-top:16px}
 .whatsapp-panel{max-height:70dvh;overflow-y:auto}
}

/* V9 editorial-section fixes */
.trust-card{display:flex;flex-direction:column;justify-content:center;min-height:100%;}
.trust-mini{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:22px;}
.trust-mini span{display:flex;align-items:center;gap:10px;min-height:58px;padding:12px;border:1px solid var(--line);font-weight:800;color:var(--navy);font-size:.88rem;background:#fafbfc;}
.trust-mini i{font-size:1rem!important;color:var(--amber)!important;margin:0!important;flex:0 0 auto;}
.visual-stack .visual img{display:block;}
@media(max-width:640px){.trust-mini{grid-template-columns:1fr;}}

/* V11 footer refinements */
.footer-contact{display:grid;gap:9px;margin-top:18px}
.footer-contact a{display:flex;align-items:center;gap:10px;color:#d7e0e6;font-weight:700}
.footer-contact i{width:18px;color:var(--amber);text-align:center}
.footer-grid>div{min-width:0}
.footer-links a{line-height:1.55}
.footer-bottom{align-items:center}
@media(max-width:760px){
 .footer-grid{gap:34px!important}
 .footer h4{margin-bottom:12px}
 .footer-contact{margin-top:15px}
}

/* V13 mobile navigation, floating controls and footer */
.site-header{position:sticky!important;top:0!important;z-index:1300!important}
.floating-control{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(12px)!important}
.floating-control.floating-visible{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important}
.whatsapp-launcher,.back-top,.mobile-bar{transition:opacity .28s var(--ease),transform .28s var(--ease),visibility .28s var(--ease),box-shadow .25s var(--ease)!important}

@media(max-width:1030px){
  .nav-links{
    position:fixed!important;
    top:var(--nav-drawer-top,86px)!important;
    left:0!important;
    right:auto!important;
    width:min(340px,88vw)!important;
    height:calc(100dvh - var(--nav-drawer-top,86px))!important;
    max-height:none!important;
    padding:18px 18px 30px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:4px!important;
    overflow-y:auto!important;
    background:#061a2d!important;
    border-right:1px solid rgba(255,255,255,.12)!important;
    box-shadow:18px 0 48px rgba(0,0,0,.28)!important;
    transform:translateX(-104%)!important;
    opacity:1!important;
    pointer-events:none!important;
    transition:transform .32s var(--ease)!important;
  }
  .nav-links.open{transform:translateX(0)!important;pointer-events:auto!important}
  .nav-links a{
    display:flex!important;
    align-items:center!important;
    min-height:48px!important;
    padding:0 14px!important;
    border:1px solid transparent!important;
    border-bottom:1px solid rgba(255,255,255,.09)!important;
    color:#f6f8fa!important;
    font-size:.91rem!important;
    font-weight:750!important;
    letter-spacing:.01em!important;
  }
  .nav-links a:hover,.nav-links a.active{
    color:#111!important;
    background:var(--amber)!important;
    border-color:var(--amber)!important;
  }
  body.menu-open{overflow:hidden}
  body.menu-open:after{
    content:"";position:fixed;inset:0;z-index:1190;background:rgba(1,9,16,.58);backdrop-filter:blur(2px)
  }
  .site-header{z-index:1300!important}
  .nav-links{z-index:1301!important}
  .menu-toggle{z-index:1302!important}
}

@media(max-width:760px){
  .site-header .nav{
    min-height:70px!important;
    grid-template-columns:48px minmax(0,1fr)!important;
    gap:10px!important;
  }
  .nav-actions{
    grid-column:1!important;
    grid-row:1!important;
    justify-content:flex-start!important;
    display:flex!important;
  }
  .brand{
    grid-column:2!important;
    grid-row:1!important;
    justify-content:flex-start!important;
    min-width:0!important;
  }
  .site-header .brand img{
    width:min(215px,68vw)!important;
    max-height:54px!important;
    object-position:left center!important;
  }
  .menu-toggle{
    width:44px!important;height:44px!important;padding:9px!important;
    border:1px solid rgba(255,255,255,.24)!important;
    background:rgba(255,255,255,.04)!important;
  }
  .nav-links{top:var(--nav-drawer-top,70px)!important;height:calc(100dvh - var(--nav-drawer-top,70px))!important}

  /* Bottom action dock appears only after the page hero has passed. */
  .mobile-bar{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    left:10px!important;right:10px!important;bottom:10px!important;
    border:0!important;
    gap:2px!important;
    background:#061a2d!important;
    box-shadow:0 14px 38px rgba(0,0,0,.3)!important;
    z-index:1110!important;
  }
  .mobile-bar a{
    min-height:54px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    padding:0 12px!important;
    font-size:.8rem!important;
    font-weight:900!important;
    line-height:1.1!important;
  }
  .mobile-bar .call{background:var(--amber)!important;color:#111!important}
  .mobile-bar a:not(.call){background:#fff!important;color:var(--navy)!important}

  /* Retracted WhatsApp control on mobile: icon-only on load/scroll. */
  .whatsapp-launcher{
    right:10px!important;
    bottom:76px!important;
    width:52px!important;
    min-width:52px!important;
    max-width:52px!important;
    height:52px!important;
    min-height:52px!important;
    padding:0!important;
    justify-content:center!important;
    overflow:hidden!important;
    white-space:nowrap!important;
    border-radius:0!important;
    z-index:1120!important;
  }
  .whatsapp-launcher .wa-launcher-text{display:none!important}
  .whatsapp-launcher i{margin:0!important;font-size:1.45rem!important}
  .whatsapp-panel{
    right:10px!important;left:10px!important;bottom:140px!important;
    width:auto!important;max-height:calc(100dvh - 160px)!important;
    z-index:1210!important;
  }

  /* More deliberate mobile footer hierarchy. */
  .footer{padding:48px 0 88px!important}
  .footer-grid{display:grid!important;grid-template-columns:1fr!important;gap:0!important}
  .footer-grid>div{padding:22px 0!important;border-bottom:1px solid rgba(255,255,255,.1)!important}
  .footer-grid>div:first-child{padding-top:0!important}
  .footer-logo{width:min(255px,82vw)!important;max-height:88px!important;margin-bottom:16px!important}
  .footer p{font-size:.9rem!important;line-height:1.65!important;max-width:42rem!important}
  .footer h4{font-size:.7rem!important;letter-spacing:.16em!important;margin:0 0 13px!important}
  .footer-links{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0 20px!important}
  .footer-links a{padding:9px 0!important;font-size:.84rem!important;line-height:1.35!important;border-bottom:1px solid rgba(255,255,255,.055)!important}
  .footer-contact{gap:6px!important}
  .footer-contact a{padding:7px 0!important;font-size:.88rem!important}
  .footer-bottom{display:grid!important;grid-template-columns:1fr!important;gap:7px!important;margin-top:22px!important;padding-top:18px!important;text-align:left!important;font-size:.72rem!important}
}

@media(max-width:480px){
  .site-header .brand img{width:min(195px,66vw)!important;max-height:50px!important}
  .footer-links{grid-template-columns:1fr!important}
  .footer-grid>div{padding:19px 0!important}
  .mobile-bar a{font-size:.76rem!important}
}


/* V15 design and booking upgrade */
:root{--soft-shadow:6px 6px 18px rgba(6,26,45,.16);--soft-shadow-hover:8px 10px 24px rgba(6,26,45,.20)}
body{font-family:'Manrope',Arial,sans-serif}
button,input,select,textarea{font-family:inherit}
.site-header{position:sticky;top:0;z-index:1000}
.nav-links a{font-size:.88rem;white-space:nowrap}
.btn{box-shadow:var(--soft-shadow);border-radius:0!important}
.btn:hover{box-shadow:var(--soft-shadow-hover);transform:translate(-1px,-2px)}
.btn:active{transform:translate(1px,1px);box-shadow:3px 3px 12px rgba(6,26,45,.14)}
.hero,.page-hero{min-height:calc(100svh - 124px)}
.hero-copy.hero-visible{padding:48px 0 42px;width:min(860px,100%)}
.hero-copy .display,.page-hero h1{font-size:clamp(2.75rem,4.8vw,4.7rem);line-height:1.02;letter-spacing:-.035em;max-width:850px}
.page-hero{display:flex;align-items:center}
.page-hero .container{padding-top:50px;padding-bottom:44px}
.page-hero p{max-width:760px;font-size:1rem}
.hero-copy>p{max-width:760px;font-size:1.01rem}
.hero-actions{margin-top:22px}
.hero-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:24px;max-width:860px}
.hero-benefit{display:flex;align-items:center;gap:12px;min-height:82px;padding:15px 16px;border:1px solid rgba(255,255,255,.18);background:rgba(3,17,29,.62);backdrop-filter:blur(9px);transition:transform .28s var(--ease),background .28s var(--ease),border-color .28s var(--ease)}
.hero-benefit:hover{transform:translateY(-3px);background:rgba(6,26,45,.85);border-color:rgba(245,164,0,.75)}
.hero-benefit i{width:30px;color:var(--amber);font-size:1.15rem;text-align:center;flex:0 0 30px}
.hero-benefit strong{display:block;color:#fff;font-size:.82rem;line-height:1.3}
.hero-benefit span{display:block;color:#b9c6d0;font-size:.68rem;line-height:1.45;margin-top:3px}
.hero-quick{margin-top:10px;max-width:860px;background:#fff;border-top:4px solid var(--amber);padding:14px 16px;box-shadow:0 18px 38px rgba(0,0,0,.24);color:var(--navy)}
.quick-intro{display:flex;align-items:baseline;gap:10px;margin-bottom:9px}
.quick-intro strong{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--navy)}
.quick-intro span{font-size:.72rem;color:var(--muted)}
.quick-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;gap:9px;align-items:end}
.quick-field{display:grid;gap:4px;min-width:0}
.quick-field>span{font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#56626c}
.quick-field input,.quick-field select{height:43px;border:1px solid #cfd6dc;background:#fff;padding:0 11px;color:var(--navy);min-width:0}
.quick-submit{height:43px;min-height:43px;white-space:nowrap;padding:0 16px}
.booking-section{scroll-margin-top:105px}
.contact-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr);gap:28px;align-items:stretch}
.booking-section .quote-form,.booking-section .quote-aside{height:100%}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin:25px 0}
.field{display:grid;gap:6px;min-width:0}.field.full{grid-column:1/-1}.field label{font-size:.76rem;font-weight:800;color:var(--navy)}
.field input,.field select,.field textarea{min-height:48px;border:1px solid var(--line);background:#fff;padding:11px 13px;color:var(--ink);outline:none;transition:border-color .2s,box-shadow .2s}
.field textarea{min-height:110px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--amber);box-shadow:0 0 0 3px rgba(245,164,0,.12)}
.quote-form{background:#fff;border:1px solid var(--line);padding:34px;box-shadow:0 14px 36px rgba(6,26,45,.08)}
.quote-aside{background:var(--navy);color:#fff;padding:34px;box-shadow:0 14px 36px rgba(6,26,45,.12)}
.quote-aside h3{font-family:'Playfair Display',Georgia,serif;font-size:2rem;line-height:1.1;margin:10px 0 12px}.quote-aside p{color:#c5d0d8}
.contact-list{display:grid;gap:10px;margin-top:24px}.contact-list a,.contact-list button{display:flex;align-items:center;gap:13px;width:100%;text-align:left;background:rgba(255,255,255,.06);color:#fff;border:1px solid rgba(255,255,255,.12);padding:14px 15px}.contact-list i{color:var(--amber);width:22px;text-align:center}.contact-list strong{display:block;color:#fff;font-size:.8rem}.contact-list span{font-size:.72rem;color:#bdcad4}
.form-status{font-size:.8rem;margin-top:14px;font-weight:700}.form-status.success{color:#18794e}.form-status.error{color:#b42318}
.destination{display:flex;flex-direction:column;align-items:flex-start}.destination .route-book-btn{margin-top:auto;width:100%;border:0;background:var(--navy);color:#fff;min-height:42px;padding:0 12px;font-weight:800;box-shadow:5px 5px 15px rgba(6,26,45,.14);transition:.24s var(--ease)}.destination:hover .route-book-btn{background:var(--amber);color:#111}.route-book-btn:hover{transform:translateY(-2px)}
.review-slide{box-shadow:none!important}.review-slide:hover{box-shadow:none!important}.review-source{display:flex;align-items:center;gap:8px;margin-bottom:10px;color:#6b747c;font-size:.7rem;font-weight:700}.google-review-g{width:18px;height:18px;object-fit:contain}.reviews-heading{align-items:end}
.fleet-card{box-shadow:0 9px 24px rgba(6,26,45,.08)}.fleet-card:hover{box-shadow:0 16px 36px rgba(6,26,45,.14)}
.visual-stack,.content-card,.service-box,.fleet-card,.destination,.quote-form,.quote-aside{transition:transform .28s var(--ease),box-shadow .28s var(--ease),border-color .28s var(--ease)}
.content-card:hover,.service-box:hover{border-color:#c5ccd2}
.menu-backdrop{position:fixed;inset:0;background:rgba(1,10,17,.62);z-index:950;opacity:0;visibility:hidden;transition:opacity .22s ease,visibility .22s ease}.menu-backdrop.open{opacity:1;visibility:visible}
body.menu-open{overflow:hidden}
.floating-control{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(12px);transition:opacity .24s,transform .24s,visibility .24s}.floating-control.floating-visible{opacity:1;visibility:visible;pointer-events:auto;transform:none}
@media(max-width:1180px){.nav-links{gap:14px}.nav-links a{font-size:.82rem}.header-phone{display:none}}
@media(max-width:1030px){
 .topbar{display:none}.site-header .nav{grid-template-columns:56px minmax(0,1fr) 56px;min-height:74px;gap:8px}.site-header .brand{grid-column:2;justify-self:center}.site-header .brand img{width:min(220px,66vw)!important;max-height:56px}.nav-actions{grid-column:1;grid-row:1;justify-self:start}.nav-actions>.btn,.nav-actions>.header-phone{display:none!important}.menu-toggle{display:block!important;width:46px;height:46px;position:relative;z-index:1002}.menu-toggle span{transition:transform .22s,opacity .22s}.menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
 .nav-links{position:fixed!important;left:0!important;top:var(--nav-drawer-top,74px)!important;bottom:0!important;width:min(85vw,390px)!important;height:auto!important;background:var(--navy)!important;z-index:1001!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:0!important;padding:15px 18px 28px!important;transform:translateX(-105%)!important;transition:transform .28s var(--ease)!important;overflow-y:auto!important;box-shadow:18px 0 45px rgba(0,0,0,.32)}
 .nav-links.open{transform:translateX(0)!important}.nav-links a{display:flex!important;align-items:center!important;min-height:52px!important;padding:0 5px!important;border-bottom:1px solid rgba(255,255,255,.1)!important;font-size:.95rem!important;white-space:nowrap!important}.nav-links a:after{display:none!important}.nav-links a.active{color:var(--amber)!important}
 .hero,.page-hero{min-height:auto}.hero-copy.hero-visible,.page-hero .container{padding:44px 0 36px}.hero-copy .display,.page-hero h1{font-size:clamp(2.25rem,7.3vw,3.5rem);max-width:720px}.hero-benefits{grid-template-columns:repeat(3,1fr)}.quick-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.quick-submit{width:100%;grid-column:span 2}.quick-intro{flex-direction:column;gap:2px}.contact-grid{grid-template-columns:1fr}.quote-aside{position:static!important}
}
@media(max-width:760px){
 .container{width:min(calc(100% - 24px),var(--max))}.hero-bg,.page-hero-bg{position:relative;height:auto;aspect-ratio:16/9;object-fit:cover;transform:none;animation:none}.hero,.page-hero{display:block;background:var(--navy)}.hero-overlay,.page-hero-overlay{background:linear-gradient(180deg,rgba(2,13,23,.15),rgba(2,13,23,.55) 80%,var(--navy) 100%);height:auto;aspect-ratio:16/9;bottom:auto}.hero .container,.page-hero .container{margin-top:-6px}.hero-copy.hero-visible,.page-hero .container{padding:28px 0 34px}.hero-copy .display,.page-hero h1{font-size:clamp(2rem,10vw,2.85rem);line-height:1.05}.hero-copy>p,.page-hero p{font-size:.93rem}.hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .btn{width:100%}.hero-benefits{grid-template-columns:1fr;gap:7px}.hero-benefit{min-height:65px;padding:11px 13px}.hero-benefit:hover{transform:none}.hero-quick{margin-top:8px;padding:13px}.quick-fields{grid-template-columns:1fr 1fr}.quick-field:nth-child(3){grid-column:1/-1}.quick-submit{grid-column:1/-1}.quick-field input,.quick-field select,.quick-submit{height:46px;min-height:46px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.quote-form,.quote-aside{padding:24px 18px}.section{padding:56px 0}.section-title{font-size:clamp(1.95rem,9vw,2.7rem)}
 .review-slide:hover,.service-box:hover,.content-card:hover,.fleet-card:hover,.destination:hover,.visual:hover{transform:none!important}.review-slide,.review-slide:hover{box-shadow:none!important}.destination:hover{background:#fff;color:inherit}.destination:hover strong{color:var(--navy)}.destination:hover span{color:var(--muted)}.destination:hover .route-book-btn{background:var(--navy);color:#fff}
 .whatsapp-launcher{width:52px!important;height:52px!important;min-width:52px!important;padding:0!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:0!important}.whatsapp-launcher i{margin:0!important;font-size:1.45rem!important;line-height:1!important}.wa-launcher-text{display:none!important}
}
@media(max-width:480px){.hero-bg,.page-hero-bg,.hero-overlay,.page-hero-overlay{aspect-ratio:16/9}.quick-fields{grid-template-columns:1fr}.quick-field:nth-child(3),.quick-submit{grid-column:auto}.nav-links{width:86vw!important}.review-carousel{padding:0 30px}.mobile-bar{left:8px;right:8px}}
@media(hover:none),(pointer:coarse){.review-slide:hover,.service-box:hover,.content-card:hover,.fleet-card:hover,.destination:hover,.visual:hover{transform:none!important}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}


/* V16 final usability and responsive refinements */
.site-header{position:sticky!important;top:0!important;z-index:1400!important;backdrop-filter:saturate(125%) blur(8px)}
.review-card,.review-slide{box-shadow:none!important}
.review-card:hover,.review-slide:hover{box-shadow:none!important}
.reviews-heading{grid-template-columns:1fr!important}
.quote-aside{overflow:hidden;display:flex;flex-direction:column}
.quote-aside-media{margin:30px -34px -34px;min-height:220px;aspect-ratio:4/3;overflow:hidden;border-top:3px solid var(--amber)}
.quote-aside-media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.booking-section .quote-aside .quote-aside-media{margin-top:auto}
@media(max-width:1030px){
  .quote-aside-media{min-height:260px;aspect-ratio:16/9}
}
@media(max-width:760px){
  .quote-aside-media{margin:24px -18px -24px;min-height:210px;aspect-ratio:16/9}
  .review-card:hover,.review-slide:hover{transform:none!important}
  .service-box:hover,.content-card:hover,.fleet-card:hover,.destination:hover,.visual-stack:hover,.visual:hover{transform:none!important}
}
@media(hover:none),(pointer:coarse){
 .review-card:hover,.review-slide:hover{transform:none!important;box-shadow:none!important}
}

/* V19 final spacing and layout pass */
.section{padding-block:clamp(58px,6vw,88px)}
.section>.container{min-width:0}
.section .text-center{margin-bottom:clamp(28px,3vw,42px)}
.section .text-center+.fleet-grid,
.section .text-center+.icon-grid,
.section .text-center+.content-grid,
.section .text-center+.destinations,
.section .text-center+.review-carousel{margin-top:0}
.balanced-split,.split{gap:clamp(30px,4.2vw,62px)}
.balanced-split{align-items:stretch}
.balanced-split>.copy-panel,.balanced-split>.visual-stack{min-width:0;height:auto;min-height:100%}
.copy-panel>*:last-child,.content-card>*:last-child,.service-box>*:last-child,.quote-aside>*:last-child{margin-bottom:0}
.visual-stack{align-self:stretch}
.visual-stack .visual{min-height:clamp(360px,38vw,520px)}
.booking-section .contact-grid{align-items:stretch}
.booking-section .quote-form,.booking-section .quote-aside{min-height:100%}
.cta{margin:0}
.footer{margin-top:0}

@media(max-width:900px){
  .section{padding-block:58px}
  .balanced-split,.split{gap:30px}
  .visual-stack .visual{min-height:320px}
}
@media(max-width:760px){
  .section{padding-block:50px}
  .section .text-center{margin-bottom:26px}
  .balanced-split,.split{gap:26px}
  .visual-stack .visual{min-height:280px}
  .copy-panel{padding:0}
  .booking-section .contact-grid{gap:22px}
}
@media(max-width:480px){
  .section{padding-block:44px}
  .visual-stack .visual{min-height:240px}
  .section-title{margin-bottom:14px}
  .check-list{margin-block:18px 22px}
}


/* V23 final refinement — preserves V19 design direction */
body{transition:opacity .5s ease!important}
body.page-leave{opacity:0!important}
.hero{min-height:650px!important}
.hero-bg{object-position:center 58%!important;filter:saturate(.94) contrast(1.02)}
.hero-overlay{background:linear-gradient(90deg,rgba(2,13,23,.94) 0%,rgba(5,24,40,.83) 31%,rgba(5,24,40,.54) 42%,rgba(5,24,40,.18) 55%,rgba(5,24,40,.10) 100%)!important}
.hero-copy{width:min(690px,58%)!important;padding:80px 0 90px!important}
.hero-copy .display{font-family:'Playfair Display',Georgia,serif!important;font-size:clamp(2.9rem,4.25vw,4.85rem)!important;line-height:1.01!important;max-width:720px!important}
.hero-benefits{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:26px}
.hero-benefit{min-height:96px;background:rgba(3,17,29,.74);border:1px solid rgba(255,255,255,.17);border-top:3px solid var(--amber);padding:15px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}
.hero-benefit i{color:var(--amber);margin-bottom:7px}.hero-benefit strong{font-size:.78rem}.hero-benefit span{font-size:.67rem;color:#b9c6d0}
/* Approved fleet remains sharp but visually distinct from the second site */
.unified-fleet{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:28px!important}
.unified-fleet .fleet-card{display:grid!important;grid-template-columns:1fr 1fr!important;min-height:330px!important;border-left:4px solid var(--amber)!important;background:#fff!important}
.unified-fleet .fleet-image{height:100%!important;min-height:330px!important;background:#eef0f1!important}
.unified-fleet .fleet-image img{width:100%!important;height:100%!important;object-fit:cover!important;position:static!important}
.unified-fleet .fleet-body{padding:28px!important;justify-content:center!important}
.unified-fleet .fleet-body h3{font-size:1.7rem!important}
.unified-fleet .fleet-cta .btn{width:auto!important}
/* One universal form everywhere */
.universal-booking-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.luggage-block{grid-column:1/-1!important}.luggage-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:8px}.luggage-item{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:11px 12px;background:#f6f7f8;border:1px solid var(--line)}.luggage-item span{font-size:.72rem;font-weight:800;white-space:normal}.luggage-item select{width:82px!important;flex:0 0 82px}.field-note,.capacity-note{font-size:.72rem;color:var(--muted);margin:0}.form-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:18px}.booking-aside-clean{background:var(--navy)!important;color:#fff!important;min-height:100%;display:flex;flex-direction:column}.booking-aside-clean h3{font-family:'Playfair Display',Georgia,serif;font-size:2rem;margin:12px 0}.booking-aside-clean p{color:#c7d2d9}.booking-aside-clean .contact-list a{color:#fff}.booking-aside-clean .aside-note{margin-top:auto}
.site-header .brand img{width:247px!important}
.footer-logo{width:273px!important}
/* Slightly different content rhythm while retaining sharp V19 styling */
.service-box:nth-child(even){background:#faf8f2}.service-box{border-top:3px solid transparent}.service-box:hover{border-top-color:var(--amber)}
@media(max-width:1180px){.hero-copy{width:min(650px,66%)!important}.site-header .brand img{width:210px!important}}
@media(max-width:1030px){.hero-copy{width:min(620px,72%)!important}.unified-fleet .fleet-card{grid-template-columns:1fr!important}.unified-fleet .fleet-image{min-height:0!important;height:auto!important}.unified-fleet .fleet-image img{height:auto!important;object-fit:contain!important}}
@media(max-width:760px){.hero{min-height:calc(100svh - 72px)!important}.hero-bg{object-position:57% center!important}.hero-overlay{background:linear-gradient(180deg,rgba(2,13,23,.94) 0%,rgba(5,24,40,.90) 60%,rgba(5,24,40,.78) 100%)!important}.hero-copy{width:100%!important;padding:38px 0 34px!important}.hero-copy .display{font-size:clamp(2.05rem,10.2vw,3.05rem)!important;line-height:1.02!important}.hero-copy>p{font-size:.86rem!important;line-height:1.52}.hero-benefits{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:5px!important}.hero-benefit{padding:8px 5px!important;min-height:70px!important}.hero-benefit span{display:none}.hero-benefit strong{font-size:.59rem!important}.hero-quick{margin-top:12px!important}.universal-booking-grid{grid-template-columns:1fr!important}.luggage-grid{grid-template-columns:1fr 1fr}.site-header .brand img{width:min(215px,70vw)!important}.footer-logo{width:246px!important}}
@media(max-width:430px){.luggage-grid{grid-template-columns:1fr}.hero-benefit strong{font-size:.56rem!important}}

body{font-family:'Manrope',Arial,sans-serif!important}

/* FINAL V24 — production responsive, hero and WhatsApp refinements */
body{font-family:'Manrope',Arial,sans-serif;transition:opacity .5s ease!important}
body.page-leave{opacity:0!important}

/* Keep the approved full-background hero treatment on every screen. */
.hero,.page-hero{position:relative!important;overflow:hidden!important;background:var(--navy)!important}
.hero-bg,.page-hero-bg{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;transform:none!important;animation:none!important}
.hero-overlay,.page-hero-overlay{position:absolute!important;inset:0!important;width:auto!important;height:auto!important;aspect-ratio:auto!important}

/* WhatsApp is a permanent booking option rather than appearing only after scrolling. */
.whatsapp-launcher.floating-control{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important}

@media(max-width:1030px){
  .site-header .nav{min-height:76px!important}
  .site-header .brand img{width:min(220px,64vw)!important;height:auto!important;max-height:58px!important}
  .nav-links{top:var(--nav-drawer-top,76px)!important;height:calc(100dvh - var(--nav-drawer-top,76px))!important}
}

@media(max-width:760px){
  /* Prevent the hero/background from becoming a separate cropped image block. */
  .hero-bg,.page-hero-bg{position:absolute!important;height:100%!important;aspect-ratio:auto!important;object-fit:cover!important}
  .hero-overlay,.page-hero-overlay{height:100%!important;aspect-ratio:auto!important;bottom:0!important}
  .hero .container,.page-hero .container{margin-top:0!important}

  /* Homepage hero: compact enough to read cleanly on load, but never clips content. */
  .hero{min-height:calc(100svh - 76px)!important;display:flex!important;align-items:center!important}
  .hero .container{width:min(calc(100% - 26px),var(--max))!important}
  .hero-copy.hero-visible{width:100%!important;padding:26px 0 28px!important}
  .hero-copy .display{font-size:clamp(2rem,9.6vw,2.85rem)!important;line-height:1.02!important;margin:11px 0 12px!important;max-width:12.5ch!important}
  .hero-copy>p{font-size:.84rem!important;line-height:1.48!important;margin-bottom:0!important;max-width:52ch!important}
  .hero-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important;margin-top:14px!important}
  .hero-actions .btn{width:100%!important;min-height:42px!important;padding:0 9px!important;font-size:.69rem!important}
  .hero-benefits{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:5px!important;margin-top:14px!important}
  .hero-benefit{min-height:62px!important;padding:7px 5px!important;justify-content:center!important;text-align:center!important}
  .hero-benefit i{font-size:.9rem!important;margin:0 0 3px!important}
  .hero-benefit>div{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}
  .hero-benefit strong{font-size:.56rem!important;line-height:1.2!important}
  .hero-benefit span{display:none!important}
  .hero-quick{margin-top:8px!important;padding:9px 10px!important;box-shadow:0 12px 28px rgba(0,0,0,.2)!important}
  .quick-intro{display:none!important}
  .quick-fields{display:grid!important;grid-template-columns:1fr 1fr 1fr!important;gap:5px!important}
  .quick-field span{font-size:.58rem!important;margin-bottom:2px!important}
  .quick-field input,.quick-field select{height:39px!important;min-height:39px!important;padding:0 6px!important;font-size:.68rem!important}
  .quick-submit{grid-column:1/-1!important;width:100%!important;min-height:40px!important;height:40px!important;font-size:.68rem!important}
  .hero-overlay{background:linear-gradient(90deg,rgba(2,13,23,.96) 0%,rgba(4,19,34,.88) 55%,rgba(4,19,34,.58) 100%)!important}
  .hero-bg{object-position:62% center!important}

  /* Subpage heroes expand with their content instead of cutting the bottom. */
  .page-hero{min-height:0!important;display:flex!important;align-items:center!important}
  .page-hero .container{padding:32px 0 30px!important;margin:0 auto!important}
  .page-hero h1{font-size:clamp(2rem,9vw,2.75rem)!important;line-height:1.04!important;margin:9px 0 11px!important}
  .page-hero p{font-size:.84rem!important;line-height:1.48!important;margin-bottom:0!important}
  .page-hero .hero-benefits{margin-top:14px!important}
  .page-hero .hero-quick{margin-top:9px!important}
  .page-hero-overlay{background:linear-gradient(90deg,rgba(2,13,23,.96),rgba(5,24,40,.78) 68%,rgba(5,24,40,.48))!important}

  /* Mobile content imagery remains consistent and avoids excessively tall/cut frames. */
  .visual{min-height:0!important;aspect-ratio:4/3!important}
  .visual img:not(.vehicle-natural){position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important}
  .visual-stack .media-caption{position:relative!important}
  .fleet-image{aspect-ratio:4/3!important;overflow:hidden!important}
  .fleet-image img,.home-fleet-grid .fleet-image img,.unified-fleet .fleet-image img{width:100%!important;height:100%!important;object-fit:cover!important;position:absolute!important;inset:0!important}
  .fleet-image{position:relative!important}

  .luggage-grid{grid-template-columns:1fr!important}
  .luggage-item span{white-space:normal!important}

  .whatsapp-launcher{right:10px!important;bottom:72px!important;width:52px!important;height:52px!important;min-width:52px!important;border-radius:50%!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important}
  .whatsapp-launcher .wa-launcher-text{display:none!important}
  .whatsapp-launcher i{font-size:1.45rem!important;margin:0!important}
  .whatsapp-panel{left:10px!important;right:10px!important;bottom:132px!important;width:auto!important;max-height:calc(100dvh - 154px)!important;overflow-y:auto!important}
}

@media(max-width:480px){
  .hero{min-height:calc(100svh - 72px)!important}
  .hero-copy.hero-visible{padding:20px 0 22px!important}
  .hero-copy .display{font-size:clamp(1.88rem,9.4vw,2.5rem)!important;max-width:12ch!important}
  .hero-copy>p{font-size:.8rem!important;line-height:1.43!important}
  .hero-actions .btn{font-size:.64rem!important;min-height:40px!important}
  .hero-benefit{min-height:58px!important}
  .hero-benefit strong{font-size:.52rem!important}
  .quick-fields{grid-template-columns:1fr 1fr!important}
  .quick-field:nth-child(3){grid-column:1/-1!important}
  .quick-submit{grid-column:1/-1!important}
  .page-hero .container{padding:26px 0 27px!important}
  .page-hero h1{font-size:clamp(1.9rem,9.8vw,2.5rem)!important}
}

@media(max-height:690px) and (max-width:760px){
  .hero{min-height:auto!important}
  .hero-copy.hero-visible{padding:20px 0 24px!important}
  .hero-copy .display{font-size:2rem!important;max-width:13ch!important}
  .hero-benefits{margin-top:10px!important}
  .hero-quick{margin-top:7px!important}
}

/* FINAL V25 — viewport-complete heroes, fleet cards and mobile navigation */

/* Keep the whole hero composition inside the initial desktop viewport. */
@media (min-width:1031px){
  .hero{
    min-height:0!important;
    height:calc(100svh - 124px)!important;
    max-height:740px!important;
    display:flex!important;
    align-items:center!important;
  }
  .hero .container{width:min(calc(100% - 40px),var(--max))!important}
  .hero-copy.hero-visible{
    width:min(680px,58vw)!important;
    padding:30px 0 28px!important;
  }
  .hero-copy .display{
    font-size:clamp(3rem,4.55vw,4.8rem)!important;
    line-height:1.01!important;
    margin:12px 0 14px!important;
    max-width:760px!important;
  }
  .hero-copy>p{font-size:.98rem!important;line-height:1.5!important;margin-bottom:0!important;max-width:650px!important}
  .hero-actions{margin-top:17px!important}
  .hero-actions .btn{min-height:44px!important}
  .hero-benefits{margin-top:17px!important;gap:1px!important}
  .hero-benefit{min-height:82px!important;padding:10px 11px!important}
  .hero-benefit strong{font-size:.76rem!important}
  .hero-benefit span{font-size:.66rem!important}
  .hero-quick{margin-top:10px!important;padding:10px 13px!important}
  .quick-intro{margin-bottom:7px!important}
  .quick-fields{gap:8px!important}
  .quick-field input,.quick-field select{height:40px!important;min-height:40px!important}
  .quick-submit{height:40px!important;min-height:40px!important}

  /* Subpage hero uses the same available viewport and never extends below the fold. */
  .page-hero{
    min-height:0!important;
    height:clamp(500px,calc(100svh - 124px),650px)!important;
    display:flex!important;
    align-items:center!important;
  }
  .page-hero .container{
    padding:22px 0!important;
    margin:auto!important;
  }
  .page-hero h1{
    font-size:clamp(2.65rem,4.4vw,4.5rem)!important;
    line-height:1.01!important;
    margin:8px 0 11px!important;
  }
  .page-hero p{font-size:.94rem!important;line-height:1.48!important;margin-bottom:0!important;max-width:720px!important}
  .page-hero .hero-benefits{margin-top:14px!important}
  .page-hero .hero-benefit{min-height:74px!important}
  .page-hero .hero-quick{margin-top:9px!important}
}

/* Short desktop/laptop screens: tighten the hero rather than clipping its booking controls. */
@media (min-width:1031px) and (max-height:760px){
  .hero{height:calc(100svh - 124px)!important;max-height:none!important}
  .hero-copy.hero-visible{padding:14px 0!important}
  .hero-copy .display{font-size:clamp(2.55rem,4.2vw,3.75rem)!important;margin:7px 0 9px!important}
  .hero-copy>p{font-size:.86rem!important;line-height:1.4!important}
  .hero-actions{margin-top:10px!important}
  .hero-benefits{margin-top:10px!important}
  .hero-benefit{min-height:66px!important;padding:7px!important}
  .hero-benefit span{display:none!important}
  .hero-quick{margin-top:7px!important;padding:8px 10px!important}
  .quick-intro{display:none!important}
  .quick-field input,.quick-field select,.quick-submit{height:36px!important;min-height:36px!important}

  .page-hero{height:calc(100svh - 124px)!important;max-height:none!important;min-height:0!important}
  .page-hero .container{padding:12px 0!important}
  .page-hero h1{font-size:clamp(2.3rem,4vw,3.5rem)!important;margin:6px 0 8px!important}
  .page-hero p{font-size:.84rem!important;line-height:1.4!important}
  .page-hero .hero-benefits{margin-top:9px!important}
  .page-hero .hero-benefit{min-height:62px!important}
  .page-hero .hero-benefit span{display:none!important}
  .page-hero .hero-quick{margin-top:7px!important}
  .page-hero .quick-intro{display:none!important}
}

/* Fleet cards: vehicle photograph on top so the whole car is easier to read. */
.fleet-grid,.unified-fleet,.home-fleet-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px!important}
.fleet-grid .fleet-card,.unified-fleet .fleet-card,.home-fleet-grid .fleet-card{
  display:flex!important;
  flex-direction:column!important;
  min-height:0!important;
  grid-template-columns:none!important;
  overflow:hidden!important;
}
.fleet-grid .fleet-image,.unified-fleet .fleet-image,.home-fleet-grid .fleet-image{
  position:relative!important;
  width:100%!important;
  min-height:0!important;
  aspect-ratio:4/3!important;
  background:#eef1f3!important;
  overflow:hidden!important;
}
.fleet-grid .fleet-image img,.unified-fleet .fleet-image img,.home-fleet-grid .fleet-image img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  transform:none!important;
  padding:0!important;
}
.fleet-grid .fleet-body,.unified-fleet .fleet-body,.home-fleet-grid .fleet-body{
  padding:25px 27px 27px!important;
  justify-content:flex-start!important;
  flex:1 1 auto!important;
}
.fleet-grid .fleet-body p,.unified-fleet .fleet-body p,.home-fleet-grid .fleet-body p{min-height:2.9em!important}
.fleet-cta{margin-top:auto!important;padding-top:18px!important}

/* Tablet/mobile hero: exact available viewport, with all hero controls visible on load. */
@media (max-width:1030px){
  .nav-links a.active,.nav-links a.active:hover,.nav-links a.active:focus{
    background:var(--amber)!important;
    border-color:var(--amber)!important;
    color:#061a2d!important;
    -webkit-text-fill-color:#061a2d!important;
  }
  .nav-links a.active::after{display:none!important}
}

@media (max-width:760px){
  .hero{
    height:calc(100svh - 72px)!important;
    min-height:0!important;
    max-height:none!important;
    display:flex!important;
    align-items:center!important;
  }
  .hero .container{height:100%!important;display:flex!important;align-items:center!important}
  .hero-copy.hero-visible{
    width:100%!important;
    padding:14px 0 16px!important;
  }
  .hero-copy .display{
    font-size:clamp(1.95rem,9.4vw,2.7rem)!important;
    line-height:1.01!important;
    margin:7px 0 9px!important;
    max-width:12.5ch!important;
  }
  .hero-copy>p{font-size:.79rem!important;line-height:1.4!important;max-width:100%!important}
  .hero-actions{grid-template-columns:1fr 1fr!important;gap:6px!important;margin-top:10px!important}
  .hero-actions .btn{min-height:39px!important;height:39px!important;font-size:.62rem!important;padding:0 7px!important}
  .hero-benefits{margin-top:9px!important;gap:4px!important}
  .hero-benefit{min-height:56px!important;padding:5px 4px!important}
  .hero-benefit i{font-size:.8rem!important;margin-bottom:2px!important}
  .hero-benefit strong{font-size:.50rem!important;line-height:1.13!important}
  .hero-quick{margin-top:6px!important;padding:7px 8px!important}
  .hero-quick .quick-intro{display:none!important}
  .hero-quick .quick-fields{grid-template-columns:1fr 1fr 1fr!important;gap:4px!important}
  .hero-quick .quick-field span{font-size:.52rem!important}
  .hero-quick .quick-field input,.hero-quick .quick-field select{height:35px!important;min-height:35px!important;font-size:.62rem!important;padding:0 5px!important}
  .hero-quick .quick-submit{grid-column:1/-1!important;height:36px!important;min-height:36px!important;font-size:.62rem!important}
  .hero-bg{object-position:61% center!important}

  .page-hero{
    height:calc(100svh - 72px)!important;
    min-height:0!important;
    max-height:none!important;
    display:flex!important;
    align-items:center!important;
  }
  .page-hero .container{padding:13px 0 14px!important;margin:auto!important}
  .page-hero h1{font-size:clamp(1.95rem,9vw,2.6rem)!important;line-height:1.02!important;margin:6px 0 8px!important}
  .page-hero p{font-size:.78rem!important;line-height:1.4!important;margin-bottom:0!important}
  .breadcrumbs{font-size:.64rem!important;margin-bottom:4px!important}
  .page-hero .eyebrow{font-size:.56rem!important}
  .page-hero .hero-benefits{margin-top:8px!important}
  .page-hero .hero-benefit{min-height:54px!important;padding:5px 4px!important}
  .page-hero .hero-benefit strong{font-size:.49rem!important}
  .page-hero .hero-benefit span{display:none!important}
  .page-hero .hero-quick{margin-top:6px!important;padding:7px 8px!important}
  .page-hero .quick-intro{display:none!important}
  .page-hero .quick-fields{grid-template-columns:1fr 1fr 1fr!important;gap:4px!important}
  .page-hero .quick-field span{font-size:.52rem!important}
  .page-hero .quick-field input,.page-hero .quick-field select{height:35px!important;min-height:35px!important;font-size:.62rem!important;padding:0 5px!important}
  .page-hero .quick-submit{grid-column:1/-1!important;height:36px!important;min-height:36px!important;font-size:.62rem!important}
  .page-hero-bg{object-position:center!important}

  /* Exactly one fleet card per row on phones. */
  .fleet-grid,.unified-fleet,.home-fleet-grid{grid-template-columns:minmax(0,1fr)!important;gap:18px!important}
  .fleet-grid .fleet-image,.unified-fleet .fleet-image,.home-fleet-grid .fleet-image{aspect-ratio:4/3!important}
  .fleet-grid .fleet-body,.unified-fleet .fleet-body,.home-fleet-grid .fleet-body{padding:21px 20px 23px!important}
  .fleet-grid .fleet-body p,.unified-fleet .fleet-body p,.home-fleet-grid .fleet-body p{min-height:0!important}
}

@media (max-width:430px){
  .hero-copy .display{font-size:clamp(1.8rem,8.9vw,2.25rem)!important}
  .hero-copy>p{font-size:.74rem!important;line-height:1.36!important}
  .hero-benefit{min-height:52px!important}
  .hero-benefit strong{font-size:.46rem!important}
  .hero-quick .quick-fields,.page-hero .quick-fields{grid-template-columns:1fr 1fr!important}
  .hero-quick .quick-field:nth-child(3),.page-hero .quick-field:nth-child(3){grid-column:1/-1!important}
  .page-hero h1{font-size:clamp(1.8rem,8.8vw,2.25rem)!important}
  .page-hero p{font-size:.74rem!important;line-height:1.36!important}
}

@media (max-width:760px) and (max-height:720px){
  .hero-copy.hero-visible{padding:8px 0!important}
  .hero-copy .display{font-size:1.78rem!important;margin:4px 0 6px!important}
  .hero-copy>p{font-size:.7rem!important;line-height:1.3!important}
  .hero-actions{margin-top:7px!important}
  .hero-benefits{margin-top:6px!important}
  .hero-benefit{min-height:47px!important}
  .hero-quick{margin-top:5px!important}
  .hero-quick .quick-field input,.hero-quick .quick-field select{height:31px!important;min-height:31px!important}
  .hero-quick .quick-submit{height:32px!important;min-height:32px!important}
  .page-hero .container{padding:8px 0!important}
  .page-hero h1{font-size:1.75rem!important;margin:4px 0 6px!important}
  .page-hero p{font-size:.69rem!important;line-height:1.3!important}
  .page-hero .hero-benefits{margin-top:5px!important}
  .page-hero .hero-benefit{min-height:46px!important}
  .page-hero .hero-quick{margin-top:5px!important}
  .page-hero .quick-field input,.page-hero .quick-field select{height:31px!important;min-height:31px!important}
  .page-hero .quick-submit{height:32px!important;min-height:32px!important}
}
