/* Plantilla estándar de landing para campañas Meta / orgánico
 * Referencia de diseño: grand-tour-2026.html
 * Todas las landings de paquetes deben reutilizar estas clases (gt-*) sin alterar layout. */

.page-grand-tour,
.page-package-landing {
  background: #000000;
  color: #f8fafc;
}

/* ── Portada premium minimalista (Grand Tour 2026) ── */
.page-grand-tour--premium .gt-hero--premium {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

body.page-grand-tour.page-grand-tour--premium {
  margin: 0;
  padding: 0;
}

.page-grand-tour--premium .gt-hero--premium .gt-hero__media {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.page-grand-tour--premium .c-header-collective {
  display: none;
}

.gt-hero--premium {
  min-height: auto;
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  background: #000000;
  margin: 0;
  padding: 0;
}

/* ── Portada premium: video YouTube — proporción real, sin recorte ── */
.gt-hero--premium .gt-hero__media {
  --gt-video-ar: 16 / 9;
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  aspect-ratio: var(--gt-video-ar, 16 / 9);
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  background: #000000;
}

.gt-hero--premium .gt-hero__video,
.gt-hero--premium .gt-hero__poster,
.gt-hero--premium .gt-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.gt-hero--premium .gt-hero__video {
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.gt-hero--premium .gt-hero__poster {
  z-index: 0;
  max-width: none;
  object-fit: contain;
  object-position: center center;
  opacity: 1;
  transition: opacity 0.8s ease;
}

.gt-hero--premium .gt-hero__poster.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: none !important;
}

.gt-hero--premium .gt-hero__media:has(.gt-hero__video.is-playing) .gt-hero__poster {
  display: none !important;
}

.gt-hero--premium .gt-hero__overlay {
  z-index: 2;
  pointer-events: none;
}

.gt-hero--premium .gt-hero__video-el.gt-hero__youtube {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: unset;
  transform: none;
  border: 0;
  pointer-events: none;
}

.gt-hero--premium .gt-hero__media .gt-hero__overlay {
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 72%,
    rgba(0, 0, 0, 0.06) 100%
  );
}

.gt-hero--premium .gt-hero__video-el.gt-hero__youtube,
.gt-hero--premium .gt-hero__poster {
  filter: brightness(1.12) contrast(1.01) saturate(1.07);
}

.gt-hero--premium .gt-hero__content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 20px 20px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  background: #000000;
}

.gt-hero__brand {
  display: inline-block;
  line-height: 0;
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-decoration: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.gt-hero__brand img {
  display: block;
  width: auto;
  max-width: min(168px, 46vw);
  height: auto;
  object-fit: contain;
  background: transparent;
  border: 0;
  box-shadow: none;
  filter: none;
}

.gt-hero__brand:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

.gt-hero--premium h1 {
  margin: 0 0 10px;
  font-size: clamp(2rem, 7vw, 3.4rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #ffffff;
  text-shadow: none;
}

.gt-hero__meta-line {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px 12px;
  margin: 0;
  max-width: 100%;
  font-size: clamp(11px, 2.6vw, 13px);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.35;
  color: rgba(248, 250, 252, 0.88);
  white-space: nowrap;
}

.gt-hero__meta-line i {
  flex-shrink: 0;
  color: rgba(212, 175, 106, 0.95);
  font-size: 13px;
}

.gt-hero__meta-sep {
  color: rgba(212, 175, 106, 0.55);
  user-select: none;
}

.gt-hero__kicker {
  margin: 0 0 28px;
  max-width: 34ch;
  font-size: clamp(0.95rem, 2.6vw, 1.12rem);
  line-height: 1.55;
  font-weight: 500;
  color: rgba(212, 175, 106, 0.95);
  letter-spacing: 0.02em;
}

.gt-hero--premium .gt-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  margin-top: 0;
}

.gt-hero--premium .gt-hero__cta,
.gt-hero--premium .gt-hero__cta-secondary {
  border-radius: 14px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.gt-hero--premium .gt-hero__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(37, 211, 102, 0.28);
}

.gt-hero--premium .gt-hero__cta-secondary {
  border-color: rgba(212, 175, 106, 0.55);
  color: #f8fafc;
  background: rgba(255, 255, 255, 0.04);
}

.gt-hero--premium .gt-hero__cta-secondary:hover {
  transform: translateY(-2px);
  background: rgba(212, 175, 106, 0.12);
  border-color: rgba(212, 175, 106, 0.85);
  color: #fff;
}

.gt-strip {
  background: #000000;
  border-top: 1px solid rgba(212, 175, 106, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.gt-strip__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  padding: 14px 16px;
}

.gt-strip__inner span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: rgba(248, 250, 252, 0.88);
}

.gt-strip__inner i {
  color: rgba(212, 175, 106, 0.95);
  font-size: 13px;
}

.page-grand-tour--premium .gt-strip__inner {
  align-items: center;
  gap: 12px 20px;
  padding: 12px 18px;
}

.page-grand-tour--premium .gt-strip__price {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: 4px;
  padding: 11px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(212, 175, 106, 0.28) 0%, rgba(180, 137, 52, 0.12) 100%);
  border: 1px solid rgba(212, 175, 106, 0.62);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 8px 28px rgba(212, 175, 106, 0.18);
}

