:root {
  --navy: #062b63;
  --navy-dark: #021a41;
  --gold: #c79a2b;
  --gold-soft: #f7efd9;
  --ink: #172236;
  --text: #617086;
  --line: #e7edf5;
  --white: #ffffff;
  --cloud: #f7f9fc;
  --green: #25d366;
  --shadow: 0 20px 55px rgba(6, 43, 99, 0.14);
  --body-font: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display-font: "Playfair Display", Georgia, "Times New Roman", serif;
  font-family: var(--body-font);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }

.site-header {
  position: fixed; top: 12px; left: 50%; transform: translateX(-50%); z-index: 40;
  width: min(1180px, calc(100% - 32px)); min-height: 76px;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px;
  padding: 8px 14px; background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.72); border-radius: 18px;
  box-shadow: 0 18px 48px rgba(6,43,99,.16); backdrop-filter: blur(18px);
}

.brand { display: inline-flex; align-items: center; gap: 14px; min-width: 0; font-weight: 900; color: var(--navy); }
.brand img {
  width: 76px; height: 76px; object-fit: cover; object-position: center top; padding: 2px;
  background: var(--white); border: 1px solid rgba(199,154,43,.32); border-radius: 10px;
  box-shadow: 0 10px 24px rgba(6,43,99,.12);
}
.brand span { display: block; max-width: 230px; line-height: 1.15; text-shadow: 0 1px 0 rgba(255,255,255,.8); }
.nav-links {
  display: flex; justify-content: center; align-items: center; gap: 6px;
  padding: 6px; background: rgba(6,43,99,.04); border: 1px solid rgba(6,43,99,.06);
  border-radius: 999px; font-size: .9rem; font-weight: 800;
}
.nav-links a {
  min-height: 36px; display: inline-flex; align-items: center; padding: 0 14px;
  color: var(--ink); border-radius: 999px; border: 1px solid transparent;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.nav-links a:hover {
  color: var(--navy); background: var(--gold-soft); border-color: rgba(199,154,43,.24);
}
.nav-links a.active {
  color: var(--white); background: linear-gradient(135deg, var(--navy), var(--navy-dark));
  box-shadow: 0 10px 22px rgba(6,43,99,.2);
}
.header-cta, .btn, .service-card a, .package-card a, .sticky-whatsapp {
  display: inline-flex; align-items: center; justify-content: center; min-height: 42px; border: 0;
  border-radius: 999px; font-size: .9rem; font-weight: 900; cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.header-cta, .btn-primary { color: var(--white); background: linear-gradient(135deg, var(--gold), #d8ad44); box-shadow: 0 12px 26px rgba(199,154,43,.28); }
.header-cta { min-height: 42px; padding: 0 18px; border: 1px solid rgba(199,154,43,.28); }
.btn { min-width: auto; padding: 0 20px; }
.btn-light { color: var(--navy); background: var(--white); border: 1px solid rgba(255,255,255,.55); }
.header-cta:hover, .btn-primary:hover {
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), var(--navy-dark));
  box-shadow: 0 14px 28px rgba(6,43,99,.26);
  transform: translateY(-2px);
}
.btn-light:hover {
  color: var(--white);
  background: var(--gold);
  border-color: var(--gold);
  box-shadow: 0 14px 28px rgba(199,154,43,.22);
  transform: translateY(-2px);
}
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; margin-left: auto; border: 1px solid rgba(199,154,43,.28); border-radius: 50%; background: var(--gold-soft); }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--navy); }

