/* Mobile tap targets: at least 44px high and separated. */
nav a,
.main-nav a,
.footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 12px;
  line-height: 1.25;
}

/* Prevent Tours and CEO Message links from overlapping. */
.footer-links,
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

/* Accessibility contrast fixes. */
.whatsapp-float {
  background: #075e54 !important;
  color: #ffffff !important;
}

.watermark {
  color: #dce6ee !important;
}

/* Reserve image space and keep images responsive. */
img {
  max-width: 100%;
  height: auto;
}