.page-grand-tour--premium .gt-strip__price i {
  font-size: 15px;
  color: #f0d08a;
}

.page-grand-tour--premium .gt-strip__price-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(240, 208, 138, 0.95);
}

.page-grand-tour--premium .gt-strip__price-value {
  font-size: clamp(1.2rem, 4.2vw, 1.55rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #fff7d6;
  text-shadow: 0 1px 12px rgba(212, 175, 106, 0.35);
}

@media (max-width: 640px) {
  .gt-hero--premium {
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .gt-hero--premium .gt-hero__media {
    flex: 0 0 auto;
    width: 100%;
    aspect-ratio: var(--gt-video-ar, 16 / 9);
    height: auto;
    max-height: none;
  }

  .gt-hero--premium .gt-hero__media .gt-hero__overlay {
    background: linear-gradient(
      180deg,
      transparent 0%,
      transparent 88%,
      rgba(0, 0, 0, 0.12) 100%
    );
  }

  .gt-hero--premium .gt-hero__video-el.gt-hero__youtube,
  .gt-hero--premium .gt-hero__poster {
    filter: brightness(1.18) contrast(1.01) saturate(1.08);
  }

  /* Logo + título debajo del video (sin tapar la portada) */
  .gt-hero--premium .gt-hero__content {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 3;
    flex: 0 0 auto;
    margin: 0;
    padding:
      16px
      max(16px, env(safe-area-inset-right))
      18px
      max(16px, env(safe-area-inset-left));
    align-items: center;
    text-align: center;
    background: #000000;
  }

  .gt-hero--premium .gt-hero__brand {
    align-self: center;
    margin: 0 0 8px;
  }

  .gt-hero--premium h1 {
    margin: 0 0 6px;
    font-size: clamp(1.65rem, 6.2vw, 2.15rem);
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
  }

  .gt-hero__meta-line {
    justify-content: center;
    font-size: clamp(10px, 2.8vw, 12px);
    gap: 6px 10px;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
  }

  .gt-hero--premium .gt-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .gt-hero--premium .gt-hero__actions .c-button {
    width: 100%;
    justify-content: center;
  }

  .gt-hero--premium .gt-hero__cta-secondary {
    display: inline-flex;
  }

  .gt-strip__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }

  .page-grand-tour--premium .gt-strip__price {
    margin-left: 0;
    width: min(100%, 320px);
    justify-content: center;
    padding: 12px 22px;
  }

  .page-grand-tour--premium .gt-strip__price-value {
    font-size: clamp(1.35rem, 6vw, 1.65rem);
  }
}

@media (min-width: 768px) {
  .gt-hero--premium {
    min-height: auto !important;
    align-items: stretch !important;
    overflow: visible;
  }

  .page-grand-tour--premium .gt-hero--premium .gt-hero__media {
    aspect-ratio: var(--gt-video-ar, 16 / 9);
    height: auto;
  }

  .gt-hero--premium .gt-hero__content {
    width: min(920px, calc(100% - 40px));
    margin-inline: auto;
    padding: 24px 20px 28px;
  }
}

.page-grand-tour .c-header-collective,
.page-package-landing .c-header-collective {
  position: static;
}

.page-grand-tour .c-header-collective--compact .c-header-collective__bar {
  padding: 14px 0;
}

.page-grand-tour .c-header-collective__bar-inner {
  min-height: 52px;
  align-items: center;
}

.page-grand-tour .c-collective-brand__img--bar {
  max-height: 46px;
}

@media (max-width: 640px) {
  .page-grand-tour .c-header-collective--compact .c-header-collective__bar {
    padding: 12px 0;
  }

  .page-grand-tour .c-collective-brand__img--bar {
    max-height: 40px;
  }
}

.gt-hero:not(.gt-hero--premium) {
  position: relative;
  min-height: 72vh;
  display: grid;
  align-items: end;
  overflow: hidden;
}

.gt-hero--premium.gt-hero {
  overflow: visible;
}

.gt-hero:not(.gt-hero--premium) .gt-hero__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.gt-hero:not(.gt-hero--premium) .gt-hero__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  z-index: 0;
  opacity: 1;
  transition: opacity 0.8s ease;
}

