/* ============================================================
   Empty legs — listado premium (ruta protagonista)
   Tokens alineados al cotizador / destinos
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');

/* Midnight + dorado UI; banner editorial: --af-banner-gold. Resto listado/outro: --af-gold* */
body.af-page-empty-legs {
  --el-display-serif: 'DM Serif Display', Georgia, serif;
  --el-price-serif: 'Cormorant Garamond', Georgia, serif;
  --af-midnight: #0e1626;
  --af-navy-heading: #191a41;
  --af-champagne: #f1cbad;
  --af-banner-gold: #c59d71;
  --af-banner-accent: var(--af-banner-gold);
  --af-gold: #c28c36;
  --af-gold-deep: #b8893a;
  --af-gold-bright: #d49a42;
  --af-gold-highlight: #e0ad4a;
}

/* —— Banner editorial (reemplaza #title Montserrat centrado) —— */
body.af-page-empty-legs #banner.emptylegs.el-page-banner {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  height: clamp(500px, 70vh, 680px);
  margin: 80px 0 0;
  padding: 0 clamp(20px, 4vw, 48px) 0 clamp(28px, 5.5vw, 64px);
  box-sizing: border-box;
  background-image: url(/img/banner-charter.jpg);
  background-size: cover;
  background-position: center 38%;
  box-shadow: none;
  overflow: hidden;
}

body.af-page-empty-legs #banner.emptylegs.el-page-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(32, 34, 38, 0.72), rgba(0, 0, 0, 0.38));
  pointer-events: none;
}

body.af-page-empty-legs #banner .el-banner-hero {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  max-width: 56rem;
  margin: 0;
  padding: 0 0 clamp(52px, 7vw, 72px);
  box-sizing: border-box;
  text-align: left;
}

body.af-page-empty-legs #banner .el-banner-hero::before {
  content: '';
  display: block;
  width: 56px;
  height: 2px;
  margin-bottom: 18px;
  background: var(--af-banner-gold);
}

body.af-page-empty-legs #banner .el-banner-eyebrow {
  margin: 0 0 12px;
  color: var(--af-banner-gold);
  font-family: 'Jost', 'Segoe UI', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.af-page-empty-legs #banner #title.el-banner-title {
  margin: 0 0 14px;
  color: #fff;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(3.5rem, 8.6vw, 5.4rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.03em;
  text-align: left;
  text-shadow: none;
}

body.af-page-empty-legs #banner .el-banner-title-lead {
  font-style: normal;
  font-weight: 600;
}

body.af-page-empty-legs #banner .el-banner-title-accent {
  color: var(--af-banner-accent) !important;
  font-style: italic;
  font-weight: 600;
}

body.af-page-empty-legs #banner .el-banner-intro {
  margin: 0;
  max-width: 52ch;
  color: rgba(255, 255, 255, 0.88);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.05rem, 1.85vw, 1.28rem);
  font-weight: 400;
  line-height: 1.58;
  text-shadow: none;
}

@media screen and (max-width: 1150px) {
  body.af-page-empty-legs #banner.emptylegs.el-page-banner {
    margin-top: 59px;
  }
}

@media screen and (max-width: 600px) {
  body.af-page-empty-legs #banner.emptylegs.el-page-banner {
    height: clamp(440px, 64vh, 560px);
    background-position: center 42%;
    padding-left: 16px;
    padding-right: 16px;
  }

  body.af-page-empty-legs #banner #title.el-banner-title {
    font-size: clamp(3.55rem, 15vw, 4.5rem);
    line-height: 0.98;
    margin-bottom: 16px;
  }
}

/* FAB WhatsApp — editorial (sin PNG verde)
   Tema activo: navy + oro banner. Alternativas (cambiar --el-wa-fab-* en body):
   A actual  bg #0e1626  icon #c59d71  border blanco 20%
   B crema   bg #f6f4f0  icon #1e2a3a  border #c59d71 40%  — más visible sobre fondos claros
   C oro     bg #b8893a  icon #fff     border #d49a42  — CTA fuerte, menos discreto
   D vidrio  bg rgba(255,255,255,.92) icon #1e2a3a border rgba(30,42,58,.12) — flotante suave
*/
body.af-page-empty-legs {
  --el-wa-fab-bg: var(--af-midnight);
  --el-wa-fab-bg-hover: #151f32;
  --el-wa-fab-icon: var(--af-banner-gold);
  --el-wa-fab-icon-hover: #d8bc94;
  --el-wa-fab-border: rgba(255, 255, 255, 0.22);
  --el-wa-fab-border-hover: rgba(197, 157, 113, 0.5);
  --el-wa-fab-shadow: 0 10px 32px rgba(14, 22, 34, 0.22);
  --el-wa-fab-shadow-hover: 0 14px 36px rgba(14, 22, 34, 0.28);
}

body.af-page-empty-legs #wapp.el-wa-fab {
  right: clamp(16px, 3vw, 24px);
  bottom: clamp(20px, 3vw, 28px);
  opacity: 1;
}

body.af-page-empty-legs .el-wa-fab-link {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--el-wa-fab-bg);
  border: 1px solid var(--el-wa-fab-border);
  color: var(--el-wa-fab-icon);
  box-shadow: var(--el-wa-fab-shadow);
  transition:
    background 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

body.af-page-empty-legs .el-wa-fab-link:hover,
body.af-page-empty-legs .el-wa-fab-link:focus {
  background: var(--el-wa-fab-bg-hover);
  border-color: var(--el-wa-fab-border-hover);
  color: var(--el-wa-fab-icon-hover);
  transform: translateY(-2px);
  box-shadow: var(--el-wa-fab-shadow-hover);
}

body.af-page-empty-legs .el-wa-fab-icon {
  display: block;
  width: 23px;
  height: 23px;
  fill: currentColor;
}

@media (min-width: 900px) {
  body.af-page-empty-legs .el-wa-fab-link {
    width: 62px;
    height: 62px;
  }

  body.af-page-empty-legs .el-wa-fab-icon {
    width: 28px;
    height: 28px;
  }
}

body.af-page-empty-legs #wapp.el-wa-fab img {
  display: none;
}

