body { font-family: 'Inter', system-ui, sans-serif; }
h1, h2, h3, h4 { font-family: 'Playfair Display', Georgia, serif; }

.card-hover {
  transition:
    transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.card-hover:hover {
  transform: translateY(-4px);
  box-shadow:
    0 14px 36px rgba(7, 89, 133, 0.13),
    0 6px 16px rgba(7, 89, 133, 0.07);
}

.card-media {
  overflow: hidden;
}

.card-media img,
.info-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card-media img {
  transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.card-hover:hover .card-media img {
  transform: scale(1.045);
}

@media (prefers-reduced-motion: reduce) {
  .card-hover,
  .card-media img {
    transition: none;
  }
  .card-hover:hover {
    transform: none;
    box-shadow: none;
  }
  .card-hover:hover .card-media img {
    transform: none;
  }
}

.btn-primary {
  background: linear-gradient(135deg, #0284c7 0%, #0d9488 100%);
  transition: all 0.3s ease;
}
.btn-primary:hover {
  background: linear-gradient(135deg, #0369a1 0%, #0f766e 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(2, 132, 199, 0.4);
}

.btn-outline {
  border: 2px solid white;
  transition: all 0.3s ease;
}
.btn-outline:hover {
  background: white;
  color: #0284c7;
  transform: translateY(-2px);
}

.btn-ocean {
  background: linear-gradient(135deg, #0284c7 0%, #0d9488 100%);
  transition: all 0.3s ease;
}
.btn-ocean:hover {
  background: linear-gradient(135deg, #0369a1 0%, #0f766e 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(2, 132, 199, 0.35);
}

.btn-outline-ocean {
  border: 2px solid #0284c7;
  color: #0284c7;
  transition: all 0.3s ease;
}
.btn-outline-ocean:hover {
  background: #0284c7;
  color: white;
  transform: translateY(-2px);
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0284c7;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.section-label::before,
.section-label::after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background: #0284c7;
}

.itinerary-dot {
  background: linear-gradient(135deg, #0284c7, #0d9488);
}

.feature-card-img {
  transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.card-hover:hover .feature-card-img {
  transform: scale(1.045);
}

@media (prefers-reduced-motion: reduce) {
  .card-hover:hover .feature-card-img {
    transform: none;
  }
}

.cta-gradient {
  background: linear-gradient(135deg, #0369a1 0%, #0d9488 50%, #0c4a6e 100%);
}

.cta-photo-bg {
  background-image:
    linear-gradient(135deg, rgba(7, 89, 133, 0.84) 0%, rgba(13, 148, 136, 0.74) 50%, rgba(12, 74, 110, 0.88) 100%),
    url('../images/the-baths-beach.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cta-photo-bg-snorkel {
  background-image:
    linear-gradient(135deg, rgba(7, 89, 133, 0.84) 0%, rgba(13, 148, 136, 0.74) 50%, rgba(12, 74, 110, 0.88) 100%),
    url('../images/snorkeling-tour.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cta-photo-bg-port {
  background-image:
    linear-gradient(135deg, rgba(12, 45, 107, 0.88) 0%, rgba(14, 95, 138, 0.78) 40%, rgba(13, 148, 136, 0.72) 75%, rgba(6, 95, 70, 0.85) 100%),
    url('../images/cruise-port.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cta-photo-bg-private {
  background-image:
    linear-gradient(135deg, rgba(26, 10, 61, 0.88) 0%, rgba(45, 27, 110, 0.78) 30%, rgba(14, 95, 138, 0.72) 65%, rgba(13, 148, 136, 0.75) 100%),
    url('../images/private-vip-island-tour.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cta-photo-bg-faq {
  background-image:
    linear-gradient(135deg, rgba(7, 30, 75, 0.88) 0%, rgba(12, 58, 122, 0.78) 35%, rgba(14, 95, 138, 0.72) 65%, rgba(13, 148, 136, 0.75) 100%),
    url('../images/cruise-port.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cta-photo-bg-one-day {
  background-image:
    linear-gradient(135deg, rgba(7, 30, 75, 0.88) 0%, rgba(10, 50, 114, 0.78) 30%, rgba(12, 107, 158, 0.72) 65%, rgba(13, 148, 136, 0.75) 100%),
    url('../images/hero-tortola-home.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cta-photo-bg-tour-hub {
  background-image:
    linear-gradient(135deg, rgba(2, 30, 70, 0.88) 0%, rgba(0, 77, 182, 0.78) 40%, rgba(0, 150, 199, 0.72) 70%, rgba(0, 180, 216, 0.75) 100%),
    url('../images/catamaran-snorkel-sail.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cta-photo-bg-resort-beach {
  background-image:
    linear-gradient(135deg, rgba(2, 62, 138, 0.88) 0%, rgba(0, 119, 182, 0.78) 35%, rgba(0, 150, 199, 0.72) 65%, rgba(0, 180, 216, 0.75) 100%),
    url('../images/beach-excursion.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cta-photo-bg-turtle-snorkel {
  background-image:
    linear-gradient(135deg, rgba(0, 95, 115, 0.88) 0%, rgba(10, 124, 110, 0.78) 30%, rgba(13, 148, 136, 0.72) 65%, rgba(20, 184, 166, 0.75) 100%),
    url('../images/catamaran-snorkel-sail.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cta-photo-bg-kayak-snorkel {
  background-image:
    linear-gradient(135deg, rgba(6, 78, 59, 0.88) 0%, rgba(4, 120, 87, 0.78) 30%, rgba(5, 150, 105, 0.72) 65%, rgba(16, 185, 129, 0.75) 100%),
    url('../images/kayak-hike-snorkel-tortola.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cta-photo-bg-kayak-hike-snorkel {
  background-image:
    linear-gradient(135deg, rgba(15, 43, 68, 0.88) 0%, rgba(17, 61, 95, 0.78) 30%, rgba(18, 82, 122, 0.72) 65%, rgba(21, 128, 176, 0.75) 100%),
    url('../images/kayak-hike-snorkel-tortola.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cta-photo-bg-private-sapphire {
  background-image:
    linear-gradient(135deg, rgba(10, 15, 60, 0.88) 0%, rgba(13, 20, 85, 0.78) 30%, rgba(22, 33, 146, 0.72) 65%, rgba(28, 45, 181, 0.75) 100%),
    url('../images/beach-excursion.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cta-photo-bg-private-jeep {
  background-image:
    linear-gradient(135deg, rgba(59, 23, 8, 0.88) 0%, rgba(92, 40, 15, 0.78) 30%, rgba(125, 60, 23, 0.72) 65%, rgba(191, 104, 41, 0.75) 100%),
    url('../images/private-tour.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cta-photo-bg-private-half-day {
  background-image:
    linear-gradient(135deg, rgba(31, 10, 64, 0.88) 0%, rgba(51, 13, 110, 0.78) 30%, rgba(74, 20, 152, 0.72) 65%, rgba(124, 46, 224, 0.75) 100%),
    url('../images/private-vip-island-tour.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cta-photo-bg-shopping-sightseeing-beach {
  background-image:
    linear-gradient(135deg, rgba(46, 8, 24, 0.88) 0%, rgba(85, 15, 48, 0.78) 30%, rgba(130, 24, 74, 0.72) 65%, rgba(216, 72, 136, 0.75) 100%),
    url('../images/cruise-port.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cta-photo-bg-families {
  background-image:
    linear-gradient(135deg, rgba(1, 42, 87, 0.88) 0%, rgba(2, 62, 138, 0.78) 30%, rgba(0, 119, 182, 0.72) 65%, rgba(72, 202, 228, 0.75) 100%),
    url('../images/beach-excursion.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Homepage hero — swap image via data-hero-image on .hero-bg */
.hero-bg {
  background-image:
    linear-gradient(135deg, rgba(7, 89, 133, 0.72) 0%, rgba(13, 148, 136, 0.52) 60%, rgba(0, 0, 0, 0.35) 100%),
    url('../images/hero-tortola-home.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Inner-page hero — set background in partial with inline style or .hero-bg-custom */
.hero-bg-custom {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.itinerary-line { background: linear-gradient(180deg, #0284c7 0%, #0d9488 100%); }
.faq-item { transition: all 0.3s ease; }
.faq-item:hover { background: #f0f9ff; }

/* Premium section icons — refined SVG badges instead of emoji */
.premium-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1rem;
  color: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow:
    0 10px 24px rgba(15, 23, 42, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
  overflow: hidden;
}
.premium-icon::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.22) 0%, transparent 55%);
  pointer-events: none;
}
.premium-icon svg {
  position: relative;
  width: 1.375rem;
  height: 1.375rem;
}
.premium-icon--sm {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.875rem;
  box-shadow:
    0 6px 18px rgba(15, 23, 42, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}
.premium-icon--sm svg {
  width: 1.125rem;
  height: 1.125rem;
}
.premium-icon--ocean {
  background: linear-gradient(145deg, #0c4a6e 0%, #0369a1 52%, #0284c7 100%);
}
.premium-icon--beach {
  background: linear-gradient(145deg, #075985 0%, #0284c7 52%, #0ea5e9 100%);
}
.premium-icon--teal {
  background: linear-gradient(145deg, #115e59 0%, #0f766e 52%, #14b8a6 100%);
}
.premium-icon--violet {
  background: linear-gradient(145deg, #4c1d95 0%, #6d28d9 52%, #8b5cf6 100%);
}
.premium-icon--gold {
  background: linear-gradient(145deg, #78350f 0%, #b45309 52%, #d97706 100%);
}
.premium-icon--emerald {
  background: linear-gradient(145deg, #064e3b 0%, #047857 52%, #10b981 100%);
}
.premium-icon--rose {
  background: linear-gradient(145deg, #831843 0%, #be185d 52%, #ec4899 100%);
}

nav { backdrop-filter: blur(12px); }

/* Trust strip — sits directly under hero */
.trust-strip {
  background: linear-gradient(180deg, #f0f9ff 0%, #ffffff 100%);
  border-bottom: 1px solid #e0f2fe;
  padding: 0.875rem 0;
}

@media (min-width: 1024px) {
  .trust-strip {
    padding: 0.75rem 0;
  }
}

.trust-strip__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.625rem 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .trust-strip__list {
    gap: 0.75rem 2rem;
  }
}

@media (min-width: 1024px) {
  .trust-strip__list {
    justify-content: space-between;
    gap: 1rem;
  }
}

.trust-strip__item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #075985;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

@media (min-width: 640px) {
  .trust-strip__item {
    font-size: 0.875rem;
  }
}

.trust-strip__check {
  flex-shrink: 0;
  color: #14b8a6;
  font-size: 0.875rem;
  line-height: 1;
}

/* Unified site hero — shared homepage & inner pages; ~12% tighter on lg+ */
.site-hero {
  position: relative;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 0;
}

.site-hero__inner {
  position: relative;
  z-index: 10;
  width: 100%;
  text-align: left;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  .site-hero__inner {
    padding-top: 1.25rem;
    padding-bottom: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .site-hero__inner {
    padding-top: 1.125rem;
    padding-bottom: 1.75rem;
  }
}

.site-hero__wave {
  width: 100%;
  height: 2rem;
}

@media (min-width: 640px) {
  .site-hero__wave {
    height: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .site-hero__wave {
    height: 1.75rem;
  }

  .site-hero__eyebrow {
    margin-bottom: 0.625rem !important;
  }

  .site-hero__title {
    margin-bottom: 0.625rem !important;
    font-size: 3rem !important;
    line-height: 1.1 !important;
  }

  .site-hero__lead {
    margin-bottom: 1rem !important;
    font-size: 1.125rem !important;
  }

  .site-hero__actions {
    gap: 0.625rem !important;
  }

  .site-hero__tags {
    margin-top: 1rem !important;
    padding-top: 0.75rem !important;
  }
}

/* Spacing utilities used across page sections */
.section-tight { padding-top: 2rem; padding-bottom: 4rem; }
@media (min-width: 1024px) {
  .section-tight { padding-top: 2.5rem; padding-bottom: 5rem; }
}
