/* Hero del home: el tema base suma padding-top del banner (170px) +
   padding-top del contenido (180px) + min-height (920px), dejando el
   título muy abajo. Se recorta solo para esta sección (no afecta la
   página de Contacto, que comparte la misma clase base .banner-one.style-three). */
@media (min-width: 992px) {
  .home-hero.banner-one.style-three {
    padding-top: 0 !important;
    min-height: 560px !important;
  }

  .home-hero .banner-one_content {
    padding-top: 250px !important;
    padding-bottom: 70px !important;
  }
}

/* Sección Destinos — home */
.home-destinos {
  --home-destinos-bg: #0b1f3a;
  --home-destinos-navy: #ffffff;
  --home-destinos-muted: rgba(255, 255, 255, 0.7);
  --home-destinos-coral: #ef5350;
  --home-destinos-coral-hover: #e53935;
  --home-destinos-plus: #2563eb;
  padding: 4.5rem 0 7rem;
  background: var(--home-destinos-bg);
}

.home-destinos__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem 2rem;
  margin-bottom: 2.5rem;
}

.home-destinos__title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--home-destinos-navy);
  line-height: 1.1;
}

.home-destinos__lead {
  flex: 1 1 280px;
  max-width: 520px;
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--home-destinos-muted);
}

.home-destinos__cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background: var(--home-destinos-coral);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(239, 83, 80, 0.35);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.home-destinos__cta:hover {
  color: #fff;
  background: var(--home-destinos-coral-hover);
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(239, 83, 80, 0.42);
}

.home-destinos__carousel {
  position: relative;
}

.home-destinos__track {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  padding: 0.25rem 0.5rem;
  margin: 0 -0.5rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.home-destinos__track::-webkit-scrollbar {
  display: none;
}

.home-destinos-arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #0b1f3a;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  transition: 0.2s ease;
}

.home-destinos-arrow:hover {
  background: #ffffff;
  color: #ff7a00;
}

.home-destinos-arrow--prev {
  left: -24px;
}

.home-destinos-arrow--next {
  right: -24px;
}

@media (max-width: 767px) {
  .home-destinos-arrow {
    display: none;
  }
}

.home-destinos-card {
  flex: 0 0 auto;
  width: min(230px, 62vw);
  height: min(300px, 48vh);
  scroll-snap-align: start;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 16px 40px rgba(26, 45, 74, 0.12);
}

.home-destinos-card__badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  background: #ff7a00;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 20px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.home-destinos-card__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: inherit;
  text-decoration: none;
}

.home-destinos-card__link:focus-visible {
  outline: 3px solid var(--home-destinos-plus);
  outline-offset: 4px;
}

.home-destinos-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.home-destinos-card__link:hover .home-destinos-card__img {
  transform: scale(1.04);
}

.home-destinos-card__shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(15, 23, 42, 0.55) 0%,
    rgba(15, 23, 42, 0.08) 42%,
    transparent 55%
  );
}

.home-destinos-card__text {
  position: absolute;
  top: 0;
  left: 0;
  right: 2.5rem;
  padding: 1.1rem 1rem 1rem;
  z-index: 1;
}

.home-destinos-card__region {
  display: block;
  font-size: 0.7rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 0.25rem;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.home-destinos-card__name {
  display: block;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.4);
}

.home-destinos-card__plus {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  z-index: 2;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  color: var(--home-destinos-plus);
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 34px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.18);
  pointer-events: none;
}

@media (max-width: 991px) {
  .home-destinos__head {
    flex-direction: column;
    align-items: stretch;
  }

  .home-destinos__lead {
    max-width: none;
  }

  .home-destinos__cta {
    width: 100%;
    text-align: center;
  }
}