#legs {
  --el-navy: #1e2a3a;
  --el-navy-deep: #141c28;
  --el-bone: #f6f4f0;
  --el-bone-deep: #ebe6de;
  --el-graphite: #5a5e68;
  --el-muted: #8a8f98;
  --el-steel: #d8d4cc;
  --el-copper: var(--af-gold-deep);
  --el-copper-bright: var(--af-gold);
  --el-gold: var(--af-gold);
  --el-editorial: var(--af-gold-deep);
  --el-editorial-soft: var(--af-gold);
  --el-white: #ffffff;
  --el-shadow: 0 12px 40px rgba(20, 28, 40, 0.09), 0 2px 8px rgba(20, 28, 40, 0.04);
  --el-shadow-hover: 0 20px 50px rgba(20, 28, 40, 0.14), 0 4px 14px rgba(20, 28, 40, 0.06);

  margin: 0 0 80px;
  padding: 0 clamp(20px, 5vw, 60px);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

#legs .el-list-kicker {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 20px);
  margin: clamp(8px, 1.5vw, 16px) 0 clamp(28px, 3.5vw, 40px);
  padding: clamp(10px, 1.5vw, 18px) 0 clamp(26px, 3.5vw, 36px);
  border-bottom: 1px solid rgba(30, 42, 58, 0.1);
  color: var(--af-navy-heading);
  font-family: 'Jost', 'Segoe UI', sans-serif;
  font-size: clamp(0.95rem, 1.65vw, 1.22rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

#legs .el-list-kicker::before {
  content: '';
  flex-shrink: 0;
  width: clamp(36px, 5vw, 48px);
  height: 2px;
  background: var(--af-gold);
}

.empty-legs-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* —— Card shell —— */
.el-card {
  display: grid;
  grid-template-columns: 400px minmax(0, 1fr);
  align-items: stretch;
  min-height: 320px;
  overflow: hidden;
  border: 1px solid rgba(216, 212, 204, 0.85);
  border-radius: 4px;
  background: var(--el-white);
  box-shadow: var(--el-shadow);
  font-family: 'Inter', Roboto, sans-serif;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.el-card {
  position: relative;
}

.el-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--el-shadow-hover);
}

/* —— Media (misma lógica que jet-card del cotizador) —— */
.el-media {
  position: relative;
  width: 100%;
  min-height: 320px;
  overflow: hidden;
  background: #0f141c;
}

.el-media-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    90deg,
    rgba(15, 20, 28, 0.25) 0%,
    transparent 35%,
    rgba(15, 20, 28, 0.2) 100%
  );
  pointer-events: none;
}

.el-media-badge {
  position: absolute;
  z-index: 4;
  top: 30px;
  left: 2px;
  padding: 13px 28px 13px 24px;
  background: var(--af-banner-gold);
  color: #fff;
  font-family: 'Jost', 'Segoe UI', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 2px 6px 14px rgba(20, 24, 32, 0.2);
}

.el-media .leg-slick,
.el-media .leg-slick .slick-list,
.el-media .leg-slick .slick-track,
.el-media .leg-slick .slick-slide {
  width: 100%;
  height: 100%;
  min-height: 320px;
}

.el-media .leg-slick .slick-slide > div {
  height: 100%;
  min-height: 320px;
}

.el-media .leg-slick img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  display: block;
  object-fit: cover;
  object-position: left center;
  filter: saturate(0.9) contrast(1.03);
}

.el-media-footer {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px 18px 22px;
  background: linear-gradient(0deg, rgba(20, 28, 40, 0.88) 0%, transparent 100%);
  pointer-events: none;
}

.el-media-footer .el-media-aircraft,
.el-media-footer .slick-dots {
  pointer-events: auto;
}

.el-media-aircraft {
  position: static;
  flex: 1;
  min-width: 0;
  margin: 0;
  padding: 0;
  background: none;
  color: #fff;
  font-family: var(--el-display-serif);
  font-size: 1.22rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.el-media-footer .slick-dots {
  position: static;
  bottom: auto;
  right: auto;
  left: auto;
  display: flex !important;
  align-items: center;
  flex-shrink: 0;
  width: auto;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.el-media-footer .slick-dots li {
  margin: 0 4px;
  width: auto;
  height: auto;
}

.el-media-footer .slick-dots li button {
  width: 7px;
  height: 7px;
  padding: 0;
}

.el-media-footer .slick-dots li button::before {
  width: 7px;
  height: 7px;
  font-size: 0;
  line-height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  opacity: 1;
  content: '';
}

.el-media-footer .slick-dots li.slick-active button::before {
  background: var(--el-copper-bright);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35);
}

.el-media .leg-slick.slick-dotted {
  margin-bottom: 0;
}

/* Flechas del carrusel — disco chico, fondo claro, chevron blanco */
.el-media .el-slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.26);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  transform: translateY(-50%);
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.el-media .el-slick-arrow::before {
  display: block;
  font-family: 'Font Awesome 6 Free', 'FontAwesome';
  font-weight: 900;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  -webkit-font-smoothing: antialiased;
}

.el-media .el-slick-arrow::after {
  display: none;
}

.el-media .el-slick-arrow--prev {
  left: 10px;
}

.el-media .el-slick-arrow--prev::before {
  content: '\f053';
}

.el-media .el-slick-arrow--next {
  right: 10px;
}

.el-media .el-slick-arrow--next::before {
  content: '\f054';
}

.el-media .el-slick-arrow:hover,
.el-media .el-slick-arrow:focus {
  background: rgba(255, 255, 255, 0.4);
  outline: none;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.14);
  transform: translateY(-50%) scale(1.04);
}

.el-media .el-slick-arrow:hover::before,
.el-media .el-slick-arrow:focus::before {
  color: #fff;
}