.gt-hero__poster.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: none !important;
}

.gt-hero__media:has(.gt-hero__video.is-playing) .gt-hero__poster {
  display: none !important;
}

.gt-hero:not(.gt-hero--premium) .gt-hero__video {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.gt-hero:not(.gt-hero--premium) .gt-hero__video-el.gt-hero__youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-width: none;
  aspect-ratio: auto;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  border: 0;
  pointer-events: none;
}

.page-package-landing .gt-hero:not(.gt-hero--premium) {
  min-height: auto;
  display: flex;
  flex-direction: column;
}

.page-package-landing .gt-hero:not(.gt-hero--premium) .gt-hero__media {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: min(56vh, 520px);
  min-height: 200px;
  overflow: hidden;
  background: #0f172a;
  line-height: 0;
  font-size: 0;
}

.page-package-landing .gt-hero:not(.gt-hero--premium) > .gt-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  height: auto;
  aspect-ratio: 16 / 9;
  max-height: min(56vh, 520px);
  min-height: 200px;
  z-index: 2;
}

.page-package-landing .gt-hero:not(.gt-hero--premium) .gt-hero__poster {
  object-position: center center;
}

.page-package-landing .gt-hero:not(.gt-hero--premium) .gt-hero__overlay {
  background: linear-gradient(
    180deg,
    rgba(15, 23, 42, 0.12) 0%,
    rgba(15, 23, 42, 0.35) 72%,
    rgba(15, 23, 42, 0.55) 100%
  );
}

.page-package-landing .gt-hero:not(.gt-hero--premium) .gt-hero__content {
  position: relative;
  flex: 1 1 auto;
  transform: none;
  margin: 0;
  width: 100%;
  max-width: none;
  border-radius: 0;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
}

.gt-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.35) 0%, rgba(15, 23, 42, 0.92) 78%);
  z-index: 2;
  pointer-events: none;
}

.gt-hero__content {
  position: relative;
  z-index: 3;
  padding: 48px 16px 56px;
  max-width: 920px;
}

.gt-hero h1 {
  margin: 0 0 8px;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}

.gt-hero__badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(194, 65, 12, 0.88);
  border: 1px solid rgba(253, 186, 116, 0.75);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #fff7ed;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
  margin: 0 0 10px;
}

.gt-hero__lead {
  margin: 0 0 8px;
  max-width: 920px;
  font-size: 1.02rem;
  line-height: 1.5;
  color: #e2e8f0;
}

.gt-hero__stats span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 13px;
  font-weight: 600;
  color: #f8fafc;
}

.gt-hero__stats span i {
  color: #fdba74;
}

.gt-departures {
  margin-bottom: 0;
}

