@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700;800&family=Poppins:wght@400;500;600;700;800&display=swap');

:root{--primary:#0071EB;--primary-dark:#005dc2;--green:#34E0A1;--gold:#F5B942;--white:#fff;--light:#F2F2F2;--soft:#F8FAFC;--charcoal:#2C2C2C;--muted:#6B7280;--border:#E5E7EB;--danger:#EF4444;--shadow-sm:0 4px 12px rgba(0,0,0,.08);--shadow-md:0 10px 25px rgba(0,0,0,.12);--shadow-lg:0 20px 45px rgba(0,0,0,.16);--radius-sm:10px;--radius-md:18px;--radius-lg:28px;--container:1200px}
*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:'Poppins',Arial,sans-serif;color:var(--charcoal);background:var(--white);line-height:1.6}body.modal-open{overflow:hidden}img{max-width:100%;display:block;object-fit:cover}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}button{cursor:pointer;border:0}.container{width:min(var(--container),calc(100% - 32px));margin-inline:auto}.section{padding:82px 0}.section-soft{background:var(--soft)}.eyebrow{display:inline-flex;gap:8px;align-items:center;padding:7px 13px;border-radius:999px;background:rgba(52,224,161,.15);color:#0a7a56;font-weight:700;font-size:.82rem}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:30px}.section-head h2,.section-title{font-size:clamp(1.8rem,3vw,2.65rem);line-height:1.1;margin-top:10px}.section-head p,.section-subtitle{color:var(--muted);max-width:680px;margin-top:10px}.see-link{color:var(--primary);font-weight:700}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 20px;border-radius:999px;font-weight:700;transition:.25s ease;white-space:nowrap}.btn-primary{background:var(--primary);color:var(--white);box-shadow:0 12px 24px rgba(0,113,235,.23)}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px)}.btn-green{background:var(--green);color:#063e2d}.btn-green:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}.btn-outline{border:1px solid var(--border);background:var(--white);color:var(--charcoal)}.btn-outline:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-2px)}.btn-gold{background:var(--gold);color:#36230b}.btn:active{transform:translateY(0) scale(.99)}.card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden;transition:.28s ease}.card:hover{transform:translateY(-7px);box-shadow:var(--shadow-md)}
::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#edf1f7}::-webkit-scrollbar-thumb{background:#bfd4ed;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}
.header{position:sticky;top:0;z-index:999;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);box-shadow:0 6px 24px rgba(22,34,51,.08)}.nav-wrap{height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;flex-direction:column;line-height:1.05}.brand b{font-size:1.45rem;color:var(--primary);font-weight:800;letter-spacing:-.7px}.brand span{font-size:.7rem;color:var(--muted);font-weight:600}.nav-links{display:flex;align-items:center;gap:22px;font-weight:600;color:#374151}.nav-links a{transition:.2s}.nav-links a:hover,.nav-links a.active{color:var(--primary)}.nav-actions{display:flex;align-items:center;gap:10px}.mini-search{display:flex;align-items:center;gap:10px;padding:10px 14px;border:1px solid var(--border);border-radius:999px;background:var(--white);font-size:.84rem;color:var(--muted);transition:.25s}.mini-search:hover{box-shadow:var(--shadow-sm);transform:scale(1.03);border-color:#c9daf0}.icon-btn{width:42px;height:42px;border-radius:999px;background:var(--soft);display:inline-flex;align-items:center;justify-content:center;transition:.2s}.icon-btn:hover{background:#e8f2ff;color:var(--primary)}.hamburger{display:none;width:44px;height:44px;border-radius:12px;background:var(--soft);font-size:1.35rem}.mobile-menu{display:none;padding:0 0 18px}.mobile-menu.open{display:grid;gap:10px}.mobile-menu a{padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:#fff;font-weight:600}.hero{min-height:84vh;display:grid;place-items:center;color:#fff;background:linear-gradient(110deg,rgba(9,18,35,.82),rgba(9,18,35,.45)),url('https://images.unsplash.com/photo-1588598198321-9735fd52455b?auto=format&fit=crop&w=1800&q=80') center/cover}.hero-inner{padding:80px 0 55px}.hero h1{font-size:clamp(2.3rem,5.8vw,5.25rem);line-height:1.02;letter-spacing:-2px;max-width:900px;margin:18px 0}.hero p{font-size:1.1rem;max-width:760px;color:rgba(255,255,255,.9)}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:28px 0}.hero-trust{display:flex;flex-wrap:wrap;gap:13px;margin-top:18px;color:#ecfdf5;font-size:.92rem}.hero-search{margin-top:34px;background:rgba(255,255,255,.95);border:1px solid rgba(255,255,255,.4);box-shadow:var(--shadow-lg);border-radius:28px;padding:16px;display:grid;grid-template-columns:1.3fr 1fr 1.15fr .9fr auto;gap:10px;color:var(--charcoal)}.field{background:var(--soft);border:1px solid var(--border);border-radius:18px;padding:12px}.field label{display:block;font-size:.75rem;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.04em}.field input,.field select,.field textarea{width:100%;border:0;outline:0;background:transparent;margin-top:3px;color:var(--charcoal);font-weight:600}.search-btn{border-radius:18px;padding:0 24px}.trust-strip{background:var(--charcoal);color:#fff}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:24px 0}.trust-item{display:flex;gap:12px;align-items:center}.trust-item b{display:block}.trust-item span{color:#cbd5e1;font-size:.88rem}.categories{display:flex;gap:16px;overflow-x:auto;padding:8px 2px 18px;scroll-snap-type:x mandatory}.cat-card{min-width:150px;scroll-snap-align:start;text-align:center;background:#fff;border:1px solid var(--border);border-radius:22px;padding:22px 12px;transition:.25s}.cat-card:hover{transform:translateY(-5px);border-color:var(--primary);box-shadow:var(--shadow-sm)}.cat-icon{width:58px;height:58px;margin:0 auto 10px;border-radius:50%;background:#eff6ff;display:grid;place-items:center;font-size:1.65rem}.cat-card:hover .cat-icon{color:var(--primary)}.dest-grid,.activity-grid,.feature-grid,.stats-grid,.blog-grid,.footer-grid{display:grid;gap:22px}.dest-grid{grid-template-columns:repeat(4,1fr)}.dest-card{position:relative;height:280px;border-radius:24px;overflow:hidden;color:#fff;box-shadow:var(--shadow-sm)}.dest-card img{width:100%;height:100%;transition:.35s}.dest-card:hover img{transform:scale(1.08)}.dest-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.78));display:flex;flex-direction:column;justify-content:end;padding:20px}.dest-overlay h3{font-size:1.35rem}.dest-overlay p{font-size:.9rem;color:#e5e7eb}.dest-overlay a{margin-top:10px;color:#fff;font-weight:700}.activity-grid{grid-template-columns:repeat(4,1fr)}.tour-card .media{position:relative;aspect-ratio:16/10;overflow:hidden}.tour-card .media img{width:100%;height:100%;transition:.35s}.tour-card:hover .media img{transform:scale(1.08)}.badge{position:absolute;top:12px;left:12px;background:var(--gold);color:#3b2608;border-radius:999px;padding:6px 10px;font-size:.72rem;font-weight:800}.heart{position:absolute;top:10px;right:10px;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.95);box-shadow:var(--shadow-sm)}.heart.active{background:#ffe8ec;color:#e11d48}.tour-body{padding:18px}.category{font-size:.72rem;text-transform:uppercase;color:var(--primary);font-weight:800;letter-spacing:.05em}.tour-body h3{font-size:1.02rem;line-height:1.3;margin:8px 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.65em}.tour-body p{color:var(--muted);font-size:.88rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rating{color:#0a9d6c;font-weight:800;margin:10px 0;font-size:.9rem}.meta{display:grid;gap:6px;color:var(--muted);font-size:.84rem;margin:10px 0}.price{font-size:.87rem;color:var(--muted);margin:12px 0}.price b{font-size:1.2rem;color:var(--charcoal)}.card-actions{display:flex;gap:8px;flex-wrap:wrap}.card-actions .btn{padding:10px 13px;font-size:.84rem}.market-layout{display:grid;grid-template-columns:285px 1fr;gap:26px;align-items:start}.sidebar{position:sticky;top:96px;background:#fff;border:1px solid var(--border);border-radius:24px;padding:22px;box-shadow:var(--shadow-sm)}.filter-group{border-top:1px solid var(--border);padding-top:16px;margin-top:16px}.filter-group h4{margin-bottom:10px}.check{display:flex;gap:9px;align-items:center;color:#4b5563;margin:8px 0;font-size:.92rem}.range-line{height:6px;background:linear-gradient(90deg,var(--primary),var(--green));border-radius:999px;margin:14px 0}.results-top{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px}.sort{padding:10px 13px;border:1px solid var(--border);border-radius:999px;background:#fff}.compact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.feature-grid{grid-template-columns:repeat(4,1fr)}.feature-card{padding:24px}.feature-card .big-icon{font-size:2rem;margin-bottom:10px}.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.review-card{padding:24px}.review-top{display:flex;gap:13px;align-items:center;margin-top:18px}.avatar{width:54px;height:54px;border-radius:50%;object-fit:cover}.verified{display:inline-flex;gap:5px;color:#079568;background:rgba(52,224,161,.16);border-radius:999px;padding:5px 9px;font-size:.75rem;font-weight:700}.stats{background:linear-gradient(135deg,var(--primary),#024c9c);color:#fff;border-radius:32px;padding:34px}.stats-grid{grid-template-columns:repeat(4,1fr);text-align:center}.stat b{font-size:2rem}.stat span{display:block;color:#dbeafe}.cta{color:#fff;background:linear-gradient(110deg,rgba(7,13,24,.84),rgba(7,13,24,.55)),url('https://images.unsplash.com/photo-1546708973-b339540b5162?auto=format&fit=crop&w=1800&q=80') center/cover;border-radius:34px;padding:58px}.cta h2{font-size:clamp(2rem,4vw,3.5rem);max-width:760px;line-height:1.05}.cta p{max-width:700px;color:#e5e7eb;margin:14px 0 24px}.faq{max-width:900px;margin:auto}.faq details{background:#fff;border:1px solid var(--border);border-radius:18px;padding:18px 20px;margin-bottom:12px}.faq summary{font-weight:700;cursor:pointer}.page-hero{padding:92px 0;background:linear-gradient(110deg,rgba(7,13,24,.82),rgba(7,13,24,.5)),url('https://images.unsplash.com/photo-1588598198321-9735fd52455b?auto=format&fit=crop&w=1800&q=80') center/cover;color:#fff}.page-hero h1{font-size:clamp(2.2rem,5vw,4.2rem);line-height:1.08}.page-hero p{max-width:780px;color:#e5e7eb;margin-top:12px}.form-card{background:#fff;border:1px solid var(--border);box-shadow:var(--shadow-md);border-radius:28px;padding:28px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.form-grid .full{grid-column:1/-1}.form-card input,.form-card select,.form-card textarea{width:100%;border:1px solid var(--border);border-radius:14px;padding:13px;outline:0}.form-card textarea{min-height:120px;resize:vertical}.form-card label{font-size:.86rem;font-weight:700;display:block;margin-bottom:6px}.checkbox-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.route-grid,.vehicle-grid,.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.route-card,.vehicle-card,.team-card{padding:22px}.detail-layout{display:grid;grid-template-columns:1fr 360px;gap:28px;align-items:start}.detail-main{display:grid;gap:22px}.detail-box{background:#fff;border:1px solid var(--border);border-radius:24px;padding:24px}.booking-side{position:sticky;top:96px}.footer{background:#191f2a;color:#fff;padding:64px 0 24px}.footer-grid{grid-template-columns:1.4fr repeat(4,1fr) 1.4fr}.footer h4{margin-bottom:14px}.footer a{display:block;color:#cbd5e1;margin:8px 0;font-size:.9rem}.footer p{color:#cbd5e1}.newsletter{display:flex;gap:8px;margin-top:13px}.newsletter input{min-width:0;flex:1;border:1px solid #334155;background:#111827;color:#fff;border-radius:999px;padding:12px}.footer-bottom{border-top:1px solid #334155;margin-top:34px;padding-top:20px;display:flex;justify-content:space-between;gap:16px;align-items:center;flex-wrap:wrap;color:#cbd5e1}.footer-selects{display:flex;gap:10px}.footer select{background:#111827;color:#fff;border:1px solid #334155;border-radius:999px;padding:8px 12px}.floating-whatsapp,.back-to-top{position:fixed;right:20px;z-index:998;border-radius:50%;box-shadow:var(--shadow-md);display:grid;place-items:center}.floating-whatsapp{bottom:24px;width:58px;height:58px;background:var(--green);font-size:1.7rem}.back-to-top{bottom:92px;width:44px;height:44px;background:var(--primary);color:#fff;opacity:0;pointer-events:none;transition:.25s}.back-to-top.show{opacity:1;pointer-events:auto}.toast{position:fixed;right:22px;bottom:160px;background:#111827;color:#fff;padding:13px 18px;border-radius:16px;box-shadow:var(--shadow-lg);z-index:2000;transform:translateY(20px);opacity:0;transition:.25s}.toast.show{transform:translateY(0);opacity:1}.modal{position:fixed;inset:0;background:rgba(0,0,0,.62);z-index:1500;display:none;place-items:center;padding:16px}.modal.show{display:grid}.modal-box{width:min(640px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:28px;box-shadow:var(--shadow-lg);animation:pop .2s ease}.modal-head{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid var(--border)}.modal-body{padding:24px}.close-modal{font-size:1.4rem;background:var(--soft);width:38px;height:38px;border-radius:50%}.error-msg{color:var(--danger);font-weight:600;margin:10px 0}.modal-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}@keyframes pop{from{transform:translateY(20px) scale(.98);opacity:.5}to{transform:none;opacity:1}}
@media(max-width:1100px){.hero-search{grid-template-columns:repeat(2,1fr)}.search-btn{min-height:58px}.dest-grid,.activity-grid{grid-template-columns:repeat(3,1fr)}.feature-grid,.route-grid,.vehicle-grid,.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.nav-links,.mini-search,.nav-actions .wishlist{display:none}.hamburger{display:block}.hero{min-height:auto}.hero-search,.market-layout,.detail-layout{grid-template-columns:1fr}.sidebar,.booking-side{position:static}.activity-grid,.dest-grid,.compact-grid{grid-template-columns:repeat(2,1fr)}.feature-grid,.reviews,.stats-grid,.blog-grid,.trust-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}.form-grid{grid-template-columns:1fr}.checkbox-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.section{padding:54px 0}.nav-wrap{height:68px}.brand b{font-size:1.25rem}.hero h1{letter-spacing:-1px}.hero-actions,.section-head,.results-top,.footer-bottom{align-items:stretch;flex-direction:column}.activity-grid,.dest-grid,.feature-grid,.reviews,.stats-grid,.blog-grid,.trust-grid,.route-grid,.vehicle-grid,.team-grid,.footer-grid,.compact-grid{grid-template-columns:1fr}.hero-search{padding:12px;border-radius:22px}.cta{padding:34px 22px;border-radius:24px}.form-card{padding:20px}.checkbox-grid{grid-template-columns:1fr}.newsletter{flex-direction:column}.toast{left:16px;right:16px;bottom:150px}}