.el-media .el-slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* —— Body —— */
.el-body {
  display: flex;
  flex-direction: column;
  padding: 36px 40px 32px 44px;
  background: linear-gradient(180deg, var(--el-white) 0%, #fcfaf7 100%);
}

.el-eyebrow {
  margin: 0 0 10px;
  color: var(--el-copper);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.el-route-title {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0 0 18px;
  max-width: 100%;
  min-width: 0;
  color: var(--el-navy);
  font-family: var(--el-display-serif);
  font-size: clamp(1.75rem, 2.8vw, 2.65rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.el-route-cities {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 8px 12px;
  min-width: 0;
}

.el-city {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  max-width: 100%;
}

.el-city-name {
  display: block;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.el-city-code {
  display: block;
  color: var(--el-muted);
  font-family: 'Inter', Roboto, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* Conector premium: punto — línea — punto */
.el-route-dot {
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--el-copper);
  box-shadow: 0 0 0 3px rgba(184, 149, 106, 0.2);
}

.el-route-line {
  flex-shrink: 0;
  opacity: 0.85;
}

.el-route-link--horiz {
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 0 4px;
}

.el-route-link--horiz .el-route-line {
  width: clamp(28px, 4vw, 56px);
  height: 2px;
  background: linear-gradient(90deg, var(--el-copper), var(--el-copper-bright));
}

/* Vertical a la izquierda (mobile apilado) */
.el-route-link--vert {
  display: none;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  flex-shrink: 0;
  width: 14px;
  margin-right: 12px;
  padding: 1px 0;
}

.el-route-link--vert .el-route-line {
  width: 2px;
  flex: 1 1 auto;
  min-height: 22px;
  margin: 5px 0;
  background: linear-gradient(180deg, var(--el-copper), var(--el-copper-bright));
}

.el-route-title--stacked {
  align-items: stretch;
}

.el-route-title--stacked .el-route-link--vert {
  display: inline-flex;
}

.el-route-title--stacked .el-route-link--horiz {
  display: none;
}

.el-route-title--stacked .el-route-cities {
  flex: 1;
  min-width: 0;
  max-width: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 12px;
}

.el-route-title--stacked .el-city-name {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.el-route-title--inline .el-route-link--vert {
  display: none;
}

.el-route-title--inline .el-route-link--horiz {
  display: inline-flex;
}

.el-route-title--inline .el-route-cities {
  flex-wrap: nowrap;
}

.el-aircraft-pill {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  padding: 10px 16px;
  border: 1px solid rgba(184, 149, 106, 0.28);
  border-radius: 2px;
  background: rgba(246, 244, 240, 0.9);
}

.el-aircraft-cat {
  color: var(--el-copper);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.el-aircraft-name {
  color: var(--el-navy);
  font-family: 'Inter', Roboto, sans-serif;
  font-size: 0.97rem;
  font-weight: 400;
}

.el-aircraft-name,
.el-aircraft-cap {
  padding-left: 14px;
  border-left: 1px solid rgba(184, 149, 106, 0.35);
}

.el-aircraft-cap {
  color: var(--el-graphite);
  font-family: 'Inter', Roboto, sans-serif;
  font-size: 0.77rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}

/* Chips meta */
.el-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 28px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.el-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  padding: 11px 14px;
  border: 1px solid var(--el-steel);
  border-radius: 2px;
  background: var(--el-white);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.el-chip-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--el-bone);
}

.el-chip-icon img {
  display: block;
}

.el-chip-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.el-chip-label {
  color: var(--el-muted);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.el-chip-value {
  color: var(--el-navy);
  font-size: 0.94rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

/* Pricing tiles — referencia editorial: kicker sans oscuro, precio serif, barra dorada solo en full */
.el-pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.el-tile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  max-width: 100%;
  min-width: 0;
  padding: 20px 20px 18px;
  box-sizing: border-box;
  border: 1px solid var(--el-steel);
  border-radius: 3px;
  background: var(--el-bone);
}

.el-tile--full {
  border-top: 3px solid #b8956a;
  background: var(--el-bone);
}

.el-tile--seat {
  background: var(--el-white);
}

.el-tile-kicker {
  max-width: 100%;
  color: var(--el-navy);
  font-family: 'Jost', 'Segoe UI', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.el-tile-hint {
  max-width: 100%;
  color: var(--el-graphite);
  font-family: 'Inter', Roboto, sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
}

.el-tile-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.2em 0.35em;
  max-width: 100%;
  min-width: 0;
  margin-top: 10px;
  color: var(--el-navy);
  font-family: var(--el-price-serif);
  font-size: clamp(1.85rem, 2.65vw, 2.35rem);
  font-weight: 700;
  line-height: 1;
  font-variant-numeric: lining-nums;
  letter-spacing: -0.02em;
}

.el-price-approx {
  color: #b8956a;
  font-family: 'Jost', 'Segoe UI', sans-serif;
  font-size: 0.62em;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.el-pricing-note {
  margin: 8px 0 16px;
  padding: 0 2px;
  color: var(--el-graphite);
  font-family: 'Inter', Roboto, sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.45;
}

.el-tile--seat .el-tile-price {
  font-weight: 600;
  color: var(--el-navy);
}

/* Footer actions */
.el-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  margin-top: auto;
  padding-top: 8px;
}

.el-fare-link {
  color: var(--el-copper);
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  border-bottom: 1px solid rgba(184, 149, 106, 0.45);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.el-fare-link:hover {
  color: #8f6b42;
  border-bottom-color: #8f6b42;
}

.el-cta,
.el-cta:link,
.el-cta:visited,
.el-cta:hover,
.el-cta:active,
.el-cta:focus {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 15px 26px;
  border-radius: 2px;
  background: linear-gradient(135deg, var(--el-navy) 0%, #2d3f54 100%);
  color: #fff !important;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-decoration: none !important;
  text-transform: uppercase;
  box-shadow: 0 6px 20px rgba(30, 42, 58, 0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.el-cta:hover,
.el-cta:focus {
  transform: translateY(-1px);
  background: linear-gradient(135deg, var(--el-copper) 0%, #9a7344 100%);
  color: #fff !important;
  box-shadow: 0 10px 28px rgba(30, 42, 58, 0.32);
}

.el-cta-text {
  color: #fff !important;
}

.el-cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

/* Condiciones de tarifa — editorial (líneas finas, aire) */
#legs #cond-rates {
  scroll-margin-top: 100px;
}

#legs .el-cond {
  --el-cond-serif: 'Cormorant Garamond', Georgia, serif;
  --el-cond-sans: 'Jost', 'Segoe UI', sans-serif;
  --el-cond-gold: var(--af-gold-deep);
  --el-cond-line: rgba(30, 42, 58, 0.12);
  --el-cond-ink: #141c28;
  --el-cond-muted: #6a6560;

  margin: 48px 0 0;
  padding: clamp(40px, 5vw, 56px) 0 clamp(48px, 6vw, 64px);
  border-top: 1px solid var(--el-cond-line);
  background: linear-gradient(180deg, #faf8f5 0%, #fff 38%, #faf8f5 100%);
  font-family: var(--el-cond-serif);
}

#legs .el-cond-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 clamp(8px, 2vw, 16px);
}

#legs .el-cond-header {
  margin-bottom: clamp(32px, 4vw, 44px);
  padding-bottom: clamp(24px, 3vw, 32px);
  border-bottom: 1px solid var(--el-cond-line);
  text-align: left;
  max-width: 720px;
}

#legs .el-cond-eyebrow {
  margin: 0 0 12px;
  color: var(--el-cond-gold);
  font-family: var(--el-cond-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

#legs .el-cond-title {
  margin: 0 0 14px;
  font-family: var(--el-cond-serif);
  font-size: clamp(2.52rem, 4.7vw, 3.28rem);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.03em;
}

#legs .el-cond-title-lead {
  display: inline;
  color: var(--el-cond-ink);
  font-style: normal;
}

#legs .el-cond-title-accent {
  display: inline;
  margin-left: 0.12em;
  color: var(--el-cond-gold);
  font-style: italic;
  font-weight: 600;
}

#legs .el-cond-intro {
  margin: 0;
  max-width: 48ch;
  color: var(--el-graphite);
  font-family: var(--el-cond-serif);
  font-size: clamp(1.05rem, 1.75vw, 1.22rem);
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
}

#legs .el-cond-rows {
  display: flex;
  flex-direction: column;
  gap: 0;
}

#legs .el-cond-row {
  display: grid;
  grid-template-columns: minmax(160px, 220px) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 32px) clamp(28px, 4vw, 48px);
  align-items: start;
  padding: clamp(24px, 3vw, 32px) 0;
  border-bottom: 1px solid var(--el-cond-line);
}

#legs .el-cond-row:first-child {
  padding-top: clamp(12px, 2vw, 20px);
}

#legs .el-cond-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

#legs .el-cond-row-label {
  --el-cond-icon-size: 25px;

  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 3px 0;
  min-height: var(--el-cond-icon-size);
  color: var(--el-cond-ink);
  font-family: var(--el-cond-sans);
  font-size: clamp(0.92rem, 1.28vw, 1.05rem);
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

#legs .el-cond-row-label-text {
  flex: 1;
  min-width: 0;
  line-height: 1.35;
}

