/* Prevent horizontal scroll on mobile */
html, body { overflow-x: hidden; }

:root {
  --navy: #1e2a3a;
  --bone: #f6f4f0;
  --graphite: #5a5e68;
  --steel: #d8d4cc;
  --copper: #b8956a;
  --copper-soft: #c9aa85;
}

.btnactive:after {
  content: "\2212";
}

.leg-slick {
  width: 270px;
  flex-shrink: 0;
  height: auto;
  padding: 0;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
}

.leg-slick img {
  width: 100%;
  height: 200px;
  display: block;
  object-fit: cover;
}

.rates-time,
.rates-price {
  margin-top: 0;
  color: #1A69A4;
  font-size: 16px;
  font-weight: 700;
  font-variant: none;
}

.rates-price {
  margin-bottom: 0;
  border: none;
}

.rates-name {
  margin: 0;
  background: #000421;
  color: #fff;
  letter-spacing: 1px;
}

.dest.active {
  max-height: fit-content;
}

.be20, .be90, .c208, .c510, .c560, .c680, .cj1, .cj2, .e50p, .glf5, .lj45, .lj60, .lj60xr, .p06t, .p212, .pa34, .pa31, .sw3 {
  font-size: 24px;
  font-weight: 700;
}

h3 {
  margin-bottom: -3px;
  padding-bottom: 4px;
}

.leg-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 5px;
  margin-bottom: 10px;
  background: #fafafa;
}

.leg-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  border: 1px solid #f2f2f2;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
}

.leg-name {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: -3px;
  padding-left: 30px;
}

.leg-cols {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 30px;
}

.leg-cols ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 130%;
}

.leg-cols ul:first-of-type {
  width: 40%;
}

.leg-cols ul + ul {
  width: 30%;
}

.leg-cols ul:nth-child(2),
.leg-cols ul:nth-child(3) {
  justify-content: space-evenly;
}

.precio-valor {
  color: #000421;
}

.dest-titulo {
  margin-bottom: 20px;
}

/* On landing pages the transition div replaces dest-titulo visually */
.dest-fleet-intro ~ div .dest-titulo {
  display: none;
}

.rates-name-gold {
  background: #a39880;
}

.rates-time-gold {
  color: #7d725d;
}

@media (max-width: 640px) {
  .leg-row {
    flex-direction: column;
  }

  .leg-slick {
    width: 100%;
  }

  .leg-slick img {
    height: 220px;
  }

  .leg-cols {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 20px;
  }

  .leg-cols ul,
  .leg-cols ul:first-of-type,
  .leg-cols ul + ul {
    width: 100%;
    min-height: unset;
  }

  .leg-name {
    padding-left: 20px;
  }

  .dest-titulo {
    font-size: 18px;
  }
}

/* tarjetas aviones */

.jet-card {
  --navy: #1e2a3a;
  --bone: #f6f4f0;
  --graphite: #5a5e68;
  --steel: #d8d4cc;
  --copper: #b8956a;
  --copper-soft: #c9aa85;

  display: grid;
  grid-template-columns: 330px 1fr 260px;
  min-height: 320px;
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px solid var(--steel);
  background: #fff;
  font-family: 'Inter', sans-serif;
}

.jet-card .jc-img {
  position: relative;
  width: 330px;
  min-height: 260px;
  flex-shrink: 0;
  overflow: hidden;
}

.jet-card .jc-img .leg-slick,
.jet-card .jc-img .leg-slick .slick-list,
.jet-card .jc-img .leg-slick .slick-track,
.jet-card .jc-img .leg-slick .slick-slide {
  width: 330px;
  height: 100%;
}

.jet-card .jc-img .leg-slick img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: left;
  filter: saturate(0.85) contrast(1.02);
}

.jet-card .jc-img .leg-slick img:nth-of-type(3) {
    object-position: center;
}

.jet-card .jc-badge {
  position: absolute;
  top: 8%;
  left: 0;
  z-index: 2;
  padding: 10px 28px;
  background: var(--copper);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jet-card .jc-info {
  display: flex;
  flex-direction: column;
  padding: 40px;
  border-right: 1px solid var(--steel);
}

.jet-card .jc-header {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--steel);
}

.jet-card .jc-cat {
  margin-bottom: 6px;
  color: var(--copper);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jet-card .jc-nombre {
  margin: 0 0 8px;
  color: var(--navy);
  font-family: 'DM Serif Display', serif;
  font-size: 1.85rem;
  font-weight: 400;
  line-height: 1.1;
}

.jet-card .jc-desc {
  margin: 0;
  color: var(--graphite);
  font-size: 0.82rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.65;
}

.jet-card .jc-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
  margin-bottom: 24px;
}