.hero, .page-hero {
  position: relative; overflow: hidden; color: var(--white); text-align: center; background: var(--navy);
}
.hero { min-height: 720px; display: grid; place-items: center; padding: 176px clamp(20px, 6vw, 76px) 150px; }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(rgba(2,26,65,.22), rgba(2,26,65,.76)), url("https://images.unsplash.com/photo-1512453979798-5ea266f8880c?auto=format&fit=crop&w=2200&q=82") center/cover; transform: scale(1.03); }
.hero-content { position: relative; z-index: 1; max-width: 960px; }
.page-hero { min-height: 390px; display: grid; place-items: center; padding: 166px 20px 78px; }
.about-hero { background: linear-gradient(rgba(2,26,65,.58), rgba(2,26,65,.72)), url("https://images.unsplash.com/photo-1582672060674-bc2bd808a8b5?auto=format&fit=crop&w=1800&q=80") center/cover; }
.services-hero { background: linear-gradient(rgba(2,26,65,.54), rgba(2,26,65,.74)), url("https://images.unsplash.com/photo-1546412414-8035e1776c9a?auto=format&fit=crop&w=1800&q=80") center/cover; }
.packages-hero { background: linear-gradient(rgba(2,26,65,.56), rgba(2,26,65,.76)), url("https://images.unsplash.com/photo-1509316785289-025f5b846b35?auto=format&fit=crop&w=1800&q=80") center/cover; }
.vehicle-hero { background: linear-gradient(rgba(2,26,65,.42), rgba(2,26,65,.72)), url("assets/zyro-yukon-promo.png") center/cover; }
.contact-hero { background: linear-gradient(rgba(2,26,65,.46), rgba(2,26,65,.78)), url("https://images.unsplash.com/photo-1526495124232-a04e1849168c?auto=format&fit=crop&w=1800&q=82") center/cover; }

.eyebrow { margin: 0 0 14px; color: var(--gold); font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero .eyebrow, .page-hero .eyebrow { color: #f7d891; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 900px;
  margin: 0 auto 18px;
  font-family: var(--display-font);
  font-size: clamp(1.95rem, 3.65vw, 3.35rem);
  line-height: 1.14;
  letter-spacing: 0;
  font-weight: 700;
}
h2 {
  margin-bottom: 14px;
  font-family: var(--display-font);
  font-size: clamp(1.35rem, 2.15vw, 2.15rem);
  line-height: 1.24;
  letter-spacing: 0;
  font-weight: 700;
}
h3 { margin-bottom: 10px; }
p { color: var(--text); line-height: 1.78; }
.hero p, .page-hero p { max-width: 760px; margin-inline: auto; color: rgba(255,255,255,.88); font-size: clamp(1.03rem, 1.8vw, 1.24rem); }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 34px; }
.hero-trust {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 28px;
}
.hero-trust span {
  min-height: 34px; display: inline-flex; align-items: center; padding: 0 14px;
  color: rgba(255,255,255,.9); background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-size: .86rem; font-weight: 700;
  backdrop-filter: blur(12px);
}

.section { padding: clamp(72px, 9vw, 118px) clamp(20px, 6vw, 76px); }
.section-heading { max-width: 760px; margin: 0 auto 40px; text-align: center; }
.quick-booking {
  position: relative; z-index: 4; width: min(1120px, calc(100% - 40px));
  display: grid; grid-template-columns: 1fr 1fr 1fr auto; gap: 14px;
  margin: -78px auto 0; padding: 24px; background: var(--white); border-radius: 10px; box-shadow: var(--shadow);
}
.quick-booking label, .contact-form label { display: grid; gap: 8px; color: var(--navy); font-size: .86rem; font-weight: 900; }
.quick-booking input, .quick-booking select, .contact-form input, .contact-form select, .contact-form textarea {
  width: 100%; min-height: 50px; padding: 12px 14px; color: var(--ink); background: var(--cloud); border: 1px solid var(--line); border-radius: 6px; font: inherit;
}
.quick-booking button { align-self: end; }