/* ================= GLOBAL ================= */

:root {
  --primary: #0071eb;
  --green: #34e0a1;
  --gold: #f5b942;
  --white: #ffffff;
  --light: #f2f2f2;
  --soft: #f8fafc;
  --charcoal: #2c2c2c;
  --muted: #6b7280;
  --border: #e5e7eb;
  --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 10px 25px rgba(0, 0, 0, 0.12);
  --radius-md: 18px;
  --container: 1200px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--charcoal);
  background: var(--white);
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
}

/* ================= BUTTONS ================= */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s ease;
}

.btn-primary {
  background: var(--primary);
  color: var(--white);
}

.btn-primary:hover {
  background: #005fc7;
  transform: translateY(-2px);
}

.btn-whatsapp {
  background: var(--green);
  color: #063b2a;
}

.btn-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

/* ================= NAVBAR ================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

.header-wrapper {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  color: var(--primary);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
}

.logo span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.3px;
  margin-top: 4px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.main-nav a {
  color: var(--charcoal);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  transition: 0.3s ease;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--primary);
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  background: var(--primary);
  border-radius: 999px;
  transition: 0.3s ease;
}

.main-nav a:hover::after,
.main-nav a.active::after {
  width: 100%;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.wishlist-link {
  font-size: 14px;
  font-weight: 600;
  color: var(--charcoal);
}

.wishlist-link:hover {
  color: var(--primary);
}

.mobile-menu-btn {
  display: none;
  width: 44px;
  height: 44px;
  border: none;
  background: var(--soft);
  border-radius: 12px;
  font-size: 24px;
  cursor: pointer;
}

/* ================= FOOTER ================= */

.site-footer {
  background: #151515;
  color: var(--white);
  padding-top: 70px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1.4fr;
  gap: 36px;
  padding-bottom: 48px;
}

.footer-brand h2 {
  color: var(--white);
  font-size: 28px;
  margin-bottom: 12px;
}

.footer-brand p,
.footer-newsletter p,
.footer-newsletter small {
  color: #bdbdbd;
  line-height: 1.7;
}

.footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

.footer-socials a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #242424;
  color: var(--white);
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 700;
  transition: 0.3s ease;
}

.footer-socials a:hover {
  background: var(--primary);
  transform: translateY(-3px);
}

.footer-column h3,
.footer-newsletter h3 {
  font-size: 16px;
  margin-bottom: 18px;
  color: var(--white);
}

.footer-column a {
  display: block;
  color: #bdbdbd;
  font-size: 14px;
  margin-bottom: 12px;
  transition: 0.3s ease;
}

.footer-column a:hover {
  color: var(--green);
  transform: translateX(4px);
}

.newsletter-form {
  display: flex;
  gap: 10px;
  margin: 18px 0 12px;
}

.newsletter-form input {
  min-width: 0;
  flex: 1;
  border: 1px solid #333;
  background: #202020;
  color: var(--white);
  padding: 13px 14px;
  border-radius: 999px;
  outline: none;
}

.newsletter-form input:focus {
  border-color: var(--primary);
}

.newsletter-form button {
  padding-inline: 18px;
}

.footer-bottom {
  border-top: 1px solid #2f2f2f;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #bdbdbd;
  font-size: 14px;
}

.footer-selectors {
  display: flex;
  gap: 10px;
}

.footer-selectors select {
  background: #202020;
  color: var(--white);
  border: 1px solid #333;
  border-radius: 999px;
  padding: 9px 14px;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 1100px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-newsletter {
    grid-column: span 2;
  }
}

@media (max-width: 900px) {
  .header-wrapper {
    min-height: 72px;
  }

  .main-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 78px;
    background: var(--white);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-md);
    border-radius: 20px;
    padding: 18px;
    flex-direction: column;
    align-items: flex-start;
    display: none;
  }

  .main-nav.active {
    display: flex;
  }

  .header-actions {
    display: none;
  }

  .mobile-menu-btn {
    display: grid;
    place-items: center;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-newsletter {
    grid-column: span 2;
  }
}

@media (max-width: 600px) {
  .logo {
    font-size: 21px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-newsletter {
    grid-column: span 1;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-form button {
    width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ================= HOMEPAGE CURRENT MARKUP ================= */

.hero-section {
  position: relative;
  min-height: calc(100vh - 78px);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(115deg, rgba(8, 18, 36, 0.86), rgba(8, 18, 36, 0.48)),
    url("https://images.unsplash.com/photo-1588598198321-9735fd52455b?auto=format&fit=crop&w=1800&q=80") center/cover;
}

.hero-overlay,
.cta-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(52, 224, 161, 0.18), transparent 34%);
  pointer-events: none;
}

.hero-content,
.cta-content {
  position: relative;
  z-index: 1;
}

.hero-content {
  padding: 84px 0 62px;
}

.hero-badge,
.section-heading span,
.cta-content > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(52, 224, 161, 0.16);
  color: #0a7a56;
  font-size: 13px;
  font-weight: 800;
}

.hero-badge {
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-content h1 {
  max-width: 930px;
  margin: 18px 0;
  font-size: clamp(42px, 7vw, 84px);
  line-height: 1.02;
  font-weight: 800;
}

.hero-content p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.7;
}

.hero-buttons,
.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.btn-light {
  background: var(--white);
  color: var(--charcoal);
}

.btn-light:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

.btn-search,
.btn-card {
  background: var(--primary);
  color: var(--white);
}

.btn-search:hover,
.btn-card:hover {
  background: #005fc7;
  transform: translateY(-2px);
}

.search-field {
  background: var(--soft);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 12px 14px;
}

.search-field label {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.search-field input,
.search-field select {
  width: 100%;
  margin-top: 4px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--charcoal);
  font-weight: 600;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
  color: #ecfdf5;
  font-size: 14px;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 32px;
  text-align: center;
}

.section-heading.align-left {
  margin-inline: 0;
  text-align: left;
}

.section-heading h2 {
  margin-top: 12px;
  font-size: clamp(29px, 4vw, 44px);
  line-height: 1.12;
}

.section-heading p {
  margin-top: 10px;
  color: var(--muted);
}

.section-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 28px;
}

.see-all-link {
  color: var(--primary);
  font-weight: 800;
  white-space: nowrap;
}

.category-scroll {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 8px 2px 18px;
  scroll-snap-type: x mandatory;
}

.category-card {
  min-width: 156px;
  padding: 22px 12px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: var(--white);
  text-align: center;
  scroll-snap-align: start;
  transition: 0.25s ease;
}

.category-card:hover {
  transform: translateY(-5px);
  border-color: var(--primary);
  box-shadow: var(--shadow-sm);
}

.category-icon,
.why-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: #eff6ff;
  font-size: 26px;
}

.category-card h3,
.why-card h3 {
  font-size: 16px;
}

.destination-grid,
.tour-grid,
.why-grid,
.review-grid {
  display: grid;
  gap: 22px;
}

.destination-grid,
.tour-grid,
.why-grid {
  grid-template-columns: repeat(4, 1fr);
}

.destination-card {
  position: relative;
  min-height: 286px;
  overflow: hidden;
  border-radius: 24px;
  color: var(--white);
  box-shadow: var(--shadow-sm);
}

.destination-card img {
  width: 100%;
  height: 100%;
  transition: 0.35s ease;
}

.destination-card:hover img {
  transform: scale(1.08);
}

.destination-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.78));
}

.destination-content p {
  color: #e5e7eb;
  font-size: 14px;
}

.destination-content a {
  margin-top: 10px;
  color: var(--white);
  font-weight: 800;
}

.tour-card,
.why-card,
.review-card {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transition: 0.28s ease;
}

.tour-card:hover,
.why-card:hover,
.review-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}

.tour-image {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.tour-image img {
  width: 100%;
  height: 100%;
  transition: 0.35s ease;
}

.tour-card:hover .tour-image img {
  transform: scale(1.08);
}

.tour-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--gold);
  color: #3b2608;
  font-size: 12px;
  font-weight: 800;
}

.tour-badge.green {
  background: var(--green);
  color: #063e2d;
}

.tour-badge.blue {
  background: #dbeafe;
  color: #1d4ed8;
}

.tour-badge.orange {
  background: #ffedd5;
  color: #9a3412;
}

.heart-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow-sm);
}

.heart-btn.active {
  background: #ffe8ec;
  color: #e11d48;
}

.tour-category {
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.tour-description,
.tour-meta,
.review-card p,
.why-card p {
  color: var(--muted);
}

.tour-meta {
  display: grid;
  gap: 6px;
  margin: 10px 0;
  font-size: 14px;
}

.tour-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
}

.tour-footer small,
.tour-footer span {
  color: var(--muted);
  font-size: 13px;
}

.tour-footer strong {
  display: block;
  color: var(--charcoal);
  font-size: 22px;
}

.why-card,
.review-card {
  padding: 24px;
}

.review-grid {
  grid-template-columns: repeat(3, 1fr);
}

.review-stars,
.rating {
  color: #0a9d6c;
  font-weight: 800;
}

.review-user {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 18px;
}

.review-user img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
}

.review-user span {
  color: var(--muted);
  font-size: 13px;
}

.stats-section {
  padding: 34px 0;
  background: linear-gradient(135deg, var(--primary), #024c9c);
  color: var(--white);
}

.stats-section .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  text-align: center;
}

.stat-card strong {
  display: block;
  font-size: 34px;
}

.stat-card span {
  color: #dbeafe;
}

.custom-cta {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
  color: var(--white);
  background:
    linear-gradient(110deg, rgba(7, 13, 24, 0.84), rgba(7, 13, 24, 0.55)),
    url("https://images.unsplash.com/photo-1546708973-b339540b5162?auto=format&fit=crop&w=1800&q=80") center/cover;
}

.cta-content h2 {
  max-width: 760px;
  margin-top: 12px;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.05;
}

.cta-content p {
  max-width: 700px;
  margin-top: 14px;
  color: #e5e7eb;
}

.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 1500;
  display: none;
  place-items: center;
  padding: 16px;
  background: rgba(0, 0, 0, 0.62);
}