#legs .el-cond-row-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: var(--el-cond-icon-size);
  height: var(--el-cond-icon-size);
}

#legs .el-cond-row-icon img {
  display: block;
  width: var(--el-cond-icon-size);
  height: var(--el-cond-icon-size);
  flex-shrink: 0;
}

#legs .el-cond-row-icon img {
  object-fit: contain;
  object-position: center;
}

#legs .el-cond-row-text {
  margin: 0;
  padding-top: 0.15em;
  color: var(--el-graphite);
  font-family: var(--el-cond-sans);
  font-size: clamp(1.02rem, 1.5vw, 1.15rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.01em;
}

#legs .el-cond-row-text strong {
  font-weight: 600;
  color: var(--el-cond-ink);
}

/* —— CTA full-bleed (fuera de #legs; charter premium) —— */
.el-outro {
  --el-outro-serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --el-outro-sans: 'Jost', 'Segoe UI', system-ui, sans-serif;
  --el-outro-gold: var(--af-banner-gold);
  --el-outro-ink: #f6f4f0;

  position: relative;
  width: 100%;
  min-height: clamp(520px, 72vh, 780px);
  margin: 0;
  overflow: hidden;
  color: var(--el-outro-ink);
  font-family: var(--el-outro-serif);
  border-bottom: 1px solid rgba(30, 42, 58, 0.14);
}

.el-outro-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.el-outro-bg-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 42%;
  transform: scale(1.02);
  filter: brightness(0.9) saturate(0.95);
}

.el-outro-bg-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      95deg,
      rgba(32, 34, 38, 0.78) 0%,
      rgba(32, 34, 38, 0.42) 45%,
      rgba(0, 0, 0, 0.22) 100%
    ),
    linear-gradient(rgba(32, 34, 38, 0.5), rgba(0, 0, 0, 0.32));
  pointer-events: none;
}

.el-outro-shell {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: inherit;
  padding: clamp(72px, 10vw, 120px) clamp(24px, 5vw, 80px);
  box-sizing: border-box;
}

.el-outro-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: center;
  width: 100%;
  max-width: 560px;
  margin: 0;
}

.el-outro-copy {
  position: relative;
  z-index: 1;
  max-width: none;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
}

.el-outro-eyebrow {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 18px);
  margin: 0 0 22px;
  color: var(--el-outro-gold);
  font-family: var(--el-outro-sans);
  font-size: clamp(0.78rem, 1.2vw, 0.92rem);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.el-outro-eyebrow::before {
  content: '';
  flex-shrink: 0;
  width: clamp(36px, 5vw, 48px);
  height: 2px;
  background: var(--el-outro-gold);
}

.el-outro-title {
  margin: 0 0 24px;
  font-family: var(--el-outro-serif);
  font-size: clamp(2.1rem, 4.5vw, 3.1rem);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.el-outro-title-lead {
  display: block;
  color: #fff;
  font-style: normal;
  font-weight: 500;
}

.el-outro-title-accent {
  display: block;
  margin-top: 0.08em;
  color: var(--el-outro-gold);
  font-style: italic;
  font-weight: 500;
}

.el-outro-lead {
  margin: 0 0 36px;
  max-width: 42ch;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--el-outro-serif);
  font-size: clamp(1.1rem, 1.85vw, 1.3rem);
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: 0.01em;
}

