:root {
  --graphite: #1f2328;
  --steel: #5e6670;
  --steel2: #8b949e;
  --navy: #0b1f3a;
  --navy2: #12345a;
  --blue: #24415f;
  --white: #ffffff;
  --soft: #f4f6f8;
  --line: #e5e7eb;
  --text: #111827;
  --muted: #667085;
  --shadow: 0 24px 70px rgba(15, 23, 42, .12);
  --radius: 26px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--soft);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
}

.topbar {
  background: var(--graphite);
  color: rgba(255,255,255,.76);
  padding: 10px 24px;
  font-size: 13px;
}

.topbar-inner,
.nav-inner,
.container,
.footer-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--graphite);
  text-decoration: none;
  font-size: 25px;
  font-weight: 950;
  letter-spacing: -.05em;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--graphite), var(--navy));
  color: white;
  font-weight: 950;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 17px;
  flex-wrap: wrap;
  color: #344054;
  font-size: 14px;
  font-weight: 800;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--navy);
}

.nav-cta {
  padding: 11px 16px;
  border-radius: 999px;
  background: var(--navy);
  color: white !important;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 74px;
  background:
    linear-gradient(90deg, rgba(11,31,58,.94), rgba(31,35,40,.72)),
    url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=2200&q=90") center/cover;
  color: white;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 42px;
  align-items: center;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.86);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  font-weight: 900;
}

.kicker-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9fc5ff;
}

.hero h1 {
  margin: 0;
  max-width: 860px;
  font-size: clamp(42px, 6vw, 78px);
  line-height: .96;
  letter-spacing: -.065em;
  font-weight: 950;
}

.hero p {
  max-width: 740px;
  color: rgba(255,255,255,.78);
  font-size: 19px;
  line-height: 1.65;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  border: 1px solid transparent;
  cursor: pointer;
}

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

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

.btn-outline {
  background: rgba(255,255,255,.08);
  color: white;
  border-color: rgba(255,255,255,.22);
}

.search-card {
  padding: 26px;
  border-radius: 30px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(18px);
  box-shadow: 0 40px 110px rgba(0,0,0,.22);
}

.search-card h2 {
  margin: 0 0 8px;
  font-size: 28px;
  letter-spacing: -.04em;
}

.search-card p {
  margin: 0 0 20px;
  font-size: 15px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.field {
  display: grid;
  gap: 7px;
}

.full {
  grid-column: 1 / -1;
}

label {
  color: rgba(255,255,255,.82);
  font-size: 13px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border-radius: 15px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.92);
  color: #111827;
  outline: none;
  font: inherit;
}

textarea {
  min-height: 116px;
  resize: vertical;
}

.section {
  padding: 82px 0;
}

.section.white {
  background: white;
}

.section-head {
  max-width: 820px;
  margin-bottom: 36px;
}

.label {
  color: var(--navy);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.section h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.03;
  letter-spacing: -.055em;
}

.lead {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.68;
}

.destinations {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.destination {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  border-radius: 26px;
  box-shadow: var(--shadow);
  background: #111827;
}

.destination img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  filter: brightness(.72) saturate(1.05);
  transition: transform .5s ease;
}

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

.destination-content {
  position: absolute;
  inset: auto 0 0 0;
  padding: 22px;
  color: white;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.72));
}

.destination h3 {
  margin: 0 0 8px;
  font-size: 24px;
}

.destination p {
  margin: 0 0 14px;
  color: rgba(255,255,255,.76);
  line-height: 1.45;
}

.mini-btn {
  display: inline-flex;
  padding: 9px 12px;
  border-radius: 999px;
  background: white;
  color: var(--navy);
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
}

.cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.card {
  padding: 24px;
  border-radius: 24px;
  background: white;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.white .card {
  background: var(--soft);
}

.card-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--graphite), var(--navy));
  color: white;
  font-size: 22px;
}

.card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  letter-spacing: -.03em;
}

.card p,
.card li {
  color: var(--muted);
  line-height: 1.62;
}

.card ul {
  margin: 10px 0 0;
  padding-left: 18px;
}

.split {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 34px;
  align-items: start;
}

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

.white .panel {
  background: var(--soft);
}

.panel h3 {
  margin-top: 0;
  font-size: 28px;
  letter-spacing: -.04em;
}

.dark-form label {
  color: #344054;
}

.dark-form input,
.dark-form select,
.dark-form textarea {
  background: white;
  border-color: var(--line);
}

.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.gallery-item {
  min-height: 240px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.badge {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: var(--navy);
  font-weight: 900;
  font-size: 13px;
}

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

.review {
  padding: 24px;
  border-radius: 24px;
  background: white;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.review strong {
  display: block;
  margin-bottom: 8px;
}

.review p {
  color: var(--muted);
  line-height: 1.65;
}

.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
}

.map {
  min-height: 360px;
  border-radius: 28px;
  background:
    linear-gradient(rgba(11,31,58,.82), rgba(11,31,58,.82)),
    url("https://images.unsplash.com/photo-1526778548025-fa2f459cd5c1?auto=format&fit=crop&w=1400&q=90") center/cover;
  color: white;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: var(--shadow);
}

.legal-footer {
  background: var(--graphite);
  color: rgba(255,255,255,.74);
  padding: 50px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr .9fr .9fr;
  gap: 28px;
}

.legal-footer h3 {
  color: white;
  margin: 0 0 12px;
}

.legal-footer p,
.legal-footer a {
  color: rgba(255,255,255,.7);
  line-height: 1.65;
  text-decoration: none;
}

.footer-bottom {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.52);
  font-size: 13px;
}

.fixed-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: white;
  text-decoration: none;
  font-size: 28px;
  box-shadow: 0 14px 34px rgba(0,0,0,.22);
}

.hidden {
  display: none;
}

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

  .hero-grid,
  .split,
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .topbar-inner {
    flex-direction: column;
  }

  .nav-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    gap: 10px;
  }

  .hero {
    padding: 70px 0 58px;
  }

  .form-grid,
  .destinations,
  .cards,
  .gallery,
  .reviews,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }
}