.gt-departures__panel {
  padding: 14px;
  border-radius: 14px;
  background: rgba(2, 6, 23, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.gt-departures__grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}

.gt-departures__cell {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #f1f5f9;
}

.gt-hero__lead-row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.15em;
}

.gt-hero__lead-row + .gt-hero__lead-row {
  margin-top: 0.35em;
}

.gt-phrase {
  white-space: nowrap;
}

.gt-phrase + .gt-phrase::before {
  content: ' · ';
  white-space: pre;
  opacity: 0.85;
}

.gt-phrase--lead-end {
  white-space: normal;
}

.gt-phrase--lead-end::before {
  content: '. ';
  white-space: pre;
  opacity: 0.85;
}

.gt-phrases {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.15em;
}

.gt-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
}

.gt-departures__cell i {
  flex-shrink: 0;
  width: 18px;
  margin-top: 2px;
  text-align: center;
  font-size: 14px;
  color: #f8fafc;
}

.gt-departures__cell--primary {
  background: rgba(234, 88, 12, 0.3);
  border-color: rgba(251, 146, 60, 0.58);
}

.gt-departures__cell--primary i {
  color: #ffedd5;
}

.gt-departures__cell--alt i {
  color: #e2e8f0;
}

.gt-departures__text {
  min-width: 0;
}

.gt-departures__text small {
  display: block;
  margin-bottom: 3px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #cbd5e1;
}

.gt-departures__cell--primary .gt-departures__text small {
  color: #ffedd5;
}

.gt-departures__text strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
}

.gt-departures__note {
  margin: 12px 0 0;
  padding: 0 2px;
  font-size: 12px;
  line-height: 1.5;
  color: #e2e8f0;
}

@media (min-width: 520px) {
  .gt-departures__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gt-departures__cell--primary {
    grid-column: 1 / -1;
  }
}

@media (min-width: 768px) {
  .gt-departures__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gt-departures__cell--primary {
    grid-column: 1 / -1;
  }

  .gt-departures__cell {
    padding: 13px 15px;
  }

  .gt-departures__text strong {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .gt-departures {
    max-width: 920px;
  }
}

.gt-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: stretch;
  margin-top: 20px;
}

.gt-hero__actions .c-button--outline {
  border-color: rgba(255, 255, 255, 0.65);
  color: #fff;
  background: transparent;
}

.gt-hero__actions .c-button--outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff;
}

.gt-section {
  padding: 56px 16px;
}

.gt-section--light {
  background: #f8fafc;
  color: #0f172a;
}

.gt-section__title {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 32px;
}

.gt-section__title h2 {
  margin: 0 0 10px;
  font-size: clamp(1.4rem, 3vw, 2rem);
}

.gt-section__title p {
  margin: 0;
  color: #64748b;
  line-height: 1.65;
  font-size: 1.02rem;
}

.gt-section:not(.gt-section--light):not(.gt-section--warm) .gt-section__title p {
  color: #cbd5e1;
}

