/* ============================================================
   JETMI TRAVEL — SISTEMA DE DISEÑO (Manual de Marca)
   Mobile-First · Embudo de conversión limpio · Cero estrés
   ============================================================ */

:root {
  /* ---- Paleta de marca ---- */
  --jetmi-azul: #1261A0;        /* Primario: header, footer, H1/H2 */
  --jetmi-azul-700: #0e4d80;    /* Hover/profundidad */
  --jetmi-azul-900: #0a3a61;
  --jetmi-celeste: #AECBEB;     /* Secciones de descanso */
  --jetmi-celeste-50: #eef5fc;

  --jetmi-cta: #F2B705;         /* Acento CTA — exclusivo botones de compra */
  --jetmi-cta-hover: #FFC107;
  --jetmi-cta-dark: #c79404;

  --jetmi-rojo: #E31837;        /* Alerta: precios tachados, escasez, NO incluye */
  --jetmi-rojo-bg: #fdecef;

  /* ---- Peso "expedition" (tipografía pesada para hero/titulares) ---- */
  --font-expedition-weight: 900;

  /* ---- Neutros ---- */
  --blanco: #FFFFFF;
  --texto: #2D2D2D;             /* Textos largos */
  --texto-suave: #5b6066;
  --gris-linea: #e6e9ee;
  --gris-fondo: #f6f8fb;

  /* ---- Verde confianza (pagos seguros) ---- */
  --verde: #1f9d55;

  /* ---- Tipografía ---- */
  --font-titulo: 'Poppins', 'Segoe UI', system-ui, sans-serif;
  --font-texto: 'Montserrat', 'Segoe UI', system-ui, sans-serif;

  /* ---- Sombras / radios ---- */
  --sombra-sm: 0 2px 8px rgba(18, 97, 160, .08);
  --sombra-md: 0 8px 24px rgba(18, 97, 160, .12);
  --sombra-lg: 0 18px 48px rgba(10, 58, 97, .22);
  --radio: 14px;
  --radio-sm: 10px;

  --contenedor: 1160px;
}

/* ============================================================
   RESET
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-texto);
  color: var(--texto);
  background: var(--blanco);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; padding: 0; }

h1, h2, h3, h4 { font-family: var(--font-titulo); line-height: 1.15; color: var(--jetmi-azul); font-weight: 700; }

/* ============================================================
   UTILIDADES
   ============================================================ */
.contenedor { width: 100%; max-width: var(--contenedor); margin: 0 auto; padding: 0 20px; }
.seccion { padding: 64px 0; }
.seccion--celeste { background: var(--jetmi-celeste-50); }
.seccion--azul { background: var(--jetmi-azul); color: #eaf2fa; }
.centrado { text-align: center; }
.eyebrow {
  display: inline-block; font-family: var(--font-titulo); font-weight: 700;
  font-size: .78rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--jetmi-azul); background: var(--jetmi-celeste);
  padding: 6px 14px; border-radius: 999px; margin-bottom: 14px;
}
.titulo-seccion { font-size: clamp(1.6rem, 4vw, 2.4rem); margin-bottom: 12px; text-transform: uppercase; font-weight: var(--font-expedition-weight); letter-spacing: -.01em; }
.subtitulo-seccion { color: var(--texto-suave); max-width: 620px; margin: 0 auto 8px; }

/* ============================================================
   ESTÉTICA "EXPLORER/EXPEDITION" — insignias, tags y rutas
   ============================================================ */
/* Insignia circular tipo parche/sello */
.badge-stamp {
  display: inline-flex; flex-direction: column; align-items: center; justify-content: center;
  width: 92px; height: 92px; flex: 0 0 auto; border-radius: 50%;
  border: 2px dashed rgba(255,255,255,.75); background: rgba(10,58,97,.35); backdrop-filter: blur(2px);
  color: #fff; text-align: center; font-family: var(--font-titulo); font-weight: 800; text-transform: uppercase;
  font-size: .6rem; letter-spacing: .04em; line-height: 1.25; transform: rotate(-6deg); padding: 6px;
}
.badge-stamp b { display: block; font-size: 1.15rem; letter-spacing: 0; margin-top: 2px; }
.badge-stamp--azul { border-color: var(--jetmi-azul); background: var(--jetmi-celeste-50); color: var(--jetmi-azul); }
@media (max-width: 900px) {
  /* Con poco ancho la insignia flotante choca con el titular/eyebrow: la volvemos parte del flujo normal */
  .hero__badge { position: static !important; margin: 18px 0 0; }
  .lp-hero__badge { position: static !important; margin: 16px 0 0 20px; }
}

