/* Destinos — tipografía Outfit + layout premium */
.destinos-page {
  --dest-ocean: #0c4a6e;
  --dest-teal: #0e7490;
  --dest-aqua: #2ec4b6;
  --dest-sand: #f0f9ff;
  --dest-text: #334155;
  --dest-muted: #64748b;
  --dest-radius: 20px;
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 16px;
  line-height: 1.65;
  font-stretch: normal !important;
  letter-spacing: normal !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.destinos-page h1,
.destinos-page h2,
.destinos-page h3,
.destinos-page h4,
.destinos-page p,
.destinos-page li,
.destinos-page a,
.destinos-page span,
.destinos-page .section__title,
.destinos-page .section__desc,
.destinos-page .section__eyebrow,
.destinos-page .tour-card__body h4 {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-stretch: normal !important;
}

.destinos-page .page-hero h1 {
  font-weight: 800;
  font-size: clamp(2rem, 5vw, 2.65rem);
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.destinos-page .page-hero p {
  font-family: 'Outfit', sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.65;
}

.destinos-page .section {
  padding: clamp(3rem, 7vw, 5rem) 0;
}

.destinos-page .section__eyebrow {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--dest-teal);
  background: rgba(46, 196, 182, 0.12);
  border: 1px solid rgba(46, 196, 182, 0.25);
}

.destinos-page .section__title {
  font-weight: 800;
  font-size: clamp(1.45rem, 3vw, 1.95rem);
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--dest-ocean);
  margin-bottom: 0.85rem;
}

.destinos-page .section__desc {
  font-family: 'Outfit', sans-serif;
  font-size: 1.02rem;
  line-height: 1.75;
  color: var(--dest-text);
  max-width: 54ch;
}

.destinos-page .destinos-section-head {
  text-align: center;
  margin-bottom: 2.5rem;
}

.destinos-page .destinos-section-head .section__title {
  margin-bottom: 0.5rem;
}

.destinos-page .destinos-section-head p {
  color: var(--dest-muted);
  font-size: 0.98rem;
  max-width: 520px;
  margin-inline: auto;
}

/* Legacy markup (caché vieja) — texto legible en sección clara */
.destinos-page #clear-boat .charter-features li,
.destinos-page #clear-boat .destinos-includes li {
  color: var(--dest-text) !important;
}

.destinos-page #clear-boat .charter-features {
  display: grid;
  gap: 0.55rem;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}

.destinos-page #clear-boat .charter-features li {
  position: relative;
  padding-left: 1.65rem;
  font-size: 0.95rem;
  line-height: 1.55;
}

.destinos-page #clear-boat .charter-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 1.15rem;
  height: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #2ec4b6, #0e7490);
  border-radius: 50%;
}

.destinos-page #clear-boat .tour-card__tags li {
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.4rem 0.75rem;
  color: #0e7490 !important;
  background: #e0f2fe;
  border: 1px solid #bae6fd;
}

.destinos-page #clear-boat h4 {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--dest-ocean) !important;
  margin: 1.5rem 0 0.85rem;
}

.destinos-page #clear-boat .feature-split__img video {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--dest-radius);
  display: block;
  box-shadow: 0 16px 40px rgba(12, 74, 110, 0.12);
}

.destinos-page #clear-boat {
  background: linear-gradient(180deg, #f8fbfd 0%, #fff 100%);
}

.destinos-page .destinos-clear-boat {
  display: grid;
  gap: 2rem;
  align-items: start;
  padding: clamp(1.25rem, 3vw, 2rem);
  background: #fff;
  border-radius: 24px;
  border: 1px solid rgba(14, 116, 144, 0.08);
  box-shadow: 0 8px 40px rgba(12, 74, 110, 0.08);
}

@media (min-width: 900px) {
  .destinos-page .destinos-clear-boat {
    /* Copy primero para que el H2 y el video queden a la misma altura. */
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
    gap: 2.75rem;
  }

  .destinos-page .destinos-copy {
    grid-column: 1;
    grid-row: 1;
  }

  .destinos-page .destinos-booking {
    grid-column: 2;
    grid-row: 1;
    position: sticky;
    top: 96px;
  }
}

.destinos-page .destinos-booking {
  display: grid;
  gap: 1rem;
}

.destinos-page .destinos-booking__card {
  padding: 1.25rem;
  border-radius: var(--dest-radius);
  border: 1px solid rgba(14, 116, 144, 0.14);
  background: linear-gradient(180deg, #f8fbfd 0%, #fff 100%);
  box-shadow: 0 10px 30px rgba(12, 74, 110, 0.08);
  display: grid;
  gap: 0.7rem;
}

.destinos-page .destinos-booking__price {
  font-family: 'Outfit', sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  color: #0b2a4a;
  line-height: 1.1;
}

.destinos-page .destinos-booking__price small {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--dest-muted);
}