.el-outro-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  width: 100%;
  max-width: 420px;
  margin-bottom: 28px;
}

.el-outro-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  padding: 16px 22px;
  border-radius: 2px;
  font-family: var(--el-outro-sans);
  font-size: clamp(0.7rem, 1vw, 0.78rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.el-outro-cta-label {
  flex: 1;
  min-width: 0;
  text-align: left;
  line-height: 1.35;
}

.el-outro-cta-arrow {
  flex-shrink: 0;
}

.el-outro-cta--primary,
.el-outro-cta--primary:link,
.el-outro-cta--primary:visited {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: var(--el-outro-gold);
  color: #fff !important;
  box-shadow: none;
}

.el-outro-cta--primary .el-outro-cta-label,
.el-outro-cta--primary .el-outro-cta-arrow,
.el-outro-cta--primary:hover .el-outro-cta-label,
.el-outro-cta--primary:hover .el-outro-cta-arrow,
.el-outro-cta--primary:focus .el-outro-cta-label,
.el-outro-cta--primary:focus .el-outro-cta-arrow {
  color: #fff !important;
}

.el-outro-cta--primary:hover,
.el-outro-cta--primary:focus {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.28);
  background: #d4ad82;
  color: #fff !important;
}

.el-outro-cta--secondary,
.el-outro-cta--secondary:link,
.el-outro-cta--secondary:visited {
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: transparent;
  color: #fff !important;
}

.el-outro-cta--secondary:hover,
.el-outro-cta--secondary:focus {
  transform: translateY(-1px);
  border-color: var(--el-outro-gold);
  background: rgba(255, 255, 255, 0.06);
  color: #fff !important;
}

.el-outro-cta .el-outro-cta-arrow {
  font-size: 1rem;
  line-height: 1;
  opacity: 0.85;
  transition: transform 0.25s ease;
}

.el-outro-cta:hover .el-outro-cta-arrow,
.el-outro-cta:focus .el-outro-cta-arrow {
  transform: translateX(3px);
}

.el-outro-note {
  position: relative;
  margin: 0;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--el-outro-serif);
  font-size: clamp(1rem, 1.6vw, 1.1rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
}

.el-outro-note::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--el-outro-gold);
}

.el-outro-aside {
  display: none;
}

.el-outro-pull {
  margin: 0;
  padding: 0;
  max-width: min(340px, 36vw);
  text-align: right;
}

.el-outro-pull-line {
  display: block;
  width: clamp(40px, 5vw, 56px);
  height: 1px;
  margin: 0 0 clamp(14px, 2vw, 20px) auto;
  background: var(--el-outro-gold-bright);
}

.el-outro-pull-phrase {
  display: block;
  color: #fff;
  font-family: var(--el-outro-serif);
  font-size: clamp(1.7rem, 2.85vw, 2.55rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.26;
  letter-spacing: -0.02em;
}

.el-outro-pull-brand {
  display: block;
  margin-top: clamp(12px, 1.5vw, 18px);
  color: var(--el-outro-gold);
  font-family: var(--el-outro-sans);
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

/* Empty legs: layout página + contacto full-bleed */
body.af-page-empty-legs #content-resp {
  width: 100%;
  max-width: none;
  margin-top: clamp(40px, 5.5vw, 56px);
}

body.af-page-empty-legs #legs {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

body.af-page-empty-legs #contact-form.af-contact-empty-legs {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: #f6f4f0;
  color: #1a2838;
  text-align: left;
}

body.af-page-empty-legs #contact-form.af-contact-empty-legs .af-contact-el-wrap {
  width: min(1240px, 94vw);
  margin: 0 auto;
  padding: clamp(48px, 6vw, 72px) clamp(20px, 4vw, 40px) clamp(64px, 8vw, 88px);
  background: transparent;
  background-image: none;
  box-sizing: border-box;
}

body.af-page-empty-legs .af-contact-el-header {
  max-width: 52ch;
  margin: 0 0 clamp(36px, 5vw, 52px);
  text-align: left;
}

body.af-page-empty-legs #contact-form.af-contact-empty-legs .af-contact-el-title,
body.af-page-empty-legs #contact-form.af-contact-empty-legs #back-form h2.af-contact-el-title {
  margin: 0 0 14px;
  padding: 0;
  color: #1a2838;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.5rem, 5.2vw, 3.45rem) !important;
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.03em;
  text-align: left;
  text-shadow: none;
}

body.af-page-empty-legs .af-contact-el-title-accent {
  color: #b8893a;
  font-style: italic;
  font-weight: 600;
}

body.af-page-empty-legs .af-contact-el-title-lead,
body.af-page-empty-legs .af-contact-el-title-accent {
  display: inline;
}

body.af-page-empty-legs #contact-form.af-contact-empty-legs .af-contact-el-title::after,
body.af-page-empty-legs #contact-form.af-contact-empty-legs #back-form h2.af-contact-el-title::after {
  content: '';
  display: block;
  width: 56px;
  height: 2px;
  margin: clamp(14px, 3vw, 20px) 0 0;
  background: #b8893a;
}

body.af-page-empty-legs .af-contact-el-lead {
  margin: 0;
  max-width: none;
  color: #3d4a56;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.08rem, 1.75vw, 1.26rem);
  font-weight: 400;
  line-height: 1.55;
}

body.af-page-empty-legs .af-contact-el-title-lead::after {
  display: none;
}

