.destinations-hero {
  background: radial-gradient(circle at top left, var(--color-primary-soft), transparent 55%),
    radial-gradient(circle at bottom right, #ffe6cc, transparent 55%);
}

.section--alt {
  background: linear-gradient(180deg, var(--color-surface-alt) 0%, #ffffff 100%);
}

.destinations-hero .hero__actions .btn {
  margin-bottom: var(--space-2);
}

@media (max-width: 768px) {
  .section__title {
    font-size: var(--font-size-2xl);
  }

  .section__subtitle {
    font-size: var(--font-size-base);
  }
}

.toplist-grid .card__body,
.season-grid .card__body,
.budget-grid .card__body {
  padding-bottom: var(--space-5);
}

.section:last-of-type {
  padding-bottom: var(--space-12);
}