.booking-modal.show {
  display: grid;
}

.booking-box {
  position: relative;
  width: min(640px, 100%);
  max-height: 92vh;
  overflow: auto;
  padding: 28px;
  border-radius: 28px;
  background: var(--white);
  box-shadow: var(--shadow-lg);
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--soft);
  font-size: 24px;
}

.modal-subtitle,
.form-error {
  color: var(--muted);
}

.form-group {
  margin-top: 14px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 800;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 13px;
  border: 1px solid var(--border);
  border-radius: 14px;
  outline: 0;
}

.form-error {
  margin-top: 10px;
  font-weight: 700;
}

.map-section {
  background: var(--soft);
}

.map-card {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.map-card iframe {
  display: block;
  width: 100%;
  height: min(460px, 70vh);
  min-height: 320px;
  border: 0;
}

@media (max-width: 1100px) {
  .destination-grid,
  .tour-grid,
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .hero-section {
    min-height: auto;
  }

  .section-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-search {
    grid-template-columns: 1fr;
  }

  .review-grid,
  .stats-section .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .hero-content {
    padding: 62px 0 46px;
  }

  .hero-content h1 {
    font-size: 40px;
  }

  .hero-content p {
    font-size: 16px;
  }

  .destination-grid,
  .tour-grid,
  .why-grid,
  .review-grid,
  .stats-section .stats-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .tour-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* =====================================================
   Tours Page Styles
===================================================== */

.page-hero {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: center;
  color: var(--white);
  padding: 90px 0;
  background-size: cover;
  background-position: center;
}

.tours-page-hero {
  background:
    linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.6)),
    url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?auto=format&fit=crop&w=1600&q=80");
  background-size: cover;
  background-position: center;
}

.page-hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

.page-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.26);
  backdrop-filter: blur(14px);
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 22px;
}

.page-hero h1 {
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -2px;
  margin-bottom: 18px;
}

.page-hero p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  max-width: 720px;
  margin-bottom: 28px;
}

.page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* ================= MARKETPLACE LAYOUT ================= */

.marketplace-section {
  background: var(--soft);
}

.marketplace-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  align-items: start;
}

.filter-sidebar {
  position: sticky;
  top: 100px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 24px;
  box-shadow: var(--shadow-sm);
}

.filter-header {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 20px;
}

.filter-header h3 {
  font-size: 20px;
  margin-bottom: 4px;
}

.filter-header p {
  color: var(--muted);
  font-size: 13px;
}

.filter-group {
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
}

.filter-group:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.filter-group label,
.filter-group h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
  display: block;
}

.filter-group input[type="text"] {
  width: 100%;
  border: 1px solid var(--border);
  background: var(--soft);
  border-radius: 14px;
  padding: 13px 14px;
  outline: none;
  font-size: 14px;
}

.filter-group input[type="text"]:focus {
  border-color: var(--primary);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(0, 113, 235, 0.1);
}

.checkbox-row {
  display: flex !important;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 14px !important;
  font-weight: 500 !important;
  margin-bottom: 10px !important;
  cursor: pointer;
}

.checkbox-row input {
  width: 16px;
  height: 16px;
  accent-color: var(--primary);
}

.range-box input {
  width: 100%;
  accent-color: var(--primary);
}

.range-values {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}

/* ================= RESULTS AREA ================= */

.results-area {
  min-width: 0;
}

.results-topbar {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 18px 20px;
  margin-bottom: 22px;
  box-shadow: var(--shadow-sm);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

.results-topbar h3 {
  font-size: 19px;
  margin-bottom: 3px;
}

.results-topbar p {
  color: var(--muted);
  font-size: 13px;
}

.results-topbar select {
  border: 1px solid var(--border);
  background: var(--soft);
  border-radius: 999px;
  padding: 12px 16px;
  outline: none;
  font-weight: 600;
  color: var(--charcoal);
}

.results-grid {
  grid-template-columns: repeat(3, 1fr);
}

.no-results {
  grid-column: 1 / -1;
  background: var(--white);
  border: 1px dashed var(--border);
  border-radius: 24px;
  padding: 40px;
  text-align: center;
  color: var(--muted);
}

/* ================= TOURS PAGE RESPONSIVE ================= */

@media (max-width: 1100px) {
  .marketplace-layout {
    grid-template-columns: 1fr;
  }

  .filter-sidebar {
    position: static;
  }

  .results-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .page-hero {
    min-height: auto;
    padding: 72px 0;
  }

  .page-hero h1 {
    letter-spacing: -1px;
  }

  .page-hero p {
    font-size: 16px;
  }

  .page-hero-actions {
    flex-direction: column;
  }

  .page-hero-actions .btn {
    width: 100%;
  }

  .results-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .results-topbar select {
    width: 100%;
  }

  .results-grid {
    grid-template-columns: 1fr;
  }
}

/* =====================================================
   Transfers Page Styles
===================================================== */

.transfers-page-hero {
  background:
    linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.62)),
    url("https://images.unsplash.com/photo-1533105079780-92b9be482077?auto=format&fit=crop&w=1600&q=80");
  background-size: cover;
  background-position: center;
}

.transfer-quote-section {
  background: var(--soft);
}

.transfer-quote-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr;
  gap: 34px;
  align-items: start;
}

.transfer-info {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 34px;
  box-shadow: var(--shadow-sm);
}

.mini-label {
  display: inline-block;
  color: var(--primary);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.transfer-info h2 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  margin-bottom: 14px;
}

.transfer-info p {
  color: var(--muted);
  margin-bottom: 24px;
}

.transfer-benefits {
  display: grid;
  gap: 16px;
}

.transfer-benefits div {
  background: var(--soft);
  border-radius: 18px;
  padding: 18px;
  border: 1px solid var(--border);
}

.transfer-benefits strong {
  display: block;
  margin-bottom: 4px;
  color: var(--charcoal);
}

.transfer-benefits span {
  color: var(--muted);
  font-size: 14px;
}

.transfer-form {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 30px;
  box-shadow: var(--shadow-md);
}

/* ================= POPULAR ROUTES ================= */

.route-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.route-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 22px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  box-shadow: var(--shadow-sm);
  transition: 0.3s ease;
}

.route-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 113, 235, 0.35);
}

.route-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: rgba(0, 113, 235, 0.1);
  display: grid;
  place-items: center;
  font-size: 24px;
}

.route-card h3 {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 4px;
}

.route-card p {
  color: var(--muted);
  font-size: 13px;
}

/* ================= VEHICLES ================= */

.vehicle-section {
  background: var(--soft);
}

.vehicle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.vehicle-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: 0.3s ease;
}

.vehicle-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow-md);
}

.vehicle-card img {
  width: 100%;
  height: 230px;
}

.vehicle-body {
  padding: 24px;
}

.vehicle-body h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

.vehicle-body p {
  color: var(--muted);
  margin-bottom: 14px;
}

.vehicle-body ul {
  list-style: none;
  display: grid;
  gap: 8px;
  margin-bottom: 20px;
}

.vehicle-body li {
  color: var(--muted);
  font-size: 14px;
}

.vehicle-body li::before {
  content: "✓ ";
  color: var(--green-dark);
  font-weight: 800;
}

.transfer-cta {
  background:
    linear-gradient(rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.68)),
    url("https://images.unsplash.com/photo-1544620347-c4fd4a3d5957?auto=format&fit=crop&w=1600&q=80");
  background-size: cover;
  background-position: center;
}

/* ================= TRANSFERS RESPONSIVE ================= */

@media (max-width: 1100px) {
  .transfer-quote-layout {
    grid-template-columns: 1fr;
  }

  .route-grid,
  .vehicle-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .route-grid,
  .vehicle-grid {
    grid-template-columns: 1fr;
  }

  .route-card {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .route-card .btn {
    width: 100%;
  }

  .transfer-info,
  .transfer-form {
    padding: 24px 18px;
    border-radius: 22px;
  }
}

/* =====================================================
   Custom Tour Page Styles
===================================================== */

.custom-page-hero {
  background:
    linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.64)),
    url("https://images.unsplash.com/photo-1546708973-b339540b5162?auto=format&fit=crop&w=1600&q=80");
  background-size: cover;
  background-position: center;
}

.custom-intro-section {
  background: var(--white);
}

.custom-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.custom-feature-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 28px;
  box-shadow: var(--shadow-sm);
  transition: 0.3s ease;
}

.custom-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 113, 235, 0.35);
}

.custom-feature-icon {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: rgba(0, 113, 235, 0.1);
  display: grid;
  place-items: center;
  font-size: 28px;
  margin-bottom: 18px;
}

.custom-feature-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.custom-feature-card p {
  color: var(--muted);
  font-size: 14px;
}

/* ================= CUSTOM TOUR FORM ================= */

.custom-form-section {
  background: var(--soft);
}

.custom-form-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.4fr;
  gap: 34px;
  align-items: start;
}

.custom-form-sidebar {
  position: sticky;
  top: 100px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 34px;
  box-shadow: var(--shadow-sm);
}

.custom-form-sidebar h2 {
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.15;
  margin-bottom: 14px;
}

.custom-form-sidebar p {
  color: var(--muted);
  margin-bottom: 24px;
}

.planning-steps {
  display: grid;
  gap: 16px;
}

.planning-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  background: var(--soft);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 18px;
}

.planning-step strong {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--primary);
  color: var(--white);
  font-size: 14px;
}

.planning-step h3 {
  font-size: 16px;
  margin-bottom: 3px;
}

.planning-step p {
  margin-bottom: 0;
  font-size: 13px;
}

.custom-tour-form {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 30px;
  box-shadow: var(--shadow-md);
}

.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.checkbox-tile {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--soft);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 12px 13px;
  font-size: 13px;
  font-weight: 600;
  color: var(--charcoal);
  cursor: pointer;
  transition: 0.3s ease;
}

.checkbox-tile:hover {
  border-color: var(--primary);
  background: rgba(0, 113, 235, 0.05);
}

.checkbox-tile input {
  accent-color: var(--primary);
}

.checkbox-tile:has(input:checked) {
  border-color: var(--primary);
  background: rgba(0, 113, 235, 0.1);
  color: var(--primary);
}

/* ================= SAMPLE ITINERARY ================= */

.sample-itinerary-section {
  background: var(--white);
}

.itinerary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.itinerary-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: 0.3s ease;
}

.itinerary-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow-md);
}

.itinerary-card img {
  width: 100%;
  height: 230px;
}

.itinerary-body {
  padding: 24px;
}

.itinerary-body span {
  display: inline-block;
  color: var(--primary);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 8px;
}

.itinerary-body h3 {
  font-size: 21px;
  margin-bottom: 8px;
}

.itinerary-body p {
  color: var(--muted);
  margin-bottom: 20px;
}

/* ================= CUSTOM PAGE RESPONSIVE ================= */

@media (max-width: 1100px) {
  .custom-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .custom-form-layout {
    grid-template-columns: 1fr;
  }

  .custom-form-sidebar {
    position: static;
  }

  .itinerary-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .custom-feature-grid,
  .itinerary-grid {
    grid-template-columns: 1fr;
  }

  .custom-form-sidebar,
  .custom-tour-form {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .checkbox-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 420px) {
  .checkbox-grid {
    grid-template-columns: 1fr;
  }
}

/* =====================================================
   About Page Styles
===================================================== */

.about-page-hero {
  background:
    linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.62)),
    url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?auto=format&fit=crop&w=1600&q=80");
  background-size: cover;
  background-position: center;
}

/* ================= STORY ================= */

.about-story-section {
  background: var(--white);
}

.about-story-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 42px;
  align-items: center;
}

.about-story-image {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.about-story-image img {
  width: 100%;
  height: 560px;
}

.about-story-content h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.15;
  margin-bottom: 18px;
}

.about-story-content p {
  color: var(--muted);
  margin-bottom: 18px;
}

.about-highlight-box {
  margin-top: 24px;
  background: rgba(0, 113, 235, 0.08);
  border: 1px solid rgba(0, 113, 235, 0.18);
  border-radius: 22px;
  padding: 22px;
}

.about-highlight-box strong {
  display: block;
  color: var(--primary);
  margin-bottom: 8px;
}

.about-highlight-box span {
  color: var(--charcoal);
  line-height: 1.7;
}

/* ================= MISSION ================= */

.mission-section {
  background: var(--soft);
}

.mission-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 22px;
}

.mission-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 28px;
  box-shadow: var(--shadow-sm);
  transition: 0.3s ease;
}

.mission-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 113, 235, 0.35);
}