@media screen and (min-width: 900px) {
  body.af-page-empty-legs .af-contact-el-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: clamp(22px, 3vw, 30px) clamp(28px, 4vw, 56px);
    max-width: none;
    margin-bottom: clamp(40px, 5vw, 56px);
  }

  body.af-page-empty-legs #contact-form.af-contact-empty-legs .af-contact-el-title {
    flex: 0 0 auto;
    margin: 0 !important;
    font-size: clamp(3rem, 4.5vw, 3.95rem) !important;
    line-height: 1.02;
    white-space: nowrap;
  }

  body.af-page-empty-legs .af-contact-el-title-lead,
  body.af-page-empty-legs .af-contact-el-title-accent {
    display: inline;
  }

  body.af-page-empty-legs .af-contact-el-title-lead::after,
  body.af-page-empty-legs #contact-form.af-contact-empty-legs .af-contact-el-title::after,
  body.af-page-empty-legs #contact-form.af-contact-empty-legs #back-form h2.af-contact-el-title::after {
    display: none;
  }

  body.af-page-empty-legs .af-contact-el-header::after {
    content: '';
    flex-basis: 100%;
    order: 3;
    width: 72px;
    height: 2px;
    margin-top: 0;
    background: #b8893a;
  }

  body.af-page-empty-legs .af-contact-el-lead {
    flex: 1 1 280px;
    margin: 0;
    padding-left: clamp(24px, 3vw, 40px);
    border-left: 1px solid rgba(30, 42, 58, 0.14);
    color: #2f3b48;
    font-size: clamp(1.12rem, 1.35vw, 1.3rem);
    line-height: 1.5;
  }

  body.af-page-empty-legs .af-contact-el-form {
    grid-template-rows: auto auto auto auto 1fr;
  }

  body.af-page-empty-legs .af-contact-actions {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  body.af-page-empty-legs .af-contact-footnote {
    margin-top: auto;
    padding-top: clamp(14px, 2vw, 20px);
  }
}

body.af-page-empty-legs .af-contact-el-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: clamp(32px, 4.5vw, 56px);
  align-items: stretch;
}

body.af-page-empty-legs .af-contact-el-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 36px;
  align-content: start;
  min-height: 100%;
}

body.af-page-empty-legs .af-contact-field--full {
  grid-column: 1 / -1;
}

body.af-page-empty-legs .af-contact-field label {
  display: block;
  margin: 0 0 10px;
  color: #1a2838;
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.af-page-empty-legs .af-contact-input,
body.af-page-empty-legs #contact-form.af-contact-empty-legs .input-form.af-contact-input,
body.af-page-empty-legs #contact-form.af-contact-empty-legs #comment-new textarea.af-contact-input {
  display: block;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 8px 0 12px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #b0bcc8;
  border-radius: 0;
  background: transparent;
  color: #1a2838;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: border-color 0.2s ease;
}

body.af-page-empty-legs .af-contact-input::placeholder,
body.af-page-empty-legs #contact-form.af-contact-empty-legs #comment-new textarea::placeholder {
  color: #9aa6b2;
  font-weight: 400;
}

body.af-page-empty-legs .af-contact-input:focus,
body.af-page-empty-legs #contact-form.af-contact-empty-legs .af-contact-input:focus {
  outline: none;
  border-bottom-color: #b8893a;
  border-bottom-width: 2px;
  padding-bottom: 11px;
}

body.af-page-empty-legs #contact-form.af-contact-empty-legs #comment-new {
  margin: 0;
  padding: 0;
}

body.af-page-empty-legs #contact-form.af-contact-empty-legs #comment-new textarea {
  min-height: 120px;
  resize: vertical;
  line-height: 1.55;
}

body.af-page-empty-legs .af-contact-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 18px;
  width: 100%;
  max-width: none;
  margin: 4px 0 0;
  box-sizing: border-box;
}

body.af-page-empty-legs .af-contact-actions .af-contact-captcha.buttons-form,
body.af-page-empty-legs .af-contact-actions .af-contact-captcha.g-recaptcha {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.af-page-empty-legs .af-contact-actions .af-contact-captcha > div {
  margin: 0;
}

body.af-page-empty-legs #contact-form.af-contact-empty-legs .af-contact-actions #error-message {
  width: 100%;
  margin: 0;
  min-height: 0;
}

body.af-page-empty-legs #contact-form.af-contact-empty-legs .af-contact-actions #error-message:empty {
  display: none;
}

body.af-page-empty-legs .af-contact-submit {
  display: block;
  align-self: stretch;
  float: none !important;
  position: static !important;
  left: auto !important;
  top: auto !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
  padding: 22px 48px;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  background: #1a2838;
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}

body.af-page-empty-legs .af-contact-submit:hover {
  background: #2d4158;
  transform: translateY(-1px);
}

body.af-page-empty-legs .af-contact-footnote {
  margin: 0;
  max-width: 100%;
  color: #4a5562;
  font-family: 'Jost', 'Segoe UI', sans-serif;
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.02em;
}

body.af-page-empty-legs .af-contact-footnote a {
  color: #1a2838;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.af-page-empty-legs .af-contact-footnote a:hover {
  color: #b8893a;
}

body.af-page-empty-legs .af-contact-el-visual {
  position: relative;
  align-self: stretch;
  min-height: 480px;
  overflow: hidden;
  background: #ebe6de;
}

body.af-page-empty-legs .af-contact-el-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  object-position: center 30%;
  opacity: 1;
  filter: none;
}

body.af-page-empty-legs .af-contact-el-visual::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 38%;
  background: linear-gradient(180deg, transparent 0%, rgba(12, 18, 26, 0.72) 100%);
  pointer-events: none;
}

body.af-page-empty-legs .af-contact-el-visual-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: 0;
  padding: 24px 22px;
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.45;
  text-transform: uppercase;
}

#legs .leg:not(.el-card) {
  display: none;
}

@media screen and (min-width: 1100px) {
  .el-outro-bg-img {
    object-position: 72% 38%;
  }

  .el-outro-bg-shade {
    background:
      radial-gradient(ellipse 100% 85% at 12% 50%, rgba(32, 34, 38, 0.82) 0%, rgba(32, 34, 38, 0.35) 42%, transparent 62%),
      linear-gradient(95deg, rgba(32, 34, 38, 0.45) 0%, transparent 50%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, transparent 42%, rgba(0, 0, 0, 0.16) 100%);
  }
}

