:root {
  --ink: #12355b;
  --muted: #5d6f81;
  --orange: #ff6b35;
  --gold: #ffd166;
  --cream: #fff8ec;
  --paper: #ffffff;
  --blue: #2a9d8f;
  --shadow: 0 24px 60px rgba(18, 53, 91, 0.16);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #fff8ec 0%, #ffffff 44%, #fff8ec 100%);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 64px);
  background: rgba(255, 248, 236, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(18, 53, 91, 0.08);
}
.brand img { width: 230px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 22px; font-weight: 700; }
.main-nav a { opacity: 0.86; }
.main-nav a:hover { color: var(--orange); opacity: 1; }
.nav-cta {
  background: var(--ink);
  color: var(--paper) !important;
  padding: 12px 18px;
  border-radius: 999px;
  opacity: 1 !important;
}
.nav-toggle { display: none; background: none; border: 0; padding: 8px; cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; width: 28px; height: 3px; margin: 5px 0; background: var(--ink); border-radius: 99px; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
  padding: clamp(52px, 8vw, 110px) clamp(18px, 4vw, 64px) 48px;
  max-width: 1440px;
  margin: 0 auto;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--orange);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.78rem;
}
h1, h2, h3 { margin: 0; line-height: 1.02; letter-spacing: -0.04em; }
h1 { font-size: clamp(3rem, 7vw, 6.7rem); max-width: 780px; }
h1 span { color: var(--orange); white-space: nowrap; }
h2 { font-size: clamp(2.2rem, 4.6vw, 4.4rem); }
h3 { font-size: 1.55rem; }
p { color: var(--muted); line-height: 1.7; }
.hero-text { font-size: 1.18rem; max-width: 640px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0 22px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 900;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn.primary { background: var(--orange); color: white; }
.btn.ghost { background: white; border-color: rgba(18, 53, 91, 0.15); }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 0; list-style: none; }
.trust-list li { background: white; border: 1px solid rgba(18, 53, 91, 0.1); border-radius: 999px; padding: 9px 13px; font-weight: 800; color: var(--ink); }
.hero-media { position: relative; }
.hero-media img { border-radius: var(--radius); box-shadow: var(--shadow); border: 8px solid white; }
.price-card {
  position: absolute;
  right: 26px;
  bottom: 26px;
  background: white;
  border-radius: 22px;
  padding: 18px 22px;
  box-shadow: var(--shadow);
  text-align: center;
}
.price-card strong { display: block; color: var(--orange); font-size: 2.7rem; line-height: 1; }
.price-card span { color: var(--muted); font-weight: 800; }

.stats {
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px clamp(18px, 4vw, 64px) 42px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.stats article {
  background: white;
  border: 1px solid rgba(18, 53, 91, 0.09);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 14px 35px rgba(18, 53, 91, 0.07);
}
.stats strong { display: block; font-size: 2rem; color: var(--orange); }
.stats span { color: var(--muted); font-weight: 800; }

.section { max-width: 1180px; margin: 0 auto; padding: 74px clamp(18px, 4vw, 64px); }
.section-heading { max-width: 760px; margin-bottom: 30px; }
.section-heading p:last-child { font-size: 1.1rem; }
.tour-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tour-card {
  overflow: hidden;
  border-radius: var(--radius);
  background: white;
  border: 1px solid rgba(18, 53, 91, 0.09);
  box-shadow: 0 18px 42px rgba(18, 53, 91, 0.08);
}
.tour-card img { aspect-ratio: 1.45/1; object-fit: cover; width: 100%; }
.card-body { padding: 24px; }
.badge { display: inline-block; margin: 0 0 12px; color: white; background: var(--blue); border-radius: 999px; padding: 7px 11px; font-weight: 900; font-size: 0.78rem; }
.card-meta { display: flex; justify-content: space-between; gap: 12px; margin: 18px 0; font-weight: 900; }
.card-meta span:last-child { color: var(--orange); }
.card-body a { color: var(--orange); font-weight: 900; }
.featured-card { transform: translateY(-14px); border: 3px solid var(--gold); }

.split-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}
.price-table {
  background: var(--ink);
  color: white;
  padding: 22px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.price-table div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-weight: 800;
}
.price-table div:last-child { border-bottom: 0; }
.price-table strong { color: var(--gold); font-size: 1.65rem; }
.route-section { background: white; border-radius: 36px; box-shadow: 0 20px 50px rgba(18, 53, 91, 0.07); }
.route-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.route-list li {
  display: grid;
  grid-template-columns: 54px 170px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border-radius: 18px;
  background: var(--cream);
}
.route-list span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  background: var(--orange);
  color: white;
  border-radius: 50%;
  font-weight: 900;
}
.route-list p { margin: 0; }
.testimonial { text-align: center; }
.testimonial blockquote {
  margin: 0 auto 16px;
  max-width: 880px;
  font-size: clamp(1.8rem, 4vw, 3.25rem);
  line-height: 1.18;
  letter-spacing: -0.04em;
  font-weight: 900;
}
.testimonial cite { color: var(--orange); font-weight: 900; font-style: normal; }
.booking-form {
  background: white;
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 16px;
}
.booking-form label { display: grid; gap: 8px; font-weight: 900; }
input, select {
  width: 100%;
  border: 1px solid rgba(18, 53, 91, 0.18);
  border-radius: 14px;
  padding: 15px 16px;
  font: inherit;
  color: var(--ink);
  background: #fffdf8;
}
input:focus, select:focus { outline: 3px solid rgba(255, 107, 53, .22); border-color: var(--orange); }
.form-note { margin: 0; font-size: .92rem; }
.faq-list { display: grid; gap: 14px; }
details { background: white; border: 1px solid rgba(18, 53, 91, 0.1); border-radius: 18px; padding: 18px 20px; }
summary { cursor: pointer; font-weight: 900; font-size: 1.08rem; }
details p { margin-bottom: 0; }
.site-footer {
  padding: 44px clamp(18px, 4vw, 64px);
  background: var(--ink);
  color: white;
  text-align: center;
}
.footer-brand img { width: 240px; margin: 0 auto 12px; }
.site-footer p { color: rgba(255,255,255,.78); }
.footer-links { display: flex; justify-content: center; gap: 22px; font-weight: 900; }
.footer-links a:hover { color: var(--gold); }

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .main-nav {
    position: absolute;
    top: 100%;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    background: white;
    border-radius: 20px;
    box-shadow: var(--shadow);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 14px 12px; }
  .hero, .split-section { grid-template-columns: 1fr; }
  .stats, .tour-grid { grid-template-columns: repeat(2, 1fr); }
  .featured-card { transform: none; }
  .route-list li { grid-template-columns: 54px 1fr; }
  .route-list p { grid-column: 2; }
}

@media (max-width: 620px) {
  .brand img { width: 180px; }
  .stats, .tour-grid { grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .price-card { position: static; margin: -12px 18px 0; }
  .footer-links { flex-direction: column; gap: 12px; }
}