.gt-modules {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.gt-module {
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.gt-module:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
  border-color: rgba(232, 93, 4, 0.25);
}

.gt-module__img {
  position: relative;
  height: clamp(260px, 34vw, 380px);
  min-height: 260px;
  background-size: cover;
  background-position: center center;
  background-color: #e2e8f0;
}

.gt-module__label {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  margin: 0;
  padding: 8px 14px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, #c2410c 0%, #9a3412 100%);
  border: 2px solid rgba(255, 255, 255, 0.55);
  box-shadow:
    0 6px 22px rgba(0, 0, 0, 0.42),
    0 1px 0 rgba(255, 255, 255, 0.25) inset;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.gt-module__body h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.gt-module__img--completo {
  background-image: url('../imagenes/destinos/modulo1_portada.jpg');
  background-image: image-set(
    url('../imagenes/destinos/modulo1_portada.webp') type('image/webp'),
    url('../imagenes/destinos/modulo1_portada.jpg') type('image/jpeg')
  );
}

.gt-module__img--mediterraneo {
  background-image: url('../imagenes/destinos/modulo2_portada.jpg');
  background-image: image-set(
    url('../imagenes/destinos/modulo2_portada.webp') type('image/webp'),
    url('../imagenes/destinos/modulo2_portada.jpg') type('image/jpeg')
  );
}

.gt-module__img--alpino {
  background-image: url('../imagenes/destinos/modulo3_portada.jpg');
  background-image: image-set(
    url('../imagenes/destinos/modulo3_portada.webp') type('image/webp'),
    url('../imagenes/destinos/modulo3_portada.jpg') type('image/jpeg')
  );
}

.gt-module__img--rd-puerto-plata {
  background-image: url('../imagenes/destinos/grupal_dominicana/puerto_plata1.jpg');
}

.gt-module__img--rd-boca-chica {
  background-image: url('../imagenes/destinos/grupal_dominicana/boca_chica1.jpg');
}

.gt-module__img--rd-punta-cana {
  background-image: url('../imagenes/destinos/grupal_dominicana/punta_cana1.jpg');
}

.gt-module__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.gt-module__route {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #334155;
  line-height: 1.4;
}

.gt-module__meta {
  margin: 0 0 8px;
  font-size: 13px;
  color: #334155;
  line-height: 1.5;
}

.gt-module__dates {
  list-style: none;
  margin: 0 0 10px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  display: grid;
  gap: 6px;
}

.gt-module__dates li {
  position: relative;
  padding-left: 14px;
  font-size: 13px;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.4;
}

.gt-module__dates li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ea580c;
}

.gt-module__body p:not(.gt-module__route):not(.gt-module__meta):not(.gt-module__label) {
  margin: 0 0 12px;
  font-size: 13px;
  color: #64748b;
  line-height: 1.5;
}

.gt-module__price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  border: 1px solid #fdba74;
}

.gt-module__price-eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9a3412;
}

.gt-module__price-value {
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.1;
  color: #c2410c;
  letter-spacing: -0.02em;
}

.gt-module__pdf,
button.gt-module__pdf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #fff;
  color: #0f172a;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  width: 100%;
  cursor: pointer;
  font-family: inherit;
}

.gt-module__pdf:hover,
button.gt-module__pdf:hover {
  border-color: #fdba74;
  background: #fff7ed;
  color: #9a3412;
}

.gt-module .c-button--full {
  margin-top: auto;
}

.gt-section--warm {
  background: linear-gradient(180deg, #fffbf5 0%, #fff7ed 100%);
  color: #0f172a;
}

.gt-family__wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 24px);
}

.gt-family__footer {
  text-align: center;
  margin-top: 18px;
}

.gt-family__content {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.gt-family__inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(280px, 1.05fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  max-width: 1040px;
  margin: 0 auto;
}

.gt-family__media {
  position: relative;
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.12);
}

.gt-family__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.gt-family__caption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.72);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.gt-family__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(232, 93, 4, 0.12);
  border: 1px solid rgba(232, 93, 4, 0.22);
  color: #c2410c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gt-family__content h2 {
  margin: 0 0 14px;
  font-size: clamp(1.45rem, 3.2vw, 2rem);
  line-height: 1.2;
  color: #0f172a;
}

.gt-family__lead {
  margin: 0 0 20px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #475569;
}

.gt-family__lead strong {
  color: #0f172a;
  font-weight: 600;
}

.gt-family__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 8px;
  padding: 0;
  list-style: none;
  justify-content: center;
}

.gt-family__chips li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #fed7aa;
  color: #9a3412;
  font-size: 13px;
  font-weight: 600;
}

.gt-family__chips i {
  color: #ea580c;
  font-size: 14px;
}

.gt-family__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: #c2410c;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

.gt-family__link:hover {
  color: #9a3412;
  text-decoration: underline;
}

.gt-trust {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  max-width: 900px;
  margin: 0 auto;
}

.gt-trust__item {
  text-align: center;
  padding: 20px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.gt-trust__item strong {
  display: block;
  margin-bottom: 8px;
  color: #f8fafc;
  font-size: 1rem;
}

.gt-trust__item p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #cbd5e1;
}

.gt-trust__item i {
  font-size: 1.5rem;
  color: #ffb454;
  margin-bottom: 10px;
}

