/* TOUR SCOPE V8.1.5 — customer-facing UI polish only. */

/* Keep hero photography clean: remove decorative vertical copy. */
.hero-side-note,
.scroll-cue {
  display: none !important;
}

/* The hero already has two strong conversion actions; avoid a redundant floating
   WhatsApp control sitting on top of the quick-planner while the hero is visible. */
body.ts-hero-visible .floating-whatsapp,
body.ts-hero-visible .xp-floating-wa {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(14px) !important;
}

/* Slightly improve the compact exploratory CTA after replacing the legacy BOAT/BOAT copy. */
.round-link span {
  text-align: center;
}

@media (prefers-reduced-motion: reduce) {
  .floating-whatsapp, .xp-floating-wa { transition: none !important; }
}