.destinos-page .destinos-booking__deposit {
  margin: 0;
  font-size: 0.88rem;
  color: var(--dest-text);
}

.destinos-page .destinos-booking__meta {
  margin: 0;
  font-size: 0.82rem;
  color: var(--dest-muted);
}

.destinos-page .destinos-booking__meta--soft {
  padding-top: 0.6rem;
  border-top: 1px dashed rgba(14, 116, 144, 0.18);
}

.destinos-page .destinos-booking .btn--block {
  display: block;
  width: 100%;
  text-align: center;
}

.destinos-page .destinos-media {
  position: relative;
  border-radius: var(--dest-radius);
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(12, 74, 110, 0.15);
  background: #e2e8f0;
}

.destinos-page .destinos-media video {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.destinos-page .destinos-copy {
  font-family: 'Outfit', sans-serif;
}

.destinos-page .destinos-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1.1rem;
  padding: 0;
  list-style: none;
}

.destinos-page .destinos-tags li {
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  color: #0e7490;
  background: #e0f2fe;
  border: 1px solid #bae6fd;
}

.destinos-page .destinos-includes-title {
  font-family: 'Outfit', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--dest-ocean);
  margin: 1.5rem 0 0.85rem;
}

.destinos-page .destinos-includes {
  display: grid;
  gap: 0.55rem;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}

.destinos-page .destinos-includes li {
  position: relative;
  padding-left: 1.65rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--dest-text);
}

.destinos-page .destinos-includes li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 1.15rem;
  height: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #2ec4b6, #0e7490);
  border-radius: 50%;
}

/* Dos columnas para que la lista no se alargue verticalmente. */
@media (min-width: 600px) {
  .destinos-page .destinos-includes--grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.5rem;
  }
}

.destinos-page .destinos-details {
  display: grid;
  gap: 0.6rem;
  margin: 0 0 1.5rem;
}

.destinos-page .destinos-detail {
  border: 1px solid rgba(14, 116, 144, 0.14);
  border-radius: 14px;
  background: #f8fbfd;
  overflow: hidden;
}

.destinos-page .destinos-detail > summary {
  cursor: pointer;
  list-style: none;
  padding: 0.85rem 1.1rem;
  font-family: 'Outfit', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--dest-ocean);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.destinos-page .destinos-detail > summary::-webkit-details-marker {
  display: none;
}

.destinos-page .destinos-detail > summary::after {
  content: '+';
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
  color: var(--dest-teal);
}

.destinos-page .destinos-detail[open] > summary::after {
  content: '−';
}

.destinos-page .destinos-detail > summary:focus-visible {
  outline: 2px solid var(--dest-teal);
  outline-offset: -2px;
}

.destinos-page .destinos-detail > *:not(summary) {
  padding: 0 1.1rem 1.1rem;
  margin: 0;
}

.destinos-page .destinos-detail .destinos-includes,
.destinos-page .destinos-detail .destinos-tags {
  margin: 0;
}

/* Charter */
.destinos-page .section--charter {
  background: linear-gradient(145deg, #07131d 0%, #0f2233 50%, #134e6a 100%);
  color: #fff;
}

.destinos-page .section--charter .section__eyebrow {
  color: #7dd3fc;
  background: rgba(125, 211, 252, 0.12);
  border-color: rgba(125, 211, 252, 0.25);
}

.destinos-page .section--charter .section__title {
  color: #fff;
}

.destinos-page .section--charter .section__desc {
  color: rgba(255, 255, 255, 0.82);
  max-width: none;
}

.destinos-page .charter-block {
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 900px) {
  .destinos-page .charter-block {
    grid-template-columns: 1fr 1fr;
    gap: 2.75rem;
  }
}

.destinos-page .charter-block__visual {
  position: relative;
  border-radius: var(--dest-radius);
  overflow: hidden;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.35);
}

.destinos-page .charter-block__visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.destinos-page .charter-block__price {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 12px;
  font-family: 'Outfit', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: #0c4a6e;
  background: linear-gradient(135deg, #fcd34d, #f59e0b);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.destinos-page .charter-features {
  display: grid;
  gap: 0.55rem;
  margin: 1.25rem 0 1.75rem;
  padding: 0;
  list-style: none;
}

.destinos-page .charter-features li {
  position: relative;
  padding-left: 1.5rem;
  font-family: 'Outfit', sans-serif;
  font-size: 0.94rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

.destinos-page .charter-features li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--dest-aqua);
  font-weight: 700;
}

/* Catálogo — tarjetas claras */
.destinos-page .section--catalog {
  background: #f8fbfd;
}

.destinos-page .catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
  gap: 1.35rem;
  align-items: stretch;
}