.main-mission-card {
  grid-row: span 2;
  background: linear-gradient(135deg, var(--primary), #004ea3);
  color: var(--white);
}

.main-mission-card span {
  display: inline-block;
  color: var(--green);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

.main-mission-card h3 {
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.15;
  margin-bottom: 16px;
}

.main-mission-card p {
  color: rgba(255, 255, 255, 0.85);
}

.mission-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: rgba(0, 113, 235, 0.1);
  display: grid;
  place-items: center;
  font-size: 26px;
  margin-bottom: 18px;
}

.mission-card h3 {
  font-size: 19px;
  margin-bottom: 10px;
}

.mission-card p {
  color: var(--muted);
  font-size: 14px;
}

/* ================= WHY SRI LANKA ================= */

.why-sri-lanka-section {
  background: var(--white);
}

.why-sri-lanka-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
}

.why-sri-lanka-content h2 {
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.12;
  margin-bottom: 18px;
}

.why-sri-lanka-content > p {
  color: var(--muted);
  margin-bottom: 24px;
}

.sri-lanka-points {
  display: grid;
  gap: 14px;
}

.sri-lanka-points div {
  background: var(--soft);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 18px;
}

.sri-lanka-points strong {
  display: block;
  margin-bottom: 5px;
}

.sri-lanka-points span {
  color: var(--muted);
  font-size: 14px;
}

.why-sri-lanka-image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.why-sri-lanka-image-grid img {
  width: 100%;
  height: 250px;
  border-radius: 24px;
  box-shadow: var(--shadow-sm);
}

.why-sri-lanka-image-grid img:nth-child(2),
.why-sri-lanka-image-grid img:nth-child(3) {
  transform: translateY(28px);
}

/* ================= TEAM ================= */

.team-section {
  background: var(--soft);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.team-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: 0.3s ease;
}

.team-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow-md);
}

.team-card img {
  width: 100%;
  height: 280px;
}

.team-body {
  padding: 24px;
}

.team-body h3 {
  font-size: 22px;
  margin-bottom: 4px;
}

.team-body span {
  display: inline-block;
  color: var(--primary);
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 12px;
}

.team-body p {
  color: var(--muted);
  font-size: 14px;
}

/* ================= ABOUT RESPONSIVE ================= */

@media (max-width: 1100px) {
  .about-story-layout,
  .why-sri-lanka-layout {
    grid-template-columns: 1fr;
  }

  .about-story-image img {
    height: 420px;
  }

  .mission-grid {
    grid-template-columns: 1fr 1fr;
  }

  .main-mission-card {
    grid-column: span 2;
    grid-row: auto;
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .mission-grid,
  .team-grid {
    grid-template-columns: 1fr;
  }

  .main-mission-card {
    grid-column: span 1;
  }

  .why-sri-lanka-image-grid {
    grid-template-columns: 1fr;
  }

  .why-sri-lanka-image-grid img,
  .why-sri-lanka-image-grid img:nth-child(2),
  .why-sri-lanka-image-grid img:nth-child(3) {
    height: 240px;
    transform: none;
  }

  .about-story-image img {
    height: 300px;
  }
}

/* =====================================================
   Contact Page Styles
===================================================== */

.contact-page-hero {
  background:
    linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.64)),
    url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1600&q=80");
  background-size: cover;
  background-position: center;
}

/* ================= CONTACT CARDS ================= */

.contact-cards-section {
  background: var(--white);
}

.contact-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.contact-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 28px;
  box-shadow: var(--shadow-sm);
  transition: 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 113, 235, 0.35);
}

.contact-icon {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: rgba(0, 113, 235, 0.1);
  display: grid;
  place-items: center;
  font-size: 28px;
  margin-bottom: 18px;
}

.contact-card h3 {
  font-size: 19px;
  margin-bottom: 8px;
}

.contact-card p {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 14px;
}

.contact-card a,
.contact-card span {
  color: var(--primary);
  font-weight: 700;
  font-size: 14px;
  word-break: break-word;
}

/* ================= CONTACT FORM ================= */

.contact-form-section {
  background: var(--soft);
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.25fr;
  gap: 34px;
  align-items: start;
}

.contact-info-panel {
  position: sticky;
  top: 100px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 34px;
  box-shadow: var(--shadow-sm);
}

.contact-info-panel h2 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  margin-bottom: 14px;
}

.contact-info-panel p {
  color: var(--muted);
  margin-bottom: 24px;
}

.contact-info-list {
  display: grid;
  gap: 16px;
}

.contact-info-list div {
  background: var(--soft);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 18px;
}

.contact-info-list strong {
  display: block;
  margin-bottom: 5px;
}

.contact-info-list span {
  color: var(--muted);
  font-size: 14px;
}

.contact-form {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 30px;
  box-shadow: var(--shadow-md);
}

/* ================= FAQ ================= */

.faq-section {
  background: var(--white);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.faq-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 26px;
  box-shadow: var(--shadow-sm);
  transition: 0.3s ease;
}

.faq-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.faq-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.faq-card p {
  color: var(--muted);
  font-size: 14px;
}

.contact-cta {
  background:
    linear-gradient(rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.68)),
    url("https://images.unsplash.com/photo-1533105079780-92b9be482077?auto=format&fit=crop&w=1600&q=80");
  background-size: cover;
  background-position: center;
}

/* ================= CONTACT RESPONSIVE ================= */

@media (max-width: 1100px) {
  .contact-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-info-panel {
    position: static;
  }

  .faq-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .contact-card-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .contact-info-panel,
  .contact-form {
    padding: 24px 18px;
    border-radius: 22px;
  }
}

/* =====================================================
   Fleet Page Styles
===================================================== */

.fleet-page-hero {
  background:
    linear-gradient(rgba(0, 45, 95, 0.72), rgba(0, 20, 45, 0.72)),
    url("https://images.unsplash.com/photo-1449965408869-eaa3f722e40d?auto=format&fit=crop&w=1600&q=80");
  background-size: cover;
  background-position: center;
}

.fleet-intro-section {
  background: var(--soft);
  padding: 40px 0 0;
}

.fleet-note {
  background: #eff6ff;
  border-left: 5px solid var(--primary);
  border-radius: 18px;
  padding: 22px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  box-shadow: var(--shadow-sm);
}

.fleet-note-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: var(--primary);
  color: var(--white);
  display: grid;
  place-items: center;
  font-size: 24px;
}

.fleet-note h3 {
  color: var(--primary);
  font-size: 18px;
  margin-bottom: 4px;
}

.fleet-note p {
  color: var(--muted);
  font-size: 14px;
}

.fleet-section {
  background: var(--soft);
}

.fleet-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.fleet-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: 0.3s ease;
}

.fleet-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 113, 235, 0.25);
}

.fleet-card.popular {
  border: 2px solid var(--primary);
}

.popular-label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  background: #ef4444;
  color: var(--white);
  padding: 8px 13px;
  border-radius: 0 0 14px 0;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.fleet-image {
  position: relative;
  height: 235px;
  background: #f7f7f7;
  overflow: hidden;
}

.fleet-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px;
  transition: 0.35s ease;
}

.fleet-card:hover .fleet-image img {
  transform: scale(1.05);
}

.fleet-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--primary);
  color: var(--white);
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.fleet-badge.dark {
  background: #1f2937;
}

.fleet-badge.green {
  background: var(--green);
  color: #063b2a;
}

.fleet-badge.blue {
  background: var(--primary);
}

.fleet-badge.gold {
  background: var(--gold);
  color: #3a2600;
}

.fleet-body {
  padding: 24px;
}

.fleet-body h3 {
  font-size: 24px;
  color: var(--primary);
  margin-bottom: 5px;
}

.fleet-model {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 18px;
}

.fleet-features {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 18px;
}

.fleet-features span {
  font-size: 13px;
  color: var(--muted);
  white-space: nowrap;
}

.fleet-rate {
  margin-bottom: 18px;
}

.fleet-rate small {
  display: block;
  color: var(--muted);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 3px;
}

.fleet-rate strong {
  color: var(--primary);
  font-size: 36px;
  line-height: 1;
}

.fleet-rate strong span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
}

.fleet-body .btn {
  width: 100%;
  border-radius: 14px;
}

.fleet-cta {
  background:
    linear-gradient(rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.68)),
    url("https://images.unsplash.com/photo-1544620347-c4fd4a3d5957?auto=format&fit=crop&w=1600&q=80");
  background-size: cover;
  background-position: center;
}

/* ================= Fleet Responsive ================= */

@media (max-width: 1100px) {
  .fleet-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .fleet-note {
    grid-template-columns: auto 1fr;
  }

  .fleet-note .btn {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 700px) {
  .fleet-grid {
    grid-template-columns: 1fr;
  }

  .fleet-note {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .fleet-note-icon {
    margin-bottom: 4px;
  }

  .fleet-image {
    height: 220px;
  }

  .fleet-features {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

/* =====================================================
   Homepage Redesign
===================================================== */

.home-page {
  background: #f7f9fb;
}

.home-page .hero-section {
  min-height: calc(100vh - 76px);
  align-items: end;
  color: #fff;
  background: #071322;
}

.hero-carousel {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 0.9s ease, transform 6s ease;
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1);
}

.home-page .hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 18, 34, 0.88) 0%, rgba(5, 18, 34, 0.68) 48%, rgba(5, 18, 34, 0.24) 100%),
    linear-gradient(180deg, transparent 58%, rgba(247, 249, 251, 0.98) 100%),
    radial-gradient(circle at 80% 20%, rgba(52, 224, 161, 0.2), transparent 28%);
}

.home-page .hero-content {
  width: min(1200px, calc(100% - 32px));
  padding: clamp(72px, 10vw, 120px) 0 48px;
}

.hero-carousel-controls {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.hero-carousel-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-carousel-dots button {
  width: 34px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
  transition: 0.25s ease;
}

.hero-carousel-dots button.active {
  width: 52px;
  background: #34e0a1;
}

.hero-carousel-label {
  min-width: 116px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 800;
}

.hero-carousel-arrow {
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #0f243d;
  font-size: 12px;
  font-weight: 800;
  transition: 0.22s ease;
}

.hero-carousel-arrow:hover {
  background: #34e0a1;
  transform: translateY(-1px);
}

.hero-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.hero-kicker span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  color: rgba(255, 255, 255, 0.94);
  font-size: 13px;
  font-weight: 700;
}

.home-page .hero-content h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(44px, 7.2vw, 86px);
  line-height: 0.98;
  letter-spacing: 0;
}

.home-page .hero-content p {
  max-width: 720px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(16px, 1.7vw, 20px);
}

.home-page .hero-buttons {
  margin-top: 30px;
}

.btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-2px);
}

.home-page .hero-search {
  width: min(1120px, 100%);
  margin-top: 34px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 70px rgba(6, 20, 35, 0.28);
}

.home-page .search-field {
  min-height: 68px;
  border-color: #dbe4ef;
  border-radius: 16px;
  background: #f7fafc;
}

.home-page .btn-search {
  min-height: 68px;
  border-radius: 16px;
  background: #0b78e3;
}

.home-page .trust-row {
  gap: 10px;
  margin-top: 18px;
}

.home-page .trust-row span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 600;
}

.hero-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(620px, 100%);
  margin-top: 28px;
}