.jet-card .jc-spec {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.jet-card .jc-slabel,
.jet-card .jc-certs-lbl {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--graphite);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.8;
}

.jet-card .jc-slabel {
  margin: 0;
}

.jet-card .jc-certs-lbl {
  margin-bottom: 10px;
}

.jet-card .jc-slabel img {
  opacity: 1;
}

.jet-card .jc-sval {
  margin: 0;
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 300;
}

.jet-card .jc-certs {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--steel);
}

.jet-card .jc-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.jet-card .jc-bdg {
  padding: 2px 8px;
  border: 1px solid rgba(184,149,106,0.4);
  border-radius: 2px;
  background: rgba(184,149,106,0.05);
  color: var(--navy);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.jet-card .jc-meta {
  display: flex;
  flex-direction: column;
  border-left: 1px solid var(--steel);
  background: var(--bone);
}

.jet-card .jc-tiempo {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: baseline;
  column-gap: 10px;
  padding: 28px;
  border-bottom: 1px solid var(--steel);
}

.jet-card .jc-precio {
  flex: 1;
  padding: 28px;
}

.jet-card .jc-mlabel {
  flex: 0 0 100%;
  margin-bottom: 8px;
  color: var(--copper);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jet-card--itinerary .jc-tiempo > .jc-mlabel {
  margin-bottom: 10px;
}

.jet-card .jc-mtime {
  margin-bottom: 10px;
  color: var(--navy);
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1;
  font-variant-numeric: lining-nums;
}

.jet-card .jc-mtime--roundtrip,
.jet-card .jc-mtime--itinerary {
  flex: 0 0 100%;
  font-family: Roboto, sans-serif;
  line-height: 1.25;
}

.jet-card .jc-mtime-leg {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: baseline;
  column-gap: 10px;
  row-gap: 8px;
  margin-bottom: 20px;
}

.jet-card .jc-mtime-leg:last-child {
  margin-bottom: 0;
}

.jet-card .jc-mtime-head {
  flex: 0 0 100%;
  margin-bottom: 0;
  color: var(--navy);
  font-family: Roboto, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jet-card .jc-mtime-value {
  margin-bottom: 0;
  color: var(--navy);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1;
}

.jet-card .jc-mtime-route {
  display: flex;
  flex: 0 0 100%;
  align-items: center;
  gap: 6px;
  margin: 0;
  color: var(--graphite);
  font-family: Roboto, sans-serif;
  font-size: 0.73rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.25;
}

.jet-card .jc-mtime-route img {
  flex-shrink: 0;
}

.jet-card .jc-mprice {
  margin-bottom: 10px;
  color: var(--navy);
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  font-variant-numeric: lining-nums;
}

.jet-card .jc-ruta {
  display: flex;
  flex: 0 0 100%;
  align-items: center;
  gap: 6px;
  color: var(--graphite);
  font-size: 0.73rem;
  font-style: italic;
  font-weight: 300;
}

.jet-card--itinerary .jc-ruta {
  display: none;
}

.jet-card .jc-mtemporada {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin: 0 0 10px;
  padding: 0;
  font-size: 0.71rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.01em;
  opacity: 0.88;
}

.jet-card .jc-mtemporada-ico {
  flex-shrink: 0;
  line-height: 0;
  opacity: 0.9;
}

.jet-card .jc-mtemporada-ico img {
  display: block;
  width: 14px;
  height: 14px;
}

.jet-card .jc-mtemporada--alta {
  color: #7a6550;
}

.jet-card .jc-mtemporada--promo {
  color: #4a6b58;
}

.jet-card .jc-mnota {
  margin-bottom: 4px;
  color: var(--graphite);
  font-size: 0.73rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
}

.jet-card .jc-mnota2 {
  color: var(--graphite);
  font-size: 0.72rem;
  font-style: italic;
  font-weight: 300;
  opacity: 0.7;
}

.jet-card .jc-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  padding: 16px 28px;
  border: none;
  border-top: 1px solid var(--steel);
  border-radius: 0;
  background: var(--navy);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s;
}

.jet-card .jc-cta:hover {
  background: var(--copper);
}

.jet-card .jc-cta-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.jet-card .jc-wa {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  opacity: 1;
}

.jet-card .jc-escala {
  margin: 0;
  color: var(--graphite);
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.2;
  opacity: 0.8;
}

.jet-card .jc-mtime-leg .jc-escala {
  white-space: nowrap;
}

.jet-card .jc-escala:empty {
  display: none;
}

.ver-cond-rates:hover {
  text-decoration: underline;
}

.jc-mbase {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin: 4px 0 2px;
  font-size: 11px;
  font-style: italic;
  font-weight: 400;
  color: #a08050;
  /* dorado oscuro — más cálido que jc-mnota */
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.jc-mbase-ico {
  position: relative;
  top: 1px;
}

@media (max-width: 1024px) {
  .jet-card {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 240px auto;
  }

  .jet-card .jc-img {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 240px;
  }

  .jet-card .jc-img .leg-slick,
  .jet-card .jc-img .leg-slick .slick-list,
  .jet-card .jc-img .leg-slick .slick-track,
  .jet-card .jc-img .leg-slick .slick-slide {
    width: 100%;
  }

  .jet-card .jc-info {
    border-right: 1px solid var(--steel);
  }

  .jet-card .jc-meta {
    border-left: none;
  }
}

@media (max-width: 767px) {
  .jet-card {
    grid-template-columns: 1fr;
    grid-template-rows: 220px auto auto;
  }

  .jet-card .jc-img {
    grid-column: 1;
    width: 100%;
    min-height: 220px;
  }

  .jet-card .jc-img .leg-slick,
  .jet-card .jc-img .leg-slick .slick-list,
  .jet-card .jc-img .leg-slick .slick-track,
  .jet-card .jc-img .leg-slick .slick-slide {
    width: 100%;
  }

  .jet-card .jc-info {
    padding: 24px 20px;
    border-right: none;
    border-bottom: 1px solid var(--steel);
  }

  .jet-card .jc-nombre {
    font-size: 1.5rem;
  }

  .jet-card .jc-specs {
    grid-template-columns: 1fr 1fr;
    gap: 12px 16px;
  }

  .jet-card .jc-meta {
    border-left: none;
  }

  .jet-card .jc-tiempo,
  .jet-card .jc-precio {
    padding: 20px;
  }

  .jet-card .jc-mtime,
  .jet-card .jc-mprice {
    font-size: 1.6rem;
    font-weight: 700;
  }

  .jet-card .jc-cta {
    padding: 16px 20px;
  }
}

/* ============================================
   DESTINATION INFO SECTION
   ============================================ */
.dest-info {
  background: #fff;
  border: 1px solid var(--steel);
  padding: 40px 52px;
  margin-bottom: 24px;
}

.dest-info-titulo {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  font-weight: 600;
  color: var(--navy);
  margin: 0;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.dest-info-titulo::after {
  content: '';
  display: block;
  width: 36px;
  height: 2px;
  background: var(--copper);
  margin-top: 18px;
  margin-bottom: 36px;
}

.dest-info-cols {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 52px;
  align-items: start;
}

.dest-info-text {
  max-width: 700px;
}

/* Lead paragraph */
.dest-info-text > p:first-of-type {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #2a2a2a;
  font-weight: 300;
  margin-bottom: 28px;
}

.dest-info-text p {
  font-family: 'Inter', sans-serif;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #333;
  margin: 0 0 18px;
  font-weight: 300;
}

.dest-info-text p:last-child {
  margin-bottom: 0;
}

/* Section label before secondary paragraphs */
.dest-info-text h3 {
  font-family: 'Inter', sans-serif;
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--copper);
  margin: 36px 0 12px;
}

/* Transition divider before fleet cards */
.dest-fleet-intro {
  text-align: center;
  padding: 48px 0 32px;
}

.dest-fleet-intro::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: var(--steel);
  margin: 0 auto 28px;
}

.dest-fleet-titulo {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 600;
  color: var(--navy);
  margin: 0 0 10px;
  line-height: 1.2;
}

.dest-fleet-sub {
  font-family: 'Inter', sans-serif;
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--copper);
  margin: 0;
}

.dest-info-card {
  background: var(--bone);
  border: 1px solid var(--steel);
  overflow: hidden;
}

.dest-info-card-title {
  background: var(--navy);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 12px 22px;
}

.dest-dato {
  display: flex;
  flex-direction: column;
  padding: 13px 22px;
  border-bottom: 1px solid var(--steel);
}

.dest-dato:last-child {
  border-bottom: none;
}

.dest-dato-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.63rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--copper);
  margin-bottom: 3px;
}

.dest-dato-val {
  font-family: 'Inter', sans-serif;
  font-size: 0.84rem;
  color: var(--navy);
  font-weight: 500;
  line-height: 1.45;
}

@media (max-width: 960px) {
  .dest-info {
    padding: 28px 24px;
  }
  .dest-info-cols {
    grid-template-columns: 1fr;
  }
  .dest-info-card {
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .dest-info {
    padding: 24px 16px;
    margin-bottom: 16px;
  }
  .dest-info-titulo {
    font-size: 1.5rem;
  }
  .dest-info-titulo::after {
    margin-top: 12px;
    margin-bottom: 24px;
  }
}