.destinos-page .tour-card {
  background: #fff;
  border: 1px solid rgba(14, 116, 144, 0.1);
  border-radius: var(--dest-radius);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(12, 74, 110, 0.06);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
}

.destinos-page .tour-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(12, 74, 110, 0.12);
  border-color: rgba(46, 196, 182, 0.35);
}

.destinos-page .tour-card__body h4 {
  font-weight: 700;
  font-size: 1.08rem;
  color: var(--dest-ocean);
  letter-spacing: -0.015em;
  line-height: 1.3;
}

.destinos-page .tour-card__desc {
  font-family: 'Outfit', sans-serif;
  font-size: 0.88rem;
  color: var(--dest-muted);
  line-height: 1.6;
}

.destinos-page .tour-card__tags li {
  font-family: 'Outfit', sans-serif;
  font-size: 0.68rem;
  color: var(--dest-teal);
  background: rgba(46, 196, 182, 0.12);
}

.destinos-page .tour-card__price-new {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  color: #d97706;
}

.destinos-page .tour-card__price-new small {
  color: var(--dest-muted);
}

/* Botones en página clara */
.destinos-page .btn--wa {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
}

/* Catálogo limpio estilo Caribe Activo */
.destinos-page .section--catalog {
  background: #f7fafc !important;
  color: #0f172a;
}

.destinos-page .section--catalog .section__title,
.destinos-page .section--catalog .destinos-section-head p {
  color: #0b2a4a;
}

.destinos-page .section--catalog .destinos-section-head p {
  color: #64748b;
}

.destinos-page .tour-card--clean,
.destinos-page .tour-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  color: #0f172a;
  overflow: hidden;
  /* Columna flex para que todas las tarjetas midan igual y el CTA
     quede anclado abajo, alineado entre tarjetas de la misma fila. */
  display: flex;
  flex-direction: column;
  height: 100%;
}

.destinos-page .tour-card:hover {
  transform: translateY(-3px);
  border-color: rgba(14, 165, 233, 0.35);
}

.destinos-page .tour-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e2e8f0;
  flex: 0 0 auto;
}

.destinos-page .tour-card__media img,
.destinos-page .tour-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.destinos-page .tour-card__body {
  padding: 1.1rem 1.15rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  flex: 1 1 auto;
}

/* Filas de altura estable: el bloque de datos crece y el precio+CTA
   quedan siempre al final, a la misma altura en toda la fila. */
.destinos-page .tour-card__body h4 {
  min-height: 2.6em;
}

.destinos-page .tour-card__desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.destinos-page .tour-card__price-row {
  margin-top: auto;
  padding-top: 0.35rem;
}

.destinos-page .tour-card__body h4,
.destinos-page .tour-card__body h4 a {
  font-family: 'Outfit', sans-serif !important;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0b2a4a !important;
  margin: 0;
  text-decoration: none;
  line-height: 1.25;
}

.destinos-page .tour-card__rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.3rem 0.45rem;
}

.destinos-page .tour-card__rating-score {
  font-size: 0.9rem;
  font-weight: 700;
  color: #64748b;
}

.destinos-page .tour-card__rating-stars {
  color: #f5b400;
  letter-spacing: 0.04em;
  font-size: 0.9rem;
}

.destinos-page .tour-card__rating-count {
  width: 100%;
  font-size: 0.78rem;
  color: #475569;
}

.destinos-page .tour-card__schedule {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  font-size: 0.84rem;
  color: #334155;
  font-weight: 500;
}

.destinos-page .tour-card__schedule svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.destinos-page .tour-card__badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 0.32rem 0.65rem;
  border-radius: 8px;
  background: #e11d48;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.destinos-page .tour-card__desc {
  color: #64748b !important;
  font-size: 0.84rem;
  margin: 0;
}

.destinos-page .tour-card__tags li {
  background: rgba(14, 165, 233, 0.1);
  color: #0284c7;
}

.destinos-page .tour-card__price-new {
  color: #2563eb;
  font-size: 1.35rem;
  font-weight: 800;
  margin: 0.15rem 0 0.5rem;
}

.destinos-page .tour-card__price-new .price-strike,
.destinos-page .tour-card__price-new s {
  color: #ef4444;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: line-through;
  margin-right: 0.4rem;
}

.destinos-page .tour-card__price-new small {
  color: #475569;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: block;
  margin: 0.15rem 0 0;
}

.destinos-page .tour-card__cta,
.destinos-page .tour-card .btn {
  margin-top: 0;
  width: 100%;
  text-align: center;
  justify-content: center;
}

.destinos-page .location-filters__btn {
  border-color: rgba(15, 23, 42, 0.12);
  background: #fff;
  color: #0f172a;
}

.destinos-page .location-filters__btn.is-active {
  border-color: rgba(14, 165, 233, 0.55);
  background: rgba(14, 165, 233, 0.12);
  color: #0369a1;
}