/* —— Responsive —— */
@media screen and (max-width: 1024px) {
  .el-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .el-media {
    min-height: 0;
  }

  .el-media .leg-slick,
  .el-media .leg-slick .slick-list,
  .el-media .leg-slick .slick-track,
  .el-media .leg-slick .slick-slide,
  .el-media .leg-slick .slick-slide > div,
  .el-media .leg-slick img {
    min-height: 260px;
    height: 260px;
  }

  .el-body {
    padding: 28px 28px 26px;
  }

  .el-pricing-grid {
    grid-template-columns: 1fr;
  }

  .el-outro-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .el-outro-aside {
    justify-content: flex-start;
  }

  #legs .el-cond-row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: clamp(32px, 6vw, 44px) 0;
  }

  #legs .el-cond-row-label {
    font-size: clamp(0.78rem, 3.2vw, 0.88rem);
  }

  #legs .el-cond-row-text {
    padding-top: 0;
    font-size: clamp(1.2rem, 4.2vw, 1.45rem);
  }

  #legs .el-cond-title {
    font-size: clamp(2.22rem, 8vw, 2.78rem);
  }

  #legs .el-cond-row-label {
    font-size: clamp(0.76rem, 3.5vw, 0.86rem);
  }
}

@media screen and (max-width: 600px) {
  #legs {
    margin-bottom: 50px;
    padding: 0 16px;
    overflow-x: clip;
  }

  .el-card {
    overflow-x: clip;
  }

  .el-media {
    border-radius: 4px 4px 0 0;
  }

  .el-media-badge {
    top: 25px;
    left: 0;
    padding: 12px 22px 12px 18px;
    border-radius: 0 0 6px 0;
    box-shadow: 0 5px 14px rgba(20, 24, 32, 0.22);
  }

  .el-body {
    padding: 22px 16px 20px 20px;
    max-width: 100%;
    overflow-x: clip;
    box-sizing: border-box;
  }

  .el-hero {
    max-width: 100%;
    min-width: 0;
  }

  .el-route-title {
    font-size: clamp(1.45rem, 7.5vw, 1.95rem);
  }

  .el-route-title--stacked .el-route-link--vert {
    margin-right: 10px;
  }

  .el-aircraft-pill {
    max-width: 100%;
    box-sizing: border-box;
  }

  .el-chips {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
    margin: 20px 0 22px;
  }

  .el-chip {
    width: 100%;
    max-width: 100%;
  }

  .el-pricing-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    min-width: 0;
  }

  .el-tile {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .el-tile-price {
    font-size: clamp(1.9rem, 8vw, 2.35rem);
    font-weight: 700;
  }

  .el-tile--seat .el-tile-price {
    font-weight: 600;
  }

  .el-pricing-note,
  .el-footer {
    max-width: 100%;
  }

  .el-footer {
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
  }

  .el-cta {
    justify-content: center;
  }

  .el-outro {
    min-height: 480px;
  }

  .el-outro-layout {
    max-width: none;
  }

  .el-outro-actions {
    max-width: none;
  }

  .el-outro-cta {
    width: 100%;
    padding: 15px 18px;
    box-sizing: border-box;
    letter-spacing: 0.1em;
  }

  body.af-page-empty-legs .af-contact-el-body {
    grid-template-columns: 1fr;
  }

  body.af-page-empty-legs .af-contact-el-visual {
    order: -1;
    min-height: 220px;
  }

  body.af-page-empty-legs .af-contact-el-visual img {
    min-height: 220px;
  }

  body.af-page-empty-legs .af-contact-el-form {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 22px;
    min-height: 0;
  }

  body.af-page-empty-legs .af-contact-footnote {
    margin-top: clamp(20px, 5vw, 28px);
    padding-top: 0;
  }

  body.af-page-empty-legs .af-contact-submit {
    min-width: 0;
    width: 100%;
    max-width: none;
    padding: 20px 28px;
  }

  body.af-page-empty-legs #contact-form.af-contact-empty-legs .af-contact-el-title,
  body.af-page-empty-legs #contact-form.af-contact-empty-legs #back-form h2.af-contact-el-title {
    white-space: nowrap;
    font-size: clamp(2rem, 8.2vw, 2.65rem) !important;
  }

  body.af-page-empty-legs .af-contact-actions {
    gap: 22px;
  }

  body.af-page-empty-legs .af-contact-footnote {
    margin-top: clamp(22px, 5.5vw, 30px);
  }
}

@media screen and (min-width: 900px) and (max-width: 1024px) {
  body.af-page-empty-legs .af-contact-el-header {
    flex-direction: column;
    align-items: flex-start;
  }

  body.af-page-empty-legs .af-contact-el-lead {
    padding-left: 0;
    border-left: none;
  }

  body.af-page-empty-legs #contact-form.af-contact-empty-legs .af-contact-el-title {
    white-space: normal;
  }
}

/* —— Footer premium (empty-legs; navy editorial) —— */
body.af-page-empty-legs #footer.af-footer {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  background: #121a26;
  color: rgba(255, 255, 255, 0.82);
  text-align: left;
  border-top: 1px solid rgba(196, 165, 116, 0.35);
}

body.af-page-empty-legs #footer.af-footer::before {
  content: '';
  display: block;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(196, 165, 116, 0.85) 18%, rgba(196, 165, 116, 0.85) 82%, transparent 100%);
}

body.af-page-empty-legs .af-footer-in {
  width: min(1280px, 94vw);
  margin: 0 auto;
  padding: clamp(56px, 7vw, 80px) clamp(24px, 4vw, 48px) clamp(28px, 4vw, 40px);
  box-sizing: border-box;
}

body.af-page-empty-legs .af-footer-brand-block {
  margin: 0 0 clamp(32px, 4vw, 44px);
  padding: 0 0 clamp(28px, 4vw, 36px);
  max-width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body.af-page-empty-legs .af-footer-brand-block .af-footer-logo {
  margin-bottom: 0;
}

body.af-page-empty-legs .af-footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(36px, 5vw, 72px);
  row-gap: clamp(32px, 4vw, 40px);
  align-items: stretch;
}

body.af-page-empty-legs .af-footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

body.af-page-empty-legs .af-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: clamp(16px, 2vw, 20px);
  margin: 0;
  color: #fff;
  text-decoration: none !important;
}

body.af-page-empty-legs .af-footer-logo:hover {
  color: #e8d4b0;
}