.hero-proof-grid div {
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.hero-proof-grid strong {
  display: block;
  font-size: 28px;
  line-height: 1;
}

.hero-proof-grid span {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.home-page .section {
  padding: 88px 0;
}

.home-page .section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.home-page .section-heading span,
.home-page .cta-content > span {
  background: rgba(0, 113, 235, 0.1);
  color: #075ca9;
}

.home-page .section-heading h2 {
  color: #162235;
  font-size: clamp(30px, 4vw, 48px);
}

.home-page .section-heading p {
  color: #64748b;
}

.home-page .categories-section {
  padding-top: 64px;
  background: #f7f9fb;
}

.home-page .category-scroll {
  display: grid;
  grid-template-columns: repeat(8, minmax(130px, 1fr));
  gap: 14px;
  overflow: visible;
}

.home-page .category-card {
  min-width: 0;
  min-height: 148px;
  display: grid;
  align-content: center;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: #fff;
}

.home-page .category-icon {
  background: #edf7ff;
}

.home-page .destinations-section,
.home-page .why-section {
  background: #fff;
}

.home-page .destination-grid {
  grid-template-columns: 1.15fr 0.95fr 0.95fr;
  grid-auto-rows: 245px;
}

.home-page .destination-card {
  min-height: 0;
  border-radius: 20px;
}

.home-page .destination-card:first-child {
  grid-row: span 2;
}

.home-page .destination-content {
  padding: 24px;
}

.home-page .destination-content h3 {
  font-size: 28px;
}

.home-page .tours-section,
.home-page .reviews-section {
  background: #f7f9fb;
}

.home-page .tour-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-page .tour-card,
.home-page .why-card,
.home-page .review-card {
  border-radius: 18px;
  box-shadow: 0 10px 32px rgba(15, 23, 42, 0.08);
}

.home-page .tour-image {
  aspect-ratio: 4 / 3;
}

.home-page .tour-body {
  padding: 20px;
}

.home-page .tour-body h3 {
  min-height: 54px;
}

.home-page .why-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-page .why-card {
  text-align: left;
}

.home-page .why-icon {
  margin-inline: 0;
  background: #e8f7f2;
}

.home-page .review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-page .stats-section {
  padding: 42px 0;
  background: #10243d;
}

.home-page .stats-section .stats-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.home-page .stat-card {
  padding: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.home-page .stat-card:last-child {
  border-right: 0;
}

.home-page .custom-cta {
  margin: 0;
  padding: 92px 0;
  background:
    linear-gradient(90deg, rgba(7, 19, 34, 0.86), rgba(7, 19, 34, 0.48)),
    url("https://images.unsplash.com/photo-1546708973-b339540b5162?auto=format&fit=crop&w=1800&q=85") center/cover;
}

.home-page .custom-cta .cta-content > span {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

@media (max-width: 1180px) {
  .home-page .category-scroll {
    display: flex;
    overflow-x: auto;
  }

  .home-page .category-card {
    min-width: 156px;
  }

  .home-page .tour-grid,
  .home-page .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .home-page .hero-section {
    min-height: auto;
    align-items: center;
  }

  .home-page .hero-search {
    grid-template-columns: 1fr 1fr;
  }

  .home-page .btn-search {
    grid-column: 1 / -1;
  }

  .home-page .destination-grid,
  .home-page .review-grid,
  .home-page .stats-section .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .destination-card:first-child {
    grid-row: auto;
  }

  .home-page .stat-card {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
}

@media (max-width: 640px) {
  .home-page .hero-content {
    padding: 58px 0 34px;
  }

  .home-page .hero-content h1 {
    font-size: 42px;
  }

  .home-page .hero-buttons,
  .home-page .cta-buttons {
    align-items: stretch;
    flex-direction: column;
  }

  .home-page .hero-search,
  .hero-proof-grid,
  .home-page .destination-grid,
  .home-page .tour-grid,
  .home-page .why-grid,
  .home-page .review-grid,
  .home-page .stats-section .stats-grid {
    grid-template-columns: 1fr;
  }

  .home-page .destination-grid {
    grid-auto-rows: 280px;
  }

  .home-page .section {
    padding: 64px 0;
  }
}

/* =====================================================
   Mobile Layout Polish
===================================================== */

@media (max-width: 900px) {
  .site-header {
    position: sticky;
  }

  .header-wrapper {
    position: relative;
    min-height: 66px;
    gap: 10px;
  }

  .logo {
    max-width: calc(100vw - 104px);
    overflow: hidden;
    font-size: 20px;
    text-overflow: ellipsis;
  }

  .logo span {
    display: none;
  }

  .main-nav {
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 1000;
    max-height: calc(100vh - 92px);
    overflow-y: auto;
    border-radius: 18px;
    padding: 10px;
  }

  .main-nav.active {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .main-nav a {
    width: 100%;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--soft);
    text-align: center;
  }

  .header-actions {
    display: none;
  }

  .mobile-menu-btn {
    flex: 0 0 auto;
  }

  .page-hero {
    padding: 66px 0;
  }

  .page-hero h1 {
    font-size: 38px;
  }

  .section-heading {
    margin-bottom: 24px;
  }

  .section-top,
  .results-topbar,
  .footer-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-layout,
  .custom-form-layout,
  .marketplace-layout,
  .about-story-layout,
  .why-sri-lanka-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 24px, var(--container));
  }

  .section {
    padding: 52px 0;
  }

  .btn {
    width: 100%;
    min-height: 46px;
    white-space: normal;
    text-align: center;
  }

  .main-nav.active {
    grid-template-columns: 1fr;
  }

  .home-page .hero-section {
    min-height: auto;
  }

  .home-page .hero-overlay {
    background:
      linear-gradient(180deg, rgba(5, 18, 34, 0.82), rgba(5, 18, 34, 0.7)),
      linear-gradient(180deg, transparent 72%, rgba(247, 249, 251, 0.98) 100%);
  }

  .home-page .hero-content {
    padding: 46px 0 30px;
  }

  .hero-kicker {
    gap: 7px;
  }

  .hero-kicker span {
    min-height: 30px;
    padding: 6px 10px;
    font-size: 12px;
  }

  .home-page .hero-content h1 {
    font-size: 36px;
    line-height: 1.05;
  }

  .home-page .hero-content p {
    font-size: 15px;
    line-height: 1.65;
  }

  .home-page .hero-search {
    margin-top: 24px;
    padding: 10px;
    border-radius: 18px;
  }

  .home-page .search-field,
  .home-page .btn-search {
    min-height: 58px;
  }

  .home-page .trust-row span {
    width: 100%;
    border-radius: 12px;
  }

  .hero-proof-grid div {
    padding: 14px;
  }

  .hero-carousel-controls {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: stretch;
    border-radius: 18px;
  }

  .hero-carousel-label {
    min-width: 0;
    text-align: center;
  }

  .hero-carousel-dots {
    justify-content: center;
  }

  .hero-carousel-arrow {
    width: 100%;
  }

  .home-page .category-scroll {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }

  .home-page .category-card {
    min-width: 0;
    min-height: 132px;
  }

  .home-page .destination-grid {
    grid-auto-rows: 240px;
  }

  .tour-footer,
  .card-actions,
  .modal-actions,
  .page-hero-actions,
  .cta-buttons {
    align-items: stretch;
    flex-direction: column;
  }

  .tour-footer .btn,
  .card-actions .btn,
  .modal-actions .btn {
    width: 100%;
  }

  .form-row,
  .form-grid,
  .checkbox-grid,
  .contact-card-grid,
  .faq-grid,
  .route-grid,
  .vehicle-grid,
  .team-grid,
  .mission-grid,
  .custom-feature-grid,
  .itinerary-grid,
  .fleet-grid {
    grid-template-columns: 1fr;
  }

  .booking-box,
  .form-card,
  .custom-tour-form,
  .custom-form-sidebar,
  .contact-form,
  .contact-info-panel {
    padding: 20px;
    border-radius: 20px;
  }

  .booking-box {
    max-height: 88vh;
  }

  .fleet-note {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .fleet-image {
    height: 190px;
  }

  .fleet-body {
    padding: 20px;
  }

  .fleet-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fleet-features span {
    white-space: normal;
  }

  .footer-grid {
    gap: 26px;
  }

  .newsletter-form,
  .footer-selectors {
    flex-direction: column;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 18px;
    width: 52px;
    height: 52px;
  }

  .back-to-top {
    right: 18px;
    bottom: 82px;
  }

  .toast {
    left: 12px;
    right: 12px;
    bottom: 140px;
  }
}

@media (max-width: 390px) {
  .home-page .category-scroll,
  .fleet-features {
    grid-template-columns: 1fr;
  }

  .home-page .hero-content h1,
  .page-hero h1 {
    font-size: 32px;
  }
}

/* =====================================================
   Professional Finish
===================================================== */

:root {
  --ink: #102033;
  --surface: #ffffff;
  --surface-soft: #f6f8fb;
  --line-soft: #dfe7f0;
}

body {
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.site-header {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(223, 231, 240, 0.9);
  box-shadow: 0 8px 24px rgba(16, 32, 51, 0.06);
}

.logo {
  color: var(--ink);
  letter-spacing: 0;
}

.logo span {
  color: #718096;
}

.main-nav a {
  color: #344256;
  font-weight: 650;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--primary);
}

.btn {
  min-height: 44px;
  letter-spacing: 0;
}

.btn-primary,
.btn-search,
.btn-card {
  background: #075fbd;
  box-shadow: 0 12px 24px rgba(7, 95, 189, 0.18);
}

.btn-primary:hover,
.btn-search:hover,
.btn-card:hover {
  background: #034f9f;
}

.btn-whatsapp {
  background: #22c88a;
  color: #052f23;
}

.home-page .hero-section {
  min-height: calc(100vh - 72px);
}

.home-page .hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 15, 28, 0.9) 0%, rgba(5, 15, 28, 0.72) 45%, rgba(5, 15, 28, 0.28) 100%),
    linear-gradient(180deg, transparent 60%, #f6f8fb 100%);
}

.home-page .hero-content {
  padding-bottom: 56px;
}

.home-page .hero-content h1 {
  max-width: 820px;
  font-weight: 800;
}

.home-page .hero-content p {
  max-width: 680px;
}

.home-page .hero-search {
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(5, 15, 28, 0.32);
}

.home-page .search-field {
  border-color: var(--line-soft);
  background: #f9fbfd;
}

.home-page .search-field:focus-within {
  border-color: #93c5fd;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(147, 197, 253, 0.22);
}

.hero-professional-note {
  display: grid;
  gap: 4px;
  width: min(640px, 100%);
  margin-top: 18px;
  padding: 16px 18px;
  border-left: 4px solid #34e0a1;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.hero-professional-note strong {
  color: #fff;
  font-size: 14px;
}

.hero-professional-note span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.hero-carousel-controls {
  margin-top: 18px;
}

.home-page .section {
  padding: 82px 0;
}

.home-page .section-heading span,
.home-page .cta-content > span {
  border: 1px solid rgba(7, 95, 189, 0.1);
  background: #eef6ff;
  color: #075fbd;
}

.home-page .section-heading h2 {
  color: var(--ink);
  letter-spacing: 0;
}

.home-page .category-card,
.home-page .tour-card,
.home-page .why-card,
.home-page .review-card {
  border: 1px solid var(--line-soft);
  background: var(--surface);
  box-shadow: 0 8px 26px rgba(16, 32, 51, 0.07);
}

.home-page .category-card:hover,
.home-page .tour-card:hover,
.home-page .why-card:hover,
.home-page .review-card:hover {
  border-color: rgba(7, 95, 189, 0.24);
  box-shadow: 0 16px 42px rgba(16, 32, 51, 0.12);
}

.home-page .category-card {
  min-height: 104px;
  padding: 20px 14px;
}

.home-page .why-card {
  padding-top: 28px;
}

.home-page .category-icon,
.home-page .why-icon {
  background: #eef6ff;
}

.home-page .destination-card {
  box-shadow: 0 14px 36px rgba(16, 32, 51, 0.12);
}

.home-page .destination-content {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(5, 15, 28, 0.84));
}

.home-page .tour-badge {
  box-shadow: 0 8px 18px rgba(16, 32, 51, 0.16);
}

.home-page .tour-category {
  color: #075fbd;
}

.home-page .rating {
  color: #0b8f62;
}

.home-page .stats-section {
  background: linear-gradient(135deg, #0f243d, #075fbd);
}

.home-page .custom-cta {
  background:
    linear-gradient(90deg, rgba(5, 15, 28, 0.88), rgba(5, 15, 28, 0.54)),
    url("https://images.unsplash.com/photo-1546708973-b339540b5162?auto=format&fit=crop&w=1800&q=85") center/cover;
}

.site-footer {
  background: #101925;
}

.footer-column a,
.footer-brand p,
.footer-newsletter p,
.footer-newsletter small,
.footer-bottom {
  color: #b7c2d0;
}

.footer-socials a {
  background: #172536;
}

@media (max-width: 640px) {
  .home-page .hero-content {
    padding-top: 52px;
  }

  .hero-professional-note {
    border-radius: 12px;
  }

  .hero-carousel-controls {
    padding: 8px;
  }

  .home-page .section {
    padding: 58px 0;
  }
}

/* =====================================================
   Fleet Page Redesign
===================================================== */

.fleet-page-hero {
  padding: 96px 0 78px;
  background:
    linear-gradient(90deg, rgba(5, 15, 28, 0.88), rgba(5, 15, 28, 0.5)),
    url("https://images.unsplash.com/photo-1449965408869-eaa3f722e40d?auto=format&fit=crop&w=1800&q=85") center/cover;
}

.fleet-page-hero .page-hero-content {
  max-width: 860px;
}

.fleet-page-hero h1 {
  max-width: 820px;
  font-size: clamp(42px, 6vw, 72px);
  letter-spacing: 0;
}

.fleet-page-hero p {
  max-width: 700px;
}

.fleet-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(620px, 100%);
  margin-top: 28px;
}

.fleet-hero-stats div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

.fleet-hero-stats strong {
  display: block;
  color: #fff;
  font-size: 30px;
  line-height: 1;
}

.fleet-hero-stats span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.fleet-intro-section {
  padding: 0;
  background: #f6f8fb;
}

.fleet-note {
  transform: translateY(-34px);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 24px 28px;
  border: 1px solid #dfe7f0;
  border-left: 0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(16, 32, 51, 0.13);
}

.fleet-note h3 {
  color: #102033;
  font-size: 20px;
}

.fleet-note p {
  max-width: 760px;
  color: #64748b;
}

.fleet-section {
  padding-top: 36px;
  background: #f6f8fb;
}

.fleet-section .section-heading {
  max-width: 760px;
}

.fleet-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.fleet-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #dfe7f0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 34px rgba(16, 32, 51, 0.08);
}

