
:root{--navy:#0b1f3a;--navy2:#132e52;--orange:#ff6b1a;--orange2:#f04d0b;--cream:#fff7f0;--soft:#f5f7fa;--text:#253046;--muted:#667085;--line:#e7eaf0;--white:#fff;--green:#19a35b;--shadow:0 18px 50px rgba(11,31,58,.10);--radius:22px;--radius-sm:14px;--container:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Manrope","Segoe UI",sans-serif;color:var(--text);background:#fff;line-height:1.7;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}.icon{width:1.1em;height:1.1em;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.topbar{background:var(--navy);color:#eaf1fb;font-size:.82rem}.topbar-inner{height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar-links{display:flex;gap:18px;align-items:center}.topbar a:hover{color:#fff}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(231,234,240,.9)}.header-inner{min-height:86px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;min-width:225px}.brand img{width:220px;height:72px;object-fit:contain;object-position:left center}.nav{display:flex;align-items:center;gap:3px;margin-left:auto}.nav a{padding:11px 12px;border-radius:10px;font-weight:700;font-size:.92rem;color:#344054;white-space:nowrap}.nav a:hover,.nav a.active{background:var(--cream);color:var(--orange2)}.header-actions{display:flex;gap:9px;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:11px 20px;border:1px solid transparent;border-radius:13px;font-weight:800;cursor:pointer;transition:.25s ease;line-height:1.15}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--orange),var(--orange2));color:#fff;box-shadow:0 10px 24px rgba(255,107,26,.24)}.btn-primary:hover{box-shadow:0 14px 32px rgba(255,107,26,.34)}.btn-secondary{background:#fff;border-color:#d7dce4;color:var(--navy)}.btn-secondary:hover{border-color:var(--orange);color:var(--orange2)}.btn-small{min-height:42px;padding:9px 14px;font-size:.88rem}.mobile-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--navy);align-items:center;justify-content:center}.hero{position:relative;overflow:hidden;padding:76px 0 58px;background:radial-gradient(circle at 78% 12%,rgba(255,107,26,.15),transparent 28%),linear-gradient(135deg,#fff 0%,#fff8f3 56%,#eef4fb 100%)}.hero:before{content:"";position:absolute;left:-100px;bottom:-150px;width:380px;height:380px;border-radius:50%;border:60px solid rgba(255,107,26,.055)}.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:58px}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--orange2);font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.12em;margin-bottom:14px}.eyebrow:before{content:"";width:26px;height:3px;border-radius:9px;background:var(--orange)}h1,h2,h3{font-family:"Manrope","Segoe UI",sans-serif;color:var(--navy);line-height:1.18;margin:0 0 15px}h1{font-size:clamp(2.45rem,5vw,4.35rem);letter-spacing:-.045em}h2{font-size:clamp(1.85rem,3.6vw,3rem);letter-spacing:-.025em}h3{font-size:1.2rem}.hero p{font-size:1.08rem;color:#536176;max-width:670px;margin:0 0 28px}.hero-highlight{color:var(--orange2)}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:25px}.hero-trust{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:28px}.trust-chip{display:flex;align-items:center;gap:9px;font-size:.88rem;font-weight:800;color:#42526a}.trust-chip .icon{color:var(--orange)}.hero-media{position:relative}.hero-frame{position:relative;border-radius:30px;overflow:hidden;box-shadow:0 30px 80px rgba(11,31,58,.2);aspect-ratio:4/3;background:#dfe7f1}.hero-frame img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-frame:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(11,31,58,.45))}.hero-badge{position:absolute;left:-28px;bottom:32px;z-index:2;background:#fff;border:1px solid rgba(255,255,255,.7);box-shadow:var(--shadow);padding:15px 18px;border-radius:17px;display:flex;align-items:center;gap:12px}.hero-badge .round{width:44px;height:44px;border-radius:50%;background:var(--cream);display:grid;place-items:center;color:var(--orange)}.hero-badge strong{font-size:1.35rem;color:var(--navy)}.hero-thumb{position:absolute;right:-22px;top:24px;z-index:2;width:150px;height:112px;border:5px solid #fff;border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}.hero-thumb img{width:100%;height:100%;object-fit:cover}.booking-strip{position:relative;z-index:4;margin-top:-22px}.booking-card{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:22px;padding:18px;display:grid;grid-template-columns:1.05fr 1.05fr .88fr .7fr 1fr auto;gap:10px;align-items:end}.field label{display:block;font-size:.73rem;font-weight:900;text-transform:uppercase;letter-spacing:.07em;color:#667085;margin:0 0 6px}.field input,.field select,.field textarea{width:100%;border:1px solid #d8dde6;background:#fbfcfe;border-radius:11px;padding:12px 13px;color:var(--navy);outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--orange);box-shadow:0 0 0 4px rgba(255,107,26,.10)}.section{padding:82px 0}.section-sm{padding:56px 0}.bg-soft{background:var(--soft)}.bg-cream{background:var(--cream)}.bg-navy{background:linear-gradient(135deg,var(--navy),#142f54);color:#eaf1fb}.bg-navy h2,.bg-navy h3{color:#fff}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:34px}.section-head.center{text-align:center;display:block;max-width:760px;margin:0 auto 38px}.section-head p{color:var(--muted);max-width:650px;margin:8px 0 0}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}.media-card{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:#e7edf4}.media-card img{width:100%;height:100%;object-fit:cover}.media-card.landscape{aspect-ratio:16/10}.content-block p{color:var(--muted)}.check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:24px 0}.check-item{display:flex;align-items:flex-start;gap:10px;font-weight:750}.check-item .icon{color:var(--green);margin-top:5px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stat{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px 18px;text-align:center;box-shadow:0 10px 30px rgba(11,31,58,.05)}.stat strong{display:block;font-size:2rem;color:var(--orange2);line-height:1.1}.stat span{font-size:.86rem;font-weight:800;color:#667085}.card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:19px}.card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:23px;box-shadow:0 8px 28px rgba(11,31,58,.05);transition:.25s ease}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#ffd0b7}.icon-box{width:50px;height:50px;border-radius:15px;background:var(--cream);display:grid;place-items:center;color:var(--orange2);font-size:1.4rem;margin-bottom:16px}.card p{color:var(--muted);font-size:.94rem;margin:0 0 15px}.text-link{display:inline-flex;align-items:center;gap:7px;font-weight:900;color:var(--orange2);font-size:.9rem}.vehicle-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.vehicle-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 9px 30px rgba(11,31,58,.06);transition:.25s ease}.vehicle-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.vehicle-image{aspect-ratio:4/3;overflow:hidden;background:#edf1f5}.vehicle-image img{width:100%;height:100%;object-fit:cover;transition:.4s ease}.vehicle-card:hover .vehicle-image img{transform:scale(1.035)}.vehicle-body{padding:18px}.vehicle-meta{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:8px}.pill{display:inline-flex;padding:5px 9px;border-radius:999px;background:var(--cream);color:var(--orange2);font-size:.72rem;font-weight:900}.feature-list{list-style:none;padding:0;margin:12px 0 16px}.feature-list li{display:flex;gap:7px;font-size:.85rem;color:#5b6678}.feature-list li:before{content:"✓";color:var(--green);font-weight:900}.tour-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.tour-card{position:relative;min-height:380px;border-radius:22px;overflow:hidden;isolation:isolate;color:#fff}.tour-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.tour-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(11,31,58,.05),rgba(11,31,58,.9));z-index:-1}.tour-content{position:absolute;inset:auto 0 0;padding:26px}.tour-card h3{color:#fff;font-size:1.5rem}.tour-card p{font-size:.9rem;color:#dfe8f5}.chips{display:flex;gap:7px;flex-wrap:wrap;margin:14px 0}.chip{padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.16);backdrop-filter:blur(8px);font-size:.75rem;font-weight:800}.gallery-grid{columns:4 250px;column-gap:15px}.gallery-item{display:block;width:100%;margin:0 0 15px;border:0;padding:0;border-radius:16px;overflow:hidden;background:#e8edf3;cursor:pointer;position:relative;break-inside:avoid}.gallery-item img{width:100%;height:auto;transition:.35s ease}.gallery-item:hover img{transform:scale(1.035)}.gallery-item:after{content:"View";position:absolute;right:10px;bottom:10px;background:rgba(11,31,58,.76);color:#fff;border-radius:999px;padding:5px 10px;font-size:.72rem;font-weight:800;opacity:0;transform:translateY(5px);transition:.25s}.gallery-item:hover:after{opacity:1;transform:none}.filter-row{display:flex;justify-content:center;gap:9px;flex-wrap:wrap;margin-bottom:28px}.filter-btn{border:1px solid var(--line);background:#fff;padding:9px 14px;border-radius:999px;font-weight:800;color:#536176;cursor:pointer}.filter-btn.active,.filter-btn:hover{background:var(--navy);color:#fff;border-color:var(--navy)}.reviews-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.review-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:23px;box-shadow:0 8px 28px rgba(11,31,58,.05)}.stars{color:#ffb400;letter-spacing:2px;font-size:1.05rem}.review-card blockquote{margin:13px 0 18px;color:#4d596b;font-size:.94rem}.review-author{display:flex;justify-content:space-between;gap:10px;align-items:center;border-top:1px solid var(--line);padding-top:15px}.avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--navy),#2f5b8c);color:#fff;display:grid;place-items:center;font-weight:900}.author-main{display:flex;align-items:center;gap:11px}.author-main strong{display:block;color:var(--navy)}.author-main span,.route{font-size:.74rem;color:#7a8494}.quote-panel{background:linear-gradient(135deg,#fff,#fff8f3);border:1px solid #ffdbc7;border-radius:24px;padding:30px}.faq-list{max-width:880px;margin:0 auto}.faq-item{border-bottom:1px solid var(--line)}.faq-question{width:100%;display:flex;justify-content:space-between;gap:20px;text-align:left;background:transparent;border:0;padding:20px 2px;color:var(--navy);font-weight:850;cursor:pointer}.faq-plus{width:30px;height:30px;border-radius:50%;background:var(--cream);color:var(--orange2);display:grid;place-items:center;transition:.25s}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq-answer p{margin:0 0 20px;color:var(--muted)}.faq-item.open .faq-plus{transform:rotate(45deg);background:var(--orange);color:#fff}.page-hero{position:relative;padding:100px 0 74px;color:#fff;overflow:hidden;background:var(--navy)}.page-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.42}.page-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,31,58,.96),rgba(11,31,58,.52))}.page-hero .container{position:relative;z-index:1;max-width:900px}.page-hero h1{color:#fff;font-size:clamp(2.3rem,5vw,4rem)}.page-hero p{font-size:1.05rem;color:#e3ecf7;max-width:720px}.breadcrumbs{display:flex;gap:8px;align-items:center;font-size:.8rem;margin-bottom:16px;color:#d8e3ef}.breadcrumbs a{color:#ffbd98}.answer-box{background:#fff7f0;border-left:5px solid var(--orange);border-radius:0 16px 16px 0;padding:21px 24px;margin:24px 0}.answer-box strong{color:var(--navy)}.info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.info-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px}.contact-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:32px}.contact-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:29px}.contact-row{display:flex;gap:14px;padding:14px 0;border-bottom:1px solid var(--line)}.contact-row:last-child{border-bottom:0}.contact-row .icon{color:var(--orange);font-size:1.25rem;margin-top:5px}.map-frame{border-radius:22px;overflow:hidden;min-height:520px;box-shadow:var(--shadow)}.map-frame iframe{width:100%;height:100%;border:0}.cta{background:linear-gradient(135deg,var(--navy),#1d426f);border-radius:26px;padding:40px;display:flex;align-items:center;justify-content:space-between;gap:30px;color:#e5eef9;position:relative;overflow:hidden}.cta:after{content:"";position:absolute;right:-60px;top:-80px;width:230px;height:230px;border:45px solid rgba(255,107,26,.18);border-radius:50%}.cta h2{color:#fff;position:relative;z-index:1}.cta p,.cta-actions{position:relative;z-index:1}.cta-actions{display:flex;gap:10px;flex-wrap:wrap}.site-footer{background:#07172c;color:#b9c5d4;padding:66px 0 100px}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr 1fr 1.2fr;gap:34px}.footer-brand img{width:230px;max-height:85px;object-fit:contain;object-position:left;background:#fff;border-radius:13px;padding:4px}.footer-col h3{color:#fff;font-size:1rem}.footer-links{display:grid;gap:9px}.footer-links a:hover{color:#ff9b63}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:38px;padding-top:24px;display:flex;justify-content:space-between;gap:20px;font-size:.82rem}.footer-legal{display:flex;gap:15px}.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:46;width:58px;height:58px;border-radius:50%;background:#20b25b;color:#fff;display:grid;place-items:center;box-shadow:0 12px 30px rgba(32,178,91,.35)}.whatsapp-float .icon{width:28px;height:28px}.mobile-bar{display:none}.lightbox{position:fixed;inset:0;background:rgba(3,10,20,.93);z-index:100;display:none;align-items:center;justify-content:center;padding:30px}.lightbox.open{display:flex}.lightbox img{max-width:min(1200px,94vw);max-height:90vh;border-radius:15px;box-shadow:0 20px 70px rgba(0,0,0,.5)}.lightbox-close{position:absolute;right:20px;top:20px;width:45px;height:45px;border:0;border-radius:50%;background:#fff;color:var(--navy);display:grid;place-items:center}.reveal{opacity:0;transform:translateY(20px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}.legal-content{max-width:900px}.legal-content h2{font-size:1.7rem;margin-top:34px}.legal-content p,.legal-content li{color:var(--muted)}
@media(max-width:1080px){.header-actions .btn-secondary{display:none}.nav a{padding:10px 8px;font-size:.84rem}.card-grid,.vehicle-grid{grid-template-columns:repeat(2,1fr)}.booking-card{grid-template-columns:repeat(3,1fr)}.booking-card .btn{grid-column:span 3}.tour-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:860px){.topbar{display:none}.header-inner{min-height:75px}.brand{min-width:0}.brand img{width:185px;height:61px}.mobile-toggle{display:flex}.header-actions .btn{display:none}.nav{position:fixed;left:20px;right:20px;top:78px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;padding:12px;display:none;flex-direction:column;align-items:stretch}.nav.open{display:flex}.nav a{padding:13px}.hero{padding-top:48px}.hero-grid,.grid-2,.contact-grid{grid-template-columns:1fr}.hero-media{max-width:620px}.hero-badge{left:15px}.booking-card{grid-template-columns:repeat(2,1fr)}.booking-card .btn{grid-column:span 2}.stats{grid-template-columns:repeat(2,1fr)}.reviews-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.cta{display:block}.cta-actions{margin-top:22px}.whatsapp-float{bottom:82px}.mobile-bar{display:grid;grid-template-columns:repeat(3,1fr);position:fixed;left:0;right:0;bottom:0;z-index:45;background:#fff;border-top:1px solid var(--line);box-shadow:0 -8px 25px rgba(11,31,58,.08)}.mobile-bar a{display:grid;place-items:center;padding:9px;color:var(--navy);font-size:.72rem;font-weight:800}.mobile-bar .icon{font-size:1.2rem;color:var(--orange)}body{padding-bottom:64px}.site-footer{padding-bottom:50px}}
@media(max-width:600px){.container{width:min(100% - 26px,var(--container))}.hero{padding:38px 0 48px}.hero-grid{gap:34px}h1{font-size:2.55rem}.hero-trust{grid-template-columns:1fr}.hero-thumb{width:108px;height:82px;right:8px}.hero-badge{position:relative;left:auto;bottom:auto;margin:-25px 14px 0;width:max-content}.booking-strip{margin-top:-15px}.booking-card{grid-template-columns:1fr}.booking-card .btn{grid-column:auto}.section{padding:62px 0}.section-head{display:block}.card-grid,.vehicle-grid,.tour-grid,.reviews-grid,.info-grid{grid-template-columns:1fr}.tour-card{min-height:350px}.check-grid{grid-template-columns:1fr}.stats{gap:10px}.stat{padding:18px 8px}.gallery-grid{columns:2 145px;column-gap:10px}.gallery-item{margin-bottom:10px}.cta{padding:28px 22px}.cta-actions .btn{width:100%}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.footer-legal{margin-top:10px;flex-wrap:wrap}.page-hero{padding:72px 0 54px}.map-frame{min-height:410px}.topbar-links{gap:10px}}

/* =========================================================
   VERSION 3.0 — PREMIUM FULL-WIDTH, MOBILE-FIRST OVERRIDES
   ========================================================= */
:root{
  --container:1500px;
  --shadow-soft:0 14px 40px rgba(11,31,58,.08);
  --shadow-premium:0 22px 60px rgba(11,31,58,.14);
}
html,body{max-width:100%;overflow-x:hidden}
body.version-3{background:#fff}
.version-3 .container{width:min(var(--container),calc(100% - 64px));max-width:none}
.version-3 .section{padding:88px 0}
.version-3 .section-sm{padding:64px 0}
.version-3 .bg-soft{background:linear-gradient(180deg,#f7f9fc 0%,#f2f6fb 100%)}
.version-3 .bg-cream{background:linear-gradient(180deg,#fff9f4 0%,#fff4eb 100%)}

/* Header */
.version-3 .topbar{background:linear-gradient(90deg,#07172c,#102b4d)}
.version-3 .topbar-inner{height:40px}
.version-3 .site-header{background:rgba(255,255,255,.97);box-shadow:0 7px 25px rgba(11,31,58,.045)}
.version-3 .header-inner{min-height:90px;gap:30px}
.version-3 .brand{min-width:340px;max-width:390px}
.version-3 .brand img{width:100%;height:72px;object-fit:contain;object-position:left center}
.version-3 .nav{margin-left:auto;gap:4px}
.version-3 .nav a{font-size:.94rem;padding:11px 14px;border-radius:999px}
.version-3 .nav a:hover,.version-3 .nav a.active{background:#fff1e8;color:var(--orange2);box-shadow:inset 0 0 0 1px #ffd7c1}
.version-3 .header-actions{margin-left:4px}
.version-3 .header-actions:has(.mobile-toggle){display:flex}

/* Home hero */
.version-3 .hero{padding:72px 0 68px;background:
  radial-gradient(circle at 88% 5%,rgba(255,107,26,.14),transparent 28%),
  radial-gradient(circle at 6% 88%,rgba(19,46,82,.08),transparent 26%),
  linear-gradient(120deg,#fff 0%,#fffaf6 55%,#f0f6fd 100%)}
.version-3 .hero-grid{grid-template-columns:minmax(0,.9fr) minmax(540px,1.1fr);gap:64px}
.version-3 .hero h1{font-size:clamp(2.65rem,4.1vw,4.65rem);max-width:820px;letter-spacing:-.045em;margin-bottom:20px}
.version-3 .hero-highlight{display:inline-block;font-size:.58em;line-height:1.25;letter-spacing:-.025em;margin-top:10px;color:var(--orange2)}
.version-3 .hero p{font-size:1.06rem;max-width:720px;line-height:1.8;margin-bottom:28px}
.version-3 .hero-actions{margin-top:26px;gap:14px}
.version-3 .hero-frame{aspect-ratio:16/10;border-radius:26px;box-shadow:var(--shadow-premium);border:7px solid rgba(255,255,255,.82)}
.version-3 .hero-frame img{object-position:center}
.version-3 .hero-frame:after{background:linear-gradient(180deg,transparent 68%,rgba(11,31,58,.18))}
.version-3 .booking-strip{margin-top:-28px}
.version-3 .booking-card{border-radius:20px;padding:20px;box-shadow:0 22px 60px rgba(11,31,58,.12);border:1px solid rgba(215,222,232,.9)}

/* Section headings */
.version-3 .section-head{margin-bottom:38px}
.version-3 .section-head.center{max-width:900px;margin-bottom:42px}
.version-3 .section-head p{font-size:1rem;line-height:1.75}
.version-3 h2{font-size:clamp(2rem,3.15vw,3.25rem)}
.version-3 .eyebrow{letter-spacing:.13em}

/* About preview and ticket points */
.version-3 .grid-2{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:68px}
.version-3 .media-card{border-radius:24px;box-shadow:var(--shadow-premium)}
.version-3 .answer-box{background:linear-gradient(135deg,#fff7f0,#fff);border:1px solid #ffd9c5;border-left:5px solid var(--orange);box-shadow:0 10px 30px rgba(255,107,26,.07)}
.version-3 .check-grid{gap:14px;margin:28px 0}
.version-3 .check-item,.version-3 .trust-ticket{
  position:relative;min-height:74px;padding:16px 17px 16px 58px;border:1px solid #e4eaf2;border-radius:16px;
  background:linear-gradient(145deg,#fff,#f9fbfe);box-shadow:0 9px 25px rgba(11,31,58,.055);
  display:flex;align-items:center;font-size:.9rem;font-weight:800;color:#32425a;overflow:hidden
}
.version-3 .check-item:after{content:"";position:absolute;left:-7px;top:50%;width:14px;height:14px;background:#fff;border:1px solid #e4eaf2;border-radius:50%;transform:translateY(-50%)}
.version-3 .check-item .icon{position:absolute;left:17px;top:50%;transform:translateY(-50%);width:27px;height:27px;color:var(--orange2);margin:0;padding:6px;border-radius:10px;background:#fff0e8}
.version-3 .btn-premium{background:var(--navy);color:#fff;border-color:var(--navy);box-shadow:0 13px 30px rgba(11,31,58,.18)}
.version-3 .btn-premium:hover{background:var(--orange2);border-color:var(--orange2);color:#fff}

/* Stats */
.version-3 .stats{gap:18px}
.version-3 .stat{border-radius:20px;padding:27px 18px;border:1px solid #e5eaf2;box-shadow:var(--shadow-soft)}
.version-3 .stat strong{font-size:2.15rem}

/* Service cards */
.version-3 .card-grid{gap:22px}
.version-3 .card{position:relative;border-radius:22px;padding:26px 25px;border:1px solid #e1e7ef;box-shadow:var(--shadow-soft);overflow:hidden}
.version-3 .card:before{content:"";position:absolute;left:0;top:0;width:100%;height:4px;background:linear-gradient(90deg,var(--orange),#ffad75)}
.version-3 .card:hover{transform:translateY(-7px);box-shadow:var(--shadow-premium);border-color:#ffc5a4}
.version-3 .icon-box{width:58px;height:58px;border-radius:18px;background:linear-gradient(135deg,#ffefe5,#fff7f1);color:var(--orange2);font-size:1.55rem;box-shadow:inset 0 0 0 1px #ffd4bd,0 8px 20px rgba(255,107,26,.11)}
.version-3 .card h3{font-size:1.16rem;margin-bottom:10px}
.version-3 .card p{line-height:1.7}

/* Vehicle cards */
.version-3 .vehicle-grid{gap:22px}
.version-3 .vehicle-card{border-radius:22px;border:1px solid #dfe6ef;box-shadow:var(--shadow-soft);background:#fff}
.version-3 .vehicle-card:hover{transform:translateY(-7px);box-shadow:var(--shadow-premium);border-color:#ffc5a4}
.version-3 .vehicle-image{aspect-ratio:4/3;background:linear-gradient(145deg,#eef3f8,#e6edf5)}
.version-3 .vehicle-image img{object-fit:cover}
.version-3 .vehicle-image img[src*="coach-22-v3"]{object-position:center}
.version-3 .vehicle-body{padding:21px}
.version-3 .vehicle-card h3{font-size:1.16rem}
.version-3 .feature-list{min-height:84px}
.version-3 .vehicle-card .text-link{width:100%;min-height:43px;justify-content:center;padding:9px 14px;border-radius:12px;background:#fff1e8;border:1px solid #ffd3bb;font-weight:900;color:var(--orange2)}
.version-3 .vehicle-card .text-link:hover{background:var(--orange2);color:#fff;border-color:var(--orange2)}

/* Tour cards: image first, content below — no overlay */
.version-3 .tour-grid{gap:24px;align-items:stretch}
.version-3 .tour-card,.version-3 .tour-card-v3{position:relative;min-height:0;display:flex;flex-direction:column;color:var(--text);background:#fff;border:1px solid #dfe6ef;border-radius:22px;overflow:hidden;box-shadow:var(--shadow-soft);isolation:auto;transition:.28s ease}
.version-3 .tour-card:hover{transform:translateY(-7px);box-shadow:var(--shadow-premium);border-color:#ffc5a4}
.version-3 .tour-card:after{display:none}
.version-3 .tour-card img{position:static;width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;z-index:auto}
.version-3 .tour-content{position:static;inset:auto;padding:24px;display:flex;flex-direction:column;flex:1}
.version-3 .tour-card h3{color:var(--navy);font-size:1.42rem;margin-bottom:10px}
.version-3 .tour-card p{color:var(--muted);font-size:.94rem;line-height:1.7;margin:0}
.version-3 .chips{margin:17px 0 20px;gap:8px}
.version-3 .chip{background:#fff1e8;color:#b84008;border:1px solid #ffd6c0;backdrop-filter:none;padding:6px 10px}
.version-3 .tour-card .btn{margin-top:auto;align-self:flex-start}

/* Gallery */
.version-3 .gallery-grid,.version-3 .gallery-grid-v3{columns:auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.version-3 .gallery-item{margin:0;border-radius:18px;border:1px solid #e0e7f0;box-shadow:0 10px 30px rgba(11,31,58,.08);aspect-ratio:4/3;background:#eef3f7}
.version-3 .gallery-item img{width:100%;height:100%;object-fit:cover}
.version-3 .gallery-item:hover{box-shadow:var(--shadow-premium);transform:translateY(-3px)}
.version-3 .gallery-item:after{content:"View Photo";opacity:1;transform:none;background:rgba(7,23,44,.78);right:11px;bottom:11px}
.version-3 .home-gallery .gallery-item:nth-child(1),.version-3 .home-gallery .gallery-item:nth-child(6){grid-column:span 2}

/* Reviews */
.version-3 .reviews-grid{gap:22px}
.version-3 .review-card{border-radius:22px;padding:27px;border:1px solid #e1e7ef;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;min-height:100%}
.version-3 .review-card blockquote{font-size:.96rem;line-height:1.78;flex:1;margin:15px 0 21px}
.version-3 .review-author{display:block;border-top:1px solid var(--line);padding-top:15px;color:var(--navy)}
.version-3 .review-author strong{font-size:.95rem}
.version-3 .author-main,.version-3 .avatar,.version-3 .route{display:none!important}

/* Page heroes */
.version-3 .page-hero{padding:92px 0 82px;min-height:470px;display:flex;align-items:center}
.version-3 .page-hero img{opacity:.5;object-position:center}
.version-3 .page-hero:after{background:linear-gradient(90deg,rgba(6,22,42,.96) 0%,rgba(9,34,64,.82) 48%,rgba(11,31,58,.4) 100%)}
.version-3 .page-hero .container{max-width:none}
.version-3 .page-hero h1{font-size:clamp(2.55rem,4.8vw,4.7rem);max-width:950px}
.version-3 .page-hero p{font-size:1.08rem;line-height:1.75;max-width:780px}
.version-3 .page-hero .hero-actions{margin-top:28px}
.version-3 .page-hero .btn-secondary{background:rgba(255,255,255,.96);border-color:rgba(255,255,255,.9)}

/* General info / content cards */
.version-3 .info-grid{gap:22px}
.version-3 .info-card{border-radius:21px;padding:26px;border:1px solid #e1e7ef;box-shadow:var(--shadow-soft)}
.version-3 .info-card:hover{box-shadow:var(--shadow-premium);transform:translateY(-4px);transition:.25s}

/* CTA */
.version-3 .cta{border-radius:24px;padding:44px 46px;background:linear-gradient(120deg,#071a33 0%,#123b69 70%,#15497f 100%);box-shadow:var(--shadow-premium)}
.version-3 .cta h2{font-size:clamp(1.8rem,3vw,3rem);max-width:900px}
.version-3 .cta p{max-width:900px}

/* Contact and map */
.version-3 .contact-grid{grid-template-columns:.84fr 1.16fr;gap:34px;align-items:stretch}
.version-3 .contact-card{border-radius:24px;padding:32px;border:1px solid #e0e7ef;box-shadow:var(--shadow-soft)}
.version-3 .map-frame{border-radius:24px;min-height:550px;box-shadow:var(--shadow-premium);border:1px solid #dfe6ef}
.version-3 .map-frame iframe{min-height:550px}

/* Footer */
.version-3 .site-footer{background:linear-gradient(135deg,#061326,#0b2340);padding-top:72px}
.version-3 .footer-brand img{width:min(360px,100%);max-height:110px;background:#fff;border-radius:14px;padding:7px;object-fit:contain}
.version-3 .footer-grid{gap:46px}

/* WhatsApp float — visible icon and label */
.version-3 .whatsapp-float{right:24px;bottom:24px;width:auto;height:58px;min-width:58px;border-radius:999px;padding:0 18px 0 15px;display:flex;gap:9px;background:#1faf5d;color:#fff;border:2px solid #fff;box-shadow:0 14px 34px rgba(25,163,91,.38);z-index:60}
.version-3 .whatsapp-mark{width:29px;height:29px;display:block}
.version-3 .whatsapp-float-label{font-size:.84rem;font-weight:900;letter-spacing:.01em}
.version-3 .whatsapp-float:hover{background:#168b4a;transform:translateY(-2px)}

/* Forms */
.version-3 .field input,.version-3 .field select,.version-3 .field textarea{min-height:48px;background:#fff;border-color:#d3dce7}

@media(max-width:1240px){
  .version-3 .container{width:calc(100% - 44px)}
  .version-3 .brand{min-width:285px;max-width:310px}
  .version-3 .nav a{padding:10px 10px;font-size:.86rem}
  .version-3 .hero-grid{grid-template-columns:1fr 1fr;gap:42px}
  .version-3 .card-grid,.version-3 .vehicle-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:980px){
  .version-3 .container{width:calc(100% - 36px)}
  .version-3 .topbar{display:none}
  .version-3 .header-inner{min-height:78px}
  .version-3 .brand{min-width:0;max-width:275px}
  .version-3 .brand img{height:60px}
  .version-3 .mobile-toggle{display:flex}
  .version-3 .nav{position:fixed;left:18px;right:18px;top:82px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-premium);border-radius:18px;padding:12px;display:none;flex-direction:column;align-items:stretch;margin:0}
  .version-3 .nav.open{display:flex}
  .version-3 .nav a{padding:13px 15px;font-size:.95rem;border-radius:11px}
  .version-3 .hero-grid,.version-3 .grid-2,.version-3 .contact-grid{grid-template-columns:1fr}
  .version-3 .hero-grid{gap:38px}
  .version-3 .hero-media{max-width:none}
  .version-3 .card-grid,.version-3 .vehicle-grid,.version-3 .gallery-grid,.version-3 .gallery-grid-v3{grid-template-columns:repeat(2,minmax(0,1fr))}
  .version-3 .tour-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .version-3 .reviews-grid{grid-template-columns:1fr 1fr}
  .version-3 .home-gallery .gallery-item:nth-child(1),.version-3 .home-gallery .gallery-item:nth-child(6){grid-column:auto}
  .version-3 .whatsapp-float{bottom:82px}
}
@media(max-width:680px){
  .version-3 .container{width:calc(100% - 28px)}
  .version-3 .section{padding:64px 0}
  .version-3 .section-sm{padding:48px 0}
  .version-3 .header-inner{min-height:72px;gap:12px}
  .version-3 .brand{max-width:245px}
  .version-3 .brand img{height:54px}
  .version-3 .hero{padding:43px 0 52px}
  .version-3 .hero h1{font-size:2.52rem}
  .version-3 .hero-highlight{font-size:.56em;margin-top:8px}
  .version-3 .hero p{font-size:.96rem}
  .version-3 .hero-frame{border-width:4px;border-radius:20px}
  .version-3 .booking-strip{margin-top:-12px}
  .version-3 .booking-card{padding:15px}
  .version-3 .section-head{display:block;margin-bottom:28px}
  .version-3 .check-grid{grid-template-columns:1fr}
  .version-3 .stats{grid-template-columns:repeat(2,1fr)}
  .version-3 .card-grid,.version-3 .vehicle-grid,.version-3 .tour-grid,.version-3 .gallery-grid,.version-3 .gallery-grid-v3,.version-3 .reviews-grid,.version-3 .info-grid{grid-template-columns:1fr}
  .version-3 .gallery-item{aspect-ratio:4/3}
  .version-3 .tour-card img{aspect-ratio:16/10}
  .version-3 .page-hero{padding:68px 0 60px;min-height:420px}
  .version-3 .page-hero h1{font-size:2.55rem}
  .version-3 .page-hero p{font-size:.98rem}
  .version-3 .page-hero .hero-actions .btn{width:100%}
  .version-3 .cta{padding:30px 23px}
  .version-3 .cta-actions .btn{width:100%}
  .version-3 .map-frame,.version-3 .map-frame iframe{min-height:420px}
  .version-3 .whatsapp-float{right:14px;width:56px;min-width:56px;height:56px;padding:0;justify-content:center}
  .version-3 .whatsapp-float-label{display:none}
  .version-3 .footer-brand img{width:100%;max-width:330px}
}
@media(max-width:390px){
  .version-3 .brand{max-width:215px}
  .version-3 .hero h1,.version-3 .page-hero h1{font-size:2.2rem}
}

/* =========================================================
   FINAL 3.1 — QUALITY, ALIGNMENT & LOCAL-PREVIEW FIXES
   ========================================================= */
.svg-sprite{position:absolute!important;width:0!important;height:0!important;overflow:hidden!important;visibility:hidden!important}
.version-3 .icon-box .icon{width:28px;height:28px;display:block}

/* Clean navigation: no active/hover pill box */
.version-3 .nav a{position:relative;border-radius:0;background:transparent!important;box-shadow:none!important;color:#344054;transition:color .22s ease}
.version-3 .nav a::after{content:"";position:absolute;left:14px;right:14px;bottom:5px;height:2px;border-radius:3px;background:var(--orange2);transform:scaleX(0);transform-origin:center;transition:transform .22s ease}
.version-3 .nav a:hover,.version-3 .nav a.active{background:transparent!important;box-shadow:none!important;color:var(--orange2)}
.version-3 .nav a:hover::after,.version-3 .nav a.active::after{transform:scaleX(1)}

/* Standardise button size and perfectly centre labels/icons */
.version-3 .btn{min-height:50px;line-height:1.2;text-align:center;white-space:nowrap;vertical-align:middle}
.version-3 .hero-actions{align-items:stretch}
.version-3 .hero-actions .btn{min-width:190px}
.version-3 .page-hero .hero-actions .btn{min-width:215px}
.version-3 .cta-actions{align-items:stretch}
.version-3 .cta-actions .btn{min-width:185px}
.version-3 form .btn{min-width:210px}

/* Keep icon cards visually complete */
.version-3 .card .icon-box,.version-3 .info-card .icon-box{display:grid;place-items:center}
.version-3 .card .icon-box:empty,.version-3 .info-card .icon-box:empty{display:none}
.version-3 .info-card{position:relative;overflow:hidden}
.version-3 .info-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(var(--orange),var(--orange2));opacity:.75}

/* Balanced premium HOME gallery preview only — full gallery page stays unchanged */
.version-3 .home-gallery{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:190px;gap:16px;align-items:stretch}
.version-3 .home-gallery .gallery-item{grid-column:span 3;grid-row:span 1;aspect-ratio:auto;min-height:0;margin:0}
.version-3 .home-gallery .gallery-preview-1{grid-column:span 6;grid-row:span 2}
.version-3 .home-gallery .gallery-preview-2,.version-3 .home-gallery .gallery-preview-3,.version-3 .home-gallery .gallery-preview-4,.version-3 .home-gallery .gallery-preview-5{grid-column:span 3}
.version-3 .home-gallery .gallery-preview-6,.version-3 .home-gallery .gallery-preview-7,.version-3 .home-gallery .gallery-preview-8{grid-column:span 4;grid-row:span 1}
.version-3 .home-gallery .gallery-item img{width:100%;height:100%;object-fit:cover;object-position:center}
.version-3 .home-gallery .gallery-item:after{right:12px;bottom:12px}

/* Home review cards: stars, review and customer name only */
.version-3 .review-name{border-top:1px solid var(--line);padding-top:15px;color:var(--navy);font-weight:900;font-size:.98rem}
.version-3 .review-card .review-author{display:block;border:0;padding:0}
.version-3 .review-card .review-author .review-name{display:block}

/* Compact professional footer */
.version-3 .site-footer{padding:54px 0 26px}
.version-3 .footer-grid{gap:38px;align-items:start}
.version-3 .footer-brand img{max-height:96px}
.version-3 .footer-brand p,.version-3 .footer-col p{margin:10px 0;font-size:.9rem;line-height:1.65}
.version-3 .footer-links{gap:7px}
.version-3 .footer-links a{font-size:.9rem;line-height:1.55}
.version-3 .footer-bottom{margin-top:28px;padding-top:18px;align-items:center}

/* Original round WhatsApp icon only */
.version-3 .whatsapp-float{right:24px;bottom:24px;width:58px!important;min-width:58px!important;height:58px!important;padding:0!important;border-radius:50%!important;display:grid!important;place-items:center!important;gap:0!important}
.version-3 .whatsapp-mark{width:31px;height:31px;display:block}

/* Smooth, consistent motion across all pages */
.version-3 .card,.version-3 .vehicle-card,.version-3 .tour-card,.version-3 .gallery-item,.version-3 .review-card,.version-3 .info-card,.version-3 .stat,.version-3 .trust-ticket,.version-3 .media-card,.version-3 .contact-card,.version-3 .quote-panel{transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease,opacity .65s ease}
.version-3 .reveal{transform:translateY(22px) scale(.992)}
.version-3 .reveal.visible{transform:none}

@media(max-width:980px){
  .version-3 .nav a::after{left:15px;right:auto;width:34px;bottom:7px;transform-origin:left}
  .version-3 .home-gallery{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:auto;gap:14px}
  .version-3 .home-gallery .gallery-item,.version-3 .home-gallery .gallery-preview-1,.version-3 .home-gallery .gallery-preview-2,.version-3 .home-gallery .gallery-preview-3,.version-3 .home-gallery .gallery-preview-4,.version-3 .home-gallery .gallery-preview-5,.version-3 .home-gallery .gallery-preview-6,.version-3 .home-gallery .gallery-preview-7,.version-3 .home-gallery .gallery-preview-8{grid-column:span 1;grid-row:span 1;aspect-ratio:4/3}
  .version-3 .page-hero .hero-actions .btn{min-width:200px}
}
@media(max-width:680px){
  .version-3 .btn,.version-3 .hero-actions .btn,.version-3 .page-hero .hero-actions .btn,.version-3 .cta-actions .btn,.version-3 form .btn{width:100%;min-width:0;white-space:normal}
  .version-3 .section-head .btn{width:auto;min-width:0;margin-top:18px}
  .version-3 .home-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .version-3 .home-gallery .gallery-item{aspect-ratio:4/3;border-radius:14px}
  .version-3 .home-gallery .gallery-item:after{font-size:.64rem;padding:4px 8px;right:7px;bottom:7px}
  .version-3 .site-footer{padding:46px 0 20px}
  .version-3 .footer-grid{gap:30px}
  .version-3 .footer-bottom{margin-top:22px;padding-top:16px}
  .version-3 .whatsapp-float{right:14px;bottom:82px}
}
@media(max-width:360px){
  .version-3 .home-gallery{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
  .reveal{opacity:1!important;transform:none!important}
}

/* =========================================================
   VERSION 4.0 — FINAL RESPONSIVE PRODUCTION AUDIT
   Mobile-first correction pass after Version 3.1
   ========================================================= */
body.version-4{
  overflow-x:hidden;
  background:#fff;
  --mobile-bar-height:68px;
  --safe-inline:clamp(14px,4vw,24px);
}
body.version-4 main{overflow:clip}
body.version-4 .container{max-width:100%}
body.version-4 .header-inner{justify-content:space-between}
body.version-4 .brand{flex:0 1 auto}
body.version-4 .header-actions{margin-left:0;flex:0 0 auto}
body.version-4 .mobile-toggle{
  flex:0 0 auto;
  color:var(--orange2);
  background:#fffaf6;
  border-color:#f3cdb8;
  box-shadow:0 5px 16px rgba(11,31,58,.07);
}
body.version-4 .mobile-toggle .icon{width:24px;height:24px;stroke-width:2.2}
body.version-4 .nav a{background:transparent!important}
body.version-4 .btn{
  text-align:center;
  line-height:1.2;
  gap:10px;
}
body.version-4 .btn .icon{width:20px;height:20px;flex:0 0 20px}
body.version-4 .btn .icon-whatsapp{width:22px;height:22px;flex-basis:22px;stroke-width:1.8}
body.version-4 .section-head h2,
body.version-4 .content-block h2,
body.version-4 .page-hero h1,
body.version-4 .footer-contact-item span{overflow-wrap:anywhere}
body.version-4 .media-card img,
body.version-4 .vehicle-image img,
body.version-4 .tour-card img,
body.version-4 .gallery-item img{backface-visibility:hidden}

/* More balanced desktop canvas without making content feel boxed. */
@media (min-width:1200px){
  body.version-4 .container{width:min(1240px,calc(100% - 64px))}
  body.version-4 .hero{padding:68px 0 60px}
  body.version-4 .hero-grid{grid-template-columns:1.02fr .98fr;gap:54px;min-height:540px}
  body.version-4 .hero-frame{max-height:560px}
  body.version-4 .section{padding:78px 0}
  body.version-4 .footer-grid{grid-template-columns:1.22fr .72fr .88fr 1.1fr;gap:42px}
}

/* Home hero: strong desktop layout and a deliberate mobile crop. */
body.version-4 .hero-frame img{object-position:center 43%}
body.version-4 .hero-actions{align-items:stretch}
body.version-4 .booking-card > .btn{align-self:stretch}
body.version-4 .home-about-section .media-card img{object-position:center 50%}
body.version-4 .home-about-section .media-card{background:#e8edf3}

/* Compact, even statistics. */
body.version-4 .stats{align-items:stretch}
body.version-4 .stat{
  min-height:142px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:22px 14px;
}
body.version-4 .stat strong{font-size:clamp(2rem,3vw,2.55rem)}
body.version-4 .stat span{line-height:1.35}

/* Inner-page heroes: clear image, shorter vertical footprint, controlled text width. */
body.version-4 .page-hero{
  min-height:430px;
  padding:76px 0 68px;
  align-items:center;
}
body.version-4 .page-hero img{opacity:.48;object-position:center 42%}
body.version-4 .page-hero:after{background:linear-gradient(90deg,rgba(5,21,41,.95) 0%,rgba(8,31,59,.82) 53%,rgba(10,31,57,.43) 100%)}
body.version-4 .page-hero .container{max-width:1240px}
body.version-4 .page-hero h1{font-size:clamp(2.45rem,4.5vw,4.35rem);max-width:930px}
body.version-4 .page-hero p{max-width:760px;line-height:1.7}
body.version-4 .page-hero .hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
body.version-4.page-about .page-hero img{object-position:center 46%}
body.version-4.page-gallery .page-hero img,
body.version-4.page-customer-reviews .page-hero img{object-position:center 38%}
body.version-4.page-vehicles .page-hero img{object-position:center 52%}
body.version-4.page-services .page-hero img,
body.version-4.page-faq .page-hero img{object-position:center 44%}

/* Footer component shared by every page. */
body.version-4 .site-footer{padding:50px 0 22px;background:linear-gradient(135deg,#061326,#0b2340)}
body.version-4 .footer-grid{align-items:start}
body.version-4 .footer-brand img{
  width:min(320px,100%);
  max-height:92px;
  padding:6px;
  border-radius:13px;
  object-fit:contain;
  object-position:left center;
  background:#fff;
}
body.version-4 .footer-brand p{margin:10px 0 0;font-size:.88rem;line-height:1.62}
body.version-4 .footer-tagline strong{color:#fff}
body.version-4 .footer-col h3{margin:0 0 13px;font-size:1.02rem}
body.version-4 .footer-links{gap:6px}
body.version-4 .footer-links a{font-size:.88rem;line-height:1.48}
body.version-4 .footer-contact-list{display:grid;gap:10px}
body.version-4 .footer-contact-item{
  display:grid;
  grid-template-columns:20px minmax(0,1fr);
  gap:10px;
  align-items:start;
  color:#b9c5d4;
  font-size:.86rem;
  line-height:1.5;
  min-width:0;
}
body.version-4 a.footer-contact-item:hover{color:#fff}
body.version-4 .footer-contact-item .icon{width:19px;height:19px;color:#ff8a49;margin-top:2px}
body.version-4 .footer-contact-item strong{color:#fff}
body.version-4 .footer-bottom{
  margin-top:26px;
  padding-top:17px;
  align-items:center;
  font-size:.8rem;
}
body.version-4 .footer-legal{gap:14px;flex-wrap:wrap}

/* Floating action is intentionally desktop/tablet only; mobile already has WhatsApp in the sticky bar. */
body.version-4 .whatsapp-float{
  right:22px;
  bottom:22px;
  width:58px!important;
  min-width:58px!important;
  height:58px!important;
  padding:0!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  z-index:56;
}
body.version-4 .whatsapp-mark{width:31px;height:31px}

/* Tablet and small-laptop audit. */
@media (max-width:1100px){
  body.version-4 .container{width:calc(100% - 40px)}
  body.version-4 .card-grid,
  body.version-4 .vehicle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.version-4 .tour-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.version-4 .footer-grid{grid-template-columns:1.1fr .72fr .9fr;gap:30px}
  body.version-4 .footer-contact{grid-column:1/-1}
  body.version-4 .footer-contact-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 24px}
}

@media (max-width:980px){
  body.version-4 .topbar{display:none}
  body.version-4 .header-inner{width:calc(100% - 32px);min-height:76px;gap:12px}
  body.version-4 .brand{margin-right:auto;min-width:0;max-width:285px}
  body.version-4 .brand img{width:100%;height:58px;object-fit:contain;object-position:left center}
  body.version-4 .mobile-toggle{display:flex;margin-left:auto}
  body.version-4 .nav{
    left:16px;
    right:16px;
    top:80px;
    max-height:calc(100dvh - 96px);
    overflow-y:auto;
    z-index:80;
  }
  body.version-4 .nav a{padding:12px 15px}
  body.version-4 .hero-grid{grid-template-columns:1fr;gap:30px}
  body.version-4 .hero-media{max-width:none}
  body.version-4 .page-hero{min-height:380px;padding:58px 0 52px}
  body.version-4 .page-hero .container{width:calc(100% - 40px)}
  body.version-4 .contact-grid{grid-template-columns:1fr;gap:28px}
  body.version-4 .map-frame,
  body.version-4 .map-frame iframe{min-height:420px}
  body.version-4 .reviews-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* Phone layout: all eleven correction groups are resolved here. */
@media (max-width:767px){
  body.version-4{--mobile-bar-height:66px}
  body.version-4 .container{width:calc(100% - 28px)}

  /* Header: logo left, orange menu at the true far right. */
  body.version-4 .header-inner{width:calc(100% - 24px);min-height:70px;padding:5px 0;gap:9px}
  body.version-4 .brand{width:min(72vw,255px);max-width:255px;margin-right:auto}
  body.version-4 .brand img{height:54px}
  body.version-4 .mobile-toggle{width:44px;height:44px;border-radius:12px;margin-left:auto}
  body.version-4 .nav{left:12px;right:12px;top:73px;padding:9px;border-radius:15px}
  body.version-4 .nav a{padding:11px 13px;font-size:.91rem}

  /* Home hero: image appears immediately, copy/buttons are compact, no long first screen. */
  body.version-4 .hero{padding:18px 0 27px}
  body.version-4 .hero-grid{display:flex;flex-direction:column;gap:20px;min-height:0}
  body.version-4 .hero-media{order:-1;width:100%}
  body.version-4 .hero-frame{aspect-ratio:16/9;max-height:260px;border-width:3px;border-radius:18px;box-shadow:0 18px 45px rgba(11,31,58,.16)}
  body.version-4 .hero-frame img{object-position:center 42%}
  body.version-4 .hero .eyebrow{font-size:.68rem;letter-spacing:.08em;line-height:1.4;margin-bottom:8px}
  body.version-4 .hero h1{font-size:clamp(1.96rem,8.7vw,2.35rem);line-height:1.08;letter-spacing:-.038em;margin-bottom:12px}
  body.version-4 .hero-highlight{display:block;font-size:.54em;line-height:1.3;margin-top:9px}
  body.version-4 .hero p{font-size:.92rem;line-height:1.62;margin:0 0 16px}
  body.version-4 .hero .hero-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:14px}
  body.version-4 .hero .hero-actions .btn{width:100%;min-width:0;min-height:48px;padding:10px 12px;font-size:.87rem;white-space:normal}
  body.version-4 .booking-strip{margin-top:0;padding-top:0}
  body.version-4 .booking-card{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding:13px;border-radius:17px;box-shadow:0 10px 28px rgba(11,31,58,.08)}
  body.version-4 .booking-card > .btn{grid-column:1/-1;width:100%;min-height:48px}
  body.version-4 .field label{font-size:.66rem;margin-bottom:4px}
  body.version-4 .field input,
  body.version-4 .field select,
  body.version-4 .field textarea{min-height:44px;padding:10px;font-size:.85rem}

  /* Consistent section rhythm with targeted removal of the reported blank gaps. */
  body.version-4 .section{padding:46px 0}
  body.version-4 .section-sm{padding:34px 0}
  body.version-4 .home-about-section{padding-top:42px;padding-bottom:24px}
  body.version-4 .home-stats-section{padding-top:24px;padding-bottom:32px}
  body.version-4 .home-services-section{padding-top:42px}
  body.version-4 .home-gallery-section{padding-top:42px;padding-bottom:44px}
  body.version-4 .gallery-content-section{padding-top:38px}
  body.version-4 .section-head,
  body.version-4 .section-head.center{margin-bottom:22px}
  body.version-4 .section-head h2,
  body.version-4 .content-block h2{font-size:clamp(1.72rem,7.5vw,2.12rem);line-height:1.16;letter-spacing:-.025em}
  body.version-4 .section-head p,
  body.version-4 .content-block p{font-size:.92rem;line-height:1.66}
  body.version-4 .grid-2{gap:25px}
  body.version-4 .media-card.landscape{aspect-ratio:16/10;border-radius:18px}
  body.version-4 .home-about-section .media-card img{object-position:center 50%}
  body.version-4 .answer-box{padding:16px 17px;margin:18px 0;border-left-width:4px;font-size:.9rem}
  body.version-4 .check-grid{grid-template-columns:1fr;gap:8px;margin:17px 0}
  body.version-4 .trust-ticket{min-height:58px;padding:12px 14px;border-radius:14px;align-items:center;font-size:.88rem;line-height:1.42}
  body.version-4 .trust-ticket .icon{width:22px;height:22px;margin-top:0;color:var(--orange2)}

  /* Compact 2x2 statistics. */
  body.version-4 .stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  body.version-4 .stat{min-height:106px;padding:13px 8px;border-radius:16px}
  body.version-4 .stat strong{font-size:1.85rem;margin-bottom:6px}
  body.version-4 .stat span{font-size:.74rem;line-height:1.28}

  /* Cards and grids remain readable without oversized empty interiors. */
  body.version-4 .card-grid,
  body.version-4 .vehicle-grid,
  body.version-4 .tour-grid,
  body.version-4 .reviews-grid,
  body.version-4 .info-grid{grid-template-columns:1fr;gap:13px}
  body.version-4 .card,
  body.version-4 .info-card,
  body.version-4 .review-card{padding:19px;border-radius:18px}
  body.version-4 .icon-box{width:48px;height:48px;border-radius:14px;margin-bottom:12px}
  body.version-4 .vehicle-body{padding:18px}
  body.version-4 .feature-list{min-height:0}
  body.version-4 .tour-content{padding:19px}
  body.version-4 .tour-card h3{font-size:1.27rem}

  /* Inner heroes: shorter, smaller H1, hidden breadcrumb, compact side-by-side CTAs. */
  body.version-4 .page-hero{min-height:300px;padding:38px 0 36px}
  body.version-4 .page-hero img{opacity:.45;object-position:center 42%}
  body.version-4 .page-hero:after{background:linear-gradient(90deg,rgba(5,21,41,.93),rgba(8,31,59,.75))}
  body.version-4 .page-hero .container{width:calc(100% - 28px)}
  body.version-4 .page-hero .breadcrumbs{display:none}
  body.version-4 .page-hero .eyebrow{font-size:.64rem;letter-spacing:.07em;line-height:1.4;margin-bottom:8px}
  body.version-4 .page-hero h1{font-size:clamp(1.9rem,8.5vw,2.28rem);line-height:1.1;letter-spacing:-.035em;margin-bottom:11px;max-width:100%}
  body.version-4 .page-hero p{font-size:.9rem;line-height:1.58;margin:0;max-width:100%}
  body.version-4 .page-hero .hero-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:17px}
  body.version-4 .page-hero .hero-actions .btn{width:100%;min-width:0;min-height:47px;padding:9px 10px;font-size:.79rem;white-space:normal}
  body.version-4 .page-hero .hero-actions .btn .icon{width:19px;height:19px;flex-basis:19px}

  /* Gallery: remove the reported gap and keep filters compact. */
  body.version-4 .filter-row{gap:8px;margin:0 0 20px}
  body.version-4 .filter-btn{min-height:42px;padding:8px 14px;font-size:.84rem}
  body.version-4 .gallery-grid,
  body.version-4 .gallery-grid-v3{grid-template-columns:1fr;gap:13px}
  body.version-4 .gallery-item{border-radius:16px;aspect-ratio:4/3}
  body.version-4 .gallery-item:after{font-size:.67rem;padding:5px 9px;right:8px;bottom:8px}
  body.version-4 .home-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  body.version-4 .home-gallery .gallery-item{aspect-ratio:4/3;border-radius:14px}

  /* CTA/contact sections. */
  body.version-4 .cta{padding:24px 18px;border-radius:19px;gap:18px}
  body.version-4 .cta h2{font-size:clamp(1.55rem,7vw,1.95rem);line-height:1.18}
  body.version-4 .cta p{font-size:.9rem;line-height:1.6}
  body.version-4 .cta-actions{display:grid;grid-template-columns:1fr;gap:9px;width:100%}
  body.version-4 .cta-actions .btn{width:100%;min-width:0;min-height:48px}
  body.version-4 .contact-card{padding:20px;border-radius:19px}
  body.version-4 .contact-row{gap:11px;padding:12px 0;font-size:.88rem;overflow-wrap:anywhere}
  body.version-4 .map-frame,
  body.version-4 .map-frame iframe{min-height:330px;border-radius:18px}

  /* Compact mobile footer: two navigation columns, icon-led contact, no overlap. */
  body.version-4 .site-footer{padding:32px 0 calc(16px + var(--mobile-bar-height) + env(safe-area-inset-bottom))}
  body.version-4 .footer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 16px}
  body.version-4 .footer-brand{grid-column:1/-1}
  body.version-4 .footer-brand img{width:min(255px,80vw);max-height:74px;padding:5px}
  body.version-4 .footer-brand p{font-size:.79rem;line-height:1.5;margin:7px 0 0}
  body.version-4 .footer-service-copy{display:none}
  body.version-4 .footer-col h3{font-size:.95rem;margin-bottom:9px}
  body.version-4 .footer-links{gap:3px}
  body.version-4 .footer-links a{font-size:.76rem;line-height:1.38;padding:2px 0}
  body.version-4 .footer-contact{grid-column:1/-1}
  body.version-4 .footer-contact-list{grid-template-columns:1fr;gap:8px}
  body.version-4 .footer-contact-item{grid-template-columns:18px minmax(0,1fr);gap:8px;font-size:.78rem;line-height:1.42}
  body.version-4 .footer-contact-item .icon{width:17px;height:17px;margin-top:1px}
  body.version-4 .footer-bottom{display:flex;flex-direction:column;text-align:center;gap:8px;margin-top:17px;padding-top:13px;font-size:.71rem;line-height:1.45}
  body.version-4 .footer-legal{justify-content:center;gap:12px}

  /* One WhatsApp entry point on mobile: the sticky bar. */
  body.version-4 .whatsapp-float{display:none!important}
  body.version-4 .mobile-bar{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:70;
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr));
    min-height:calc(var(--mobile-bar-height) + env(safe-area-inset-bottom));
    padding-bottom:env(safe-area-inset-bottom);
    background:rgba(255,255,255,.98);
    border-top:1px solid #e4e8ee;
    box-shadow:0 -7px 22px rgba(11,31,58,.09);
    backdrop-filter:blur(12px);
  }
  body.version-4 .mobile-bar a{
    min-width:0;
    min-height:var(--mobile-bar-height);
    padding:7px 3px 6px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:3px;
    color:var(--navy);
    font-size:.75rem;
    font-weight:800;
  }
  body.version-4 .mobile-bar a:active{background:#fff5ee}
  body.version-4 .mobile-bar .icon{width:23px;height:23px;color:var(--orange2);stroke-width:2}
  body.version-4 .mobile-bar span{line-height:1.15}
}

@media (max-width:430px){
  body.version-4 .container{width:calc(100% - 24px)}
  body.version-4 .brand{width:min(70vw,238px)}
  body.version-4 .brand img{height:50px}
  body.version-4 .hero-frame{max-height:235px}
  body.version-4 .hero h1{font-size:1.98rem}
  body.version-4 .page-hero h1{font-size:1.94rem}
  body.version-4 .stat{min-height:101px}
  body.version-4 .footer-grid{gap:18px 13px}
}

@media (max-width:359px){
  body.version-4 .hero .hero-actions,
  body.version-4 .page-hero .hero-actions,
  body.version-4 .booking-card{grid-template-columns:1fr}
  body.version-4 .booking-card > .btn{grid-column:auto}
  body.version-4 .home-gallery{grid-template-columns:1fr}
  body.version-4 .footer-grid{grid-template-columns:1fr}
  body.version-4 .footer-brand,
  body.version-4 .footer-contact{grid-column:auto}
}

@media (prefers-reduced-motion:reduce){
  body.version-4 .reveal{opacity:1!important;transform:none!important}
}

/* Version 4.0 final micro-audit corrections. */
body.version-4{padding-bottom:0!important}
body.version-4 .trust-ticket{
  gap:11px;
  padding:15px 16px;
  overflow:visible;
}
body.version-4 .trust-ticket:after{display:none!important}
body.version-4 .trust-ticket .icon{
  position:static!important;
  left:auto!important;
  top:auto!important;
  transform:none!important;
  flex:0 0 28px;
  width:28px;
  height:28px;
  margin:0!important;
  padding:6px;
  border-radius:9px;
  background:#fff0e8;
  color:var(--orange2);
}
@media (min-width:768px){
  body.version-4 .mobile-bar{display:none!important}
}
@media (max-width:767px){
  body.version-4 .trust-ticket{min-height:58px;padding:11px 13px;gap:9px}
  body.version-4 .trust-ticket .icon{flex-basis:26px;width:26px;height:26px;padding:5px}
  body.version-4 .filter-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-width:350px;margin:0 auto 20px}
  body.version-4 .filter-row .filter-btn{width:100%}
}