body.af-page-empty-legs .af-footer-logo img {
  display: block;
  width: clamp(52px, 6vw, 60px);
  height: clamp(52px, 6vw, 60px);
  margin: 0;
  object-fit: contain;
}

body.af-page-empty-legs .af-footer-logo-text {
  font-family: 'Jost', 'Segoe UI', sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  font-weight: 500;
  letter-spacing: 0.26em;
  line-height: 1.15;
  text-transform: uppercase;
}

body.af-page-empty-legs .af-footer-intro {
  margin: 0 0 clamp(18px, 2.5vw, 24px);
  color: rgba(255, 255, 255, 0.62);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.02rem, 1.5vw, 1.15rem);
  font-weight: 400;
  line-height: 1.65;
}

body.af-page-empty-legs .af-footer-col .af-footer-intro {
  max-width: 36ch;
}

body.af-page-empty-legs .af-footer-lead,
body.af-page-empty-legs .af-footer-address {
  margin: 0 0 clamp(18px, 2.5vw, 24px);
  color: rgba(255, 255, 255, 0.62);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.02rem, 1.5vw, 1.15rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.65;
}

body.af-page-empty-legs .af-footer-title {
  margin: 0 0 10px;
  color: #fff;
  font-family: 'Jost', 'Segoe UI', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.af-page-empty-legs .af-footer-rule {
  display: block;
  width: 40px;
  height: 1px;
  margin: 0 0 clamp(14px, 2vw, 18px);
  background: rgba(196, 165, 116, 0.75);
}

body.af-page-empty-legs .af-footer-list,
body.af-page-empty-legs #footer.af-footer ul.af-footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
  align-self: start;
}

body.af-page-empty-legs .af-footer-list li {
  margin: 0 0 12px;
  min-height: 0;
  padding: 0;
}

body.af-page-empty-legs .af-footer-link {
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255, 255, 255, 0.78) !important;
  font-family: 'Jost', 'Segoe UI', sans-serif;
  font-size: 0.92rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.45;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

body.af-page-empty-legs .af-footer-link:hover,
body.af-page-empty-legs .af-footer-link:focus {
  color: #fff !important;
}

body.af-page-empty-legs .af-footer-link .af-footer-meta {
  display: block;
  margin-bottom: 2px;
  color: rgba(196, 165, 116, 0.9);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.af-page-empty-legs .af-footer-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  color: rgba(196, 165, 116, 0.95);
}

body.af-page-empty-legs .af-footer-link:hover .af-footer-icon,
body.af-page-empty-legs .af-footer-link:focus .af-footer-icon {
  color: #e8d4b0;
}

body.af-page-empty-legs .af-footer-social {
  width: 100%;
  margin-top: auto;
  padding-top: clamp(18px, 2.5vw, 24px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.af-page-empty-legs .af-footer-social-label {
  display: block;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Jost', sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

body.af-page-empty-legs .af-footer-social-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.af-page-empty-legs .af-footer-social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: #fff !important;
  text-decoration: none !important;
  transition: border-color 0.2s ease, background 0.2s ease;
}

body.af-page-empty-legs .af-footer-social-btn:hover,
body.af-page-empty-legs .af-footer-social-btn:focus {
  border-color: rgba(196, 165, 116, 0.85);
  background: rgba(255, 255, 255, 0.06);
}

body.af-page-empty-legs .af-footer-icon--social {
  width: 20px;
  height: 20px;
  margin: 0;
  color: #fff;
}

body.af-page-empty-legs .af-footer-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 32px;
  margin-top: clamp(40px, 5vw, 56px);
  padding-top: clamp(22px, 3vw, 28px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body.af-page-empty-legs .af-footer-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.45);
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

body.af-page-empty-legs .af-footer-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}

body.af-page-empty-legs .af-footer-mini a {
  color: rgba(255, 255, 255, 0.55) !important;
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-decoration: none !important;
  text-transform: uppercase;
}

body.af-page-empty-legs .af-footer-mini a:hover,
body.af-page-empty-legs .af-footer-mini a:focus {
  color: var(--af-gold-bright) !important;
}

body.af-page-empty-legs #footer.af-footer .foot-separator,
body.af-page-empty-legs #footer.af-footer .footer-col,
body.af-page-empty-legs #footer.af-footer .footer-col-2,
body.af-page-empty-legs #footer.af-footer .title-footer,
body.af-page-empty-legs #footer.af-footer .social img,
body.af-page-empty-legs #footer.af-footer #foot-col-1 img,
body.af-page-empty-legs #footer.af-footer #foot-col-2 img {
  display: none;
}

@media screen and (max-width: 900px) {
  body.af-page-empty-legs .af-footer-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 36px;
  }

  body.af-page-empty-legs .af-footer-title {
    margin-bottom: 12px;
  }

  body.af-page-empty-legs .af-footer-rule {
    margin-bottom: clamp(16px, 2.5vw, 20px);
  }

  body.af-page-empty-legs .af-footer-col {
    display: block;
    grid-row: auto;
  }

  body.af-page-empty-legs #footer.af-footer ul {
    padding-bottom: 0;
  }

  body.af-page-empty-legs .af-footer-title {
    text-shadow: none;
    background: none;
  }

  body.af-page-empty-legs .af-footer-social {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: clamp(24px, 4vw, 32px);
    margin-bottom: 0;
    padding: clamp(26px, 5.5vw, 34px) 0;
  }

  body.af-page-empty-legs .af-footer-col-spacer {
    display: none;
  }

  body.af-page-empty-legs .af-footer-in {
    padding-bottom: clamp(80px, 20vw, 104px);
  }

  body.af-page-empty-legs .af-footer-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-top: 0;
    padding-top: clamp(26px, 5.5vw, 34px);
  }

  body.af-page-empty-legs .af-footer-mini {
    order: 1;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-right: clamp(60px, 15vw, 76px);
    border-top: none;
    box-sizing: border-box;
  }

  body.af-page-empty-legs .af-footer-copy {
    order: 2;
    width: 100%;
    max-width: none;
    margin-top: clamp(20px, 4.5vw, 28px);
    padding-top: clamp(20px, 4.5vw, 28px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