/* Tag tipo banderín técnico (reemplaza el tag píldora) */
.tag-rugged { clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%); padding-right: 18px !important; }

/* Fondo con líneas topográficas sutiles */
.seccion--topo { position: relative; overflow: hidden; }
.seccion--topo::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image:
    repeating-radial-gradient(circle at 12% 18%, transparent 0, transparent 17px, rgba(18,97,160,.07) 18px, rgba(18,97,160,.07) 19px),
    repeating-radial-gradient(circle at 88% 82%, transparent 0, transparent 23px, rgba(18,97,160,.06) 24px, rgba(18,97,160,.06) 25px);
}
.seccion--topo > * { position: relative; z-index: 1; }

/* Timeline de ruta/expedición (itinerario día a día) */
.ruta-timeline { position: relative; padding-left: 44px; }
.ruta-timeline::before { content: ""; position: absolute; left: 17px; top: 6px; bottom: 6px; border-left: 3px dashed var(--jetmi-celeste); }
.ruta-timeline__item { position: relative; padding-bottom: 22px; }
.ruta-timeline__item:last-child { padding-bottom: 0; }
.ruta-timeline__marca {
  position: absolute; left: -44px; top: 0; width: 36px; height: 36px; border-radius: 50%;
  background: var(--jetmi-azul); color: #fff; display: grid; place-items: center;
  font-family: var(--font-titulo); font-weight: 800; font-size: .95rem; box-shadow: 0 0 0 4px #fff, 0 0 0 5px var(--jetmi-celeste);
}
.ruta-timeline__body { background: #fff; border: 1px solid var(--gris-linea); border-radius: var(--radio-sm); padding: 14px 16px; box-shadow: var(--sombra-sm); }
.ruta-timeline__body b { color: var(--jetmi-azul); font-family: var(--font-titulo); display: block; margin-bottom: 2px; font-size: .82rem; text-transform: uppercase; letter-spacing: .03em; }
.ruta-timeline__body p { margin: 0; color: var(--texto-suave); font-size: .95rem; }

/* ---- Botones ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-titulo); font-weight: 700; font-size: 1rem;
  padding: 15px 28px; border-radius: 999px; transition: .2s ease;
  text-align: center; line-height: 1.1;
}
/* CTA AMARILLO — exclusivo para compra/reservar/cotizar */
.btn-cta {
  background: var(--jetmi-cta); color: #1a1a1a;
  box-shadow: 0 6px 18px rgba(242, 183, 5, .45);
}
.btn-cta:hover { background: var(--jetmi-cta-hover); transform: translateY(-2px); box-shadow: 0 10px 26px rgba(242, 183, 5, .55); }
.btn-cta--lg, .btn--lg { font-size: 1.12rem; padding: 18px 34px; width: 100%; }

.btn-azul { background: var(--jetmi-azul); color: #fff; }
.btn-azul:hover { background: var(--jetmi-azul-700); transform: translateY(-2px); }

.btn-ghost { background: rgba(255,255,255,.12); color: #fff; border: 2px solid rgba(255,255,255,.6); backdrop-filter: blur(4px); }
.btn-ghost:hover { background: rgba(255,255,255,.22); }

.btn-wa { background: #25D366; color: #fff; }
.btn-wa:hover { background: #1ebe5a; transform: translateY(-2px); }

.pulse { animation: pulse 2.2s infinite; }
@keyframes pulse {
  0% { box-shadow: 0 6px 18px rgba(242,183,5,.45); }
  50% { box-shadow: 0 6px 18px rgba(242,183,5,.45), 0 0 0 12px rgba(242,183,5,0); }
  100% { box-shadow: 0 6px 18px rgba(242,183,5,.45); }
}

/* ============================================================
   HEADER (solo Home — landings sin navegación)
   ============================================================ */
.header {
  position: sticky; top: 0; z-index: 50;
  background: var(--jetmi-azul); color: #fff;
  box-shadow: var(--sombra-sm);
}
.header__inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-titulo); font-weight: 800; font-size: 1.25rem; color: #fff; }
.brand .dot { color: var(--jetmi-cta); }
.nav { display: none; gap: 26px; align-items: center; }
.nav a { font-weight: 600; font-size: .95rem; color: #dbe8f5; transition: .15s; }
.nav a:hover { color: var(--jetmi-cta); }
.header .btn { padding: 10px 20px; font-size: .92rem; }
.cta-mini { display: inline-flex; }

@media (min-width: 900px) {
  .nav { display: flex; }
  .cta-mini { display: none; }
}

/* ============================================================
   HERO HOME
   ============================================================ */
.hero {
  position: relative; min-height: 86vh; display: flex; align-items: center;
  color: #fff; overflow: hidden; text-align: center;
}
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media video, .hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    repeating-radial-gradient(circle at 18% 22%, transparent 0, transparent 21px, rgba(255,255,255,.05) 22px, rgba(255,255,255,.05) 23px),
    repeating-radial-gradient(circle at 82% 78%, transparent 0, transparent 28px, rgba(255,255,255,.04) 29px, rgba(255,255,255,.04) 30px),
    linear-gradient(120deg, rgba(10,58,97,.86) 0%, rgba(18,97,160,.66) 55%, rgba(10,58,97,.72) 100%);
}
.hero__inner { max-width: 820px; margin: 0 auto; padding: 90px 20px; position: relative; z-index: 1; }
.hero h1 {
  color: #fff; font-size: clamp(2.1rem, 6vw, 3.6rem); margin-bottom: 18px; text-shadow: 0 2px 24px rgba(0,0,0,.3);
  text-transform: uppercase; font-weight: var(--font-expedition-weight); letter-spacing: -.01em;
}
.hero h1 .acento { color: var(--jetmi-cta); }
.hero p { font-size: clamp(1.05rem, 2.5vw, 1.3rem); color: #eaf2fa; max-width: 640px; margin: 0 auto 30px; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.hero__ctas .btn { min-width: 240px; }

/* ============================================================
   CINTILLO DE CONFIANZA (aerolíneas + pagos)
   ============================================================ */
.confianza { background: #fff; border-bottom: 1px solid var(--gris-linea); padding: 26px 0; }
.confianza__grid { display: flex; flex-wrap: wrap; gap: 18px 40px; align-items: center; justify-content: center; }
.confianza__tag { font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--texto-suave); }
.logo-aliado {
  display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-titulo);
  font-weight: 800; color: var(--jetmi-azul); font-size: 1.05rem; opacity: .85;
}
.logo-aliado svg { width: 26px; height: 26px; }
.sello-seguro { display: inline-flex; align-items: center; gap: 7px; font-weight: 700; color: var(--verde); font-size: .92rem; }

/* ============================================================
   ESCAPARATE DE DESTINOS (cards)
   ============================================================ */
.cards { display: grid; grid-template-columns: 1fr; gap: 22px; }
@media (min-width: 640px) { .cards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .cards { grid-template-columns: repeat(3, 1fr); } }

.card {
  position: relative; border-radius: var(--radio); overflow: hidden;
  box-shadow: var(--sombra-sm); background: #fff; transition: .25s ease;
  display: block; min-height: 290px; color: #fff;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--sombra-lg); }
.card__media { position: absolute; inset: 0; z-index: 0; }
.card__media img, .card__media svg { width: 100%; height: 100%; object-fit: cover; }
.card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(10,58,97,.85) 100%); z-index: 1; }
.card__body { position: relative; z-index: 2; padding: 22px; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; }
.card__tag { position: absolute; top: 16px; left: 16px; z-index: 2; background: var(--jetmi-cta); color: #1a1a1a; font-weight: 800; font-size: .72rem; padding: 5px 12px; border-radius: 999px; letter-spacing: .04em; }
.card h3 { color: #fff; font-size: 1.35rem; margin-bottom: 4px; }
.card__precio { font-weight: 700; color: var(--jetmi-cta); }
.card__precio small { color: #dbe8f5; font-weight: 600; }
.card__link { margin-top: 10px; font-weight: 700; font-family: var(--font-titulo); display: inline-flex; gap: 6px; align-items: center; }

/* ============================================================
   PRUEBA SOCIAL (carrusel reseñas)
   ============================================================ */
.resenas { position: relative; }
.resenas__track {
  display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 8px 4px 24px; -webkit-overflow-scrolling: touch;
}
.resenas__track::-webkit-scrollbar { height: 8px; }
.resenas__track::-webkit-scrollbar-thumb { background: var(--jetmi-celeste); border-radius: 999px; }
.resena {
  scroll-snap-align: center; flex: 0 0 86%; max-width: 360px;
  background: #fff; border: 1px solid var(--gris-linea); border-radius: var(--radio);
  padding: 24px; box-shadow: var(--sombra-sm);
}
@media (min-width: 760px) { .resena { flex-basis: 340px; } }
.resena__stars { color: var(--jetmi-cta); font-size: 1.05rem; letter-spacing: 2px; margin-bottom: 10px; }
.resena__texto { font-size: .98rem; color: var(--texto); margin-bottom: 16px; }
.resena__autor { display: flex; align-items: center; gap: 12px; }
.resena__avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--jetmi-celeste); color: var(--jetmi-azul); display: grid; place-items: center; font-weight: 800; font-family: var(--font-titulo); }
.resena__meta b { display: block; font-family: var(--font-titulo); color: var(--jetmi-azul); }
.resena__meta span { font-size: .82rem; color: var(--texto-suave); display: inline-flex; align-items: center; gap: 5px; }
.resena__fuente { color: var(--verde); font-weight: 700; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--jetmi-azul-900); color: #cfe0f0; padding: 56px 0 26px; }
.footer__grid { display: grid; grid-template-columns: 1fr; gap: 32px; }
@media (min-width: 760px) { .footer__grid { grid-template-columns: 1.4fr 1fr 1fr; } }
.footer h4 { color: #fff; font-size: 1.05rem; margin-bottom: 14px; }
.footer a { color: #cfe0f0; display: block; padding: 4px 0; transition: .15s; }
.footer a:hover { color: var(--jetmi-cta); }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 36px; padding-top: 20px; font-size: .85rem; color: #9fbdd8; text-align: center; }

/* ============================================================
   LANDING — layout cero fugas
   ============================================================ */
.lp-top { background: var(--jetmi-azul); color: #fff; }
.lp-top__inner { display: flex; align-items: center; justify-content: space-between; height: 60px; }
.lp-top__tel { font-weight: 700; font-size: .95rem; display: inline-flex; gap: 7px; align-items: center; }

.lp-hero { position: relative; color: #fff; overflow: hidden; }
.lp-hero__media { position: absolute; inset: 0; z-index: 0; }
.lp-hero__media img, .lp-hero__media svg { width: 100%; height: 100%; object-fit: cover; }
.lp-hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background:
    repeating-radial-gradient(circle at 15% 20%, transparent 0, transparent 21px, rgba(255,255,255,.05) 22px, rgba(255,255,255,.05) 23px),
    repeating-radial-gradient(circle at 85% 80%, transparent 0, transparent 28px, rgba(255,255,255,.04) 29px, rgba(255,255,255,.04) 30px),
    linear-gradient(110deg, rgba(10,58,97,.82), rgba(18,97,160,.5));
}
.lp-hero__inner { position: relative; z-index: 2; padding: 70px 0 80px; max-width: 680px; }
.lp-hero h1 {
  color: #fff; font-size: clamp(1.9rem, 5vw, 3.1rem); margin-bottom: 14px; text-shadow: 0 2px 20px rgba(0,0,0,.3);
  text-transform: uppercase; font-weight: var(--font-expedition-weight); letter-spacing: -.01em;
}
.lp-hero p { font-size: 1.12rem; color: #eaf2fa; }
.lp-hero__badge { position: absolute; top: 18px; right: 18px; z-index: 3; }
.lp-hero__chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.chip { background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.35); padding: 8px 14px; font-size: .85rem; font-weight: 700; backdrop-filter: blur(4px); text-transform: uppercase; letter-spacing: .02em; }

/* ---- Layout principal LP: contenido + buy box ---- */
.lp-main { padding: 48px 0 80px; }
.lp-layout { display: grid; grid-template-columns: 1fr; gap: 36px; align-items: start; }
@media (min-width: 980px) { .lp-layout { grid-template-columns: 1.5fr .9fr; } }

/* ---- Buy Box ---- */
.buybox {
  background: #fff; border: 1px solid var(--gris-linea); border-radius: var(--radio);
  box-shadow: var(--sombra-md); padding: 24px; position: relative;
}
@media (min-width: 980px) { .buybox { position: sticky; top: 24px; } }
.buybox__flag { display: inline-block; background: var(--jetmi-rojo); color: #fff; font-weight: 800; font-size: .74rem; letter-spacing: .04em; padding: 5px 12px; border-radius: 999px; margin-bottom: 12px; }
.buybox__label { font-size: .85rem; color: var(--texto-suave); font-weight: 600; }
.buybox__precio { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; margin: 2px 0 4px; }
.buybox__precio .desde { font-size: .95rem; color: var(--texto-suave); font-weight: 600; }
.buybox__precio .monto { font-family: var(--font-titulo); font-weight: 800; font-size: 2.6rem; color: var(--jetmi-azul); }
.buybox__precio .tachado { color: var(--jetmi-rojo); text-decoration: line-through; font-weight: 700; font-size: 1.1rem; }
.buybox__nota { font-size: .85rem; color: var(--texto-suave); margin-bottom: 16px; }
.buybox__abono {
  background: var(--jetmi-celeste-50); border: 1px dashed var(--jetmi-azul);
  border-radius: var(--radio-sm); padding: 12px 14px; font-size: .9rem; margin: 14px 0; color: var(--texto);
}
.buybox__abono b { color: var(--jetmi-azul); }
.buybox__tiers { display: grid; gap: 8px; margin: 14px 0; }
.buybox__tier {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  border: 1.5px solid var(--gris-linea); border-radius: var(--radio-sm); padding: 10px 14px;
  font-size: .88rem; transition: .15s;
}
.buybox__tier b { font-family: var(--font-titulo); color: var(--jetmi-azul); font-size: 1.05rem; }
.buybox__tier--destacado { border-color: var(--jetmi-azul); background: var(--jetmi-celeste-50); }
.buybox__urgencia { display: flex; align-items: center; gap: 8px; color: var(--jetmi-rojo); font-weight: 700; font-size: .88rem; margin-top: 14px; justify-content: center; }
.buybox__trust { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--gris-linea); font-size: .78rem; color: var(--texto-suave); }
.buybox__trust span { display: inline-flex; align-items: center; gap: 5px; }
.contador { font-variant-numeric: tabular-nums; font-weight: 800; }

/* ---- Bloques de contenido LP ---- */
.bloque { margin-bottom: 38px; }
.bloque h2 { font-size: clamp(1.4rem, 3.5vw, 2rem); margin-bottom: 16px; }
.bloque h2 .ico { color: var(--jetmi-cta); }

.incluye { display: grid; gap: 12px; }
.incluye li {
  display: flex; gap: 12px; align-items: flex-start; background: #fff;
  border: 1px solid var(--gris-linea); border-radius: var(--radio-sm); padding: 14px 16px;
  box-shadow: var(--sombra-sm);
}
.incluye li .check { color: var(--verde); flex: 0 0 auto; font-weight: 900; margin-top: 1px; }
.incluye li b { color: var(--jetmi-azul); font-family: var(--font-titulo); }

/* ---- Sección transparencia / NO incluye ---- */
.no-incluye { background: var(--jetmi-rojo-bg); border: 1px solid #f6c9d1; border-left: 5px solid var(--jetmi-rojo); border-radius: var(--radio-sm); padding: 22px 24px; }
.no-incluye h2 { color: var(--jetmi-rojo); }
.no-incluye ul { display: grid; gap: 10px; margin-top: 8px; }
.no-incluye li { display: flex; gap: 10px; align-items: flex-start; }
.no-incluye li .x { color: var(--jetmi-rojo); font-weight: 900; flex: 0 0 auto; }
.no-incluye .aclaracion { margin-top: 14px; font-size: .9rem; color: var(--texto-suave); }

/* ---- Politicas ---- */
.politicas { background: var(--gris-fondo); border-radius: var(--radio-sm); padding: 20px 24px; }
.politicas li { display: flex; gap: 10px; padding: 7px 0; border-bottom: 1px dashed var(--gris-linea); font-size: .94rem; }
.politicas li:last-child { border-bottom: none; }
.politicas li .i { color: var(--jetmi-azul); flex: 0 0 auto; }

/* Galería tira */
.galeria { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; border-radius: var(--radio); overflow: hidden; }
.galeria > * { height: 130px; }
.galeria img, .galeria svg { width: 100%; height: 100%; object-fit: cover; }

/* ============================================================
   MODALES / POPUPS
   ============================================================ */
.overlay {
  position: fixed; inset: 0; background: rgba(10,28,46,.6); backdrop-filter: blur(3px);
  z-index: 1000; display: none; align-items: center; justify-content: center; padding: 20px;
  animation: fade .25s ease;
}
.overlay.activo { display: flex; }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
.modal {
  background: #fff; border-radius: var(--radio); max-width: 460px; width: 100%;
  padding: 30px 26px; position: relative; box-shadow: var(--sombra-lg);
  animation: pop .3s cubic-bezier(.2,.9,.3,1.2);
}
@keyframes pop { from { transform: translateY(16px) scale(.96); opacity: 0; } to { transform: none; opacity: 1; } }
.modal__cerrar { position: absolute; top: 12px; right: 14px; font-size: 1.5rem; color: var(--texto-suave); line-height: 1; }
.modal__icono { font-size: 2.4rem; text-align: center; margin-bottom: 8px; }
.modal h3 { text-align: center; font-size: 1.4rem; margin-bottom: 8px; }
.modal p { text-align: center; color: var(--texto-suave); margin-bottom: 18px; }
.modal label { font-weight: 700; font-size: .88rem; display: block; margin-bottom: 6px; color: var(--jetmi-azul); }
.modal input, .modal select {
  width: 100%; padding: 13px 14px; border: 1.5px solid var(--gris-linea); border-radius: var(--radio-sm);
  font-family: inherit; font-size: 1rem; margin-bottom: 14px; transition: .15s;
}
.modal input:focus, .modal select:focus { outline: none; border-color: var(--jetmi-azul); box-shadow: 0 0 0 3px rgba(18,97,160,.12); }

/* Toast popup flotante de confianza */
.toast {
  position: fixed; left: 16px; bottom: 16px; z-index: 900; max-width: 330px;
  background: #fff; border-radius: var(--radio); box-shadow: var(--sombra-lg);
  padding: 16px 18px 16px 16px; display: none; gap: 12px; align-items: flex-start;
  border-left: 5px solid var(--jetmi-cta); animation: slideUp .4s ease;
}
.toast.activo { display: flex; }
@keyframes slideUp { from { transform: translateY(20px); opacity: 0; } to { transform: none; opacity: 1; } }
.toast__ico { font-size: 1.5rem; }
.toast b { display: block; color: var(--jetmi-azul); font-family: var(--font-titulo); font-size: .95rem; margin-bottom: 2px; }
.toast p { font-size: .85rem; color: var(--texto-suave); margin: 0; text-align: left; }
.toast__cerrar { position: absolute; top: 6px; right: 10px; color: var(--texto-suave); font-size: 1.1rem; }

/* WhatsApp flotante */
.fab-wa {
  position: fixed; right: 18px; bottom: 18px; z-index: 850;
  width: 58px; height: 58px; border-radius: 50%; background: #25D366; color: #fff;
  display: grid; place-items: center; box-shadow: 0 8px 22px rgba(37,211,102,.5);
  animation: pulse-wa 2.4s infinite;
}
.fab-wa svg { width: 30px; height: 30px; }
@keyframes pulse-wa { 0%,100% { box-shadow: 0 8px 22px rgba(37,211,102,.5); } 50% { box-shadow: 0 8px 22px rgba(37,211,102,.5), 0 0 0 14px rgba(37,211,102,0); } }

/* Barra CTA móvil fija (buy box flotante en móvil) */
.cta-movil {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 800;
  background: #fff; box-shadow: 0 -6px 22px rgba(10,58,97,.16);
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  display: flex; align-items: center; gap: 14px; justify-content: space-between;
}
.cta-movil__precio b { font-family: var(--font-titulo); color: var(--jetmi-azul); font-size: 1.3rem; display: block; line-height: 1; }
.cta-movil__precio span { font-size: .72rem; color: var(--texto-suave); }
.cta-movil .btn { flex: 1; max-width: 230px; }
@media (min-width: 980px) { .cta-movil { display: none; } }

/* utilidades responsive */
.solo-movil { display: block; }
.solo-desktop { display: none; }
@media (min-width: 980px) { .solo-movil { display: none; } .solo-desktop { display: block; } }

/* ============================================================
   FORMULARIO TYPEFORM — una pregunta a la vez (wizard + inline unificados)
   ============================================================ */
.tf {
  position: relative; background: #fff; border: 1px solid var(--gris-linea); border-radius: var(--radio);
  box-shadow: var(--sombra-md); overflow: hidden; scroll-margin-top: 80px;
}
.tf__progress { height: 5px; background: var(--gris-linea); }
.tf__progress span { display: block; height: 100%; width: 0%; background: var(--jetmi-cta); transition: width .35s ease; }
.tf__contador { position: absolute; top: 14px; right: 18px; font-size: .74rem; font-weight: 700; color: var(--texto-suave); z-index: 2; }
.tf__steps { position: relative; min-height: 300px; }
.tf__step {
  position: absolute; inset: 0; padding: 34px 26px 6px; display: flex; flex-direction: column; justify-content: center;
  opacity: 0; transform: translateX(28px); pointer-events: none; transition: opacity .35s ease, transform .35s ease;
}
.tf__step.tf__step--activo { position: relative; opacity: 1; transform: none; pointer-events: auto; }
.tf__eyebrow { font-family: var(--font-titulo); font-weight: 800; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: var(--jetmi-cta-dark); margin-bottom: 8px; }
.tf__pregunta { font-family: var(--font-titulo); font-weight: 800; font-size: clamp(1.15rem, 4vw, 1.55rem); color: var(--jetmi-azul); margin-bottom: 18px; line-height: 1.25; }
.tf__input {
  width: 100%; border: none; border-bottom: 3px solid var(--gris-linea); border-radius: 0;
  font-family: inherit; font-size: 1.25rem; padding: 8px 2px; background: transparent; color: var(--texto);
  transition: border-color .15s;
}
.tf__input:focus { outline: none; border-color: var(--jetmi-azul); }
.tf__hint { font-size: .78rem; color: var(--texto-suave); margin-top: 10px; }
.tf__choices { display: grid; gap: 10px; }
.tf__choice {
  border: 1.5px solid var(--gris-linea); border-radius: var(--radio-sm); padding: 14px 16px;
  text-align: left; font-weight: 700; font-size: 1rem; background: #fff; transition: .15s;
}
.tf__choice:hover, .tf__choice.tf__choice--sel { border-color: var(--jetmi-azul); background: var(--jetmi-celeste-50); }
.tf__error { color: var(--jetmi-rojo); font-size: .82rem; font-weight: 700; margin-top: 10px; display: none; }
.tf__nav { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 26px 26px; }
.tf__atras { font-weight: 700; color: var(--texto-suave); font-size: .86rem; display: inline-flex; align-items: center; gap: 6px; visibility: hidden; }
.tf__atras.tf__atras--visible { visibility: visible; }
.tf__siguiente { padding: 12px 26px; }
.tf__legal { font-size: .72rem; color: var(--texto-suave); text-align: center; margin-top: 12px; }
.tf__resumen { background: var(--jetmi-celeste-50); border-radius: var(--radio-sm); padding: 14px 16px; margin-bottom: 18px; font-size: .9rem; color: var(--texto); display: grid; gap: 4px; }
.tf__resumen b { color: var(--jetmi-azul); }
.tf__ok {
  position: absolute; inset: 0; display: none; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 30px; background: #fff; z-index: 3;
}
.tf__ok.tf__ok--activo { display: flex; }
.tf__ok .tick { font-size: 2.6rem; margin-bottom: 8px; }
.tf__ok h3 { color: var(--verde); margin-bottom: 6px; }
.tf__ok p { color: var(--texto-suave); margin-bottom: 16px; }
@media (max-width: 480px) { .tf__step { padding: 30px 20px 6px; } .tf__nav { padding: 8px 20px 22px; } }

/* ============================================================
   FAQ (AEO) — acordeón
   ============================================================ */
.faq { display: grid; gap: 12px; max-width: 800px; margin: 28px auto 0; }
.faq__item { background: #fff; border: 1px solid var(--gris-linea); border-radius: var(--radio-sm); overflow: hidden; box-shadow: var(--sombra-sm); }
.faq__q {
  width: 100%; text-align: left; display: flex; justify-content: space-between; align-items: center; gap: 14px;
  padding: 18px 20px; font-family: var(--font-titulo); font-weight: 700; color: var(--jetmi-azul); font-size: 1.02rem;
}
.faq__q::after { content: "+"; font-size: 1.5rem; color: var(--jetmi-cta); transition: transform .2s; line-height: 1; }
.faq__item.abierto .faq__q::after { content: "−"; }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .3s ease, padding .3s ease; padding: 0 20px; color: var(--texto); }
.faq__item.abierto .faq__a { max-height: 480px; padding: 0 20px 18px; }
.faq__a p { margin: 0; }

/* ============================================================
   LINK IN BIO (estilo Beacons / Linktree)
   ============================================================ */
.bio-body {
  min-height: 100vh;
  background:
    radial-gradient(1200px 500px at 50% -10%, rgba(174,203,235,.5), transparent 60%),
    linear-gradient(180deg, #f3f8fd 0%, #e7f0fa 100%);
  display: flex; justify-content: center; padding: 28px 16px 40px;
}
.bio { width: 100%; max-width: 480px; text-align: center; }
.bio__avatar {
  width: 104px; height: 104px; border-radius: 50%; margin: 4px auto 14px;
  box-shadow: 0 10px 30px rgba(18,97,160,.3); border: 4px solid #fff; overflow: hidden; background: var(--jetmi-azul);
}
.bio__avatar img { width: 100%; height: 100%; }
.bio__name { font-family: var(--font-titulo); font-weight: 800; font-size: 1.5rem; color: var(--jetmi-azul); display: inline-flex; align-items: center; gap: 7px; }
.bio__kicker { font-family: var(--font-titulo); font-weight: 700; font-size: .85rem; letter-spacing: .04em; color: var(--jetmi-azul); display: inline-flex; align-items: center; gap: 6px; }
.bio__kicker svg { width: 16px; height: 16px; }
.bio__title { font-family: var(--font-titulo); font-weight: 800; font-size: clamp(1.5rem, 6vw, 1.95rem); color: var(--jetmi-azul); line-height: 1.1; margin: 4px 0 2px; }
.bio__check { width: 20px; height: 20px; }
.bio__bio { color: var(--texto); font-size: .96rem; margin: 8px auto 4px; max-width: 380px; }
.bio__loc { color: var(--texto-suave); font-size: .85rem; font-weight: 600; margin-bottom: 16px; }

.bio__social { display: flex; justify-content: center; gap: 14px; margin-bottom: 22px; }
.bio__social a {
  width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center;
  background: #fff; color: var(--jetmi-azul); box-shadow: var(--sombra-sm); transition: .18s;
}
.bio__social a:hover { transform: translateY(-3px); box-shadow: var(--sombra-md); color: var(--jetmi-cta-dark); }
.bio__social svg { width: 22px; height: 22px; }

/* Botón de enlace ancho */
.bio-link {
  display: flex; align-items: center; gap: 14px; width: 100%;
  background: #fff; border: 1px solid var(--gris-linea); border-radius: 16px;
  padding: 15px 18px; margin-bottom: 14px; box-shadow: var(--sombra-sm);
  font-family: var(--font-titulo); font-weight: 700; color: var(--jetmi-azul); font-size: 1rem;
  transition: .18s; text-align: left;
}
.bio-link:hover { transform: translateY(-3px); box-shadow: var(--sombra-md); }
.bio-link .ico { font-size: 1.4rem; flex: 0 0 auto; }
.bio-link .arrow { margin-left: auto; color: var(--jetmi-cta-dark); }
.bio-link--cta { background: var(--jetmi-cta); border-color: var(--jetmi-cta); color: #1a1a1a; justify-content: center; font-size: 1.06rem; box-shadow: 0 6px 18px rgba(242,183,5,.45); }
.bio-link--cta:hover { background: var(--jetmi-cta-hover); }
.bio-link--wa { background: #25D366; border-color: #25D366; color: #fff; justify-content: center; }
.bio-link--wa:hover { background: #1ebe5a; }

/* Franja de fotos (header) */
.bio__strip { display: flex; height: 118px; border-radius: 18px; overflow: hidden; box-shadow: var(--sombra-md); }
.bio__strip > span { flex: 1; }
.bio__strip img, .bio__strip svg { width: 100%; height: 100%; object-fit: cover; }
.bio__avatar--overlap { margin-top: -56px; position: relative; z-index: 3; }

/* Tarjeta de viaje destacada (promo grande con botón) */
.bio-promo {
  position: relative; display: block; width: 100%; min-height: 250px; overflow: hidden;
  border-radius: 20px; margin-bottom: 14px; box-shadow: var(--sombra-md); color: #fff; transition: .18s;
}
.bio-promo:hover { transform: translateY(-3px); box-shadow: var(--sombra-lg); }
.bio-promo__img { position: absolute; inset: 0; z-index: 0; }
.bio-promo__img img, .bio-promo__img svg { width: 100%; height: 100%; object-fit: cover; }
.bio-promo::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(10,58,97,.15) 0%, rgba(10,58,97,.35) 45%, rgba(10,58,97,.9) 100%); }
.bio-promo__in { position: relative; z-index: 2; min-height: 250px; padding: 18px; display: flex; flex-direction: column; justify-content: flex-end; text-align: left; }
.bio-promo__tag { position: absolute; top: 14px; left: 14px; background: var(--jetmi-cta); color: #1a1a1a; font-weight: 800; font-size: .68rem; letter-spacing: .04em; text-transform: uppercase; padding: 4px 11px; border-radius: 999px; }
.bio-promo__pills { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 8px; }
.bio-promo__pills span { background: rgba(255,255,255,.22); border: 1px solid rgba(255,255,255,.4); backdrop-filter: blur(4px); font-size: .72rem; font-weight: 700; padding: 4px 10px; border-radius: 999px; }
.bio-promo h3 { color: #fff; font-size: 1.35rem; line-height: 1.1; text-shadow: 0 2px 12px rgba(0,0,0,.4); }
.bio-promo__price { font-family: var(--font-titulo); font-weight: 700; font-size: .95rem; color: #eaf2fa; margin: 4px 0 12px; }
.bio-promo__price b { color: var(--jetmi-cta); font-size: 1.5rem; }
.bio-promo .btn { width: 100%; }

.bio__divider { display: flex; align-items: center; gap: 12px; color: var(--texto-suave); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; margin: 18px 0 14px; }
.bio__divider::before, .bio__divider::after { content: ""; height: 1px; flex: 1; background: var(--gris-linea); }
.bio__foot { margin-top: 22px; font-size: .78rem; color: var(--texto-suave); }
.bio__foot a { color: var(--jetmi-azul); font-weight: 700; }
.bio__trust { display: inline-flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-top: 8px; font-size: .76rem; color: var(--texto-suave); }

.reveal { opacity: 0; transform: translateY(24px); transition: .6s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .pulse, .fab-wa { animation: none; } }
