/* ==========================================================================
   SECTION: FINAL CTA
   Full-bleed accent band right before the booking section. Deliberately
   simple — one clear primary action, one lighter alternative.
   ========================================================================== */

.cta-band {
  background: var(--gradient-navy);
  text-align: center;
}

.cta-band-inner {
  max-width: 640px;
  margin: 0 auto;
}

.cta-band h2 {
  color: #fff;
  font-size: var(--fs-h2);
  font-weight: 700;
  margin-bottom: 1.1rem;
}

.cta-band p {
  color: rgba(255, 255, 255, 0.7);
  font-size: var(--fs-lead);
  line-height: 1.6;
  margin-bottom: 2rem;
}

.cta-band .btn-primary {
  margin-bottom: 1rem;
}

.cta-band-secondary {
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
}

.cta-band-secondary button {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color var(--t-fast);
}

.cta-band-secondary button:hover {
  color: #fff;
}