.fleet-card:hover {
  transform: translateY(-4px);
  border-color: rgba(7, 95, 189, 0.22);
  box-shadow: 0 18px 50px rgba(16, 32, 51, 0.12);
}

.fleet-card.popular {
  border: 2px solid #075fbd;
}

.popular-label {
  top: 18px;
  left: 18px;
  border-radius: 999px;
  background: #075fbd;
}

.fleet-image {
  height: auto;
  min-height: 280px;
  background: linear-gradient(135deg, #eef6ff, #f8fafc);
}

.fleet-image img {
  object-fit: contain;
  padding: 28px;
}

.fleet-body {
  display: grid;
  align-content: center;
  padding: 34px;
}

.fleet-body h3 {
  color: #102033;
  font-size: clamp(26px, 3vw, 34px);
}

.fleet-model {
  margin-bottom: 22px;
  color: #64748b;
}

.fleet-features {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 22px;
}

.fleet-features span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid #dfe7f0;
  border-radius: 999px;
  background: #f8fafc;
  color: #344256;
  font-size: 13px;
  font-weight: 700;
}

.fleet-rate {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin: 4px 0 24px;
  padding: 18px;
  border-radius: 16px;
  background: #f6f8fb;
}

.fleet-rate strong {
  color: #075fbd;
}

.fleet-body .btn {
  width: fit-content;
  min-width: 190px;
  border-radius: 999px;
}

.fleet-badge {
  top: 18px;
  right: 18px;
  background: #102033;
  letter-spacing: 0;
}

.fleet-badge.green {
  background: #22c88a;
}

.fleet-badge.blue {
  background: #075fbd;
}

.fleet-badge.gold {
  background: #f5b942;
}

.fleet-cta {
  background:
    linear-gradient(90deg, rgba(5, 15, 28, 0.9), rgba(5, 15, 28, 0.56)),
    url("https://images.unsplash.com/photo-1544620347-c4fd4a3d5957?auto=format&fit=crop&w=1800&q=85") center/cover;
}

@media (max-width: 900px) {
  .fleet-card {
    grid-template-columns: 1fr;
  }

  .fleet-image {
    min-height: 240px;
  }

  .fleet-note,
  .fleet-hero-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .fleet-page-hero {
    padding: 66px 0 52px;
  }

  .fleet-page-hero h1 {
    font-size: 36px;
  }

  .fleet-note {
    transform: translateY(-20px);
    padding: 20px;
  }

  .fleet-body {
    padding: 22px;
  }

  .fleet-rate {
    align-items: flex-start;
    flex-direction: column;
  }

  .fleet-body .btn {
    width: 100%;
  }
}

/* Company Logo */
.logo {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.site-logo {
  display: block;
  width: 220px;
  height: 58px;
  object-fit: cover;
  object-position: center;
}

.footer-logo {
  display: block;
  width: min(260px, 100%);
  height: 72px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 14px;
}

@media (max-width: 640px) {
  .site-logo {
    width: 166px;
    height: 46px;
  }

  .footer-logo {
    width: 220px;
    height: 62px;
  }
}

/* =====================================================
   Fleet Visibility Fix
   Final override so vehicle images, details, and quote buttons always render.
===================================================== */

.fleet-vehicle-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(18px, 2.5vw, 28px);
}

.fleet-vehicle-card {
  display: grid !important;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  min-height: 320px;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  border: 1px solid rgba(7, 56, 75, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 46px rgba(7, 16, 22, 0.1);
  backdrop-filter: blur(16px);
}

.fleet-vehicle-card.scroll-card:not(.is-visible) {
  opacity: 1;
  transform: none;
}

.fleet-vehicle-card .fleet-image {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 320px;
  height: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 20%, rgba(244, 122, 11, 0.12), transparent 16rem),
    linear-gradient(135deg, #eef7fb, #fffaf0);
}

.fleet-vehicle-card .fleet-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 320px;
  padding: clamp(18px, 3vw, 32px);
  object-fit: contain;
  opacity: 1;
  visibility: visible;
}

.fleet-vehicle-card .fleet-body {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: clamp(24px, 4vw, 42px);
  opacity: 1;
  visibility: visible;
}