.gt-cta-band {
  text-align: center;
  padding: 56px 16px 72px;
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 55%, #fed7aa 100%);
  color: #0f172a;
}

.gt-cta-band h2 {
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
}

.gt-cta-band p {
  max-width: 560px;
  margin: 0 auto 24px;
  color: #475569;
  line-height: 1.65;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .gt-hero {
    min-height: clamp(580px, 78vh, 880px);
    align-items: end;
    overflow: visible;
    padding-bottom: 0;
    z-index: 2;
  }

  .gt-hero__overlay {
    background: linear-gradient(
      180deg,
      rgba(15, 23, 42, 0.04) 0%,
      rgba(15, 23, 42, 0.02) 50%,
      rgba(15, 23, 42, 0.22) 78%,
      rgba(15, 23, 42, 0.48) 100%
    );
  }

  .gt-hero:not(.gt-hero--premium) .gt-hero__video-el.gt-hero__youtube {
    top: 0;
    transform: translateX(-50%);
    min-height: 100%;
    max-height: none;
    filter: brightness(1.06) contrast(1.04) saturate(1.04);
  }

  .gt-hero:not(.gt-hero--premium) .gt-hero__poster {
    object-position: center 18%;
    filter: brightness(1.04) contrast(1.03) saturate(1.03);
  }

  /* Tarjeta puente: ~50% sobre el video, ~50% sobre el fondo claro de la página */
  .gt-hero__content {
    max-width: 1100px;
    width: min(1100px, calc(100% - 32px));
    margin: 0 auto;
    padding: 22px 28px 32px;
    transform: translateY(50%);
    border-radius: 20px;
    background: linear-gradient(
      180deg,
      rgba(15, 23, 42, 0.5) 0%,
      rgba(15, 23, 42, 0.52) 100%
    );
    color: #f8fafc;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 2px solid rgba(232, 93, 4, 0.65);
    box-shadow:
      0 20px 56px rgba(0, 0, 0, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px) saturate(1.08);
    -webkit-backdrop-filter: blur(16px) saturate(1.08);
  }

  .gt-hero__content .gt-departures__panel {
    background: rgba(2, 6, 23, 0.55);
    border-color: rgba(255, 255, 255, 0.18);
  }

  .gt-hero h1 {
    font-size: clamp(1.85rem, 2.8vw, 2.65rem);
    margin: 0 0 6px;
    line-height: 1.05;
  }

  .gt-hero__badge {
    margin: 0 0 8px;
  }

  .gt-hero__lead {
    font-size: 0.94rem;
    line-height: 1.48;
    margin: 0 0 6px;
  }

  .gt-hero__stats {
    margin: 0 0 12px;
    gap: 8px;
  }

  .gt-hero__actions {
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: 22px;
  }

  .gt-hero__actions .c-button--large {
    flex: 1 1 0;
    min-width: 0;
    justify-content: center;
    padding: 12px 10px;
    font-size: clamp(0.78rem, 1.1vw, 0.92rem);
    white-space: nowrap;
  }

  /* Espacio para la mitad inferior de la tarjeta sobre fondo blanco */
  .gt-hero + .gt-section--light {
    padding-top: clamp(210px, 26vh, 300px);
    position: relative;
    z-index: 1;
  }

  .gt-section__title {
    max-width: 1120px;
  }

  .gt-section__intro-detail {
    white-space: nowrap;
  }
}

@media (min-width: 1024px) {
  .gt-hero {
    min-height: clamp(660px, 82vh, 960px);
  }

  .gt-hero__content {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
    column-gap: 28px;
    row-gap: 2px;
    align-items: start;
    padding: 24px 32px 34px;
  }

  .gt-hero h1 {
    grid-column: 1;
    grid-row: 1;
    margin: 0 0 6px;
    line-height: 1.05;
  }

  .gt-hero__badge {
    grid-column: 1;
    grid-row: 2;
    margin: 0 0 8px;
  }

  .gt-hero__lead {
    grid-column: 1;
    grid-row: 3;
    margin: 0;
  }

  .gt-hero__stats {
    grid-column: 1;
    grid-row: 4;
    margin: 0;
  }

  .gt-departures {
    grid-column: 2;
    grid-row: 1 / 5;
    align-self: center;
    margin-bottom: 0;
  }

  .gt-hero__actions {
    grid-column: 1 / -1;
    grid-row: 5;
    align-self: stretch;
    justify-content: stretch;
    flex-wrap: nowrap;
    margin-top: 24px;
  }

  .gt-hero + .gt-section--light {
    padding-top: clamp(230px, 28vh, 320px);
  }
}