.intro-grid, .service-grid, .package-grid, .mini-card-grid { display: grid; gap: 24px; }
.intro-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.intro-grid article, .service-card, .package-card, .mini-card-grid a, .mini-card-grid span {
  background: var(--white); border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 14px 35px rgba(6,43,99,.08);
}
.intro-grid article { padding: 28px; }
.intro-grid span { color: var(--gold); font-size: 2.2rem; font-weight: 900; }
.intro-grid h2, .service-card h2, .package-card h2 { font-size: 1.22rem; }
.booking-steps { background: linear-gradient(180deg, var(--white), var(--cloud)); }
.step-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.step-grid article {
  position: relative; padding: 32px 28px; background: var(--white); border: 1px solid var(--line);
  border-radius: 14px; box-shadow: 0 16px 38px rgba(6,43,99,.08);
}
.step-grid span {
  width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 18px;
  color: var(--white); background: linear-gradient(135deg, var(--navy), var(--navy-dark));
  border-radius: 50%; font-weight: 900; box-shadow: 0 12px 26px rgba(6,43,99,.22);
}
.step-grid article::after {
  content: ""; position: absolute; top: 40px; right: -22px; width: 44px; height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.step-grid article:last-child::after { display: none; }
.split-section { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(34px, 7vw, 92px); align-items: center; }
.split-section img { min-height: 430px; height: min(580px, 62vw); object-fit: cover; border-radius: 10px; box-shadow: var(--shadow); }
.split-section .btn { margin-top: 16px; }
.mini-card-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.mini-card-grid a, .mini-card-grid span { padding: 22px; color: var(--navy); font-weight: 900; border-left: 4px solid var(--gold); }
.mini-card-grid.compact { grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 22px 0; }

.service-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.services-intro {
  display: grid; grid-template-columns: 1fr .9fr; gap: clamp(28px, 5vw, 70px); align-items: center;
  background: linear-gradient(180deg, var(--white), var(--cloud));
}
.services-promise-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.services-promise-grid article {
  min-height: 150px; display: grid; align-content: end; padding: 22px;
  color: var(--white); background: linear-gradient(135deg, var(--navy), var(--navy-dark));
  border-radius: 14px; box-shadow: var(--shadow);
}
.services-promise-grid strong { color: #f7d891; font-size: 1.25rem; }
.services-promise-grid span { color: rgba(255,255,255,.78); font-weight: 700; }
.service-card {
  position: relative; overflow: hidden; padding: 34px 24px 28px; text-align: center;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.service-card::before {
  content: ""; position: absolute; inset: 0 0 auto; height: 5px;
  background: linear-gradient(90deg, var(--gold), #f5d989, var(--navy));
}
.service-card::after {
  content: ""; position: absolute; top: -52px; right: -52px; width: 118px; height: 118px;
  background: rgba(199,154,43,.1); border-radius: 50%; transition: transform .24s ease, background .24s ease;
}
.service-card:hover { transform: translateY(-8px); border-color: rgba(199,154,43,.42); box-shadow: 0 24px 58px rgba(6,43,99,.15); }
.service-card:hover::after { transform: scale(1.25); background: rgba(199,154,43,.18); }
.service-icon {
  position: relative; z-index: 1; width: 70px; height: 70px; display: grid; place-items: center;
  margin: 0 auto 14px; color: var(--navy); background: linear-gradient(135deg, var(--gold-soft), #ffffff);
  border: 1px solid rgba(199,154,43,.34); border-radius: 20px; box-shadow: 0 12px 28px rgba(6,43,99,.09);
  transform: rotate(45deg); transition: background .24s ease, color .24s ease, transform .24s ease;
}
.service-icon svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; transform: rotate(-45deg); }
.service-card:hover .service-icon { color: var(--white); background: linear-gradient(135deg, var(--navy), var(--navy-dark)); transform: rotate(45deg) scale(1.06); }
.service-card small {
  display: inline-flex; margin-bottom: 10px; color: var(--gold); font-size: .73rem; font-weight: 900;
  letter-spacing: .09em; text-transform: uppercase;
}
.service-card a { min-height: 38px; margin-top: 10px; padding: 0 16px; color: var(--white); background: var(--navy); }
.service-card a:hover {
  color: var(--navy);
  background: var(--gold-soft);
  box-shadow: 0 12px 24px rgba(6,43,99,.14);
  transform: translateY(-2px);
}

.service-process {
  padding: clamp(72px, 9vw, 118px) clamp(20px, 6vw, 76px);
  color: var(--white); background: linear-gradient(135deg, rgba(2,26,65,.96), rgba(6,43,99,.9)), url("https://images.unsplash.com/photo-1512453979798-5ea266f8880c?auto=format&fit=crop&w=1800&q=80") center/cover;
}
.service-process .section-heading p, .service-process .section-heading h2 { color: var(--white); }
.process-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.process-row article {
  min-height: 210px; padding: 26px; background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16); border-radius: 14px; backdrop-filter: blur(12px);
}
.process-row span { display: block; margin-bottom: 14px; color: #f7d891; font-size: 2rem; font-weight: 900; }
.process-row h3 { color: var(--white); }
.process-row p { color: rgba(255,255,255,.76); }
.services-cta {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  margin: clamp(50px, 7vw, 78px) clamp(20px, 6vw, 76px) 0; padding: 30px;
  background: linear-gradient(135deg, #fff7df, var(--white)); border: 1px solid rgba(199,154,43,.34);
  border-radius: 18px; box-shadow: var(--shadow);
}
.services-cta div { max-width: 760px; }
.services-cta h2 { margin-bottom: 10px; }

.about-values { background: var(--cloud); }
.value-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px;
}
.value-grid article {
  min-height: 275px; padding: 26px; background: var(--white); border: 1px solid var(--line);
  border-radius: 14px; box-shadow: 0 14px 35px rgba(6,43,99,.08);
}
.value-grid span { display: block; margin-bottom: 18px; color: var(--gold); font-size: 2rem; font-weight: 900; }
.value-grid h3 { color: var(--navy); }
.about-story {
  display: grid; grid-template-columns: 1fr .45fr; gap: clamp(28px, 6vw, 76px); align-items: center;
  padding: clamp(72px, 9vw, 118px) clamp(20px, 6vw, 76px);
  color: var(--white); background: linear-gradient(135deg, rgba(2,26,65,.96), rgba(6,43,99,.9)), url("https://images.unsplash.com/photo-1526495124232-a04e1849168c?auto=format&fit=crop&w=1800&q=80") center/cover;
}
.about-story p { color: rgba(255,255,255,.8); }
.story-card {
  padding: 30px; text-align: center; background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16); border-radius: 18px; backdrop-filter: blur(12px);
}
.story-card img { width: 160px; height: 110px; object-fit: contain; margin: 0 auto 18px; padding: 8px; background: var(--white); border-radius: 12px; }
.story-card strong { display: block; color: #f7d891; font-size: 1.55rem; }
.story-card span { display: block; margin-top: 8px; color: rgba(255,255,255,.82); font-weight: 800; }
.about-cta {
  margin: 0 clamp(20px, 6vw, 76px) clamp(56px, 8vw, 90px); padding: clamp(42px, 6vw, 70px) 24px;
  text-align: center; background: linear-gradient(135deg, #fff7df, var(--white));
  border: 1px solid rgba(199,154,43,.34); border-radius: 18px; box-shadow: var(--shadow);
}
.about-cta p:not(.eyebrow) { max-width: 680px; margin-inline: auto; }
.about-cta .btn { margin-top: 14px; }

.package-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.package-card { overflow: hidden; }
.package-card img { height: 230px; object-fit: cover; }
.package-card div { position: relative; padding: 28px; }
.package-card span { position: absolute; top: -19px; left: 24px; min-height: 38px; display: inline-flex; align-items: center; padding: 0 16px; color: var(--white); background: var(--gold); border-radius: 999px; font-size: .78rem; font-weight: 900; }
.package-card a { width: auto; min-height: 38px; margin-top: 8px; padding: 0 16px; color: var(--white); background: var(--navy); }
.package-card a:hover {
  color: var(--navy);
  background: var(--gold-soft);
  box-shadow: 0 12px 24px rgba(6,43,99,.14);
  transform: translateY(-2px);
}

.home-packages { background: var(--cloud); }
.tourist-reasons { background: var(--white); }
.reason-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.reason-grid article {
  min-height: 260px; padding: 26px; background: linear-gradient(180deg, var(--white), #fbfcff);
  border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 14px 35px rgba(6,43,99,.07);
}
.reason-grid strong { display: block; margin-bottom: 18px; color: var(--gold); font-size: 2rem; }
.reason-grid h3 { color: var(--navy); font-size: 1.08rem; }
.home-highlight {
  display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(32px, 6vw, 78px);
  align-items: center; padding: clamp(72px, 9vw, 118px) clamp(20px, 6vw, 76px);
  color: var(--white); background: linear-gradient(135deg, var(--navy-dark), var(--navy));
}
.home-highlight p { color: rgba(255,255,255,.78); }
.highlight-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.highlight-grid article {
  min-height: 150px; padding: 24px; border: 1px solid rgba(255,255,255,.14);
  border-radius: 10px; background: rgba(255,255,255,.08);
}
.highlight-grid strong { display: block; margin-bottom: 10px; color: #f7d891; font-size: 1.45rem; }
.highlight-grid span { color: rgba(255,255,255,.78); line-height: 1.65; }
.destination-section { background: var(--white); }
.destination-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.destination-grid article {
  position: relative; min-height: 300px; overflow: hidden; border-radius: 10px; box-shadow: var(--shadow);
}
.destination-grid img { height: 100%; min-height: 300px; object-fit: cover; transition: transform .35s ease; }
.destination-grid article::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,26,65,.7), rgba(2,26,65,.04)); }
.destination-grid h3 { position: absolute; left: 20px; right: 20px; bottom: 18px; z-index: 1; margin: 0; color: var(--white); font-size: 1.35rem; }
.destination-grid article:hover img { transform: scale(1.06); }
.travel-gallery { background: var(--cloud); }
.gallery-mosaic {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 230px; gap: 18px;
}
.gallery-mosaic article {
  position: relative; overflow: hidden; border-radius: 14px; box-shadow: var(--shadow);
  background: var(--navy);
}
.gallery-mosaic article.wide { grid-column: span 2; }
.gallery-mosaic article.tall { grid-row: span 2; }
.gallery-mosaic img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease, filter .35s ease; }
.gallery-mosaic article::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(2,26,65,.78), rgba(2,26,65,.08) 62%);
}
.gallery-mosaic div {
  position: absolute; left: 20px; right: 20px; bottom: 18px; z-index: 1;
  display: grid; gap: 5px;
}
.gallery-mosaic span { color: #f7d891; font-size: .78rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.gallery-mosaic strong { color: var(--white); font-size: 1.15rem; line-height: 1.25; }
.gallery-mosaic article:hover img { transform: scale(1.06); filter: saturate(1.08); }
.testimonial-section { background: var(--cloud); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.testimonial-grid article {
  position: relative; padding: 32px 28px; background: var(--white); border: 1px solid var(--line);
  border-radius: 14px; box-shadow: 0 14px 35px rgba(6,43,99,.08);
}
.testimonial-grid article::before {
  content: "“"; position: absolute; top: 8px; right: 24px; color: var(--gold-soft);
  font-family: var(--display-font); font-size: 5rem; line-height: 1;
}
.testimonial-grid p { position: relative; z-index: 1; color: var(--ink); font-weight: 500; }
.testimonial-grid strong { display: block; margin-top: 18px; color: var(--navy); }
.testimonial-grid span { color: var(--gold); font-size: .86rem; font-weight: 800; }
.cta-band {
  padding: clamp(68px, 8vw, 104px) 20px; text-align: center; color: var(--white);
  background: linear-gradient(rgba(2,26,65,.84), rgba(2,26,65,.88)), url("https://images.unsplash.com/photo-1523906834658-6e24ef2386f9?auto=format&fit=crop&w=1800&q=78") center/cover;
}
.cta-band h2 { max-width: 820px; margin-inline: auto; }
.cta-band p:not(.eyebrow) { max-width: 720px; margin-inline: auto; color: rgba(255,255,255,.82); }
.cta-band .btn { margin-top: 18px; }

.contact-section {
  display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(32px, 7vw, 86px);
  background: linear-gradient(180deg, var(--white), var(--cloud));
}
.contact-cards { display: grid; gap: 14px; margin-top: 26px; }
.contact-cards a, .contact-cards > span {
  display: grid; gap: 4px; padding: 18px 20px; color: var(--navy);
  background: var(--white); border: 1px solid var(--line); border-left: 4px solid var(--gold);
  border-radius: 12px; box-shadow: 0 12px 28px rgba(6,43,99,.07);
}
.contact-cards span span, .contact-cards a span {
  color: var(--gold); font-size: .78rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase;
}
.contact-cards strong { font-size: 1.05rem; }
.contact-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding: clamp(20px, 4vw, 34px); background: var(--white); border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow); }
.contact-form textarea { resize: vertical; }
.full { grid-column: 1 / -1; }

.map-section { padding-top: 0; background: var(--cloud); }
.map-wrap {
  position: relative; min-height: 500px; overflow: hidden; border-radius: 18px;
  border: 1px solid var(--line); box-shadow: var(--shadow); background: var(--white);
}
.map-wrap iframe { width: 100%; height: 500px; display: block; border: 0; filter: saturate(.92) contrast(.98); }
.map-card {
  position: absolute; left: 24px; bottom: 24px; width: min(360px, calc(100% - 48px));
  padding: 22px; background: rgba(255,255,255,.96); border: 1px solid rgba(199,154,43,.28);
  border-radius: 16px; box-shadow: 0 18px 46px rgba(6,43,99,.18); backdrop-filter: blur(14px);
}
.map-card img { width: 90px; height: 62px; object-fit: contain; margin-bottom: 10px; }
.map-card h3 { margin-bottom: 8px; color: var(--navy); }
.map-card p { margin-bottom: 16px; font-size: .95rem; }

.vehicle-stats { background: var(--cloud); }
.vehicle-stat-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px;
}
.vehicle-stat-grid article {
  min-height: 250px; padding: 26px; background: var(--white); border: 1px solid var(--line);
  border-radius: 14px; box-shadow: 0 14px 35px rgba(6,43,99,.08);
}
.vehicle-stat-grid span { display: block; margin-bottom: 18px; color: var(--gold); font-size: 2rem; font-weight: 900; }
.vehicle-stat-grid h3 { color: var(--navy); }
.vehicle-showcase {
  display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px, 5vw, 64px);
  align-items: center; padding: clamp(72px, 9vw, 118px) clamp(20px, 6vw, 76px);
  color: var(--white); background: linear-gradient(135deg, rgba(2,26,65,.96), rgba(6,43,99,.9)), url("assets/zyro-yukon-promo.png") center/cover;
}
.vehicle-showcase p { color: rgba(255,255,255,.78); }
.vehicle-use-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.vehicle-use-grid article {
  min-height: 150px; display: grid; align-content: end; padding: 24px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px; backdrop-filter: blur(10px);
}
.vehicle-use-grid strong { color: #f7d891; font-size: 1.45rem; }
.vehicle-use-grid span { color: rgba(255,255,255,.82); font-weight: 700; }

.sticky-whatsapp { position: fixed; right: 18px; bottom: 18px; z-index: 50; min-width: auto; min-height: 42px; padding: 0 18px; color: var(--white); background: var(--green); box-shadow: 0 18px 38px rgba(37,211,102,.3); }
.sticky-whatsapp:hover {
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 16px 32px rgba(6,43,99,.28);
  transform: translateY(-2px);
}
.site-footer {
  position: relative; overflow: hidden; color: rgba(255,255,255,.78);
  margin-top: clamp(44px, 6vw, 78px);
  padding: 34px clamp(20px, 6vw, 76px) 28px; background: radial-gradient(circle at top left, rgba(199,154,43,.22), transparent 34%), linear-gradient(135deg, var(--navy-dark), #031432);
}
.site-footer::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px); background-size: 42px 42px; opacity: .35; pointer-events: none; }
.footer-cta, .footer-main, .footer-bottom { position: relative; z-index: 1; }
.footer-cta {
  width: min(1120px, 100%); display: flex; align-items: center; justify-content: space-between; gap: 22px;
  margin: 0 auto 20px; padding: 22px 28px;
  color: var(--navy); background: linear-gradient(135deg, #fff7df, #ffffff);
  border: 1px solid rgba(199,154,43,.36); border-radius: 14px; box-shadow: var(--shadow);
}
.footer-cta span { display: block; margin-bottom: 4px; color: var(--gold); font-size: .82rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.footer-cta strong { display: block; color: var(--navy); font-size: clamp(1.05rem, 1.75vw, 1.38rem); line-height: 1.28; }
.footer-cta a {
  display: inline-flex; align-items: center; justify-content: center; min-height: 42px; white-space: nowrap;
  padding: 0 18px; color: var(--white); background: var(--green); border-radius: 999px; font-weight: 900;
}
.footer-cta a:hover { background: var(--navy); transform: translateY(-2px); }
.footer-main {
  display: grid; grid-template-columns: minmax(240px, 1.45fr) repeat(3, minmax(150px, .75fr));
  gap: clamp(26px, 5vw, 58px); padding: 18px 0 34px; border-bottom: 1px solid rgba(255,255,255,.12);
}
.footer-brand img { width: 120px; height: 82px; object-fit: contain; margin-bottom: 16px; background: var(--white); border-radius: 10px; padding: 6px; }
.footer-brand h2 { max-width: 280px; margin-bottom: 12px; color: var(--white); font-size: 1.35rem; }
.footer-brand p, .footer-main p { color: rgba(255,255,255,.72); }
.footer-main h3 { margin: 0 0 16px; color: #f7d891; font-size: 1rem; }
.footer-main nav, .footer-main > div:not(.footer-brand) { display: grid; align-content: start; gap: 10px; }
.footer-main a { color: rgba(255,255,255,.78); transition: color .2s ease, transform .2s ease; }
.footer-main a:hover { color: #f7d891; transform: translateX(3px); }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; padding-top: 22px; font-size: .9rem; }
.page-reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.page-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .quick-booking, .service-grid, .package-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .intro-grid, .mini-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .destination-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-mosaic { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-mosaic article.wide { grid-column: span 2; }
  .reason-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vehicle-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services-intro { grid-template-columns: 1fr; }
  .services-promise-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .value-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1080px) {
  .site-header { top: 10px; grid-template-columns: auto auto; min-height: 74px; width: min(760px, calc(100% - 24px)); }
  .brand img { width: 66px; height: 66px; }
  .brand span { max-width: 180px; font-size: .9rem; }
  .nav-toggle { display: block; }
  .header-cta { display: none; }
  .nav-links {
    position: fixed; top: calc(100% + 10px); left: 0; right: 0; display: none; max-height: calc(100vh - 104px);
    overflow-y: auto; padding: 14px; background: rgba(255,255,255,.98);
    border: 1px solid rgba(6,43,99,.08); border-radius: 16px; box-shadow: 0 16px 30px rgba(6,43,99,.14);
  }
  .nav-links.is-open { display: grid; }
  .nav-links a { width: 100%; justify-content: center; min-height: 44px; }
  .hero { min-height: 660px; padding-top: 138px; padding-bottom: 128px; }
  .page-hero { min-height: 340px; padding-top: 138px; padding-bottom: 64px; }
  .split-section, .contact-section { grid-template-columns: 1fr; }
  .vehicle-showcase { grid-template-columns: 1fr; }
  .about-story { grid-template-columns: 1fr; }
  .home-highlight { grid-template-columns: 1fr; }
  .footer-cta { align-items: flex-start; flex-direction: column; }
  .step-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .process-row { grid-template-columns: 1fr; }
  .services-cta { align-items: flex-start; flex-direction: column; }
  .step-grid article::after { display: none; }
}

@media (max-width: 760px) {
  h1 { font-size: clamp(1.9rem, 7.4vw, 2.45rem); }
  .section { padding: 64px 18px; }
  .quick-booking {
    width: min(560px, calc(100% - 28px));
    grid-template-columns: 1fr;
    margin-top: -58px;
    padding: 18px;
  }
  .intro-grid, .service-grid, .package-grid, .mini-card-grid, .contact-form {
    grid-template-columns: 1fr;
  }
  .footer-main { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  h1 { font-size: clamp(1.72rem, 7.8vw, 2.28rem); }
  h2 { font-size: clamp(1.25rem, 6vw, 1.75rem); }
  .site-header { padding: 8px 12px; }
  .brand { gap: 9px; }
  .brand img { width: 58px; height: 58px; }
  .brand span { max-width: 145px; font-size: .78rem; }
  .hero { min-height: 600px; padding: 128px 16px 120px; }
  .hero p, .page-hero p { font-size: .98rem; line-height: 1.65; }
  .hero-trust { gap: 8px; }
  .hero-trust span { min-height: 32px; padding: 0 11px; font-size: .78rem; }
  .page-hero { min-height: 310px; padding: 128px 16px 56px; }
  .hero-actions { width: 100%; align-items: center; }
  .hero-actions .btn { width: auto; }
  .quick-booking button, .contact-form .btn { width: 100%; }
  .highlight-grid, .destination-grid, .reason-grid { grid-template-columns: 1fr; }
  .vehicle-stat-grid, .vehicle-use-grid { grid-template-columns: 1fr; }
  .services-promise-grid { grid-template-columns: 1fr; }
  .value-grid { grid-template-columns: 1fr; }
  .gallery-mosaic { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .gallery-mosaic article.wide, .gallery-mosaic article.tall { grid-column: auto; grid-row: auto; }
  .split-section img { min-height: 320px; height: 360px; }
  .map-wrap, .map-wrap iframe { min-height: 560px; height: 560px; }
  .map-card { left: 14px; right: 14px; bottom: 14px; width: auto; }
  .contact-form .full { grid-column: auto; }
  .site-footer { padding-bottom: 92px; }
  .footer-cta { padding: 18px; }
  .footer-cta, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .sticky-whatsapp { right: 14px; left: auto; width: auto; }
}

@media (max-width: 420px) {
  .brand span { display: none; }
  .brand img { width: 62px; height: 62px; }
  .btn, .header-cta, .service-card a, .package-card a, .sticky-whatsapp { font-size: .84rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; max-width: 260px; }
  .destination-grid article, .destination-grid img { min-height: 230px; }
  .gallery-mosaic { grid-auto-rows: 220px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