.fleet-vehicle-card .fleet-body h3 {
  margin: 0;
  color: var(--logo-ocean-deep, #041b26);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.05;
}

.fleet-vehicle-card .fleet-model {
  margin: 0;
  color: var(--muted, #68747d);
  font-weight: 700;
}

.fleet-vehicle-card .fleet-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 4px 0;
  border: 0;
}

.fleet-vehicle-card .fleet-features span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(7, 56, 75, 0.12);
  border-radius: 999px;
  color: var(--logo-ocean, #07384b);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  font-weight: 800;
  white-space: normal;
}

.fleet-vehicle-card .fleet-rate {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin: 2px 0 6px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(7, 56, 75, 0.06);
}

.fleet-vehicle-card .fleet-rate small {
  color: var(--muted, #68747d);
}

.fleet-vehicle-card .fleet-rate strong {
  color: var(--logo-orange, #f47a0b);
  font-size: clamp(2rem, 4vw, 2.7rem);
}

.fleet-vehicle-card .fleet-rate span {
  color: var(--muted, #68747d);
  font-size: 0.92rem;
}

.fleet-vehicle-card .btn {
  display: inline-flex;
  width: fit-content;
  min-width: 190px;
  min-height: 50px;
  border-radius: 999px;
  opacity: 1;
  visibility: visible;
}

.fleet-vehicle-card .fleet-badge,
.fleet-vehicle-card .popular-label {
  z-index: 3;
}

@media (max-width: 900px) {
  .fleet-vehicle-card {
    grid-template-columns: 1fr;
  }

  .fleet-vehicle-card .fleet-image {
    min-height: 260px;
  }

  .fleet-vehicle-card .fleet-image img {
    max-height: 270px;
  }
}

@media (max-width: 640px) {
  .fleet-vehicle-card {
    min-height: 0;
    border-radius: 20px;
  }

  .fleet-vehicle-card .fleet-image {
    min-height: 220px;
  }

  .fleet-vehicle-card .fleet-body {
    padding: 22px;
  }

  .fleet-vehicle-card .fleet-rate {
    align-items: flex-start;
    flex-direction: column;
  }

  .fleet-vehicle-card .btn {
    width: 100%;
  }
}

/* =====================================================
   Luxury Exploration Theme
   Brand-led palette from the logo: ocean teal/navy + sunset orange.
===================================================== */

:root {
  --logo-ocean: #07384b;
  --logo-ocean-deep: #041b26;
  --logo-ocean-soft: #0b5871;
  --logo-orange: #f47a0b;
  --logo-orange-deep: #c95800;
  --tropical-gold: #dba84a;
  --warm-ivory: #fff8ea;
  --warm-ivory-2: #fbf0dc;
  --sunset-orange: #e86f39;
  --luxury-black: #071016;
  --dark-charcoal: #17212a;
  --ocean-blue: #126b88;
  --palm-green: #0d7f66;
  --white: #ffffff;
  --primary: var(--logo-ocean);
  --primary-dark: var(--logo-ocean-deep);
  --green: var(--logo-ocean-soft);
  --gold: var(--tropical-gold);
  --charcoal: var(--dark-charcoal);
  --muted: #68747d;
  --soft: #fffaf0;
  --light: #f7efe2;
  --border: rgba(7, 56, 75, 0.14);
  --glass-bg: rgba(255, 255, 255, 0.72);
  --glass-bg-dark: rgba(7, 16, 22, 0.56);
  --glass-border: rgba(255, 255, 255, 0.34);
  --shadow-sm: 0 10px 24px rgba(7, 16, 22, 0.08);
  --shadow-md: 0 18px 44px rgba(7, 16, 22, 0.13);
  --shadow-lg: 0 30px 80px rgba(7, 16, 22, 0.22);
  --shadow-gold: 0 18px 36px rgba(219, 168, 74, 0.22);
  --radius-sm: 12px;
  --radius-md: 22px;
  --radius-lg: 30px;
  --radius-xl: 38px;
  --space-section: clamp(64px, 8vw, 112px);
  --space-card: clamp(20px, 3vw, 30px);
  --ease-luxury: cubic-bezier(0.22, 0.61, 0.36, 1);
  --transition-fast: 180ms var(--ease-luxury);
  --transition-base: 280ms var(--ease-luxury);
  --transition-slow: 650ms var(--ease-luxury);
}

html {
  scroll-padding-top: 92px;
}

body {
  font-family: "Inter", "Poppins", Arial, sans-serif;
  color: var(--dark-charcoal);
  background:
    radial-gradient(circle at 8% 4%, rgba(244, 122, 11, 0.12), transparent 28rem),
    radial-gradient(circle at 96% 18%, rgba(18, 107, 136, 0.14), transparent 30rem),
    linear-gradient(180deg, var(--warm-ivory) 0%, #ffffff 44%, #f7fbfb 100%);
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
.section-title,
.section-head h2,
.section-heading h2,
.page-hero h1,
.hero-content h1,
.hero h1,
.cta h2,
.custom-cta h2,
.footer-brand h2 {
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 0;
}

::selection {
  color: var(--warm-ivory);
  background: var(--logo-orange);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 36%, rgba(219, 168, 74, 0.07) 36% 37%, transparent 37%),
    radial-gradient(circle at 50% 120%, rgba(7, 56, 75, 0.08), transparent 36rem);
}

.section {
  padding: var(--space-section) 0;
}

.section-soft,
.map-section,
.fleet-intro-section,
.contact-cards-section {
  background:
    linear-gradient(135deg, rgba(255, 248, 234, 0.92), rgba(246, 252, 252, 0.92)),
    radial-gradient(circle at 85% 16%, rgba(244, 122, 11, 0.1), transparent 26rem);
}

.section-heading,
.section-head,
.page-hero-content {
  position: relative;
}

.eyebrow,
.page-badge,
.hero-badge,
.section-heading span,
.cta-content > span,
.category,
.tour-category {
  color: var(--logo-orange);
  background: rgba(244, 122, 11, 0.1);
  border: 1px solid rgba(244, 122, 11, 0.16);
  border-radius: 999px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-heading h2,
.section-head h2,
.section-title,
.page-hero h1 {
  color: var(--logo-ocean-deep);
}

.section-heading p,
.section-head p,
.section-subtitle {
  color: var(--muted);
  line-height: 1.75;
}

.btn {
  min-height: 46px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: none;
  transition:
    transform var(--transition-base),
    box-shadow var(--transition-base),
    border-color var(--transition-base),
    background var(--transition-base),
    color var(--transition-base);
}

.btn-primary,
.btn-search,
.btn-card {
  color: #1f1204;
  background: linear-gradient(135deg, var(--tropical-gold), var(--logo-orange));
  box-shadow: var(--shadow-gold);
}

.btn-primary:hover,
.btn-search:hover,
.btn-card:hover {
  color: #1f1204;
  background: linear-gradient(135deg, #f7c86d, var(--sunset-orange));
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

.btn-whatsapp,
.btn-green {
  color: var(--warm-ivory);
  background: linear-gradient(135deg, var(--logo-ocean-soft), var(--logo-ocean));
  box-shadow: 0 16px 34px rgba(7, 56, 75, 0.22);
}

.btn-whatsapp:hover,
.btn-green:hover {
  background: linear-gradient(135deg, var(--logo-ocean), var(--logo-ocean-deep));
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

.btn-outline,
.btn-light,
.btn-ghost {
  color: var(--logo-ocean);
  border: 1px solid rgba(7, 56, 75, 0.16);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(16px);
}

.btn-outline:hover,
.btn-light:hover,
.btn-ghost:hover {
  color: var(--warm-ivory);
  border-color: rgba(244, 122, 11, 0.42);
  background: linear-gradient(135deg, var(--logo-ocean), var(--logo-orange));
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.site-header,
.header {
  position: sticky;
  top: 0;
  z-index: 3000;
  background: rgba(255, 248, 234, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 14px 44px rgba(7, 16, 22, 0.08);
  backdrop-filter: blur(20px) saturate(1.2);
}

.header-wrapper {
  min-height: 82px;
}

.site-logo {
  width: 224px;
  height: 60px;
  filter: drop-shadow(0 8px 14px rgba(7, 56, 75, 0.08));
}

.main-nav a,
.nav-links a {
  color: rgba(23, 33, 42, 0.78);
  font-weight: 800;
}

.main-nav a:hover,
.main-nav a.active,
.nav-links a:hover,
.nav-links a.active {
  color: var(--logo-orange);
}

.main-nav a::after {
  height: 3px;
  background: linear-gradient(90deg, var(--logo-ocean), var(--logo-orange));
}

.mobile-menu-btn,
.hamburger,
.icon-btn {
  color: var(--logo-ocean);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(7, 56, 75, 0.12);
  box-shadow: var(--shadow-sm);
}

.main-nav.active,
.mobile-menu.open {
  background: rgba(255, 248, 234, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(20px);
}

.hero-section,
.hero,
.page-hero,
.custom-cta,
.cta,
.transfer-cta,
.fleet-cta,
.tours-page-hero,
.transfers-page-hero,
.custom-page-hero,
.about-page-hero,
.contact-page-hero,
.fleet-page-hero {
  position: relative;
  overflow: hidden;
  color: var(--warm-ivory);
  background-blend-mode: multiply;
}

.hero-section {
  min-height: calc(100vh - 78px);
}

.hero-section::before,
.hero::before,
.page-hero::before,
.custom-cta::before,
.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 24%, rgba(244, 122, 11, 0.32), transparent 30rem),
    radial-gradient(circle at 78% 18%, rgba(219, 168, 74, 0.22), transparent 26rem),
    linear-gradient(115deg, rgba(4, 27, 38, 0.9), rgba(7, 56, 75, 0.7) 48%, rgba(232, 111, 57, 0.42));
}

.hero-carousel,
.hero-overlay,
.hero-content,
.hero-inner,
.page-hero .container,
.page-hero-content,
.cta-content {
  position: relative;
  z-index: 1;
}

.hero-carousel,
.hero-slide {
  position: absolute;
  inset: 0;
}

.hero-particle-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.72;
  mix-blend-mode: screen;
}

.hero-spline-shell {
  position: absolute;
  top: 18%;
  right: clamp(18px, 5vw, 72px);
  z-index: 1;
  width: clamp(240px, 28vw, 420px);
  aspect-ratio: 1;
  contain: layout paint size;
  pointer-events: none;
  opacity: 0.72;
}

.hero-spline-canvas,
.hero-spline-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-spline-fallback {
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 34%, rgba(219, 168, 74, 0.3), transparent 22%),
    radial-gradient(circle at 62% 68%, rgba(244, 122, 11, 0.2), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(7, 56, 75, 0.08));
  filter: blur(0.1px);
  backdrop-filter: blur(10px);
}

.hero-spline-fallback span {
  width: 48%;
  aspect-ratio: 1;
  border: 1px solid rgba(219, 168, 74, 0.42);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.55), transparent 18%),
    conic-gradient(from 140deg, rgba(219, 168, 74, 0.9), rgba(244, 122, 11, 0.22), rgba(18, 107, 136, 0.4), rgba(219, 168, 74, 0.9));
  box-shadow: 0 0 80px rgba(219, 168, 74, 0.22);
}

.hero-slide {
  opacity: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  transition: opacity 1000ms var(--ease-luxury), transform 5800ms linear;
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1);
}

.hero-content h1,
.hero h1,
.page-hero h1 {
  text-wrap: balance;
  color: var(--warm-ivory);
  text-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.hero-content h1 {
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: 0.92;
  max-width: 980px;
}

.hero-content p,
.hero p,
.page-hero p,
.cta p,
.custom-cta p {
  color: rgba(255, 248, 234, 0.86);
}

.hero-buttons,
.hero-actions,
.cta-buttons,
.page-hero-actions {
  gap: 12px;
}

.hero-search {
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(22px) saturate(1.2);
}

.search-field,
.field {
  background: rgba(255, 248, 234, 0.82);
  border: 1px solid rgba(7, 56, 75, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.search-field label,
.field label,
.form-card label,
.transfer-form label {
  color: var(--logo-ocean);
}

.card,
.tour-card,
.why-card,
.review-card,
.category-card,
.cat-card,
.feature-card,
.route-card,
.vehicle-card,
.team-card,
.detail-box,
.form-card,
.sidebar,
.contact-card,
.fleet-note,
.fleet-card,
.transfer-info,
.transfer-form,
.map-card,
.faq details {
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: var(--radius-md);
  background: var(--glass-bg);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(18px) saturate(1.12);
  transition:
    transform var(--transition-base),
    box-shadow var(--transition-base),
    border-color var(--transition-base),
    background var(--transition-base);
}

.card:hover,
.tour-card:hover,
.why-card:hover,
.review-card:hover,
.category-card:hover,
.cat-card:hover,
.feature-card:hover,
.route-card:hover,
.vehicle-card:hover,
.team-card:hover,
.contact-card:hover,
.fleet-card:hover {
  transform: translateY(-8px);
  border-color: rgba(244, 122, 11, 0.24);
  box-shadow: var(--shadow-md);
}

.destination-card,
.dest-card,
.fleet-image,
.tour-image,
.media {
  border-radius: var(--radius-md);
}

.destination-card,
.dest-card {
  box-shadow: var(--shadow-md);
}

.destination-content,
.dest-overlay {
  background:
    linear-gradient(180deg, rgba(4, 27, 38, 0.04), rgba(4, 27, 38, 0.88)),
    radial-gradient(circle at 20% 20%, rgba(244, 122, 11, 0.22), transparent 15rem);
}

.category-icon,
.cat-icon,
.why-icon,
.contact-icon,
.fleet-note-icon {
  color: var(--logo-orange);
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.75), transparent 36%),
    linear-gradient(135deg, rgba(244, 122, 11, 0.15), rgba(18, 107, 136, 0.12));
  border: 1px solid rgba(244, 122, 11, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), var(--shadow-sm);
}

.tour-badge,
.badge,
.fleet-badge {
  color: #1f1204;
  background: linear-gradient(135deg, var(--tropical-gold), var(--logo-orange));
  box-shadow: 0 12px 26px rgba(244, 122, 11, 0.22);
}

.tour-badge.green,
.tour-badge.blue,
.tour-badge.orange,
.badge.green,
.badge.blue,
.badge.orange,
.fleet-badge.green,
.fleet-badge.blue,
.fleet-badge.gold {
  color: var(--warm-ivory);
  background: linear-gradient(135deg, var(--logo-ocean-soft), var(--logo-ocean));
}

.rating,
.review-stars,
.fleet-rate strong,
.price b,
.tour-footer strong {
  color: var(--logo-orange);
}

.stats-section,
.stats,
.trust-strip {
  color: var(--warm-ivory);
  background:
    radial-gradient(circle at 15% 12%, rgba(244, 122, 11, 0.22), transparent 18rem),
    linear-gradient(135deg, var(--logo-ocean-deep), var(--logo-ocean));
}

.stats,
.stats-section {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

input,
select,
textarea,
.sort {
  border-color: rgba(7, 56, 75, 0.14);
  background-color: rgba(255, 255, 255, 0.82);
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--logo-orange);
  box-shadow: 0 0 0 4px rgba(244, 122, 11, 0.12);
}

.modal-box,
.booking-box {
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: var(--radius-lg);
  background: rgba(255, 250, 240, 0.94);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(22px);
}

.modal-head {
  border-bottom-color: rgba(7, 56, 75, 0.12);
}

.close-modal,
.modal-close {
  color: var(--logo-ocean);
  background: rgba(7, 56, 75, 0.08);
}

.site-footer,
.footer {
  color: var(--warm-ivory);
  background:
    radial-gradient(circle at 15% 18%, rgba(244, 122, 11, 0.18), transparent 22rem),
    radial-gradient(circle at 88% 0%, rgba(18, 107, 136, 0.18), transparent 24rem),
    linear-gradient(135deg, var(--luxury-black), var(--logo-ocean-deep));
}

.site-footer a,
.footer a,
.site-footer p,
.footer p,
.footer-brand p,
.footer-newsletter p,
.footer-newsletter small {
  color: rgba(255, 248, 234, 0.72);
}

.site-footer a:hover,
.footer a:hover,
.footer-column a:hover {
  color: var(--tropical-gold);
}

.footer-socials a {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-socials a:hover {
  color: #1f1204;
  background: linear-gradient(135deg, var(--tropical-gold), var(--logo-orange));
}

.newsletter-form input,
.newsletter input,
.footer select {
  color: var(--warm-ivory);
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.floating-whatsapp {
  color: var(--warm-ivory);
  background: linear-gradient(135deg, var(--logo-ocean-soft), var(--logo-ocean));
  box-shadow: 0 18px 42px rgba(7, 56, 75, 0.32);
}

.back-to-top {
  color: #1f1204;
  background: linear-gradient(135deg, var(--tropical-gold), var(--logo-orange));
}

.toast {
  background: var(--logo-ocean-deep);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

/* Responsive CSS Grid card systems */
.destination-grid,
.tour-grid,
.why-grid,
.review-grid,
.route-grid,
.vehicle-grid,
.contact-card-grid,
.fleet-grid,
.feature-grid,
.team-grid,
.activity-grid {
  display: grid;
  gap: clamp(18px, 2.6vw, 28px);
  align-items: stretch;
}

.destination-grid,
.tour-grid,
.why-grid,
.route-grid,
.vehicle-grid,
.fleet-grid,
.activity-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
}

.review-grid,
.contact-card-grid,
.feature-grid,
.team-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
}

.section,
.section-soft,
.destinations-section,
.tours-section,
.why-section,
.reviews-section,
.contact-cards-section,
.fleet-section,
.transfer-quote-section {
  content-visibility: auto;
  contain-intrinsic-size: 1px 760px;
}

.hero-section,
.page-hero,
.site-header,
.booking-modal,
.luxury-loader {
  content-visibility: visible;
}

.tour-card,
.destination-card,
.category-card,
.why-card,
.review-card,
.route-card,
.vehicle-card,
.contact-card,
.fleet-card,
.feature-card,
.team-card,
.stat-card {
  contain: layout paint style;
}

.tour-image,
.media,
.destination-card,
.fleet-image,
.vehicle-card img,
.review-user img {
  aspect-ratio: 16 / 10;
}

.tour-image img,
.media img,
.destination-card img,
.fleet-image img,
.vehicle-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-scroll {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(170px, 1fr);
  gap: clamp(14px, 2vw, 20px);
}

/* Scroll reveal and 3D depth for cards */
.scroll-card {
  opacity: 0;
  transform: translate3d(0, 34px, 0) scale(0.985);
  transform-style: preserve-3d;
  will-change: transform, opacity;
  transition:
    opacity 760ms var(--ease-luxury) var(--reveal-delay, 0ms),
    transform 760ms var(--ease-luxury) var(--reveal-delay, 0ms),
    box-shadow var(--transition-base),
    border-color var(--transition-base);
}

.scroll-card.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.depth-card {
  perspective: 1000px;
  backface-visibility: hidden;
}

.depth-card:hover {
  transform: perspective(1000px) translate3d(0, -10px, 24px) rotateX(3deg) rotateY(-3deg) scale(1.012);
  box-shadow: 0 30px 70px rgba(7, 16, 22, 0.2);
}

.depth-card:hover img {
  transform: scale(1.07) translateZ(18px);
}

.depth-card img {
  transition: transform var(--transition-slow);
}

.hero-reveal {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition:
    opacity 820ms var(--ease-luxury) var(--hero-delay, 0ms),
    transform 820ms var(--ease-luxury) var(--hero-delay, 0ms);
}

.hero-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.navbar-fade-down {
  animation: navbarFadeDown 720ms var(--ease-luxury) both;
}

@keyframes navbarFadeDown {
  from {
    opacity: 0;
    transform: translate3d(0, -22px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.timeline-reveal {
  opacity: 0;
  transform: translate3d(0, 42px, 0);
  transition:
    opacity 850ms var(--ease-luxury),
    transform 850ms var(--ease-luxury);
}

.timeline-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.destination-grid .scroll-card,
.tour-grid .scroll-card {
  transition-delay: var(--reveal-delay, 0ms);
}

.magnetic-btn {
  will-change: transform;
}

/* Sticky glass navigation */
.site-header {
  position: sticky;
  top: 0;
  z-index: 3000;
  background: rgba(255, 248, 234, 0.66);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 12px 42px rgba(7, 16, 22, 0.08);
  backdrop-filter: blur(22px) saturate(1.25);
  -webkit-backdrop-filter: blur(22px) saturate(1.25);
  transition:
    background var(--transition-base),
    box-shadow var(--transition-base),
    border-color var(--transition-base);
}

.site-header.is-scrolled {
  background: rgba(255, 248, 234, 0.86);
  border-bottom-color: rgba(7, 56, 75, 0.12);
  box-shadow: 0 18px 48px rgba(7, 16, 22, 0.14);
}

.site-header .header-wrapper {
  min-height: 82px;
  transition: min-height var(--transition-base);
}

.site-header.is-scrolled .header-wrapper {
  min-height: 66px;
}

.site-header .site-logo {
  transition:
    width var(--transition-base),
    height var(--transition-base),
    filter var(--transition-base);
}

.site-header.is-scrolled .site-logo {
  width: 184px;
  height: 50px;
  filter: drop-shadow(0 8px 12px rgba(7, 56, 75, 0.08));
}

.site-header .main-nav {
  border-radius: 999px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.34);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.site-header .main-nav a {
  border-radius: 999px;
  padding: 8px 10px;
}

.site-header .main-nav a::after {
  display: none;
}

.site-header .main-nav a:hover,
.site-header .main-nav a.active {
  color: #1f1204;
  background: linear-gradient(135deg, rgba(219, 168, 74, 0.64), rgba(244, 122, 11, 0.72));
}

.site-header .mobile-menu-btn {
  display: none;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--logo-ocean);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(7, 56, 75, 0.12);
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
  transition:
    transform var(--transition-base),
    background var(--transition-base),
    color var(--transition-base);
}

.site-header .mobile-menu-btn[aria-expanded="true"] {
  color: #1f1204;
  background: linear-gradient(135deg, var(--tropical-gold), var(--logo-orange));
  transform: rotate(90deg);
}

body.is-loading {
  overflow: hidden;
}

.luxury-loader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  min-height: 100vh;
  overflow: hidden;
  color: var(--warm-ivory);
  background:
    radial-gradient(circle at 50% 38%, rgba(244, 122, 11, 0.16), transparent 18rem),
    radial-gradient(circle at 50% 110%, rgba(219, 168, 74, 0.12), transparent 28rem),
    linear-gradient(145deg, #03080c 0%, var(--logo-ocean-deep) 54%, #061017 100%);
  transition:
    opacity 700ms var(--ease-luxury),
    visibility 700ms var(--ease-luxury),
    transform 700ms var(--ease-luxury);
}

.luxury-loader::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.45;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 120px);
  mask-image: linear-gradient(180deg, transparent, #000 22%, #000 78%, transparent);
}

.luxury-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(1.02);
}

.loader-panel {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  width: min(520px, calc(100% - 40px));
  padding: 0;
  border: 0;
  border-radius: 0;
  text-align: center;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.loader-logo {
  display: block;
  width: min(420px, 84vw);
  height: auto;
  margin-bottom: 26px;
  padding: 10px 14px;
  border-radius: 18px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.92);
  box-shadow:
    0 18px 52px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.34);
}

.loader-panel h1 {
  margin: 0;
  color: var(--warm-ivory);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.5rem, 7vw, 5rem);
  line-height: 0.96;
  text-shadow: 0 14px 46px rgba(0, 0, 0, 0.36);
}

.loader-panel p {
  margin: 14px auto 30px;
  max-width: 410px;
  color: rgba(255, 248, 234, 0.74);
  font-size: clamp(0.92rem, 2vw, 1.02rem);
  line-height: 1.6;
}

.loader-progress {
  position: relative;
  width: min(300px, 78vw);
  height: 3px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.loader-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--tropical-gold), #ffe4a0, var(--logo-orange));
  box-shadow: 0 0 22px rgba(219, 168, 74, 0.65);
  transition: width 240ms var(--ease-luxury);
}

.loader-status {
  display: inline-flex;
  margin-top: 16px;
  color: rgba(255, 248, 234, 0.5);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.loader-glow-dots {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.loader-glow-dots span {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--tropical-gold);
  box-shadow: 0 0 20px rgba(219, 168, 74, 0.8);
  opacity: 0.28;
  animation: loaderFloat 6.4s var(--ease-luxury) infinite;
}

.loader-glow-dots span:nth-child(1) { left: 18%; top: 32%; animation-delay: 0s; }
.loader-glow-dots span:nth-child(2) { left: 26%; top: 70%; animation-delay: 0.8s; }
.loader-glow-dots span:nth-child(3) { left: 48%; top: 20%; animation-delay: 1.4s; }
.loader-glow-dots span:nth-child(4) { left: 73%; top: 66%; animation-delay: 2s; }
.loader-glow-dots span:nth-child(5) { left: 82%; top: 36%; animation-delay: 2.6s; }
.loader-glow-dots span:nth-child(6) { left: 58%; top: 82%; animation-delay: 3.2s; }

@keyframes loaderFloat {
  0%, 100% {
    opacity: 0.25;
    transform: translate3d(0, 0, 0) scale(0.8);
  }

  50% {
    opacity: 0.95;
    transform: translate3d(18px, -34px, 0) scale(1.35);
  }
}

@media (max-width: 900px) {
  .site-header .header-wrapper {
    min-height: 74px;
  }

  .site-header.is-scrolled .header-wrapper {
    min-height: 64px;
  }

  .site-header .main-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 10px);
    display: none;
    align-items: stretch;
    padding: 12px;
    border-radius: 22px;
    background: rgba(255, 248, 234, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.62);
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(22px) saturate(1.18);
    -webkit-backdrop-filter: blur(22px) saturate(1.18);
  }

  .site-header .main-nav.active {
    display: grid;
    gap: 8px;
  }

  .site-header .main-nav a {
    width: 100%;
    padding: 12px 14px;
    color: var(--logo-ocean);
    background: rgba(255, 255, 255, 0.42);
    border: 1px solid rgba(7, 56, 75, 0.08);
  }

  .site-header .header-actions {
    display: none;
  }

  .site-header .mobile-menu-btn {
    display: grid;
  }

  .hero-content h1 {
    font-size: clamp(2.8rem, 13vw, 4.8rem);
  }

  .hero-search {
    grid-template-columns: 1fr;
  }

  .hero-buttons,
  .cta-buttons,
  .modal-actions,
  .tour-footer {
    align-items: stretch;
  }

  .tour-card .btn,
  .tour-footer .btn,
  .card-actions .btn,
  .route-card .btn,
  .vehicle-card .btn {
    min-height: 50px;
    width: 100%;
  }
}

@media (max-width: 640px) {
  :root {
    --radius-md: 18px;
    --radius-lg: 24px;
  }

  .loader-panel {
    width: min(360px, calc(100% - 32px));
  }

  .loader-logo {
    width: min(300px, 84vw);
    margin-bottom: 16px;
    padding: 7px 9px;
    border-radius: 14px;
  }

  .loader-panel h1 {
    font-size: clamp(2rem, 12vw, 3.15rem);
  }

  .loader-panel p {
    margin: 10px auto 24px;
    font-size: 0.88rem;
  }

  .section {
    padding: clamp(52px, 14vw, 72px) 0;
  }

  .hero-search,
  .form-card,
  .transfer-form,
  .contact-card,
  .fleet-card {
    border-radius: var(--radius-md);
  }

  .site-logo {
    width: 168px;
    height: 48px;
  }

  .btn {
    width: 100%;
    white-space: normal;
  }

  .header-actions .btn {
    width: auto;
  }

  .hero-section {
    min-height: auto;
  }

  .hero-content {
    padding-top: 58px;
    padding-bottom: 42px;
  }

  .hero-particle-canvas {
    display: none;
  }

  .hero-spline-shell {
    display: none;
  }

  .hero-buttons {
    display: grid;
    grid-template-columns: 1fr;
  }

  .floating-whatsapp {
    right: 16px;
    bottom: 16px;
    width: 64px;
    height: 64px;
    font-size: 1.55rem;
  }

  .back-to-top {
    right: 18px;
    bottom: 92px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .loader-glow-dots span {
    animation: none;
  }
}

/* Final mobile destination alignment */
@media (max-width: 640px) {
  .home-page .category-scroll,
  .category-scroll {
    display: grid !important;
    grid-auto-flow: row !important;
    grid-auto-columns: unset !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100%;
    overflow: visible !important;
    gap: 14px;
    padding: 0;
  }

  .home-page .category-card,
  .category-card {
    width: 100%;
    min-width: 0 !important;
    min-height: 112px;
    padding: 18px 10px;
  }

  .home-page .category-card h3,
  .category-card h3 {
    font-size: clamp(0.88rem, 4vw, 1rem);
    line-height: 1.25;
  }

  .home-page .destination-grid,
  .destination-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-auto-rows: auto !important;
    width: 100%;
    gap: 18px;
  }

  .home-page .destination-card,
  .destination-card {
    grid-column: auto !important;
    grid-row: auto !important;
    width: 100%;
    min-width: 0;
    min-height: 260px;
    aspect-ratio: 16 / 11;
  }

  .home-page .destination-content,
  .destination-content {
    justify-content: flex-end;
    padding: 18px;
    text-align: left;
  }

  .home-page .destination-content h3,
  .destination-content h3 {
    margin: 0 0 6px;
    font-size: clamp(1.45rem, 7vw, 1.9rem);
  }
}

@media (max-width: 380px) {
  .home-page .category-scroll,
  .category-scroll {
    grid-template-columns: 1fr !important;
  }
}

/* =====================================================
   Final Fleet Page Fix
   Keep this at the end so vehicle cards always show correctly.
===================================================== */

.fleet-vehicle-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: clamp(18px, 2.5vw, 28px) !important;
}

.fleet-vehicle-card {
  display: grid !important;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr) !important;
  min-height: 320px;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: hidden;
}

.fleet-vehicle-card.scroll-card {
  opacity: 1 !important;
  transform: none;
}

.fleet-vehicle-card .fleet-image {
  display: grid !important;
  place-items: center;
  min-height: 250px;
  height: 100% !important;
  background:
    radial-gradient(circle at 30% 20%, rgba(244, 122, 11, 0.12), transparent 16rem),
    linear-gradient(135deg, #eef7fb, #fffaf0) !important;
}

.fleet-vehicle-card .fleet-image img {
  display: block !important;
  width: min(90%, 460px) !important;
  height: auto !important;
  max-height: 285px;
  padding: clamp(6px, 1.2vw, 12px) !important;
  object-fit: contain !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.fleet-vehicle-card .fleet-body {
  display: grid !important;
  align-content: center;
  gap: 2px;
  padding: clamp(24px, 4vw, 42px) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.fleet-vehicle-card .fleet-body h3 {
  margin: 0;
  color: var(--logo-ocean-deep, #041b26) !important;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.05;
}

.fleet-vehicle-card .fleet-model {
  margin: 0;
  color: var(--muted, #68747d) !important;
  font-weight: 700;
}

.fleet-vehicle-card .fleet-features {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 !important;
  margin: 4px 0 !important;
  border: 0 !important;
}

.fleet-vehicle-card .fleet-features span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(7, 56, 75, 0.12);
  border-radius: 999px;
  color: var(--logo-ocean, #07384b) !important;
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  font-weight: 800;
}

.fleet-vehicle-card .fleet-rate {
  display: flex !important;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin: 2px 0 6px !important;
  padding: 18px !important;
  border-radius: 18px;
  background: rgba(7, 56, 75, 0.06) !important;
}

.fleet-vehicle-card .fleet-rate strong {
  color: var(--logo-orange, #f47a0b) !important;
  font-size: clamp(2rem, 4vw, 2.7rem);
}

.fleet-vehicle-card .btn {
  display: inline-flex !important;
  width: fit-content !important;
  min-width: 190px;
  min-height: 50px;
  border-radius: 999px !important;
  opacity: 1 !important;
  visibility: visible !important;
}

@media (max-width: 900px) {
  .fleet-vehicle-card {
    grid-template-columns: 1fr !important;
  }

  .fleet-vehicle-card .fleet-image {
    min-height: 230px;
  }

  .fleet-vehicle-card .fleet-image img {
    width: min(88%, 390px) !important;
    max-height: 255px;
  }
}

@media (max-width: 640px) {
  .fleet-vehicle-card {
    min-height: 0;
  }

  .fleet-vehicle-card .fleet-image {
    min-height: 210px;
  }

  .fleet-vehicle-card .fleet-image img {
    width: min(90%, 330px) !important;
    max-height: 225px;
  }

  .fleet-vehicle-card .fleet-body {
    padding: 22px !important;
  }

  .fleet-vehicle-card .fleet-rate {
    align-items: flex-start;
    flex-direction: column;
  }

  .fleet-vehicle-card .btn {
    width: 100% !important;
  }
}