@media (max-width: 640px) {
  .gt-hero {
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .gt-hero:not(.gt-hero--premium) .gt-hero__media {
    position: relative;
    flex: 0 0 auto;
    height: clamp(220px, 42vh, 360px);
    min-height: 220px;
  }

  .gt-hero__overlay {
    background: linear-gradient(
      180deg,
      rgba(15, 23, 42, 0.08) 0%,
      rgba(15, 23, 42, 0.35) 55%,
      rgba(15, 23, 42, 0.72) 100%
    );
  }

  .gt-hero__content {
    position: relative;
    z-index: 3;
    flex: 1 1 auto;
    max-width: none;
    width: 100%;
    padding: 20px 16px 28px;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.96) 0%, #0f172a 100%);
  }

  .gt-hero h1 {
    font-size: clamp(1.65rem, 8vw, 2.1rem);
    line-height: 1.15;
    overflow-wrap: anywhere;
  }

  .gt-hero__lead {
    font-size: 0.95rem;
    line-height: 1.65;
  }

  .gt-phrase {
    white-space: normal;
  }

  .gt-phrase + .gt-phrase::before {
    content: ' · ';
  }

  .gt-phrase--lead-end::before {
    content: '. ';
  }

  .gt-departures__grid {
    gap: 8px;
  }

  .gt-departures__cell {
    align-items: center;
    padding: 10px 12px;
  }

  .gt-departures__text strong {
    font-size: 12px;
  }

  .gt-hero__stats {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .gt-hero__stats span {
    justify-content: flex-start;
    font-size: 12px;
    padding: 10px 12px;
    border-radius: 12px;
  }

  .gt-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .gt-hero__actions .c-button {
    width: 100%;
    justify-content: center;
  }

  .gt-section {
    padding: 40px 16px;
  }

  .gt-section__title {
    padding: 0 4px;
    margin-bottom: 24px;
  }

  .gt-section__title h2 {
    font-size: clamp(1.25rem, 5.5vw, 1.6rem);
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .gt-section__title p {
    font-size: 0.95rem;
  }

  .gt-modules {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .gt-module__label {
    top: 10px;
    left: 10px;
    padding: 10px 16px;
    font-size: 14px;
    letter-spacing: 0.1em;
    border-radius: 10px;
  }

  .gt-module__body {
    padding: 18px 16px 20px;
    gap: 8px;
  }

  .gt-module__body h3 {
    font-size: 1.22rem;
    font-weight: 800;
    line-height: 1.25;
  }

  .gt-module__meta {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .gt-module__price {
    padding: 14px 16px;
    margin-bottom: 16px;
  }

  .gt-module__price-eyebrow {
    font-size: 12px;
  }

  .gt-module__price-value {
    font-size: 1.65rem;
  }

  .gt-family__content h2 {
    font-size: clamp(1.25rem, 5.5vw, 1.55rem);
    overflow-wrap: anywhere;
  }

  .gt-family__lead {
    font-size: 0.98rem;
    text-align: left;
  }

  .gt-family__chips {
    justify-content: flex-start;
  }

  .gt-trust {
    grid-template-columns: 1fr;
  }

  .gt-cta-band {
    padding: 40px 16px 48px;
  }

  .gt-cta-band h2 {
    font-size: clamp(1.2rem, 5vw, 1.5rem);
    overflow-wrap: anywhere;
  }

  .gt-cta-band p {
    font-size: 0.95rem;
    padding: 0 4px;
  }

  .gt-cta-band .c-button {
    width: 100%;
    max-width: 360px;
  }

  .gt-family__inner {
    grid-template-columns: 1fr;
  }

  .gt-family__media {
    max-width: 420px;
    margin: 0 auto;
    width: 100%;
  }

  /* Landings de paquete (Año Nuevo, RD): video 16:9 limpio en móvil */
  .page-package-landing .gt-hero:not(.gt-hero--premium) .gt-hero__media {
    height: auto;
    aspect-ratio: 16 / 9;
    max-height: min(52vh, 420px);
    min-height: 200px;
    line-height: 0;
    overflow: hidden;
    background: #0f172a;
  }

  .page-package-landing .gt-hero:not(.gt-hero--premium) > .gt-hero__overlay {
    max-height: min(52vh, 420px);
    min-height: 200px;
  }

  .page-package-landing .gt-hero:not(.gt-hero--premium) .gt-hero__poster {
    object-fit: cover;
    object-position: center center;
  }

  .page-package-landing .gt-hero:not(.gt-hero--premium) .gt-hero__video-el.gt-hero__youtube {
    top: 50%;
    left: 50%;
    width: 177.78vh;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    max-width: none;
    transform: translate(-50%, -50%);
  }
}

/* ═══════════════════════════════════════════════════════════════
   Grand Tour premium — video limpio + copy debajo (sin solapar)
   ═══════════════════════════════════════════════════════════════ */

.page-grand-tour--premium .gt-hero__content {
  transform: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background: #000000 !important;
}

.page-grand-tour--premium .gt-hero + .gt-section--light {
  padding-top: 40px !important;
}

.page-grand-tour--premium .gt-hero__brand img {
  mix-blend-mode: normal;
  filter: none;
}

.page-grand-tour--premium h1,
.page-grand-tour--premium .gt-hero__kicker {
  text-shadow: none;
}

@media (max-width: 640px) {
  .page-grand-tour--premium .gt-strip__inner {
    align-items: center;
    text-align: center;
    padding-inline: max(16px, env(safe-area-inset-left)) max(16px, env(safe-area-inset-right));
  }

  .page-grand-tour--premium .gt-section {
    padding-inline: max(16px, env(safe-area-inset-left)) max(16px, env(safe-area-inset-right));
  }
}

@media (min-width: 768px) {
  .page-grand-tour--premium .gt-hero + .gt-section--light {
    padding-top: 40px !important;
  }
}

/* Móvil · portada video nativa — ancho total, altura real, pegado arriba */
@media (max-width: 767px) {
  html {
    margin: 0;
    padding: 0;
  }

  body.page-grand-tour.page-grand-tour--premium {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
  }

  .page-grand-tour--premium .gt-hero.gt-hero--premium {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  .page-grand-tour--premium .gt-hero.gt-hero--premium .gt-hero__media {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    aspect-ratio: var(--gt-video-ar, 16 / 9);
    height: auto;
    overflow: hidden;
  }

  .page-grand-tour--premium .gt-hero.gt-hero--premium .gt-hero__video,
  .page-grand-tour--premium .gt-hero.gt-hero--premium .gt-hero__poster,
  .page-grand-tour--premium .gt-hero.gt-hero--premium .gt-hero__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .page-grand-tour--premium .gt-hero.gt-hero--premium .gt-hero__video-el.gt-hero__youtube {
    inset: 0 !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 100% !important;
    max-height: 100% !important;
    transform: none !important;
    aspect-ratio: unset !important;
  }

  .page-grand-tour--premium .gt-hero.gt-hero--premium .gt-hero__poster {
    max-width: none !important;
    object-fit: contain !important;
    object-position: center center !important;
  }

  .page-grand-tour--premium .gt-hero.gt-hero--premium .gt-hero__media .gt-hero__overlay {
    background: linear-gradient(
      180deg,
      transparent 0%,
      transparent 90%,
      rgba(0, 0, 0, 0.1) 100%
    );
  }

  .page-grand-tour--premium .gt-hero.gt-hero--premium .gt-hero__content {
    position: relative !important;
    background: #000000 !important;
  }
}
