/**
 * OM Productos - Estilos del Single Producto
 * Versión: Rediseño 2026-05 (paleta nueva, Plus Jakarta Sans)
 */

:root {
  --om-purple-dark: #29108F;
  --om-purple: #5C1F9E;
  --om-magenta: #C33FBC;
  --om-pink: #EC199C;
  --om-purple-deepest: #1A0857;
  --om-bg-soft: #F8F6FC;
  --om-bg-lavender: #efe8ff;
  --om-text: #1A1A2E;
  --om-text-soft: #6B5B8E;
  --om-text-muted: #8B7FA3;
  --om-border: rgba(195,63,188,0.15);
  --om-gray-600: #6B5B8E;
  --om-gray-700: #4A4060;
}

.om-producto-page,
.om-producto-page *,
.om-hero,
.om-hero *,
.om-info-card,
.om-info-card * {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif !important;
}
.om-hero__title em,
.om-section__title em {
  font-family: 'Instrument Serif', serif !important;
  font-style: italic;
}

/* HERO */
.om-hero {
  position: relative !important;
  min-height: 360px;
  background: linear-gradient(135deg, #1A0857 0%, #29108F 35%, #5C1F9E 75%, #C33FBC 130%);
  overflow: hidden !important;
  display: flex;
  align-items: center;
  padding: 48px 32px 100px !important;
}
.om-hero--imagen::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26,8,87,0.92) 0%, rgba(41,16,143,0.85) 50%, rgba(195,63,188,0.55) 130%);
  z-index: 1;
  pointer-events: none;
}
.om-hero__shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.om-hero__shape--1 {
  top: -100px; right: -120px;
  width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(195,63,188,0.40), transparent 65%);
  animation: omHeroFloat 20s ease-in-out infinite;
}
.om-hero__shape--2 {
  bottom: -100px; left: -100px;
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(236,25,156,0.30), transparent 65%);
  animation: omHeroFloat 22s ease-in-out infinite reverse;
}
@keyframes omHeroFloat {
  0%,100% { transform: translate(0,0); }
  50% { transform: translate(30px,-40px); }
}

.om-hero__overlay { display: none; }

.om-hero__content {
  position: relative;
  z-index: 4;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}

.om-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.22);
  padding: 7px 14px 7px 9px;
  border-radius: 100px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #fff;
}
.om-hero__eyebrow::before {
  content: '';
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #EC199C;
  box-shadow: 0 0 12px #EC199C;
  animation: omEyebrowPulse 1.6s ease-in-out infinite;
}
@keyframes omEyebrowPulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.85); }
}

.om-hero__breadcrumb {
  display: flex !important;
  align-items: center;
  gap: 8px;
  font-size: 13px !important;
  color: rgba(255,255,255,0.65) !important;
  margin-bottom: 14px !important;
  font-weight: 500;
  flex-wrap: wrap;
}
.om-hero__breadcrumb a {
  color: rgba(255,255,255,0.85) !important;
  transition: color 0.2s;
  text-decoration: none !important;
}
.om-hero__breadcrumb a:hover { color: #fff !important; }
.om-hero__breadcrumb .sep,
.om-hero__breadcrumb > span:not(.current) {
  opacity: 0.4;
  font-weight: 400;
}
.om-hero__breadcrumb .current {
  color: #fff !important;
  font-weight: 600;
  opacity: 1;
}

.om-hero__title {
  font-size: clamp(1.75rem, 4vw, 2.75rem) !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.030em !important;
  margin: 0 !important;
  max-width: 880px;
  color: #fff !important;
}
.om-hero__title em {
  font-weight: 400;
  background: linear-gradient(135deg, #FFE8F8, #FFB8E5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-right: 4px;
}

.om-hero__subtitle {
  font-size: 18px;
  color: rgba(255,255,255,0.88);
  font-weight: 500;
  max-width: 720px;
  line-height: 1.5;
  margin: 0;
}

.om-blitz-ribbon {
  position: absolute !important;
  top: 24px !important;
  left: 0 !important;
  background: linear-gradient(135deg, #ec199c, #ff2eb5) !important;
  color: #fff !important;
  padding: 8px 22px 8px 18px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.10em !important;
  text-transform: uppercase !important;
  border-radius: 0 100px 100px 0 !important;
  box-shadow: 0 8px 24px rgba(236,25,156,0.5) !important;
  z-index: 5 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}
.om-blitz-ribbon span { color: #fff; }

/* INFO CARD FLOTANTE */
.om-info-card {
  max-width: 1280px;
  margin: -70px auto 32px;
  padding: 0 32px;
  position: relative;
  z-index: 6;
}
.om-info-card__inner {
  background: #fff;
  border-radius: 22px;
  padding: 26px 32px;
  box-shadow: 0 30px 80px rgba(41,16,143,0.20), 0 0 0 1px rgba(195,63,188,0.10);
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr;
  gap: 0;
  align-items: stretch;
}
.om-info-card__inner--3col {
  grid-template-columns: 1fr 2fr 1fr;
}
.om-info-stat {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0 22px;
  border-right: 1px solid #F0EBF7;
  position: relative;
  justify-content: center;
}
.om-info-stat:first-child { padding-left: 4px; }
.om-info-stat:last-child { border-right: none; padding-right: 4px; }

.om-info-stat__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10.5px;
  font-weight: 800;
  color: var(--om-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.10em;
  margin-bottom: 2px;
}
.om-info-stat__label-icon {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #efe8ff, #ddd0f5);
  display: flex; align-items: center; justify-content: center;
  color: var(--om-purple);
  flex-shrink: 0;
}
.om-info-stat__label-icon svg { width: 12px; height: 12px; stroke-width: 2.2; }
.om-info-stat__value {
  font-size: 17px;
  font-weight: 800;
  color: var(--om-purple-dark);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.om-info-stat__sub {
  font-size: 12px;
  color: var(--om-text-soft);
  font-weight: 500;
}

.om-info-fechas {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 4px;
}
.om-info-fecha-pill {
  background: rgba(195,63,188,0.10);
  color: var(--om-purple-dark);
  border: 1px solid rgba(195,63,188,0.18);
  padding: 4px 10px;
  border-radius: 100px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: all 0.2s;
}
.om-info-fecha-pill:hover {
  background: linear-gradient(135deg, #29108F, #C33FBC);
  color: #fff;
  border-color: transparent;
  transform: translateY(-1px);
}

/* LAYOUT */
.om-producto-page { background: #fafaff; }
.om-producto-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px 80px;
}
.om-producto-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 36px;
  align-items: start;
}
.om-producto-main { min-width: 0; }
.om-producto-sidebar {
  position: sticky;
  top: 100px;
}

/* SECCIONES */
.om-section {
  margin-bottom: 28px !important;
  background: #fff !important;
  border: 1px solid var(--om-border) !important;
  border-radius: 22px !important;
  padding: 32px !important;
  box-shadow: 0 4px 16px rgba(41,16,143,0.04) !important;
}
.om-section__title {
  font-size: 26px !important;
  font-weight: 800 !important;
  color: var(--om-purple-dark) !important;
  letter-spacing: -0.025em !important;
  margin: 0 0 18px 0 !important;
  line-height: 1.1 !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
.om-section__title em {
  font-weight: 400;
  color: var(--om-magenta);
}

.om-hotel-principal {
  background: #fff;
  border: 1px solid var(--om-border);
  border-radius: 22px;
  padding: 32px;
  margin-bottom: 28px;
  box-shadow: 0 4px 16px rgba(41,16,143,0.04);
}
.om-hotel-principal h2 {
  font-size: 26px !important;
  font-weight: 800 !important;
  color: var(--om-purple-dark) !important;
  letter-spacing: -0.025em !important;
  line-height: 1.1 !important;
}

/* TABS */
.om-tabs__nav {
  display: flex !important;
  gap: 6px !important;
  flex-wrap: wrap !important;
  background: var(--om-bg-soft) !important;
  padding: 6px !important;
  border-radius: 14px !important;
  margin-bottom: 24px !important;
  border-bottom: none !important;
}
.om-tabs__button {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  padding: 9px 16px !important;
  border-radius: 10px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: var(--om-purple-dark) !important;
  transition: all 0.2s !important;
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
}
.om-tabs__button:hover {
  background: rgba(255,255,255,0.7) !important;
  color: var(--om-purple) !important;
}
.om-tabs__button.active {
  background: linear-gradient(135deg, #29108F, #5C1F9E) !important;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(41,16,143,0.30) !important;
}
.om-tabs__content { display: none; }
.om-tabs__content.active { display: block; }

/* GALERÍA */
.om-galeria {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)) !important;
  gap: 10px !important;
}
.om-galeria-item,
.om-galeria > div {
  border-radius: 12px !important;
  overflow: hidden !important;
  cursor: pointer !important;
  aspect-ratio: 4/3 !important;
  transition: all 0.3s !important;
  border: 1px solid transparent !important;
}
.om-galeria-item:hover,
.om-galeria > div:hover {
  transform: scale(1.03) !important;
  box-shadow: 0 10px 24px rgba(41,16,143,0.20) !important;
  border-color: var(--om-magenta) !important;
}
.om-galeria-item img,
.om-galeria > div > img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

/* TARIFAS */
.om-tarifas-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(41,16,143,0.06);
  margin-bottom: 16px;
}
.om-tarifas-table thead {
  background: linear-gradient(135deg, #29108F, #5C1F9E);
  color: #fff;
}
.om-tarifas-table th {
  padding: 14px 18px;
  text-align: left;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: none;
  color: #fff;
}
.om-tarifas-table td {
  padding: 14px 18px;
  border: none;
  border-bottom: 1px solid #F0EBF7;
  font-size: 14px;
}
.om-tarifas-table tr:last-child td { border-bottom: none; }
.om-tarifas-table tr:nth-child(even) td { background: #FAF8FF; }
.om-tarifas-table tr:hover td { background: rgba(195,63,188,0.06); }
.om-tarifas-table .precio,
.om-tarifas-table strong {
  font-weight: 800;
  color: var(--om-purple-dark);
}

.om-callout,
.om-nota,
.tarifa-notas {
  background: linear-gradient(135deg, #FFF5FB 0%, #FBF0F8 100%);
  border-left: 3px solid var(--om-magenta);
  border-radius: 10px;
  padding: 14px 18px;
  margin-top: 16px;
  color: var(--om-text);
  font-size: 13.5px;
  line-height: 1.6;
}
.om-callout strong { color: var(--om-purple-dark); }

/* ITINERARIO */
.om-itinerario-list,
.om-itinerario-items {
  position: relative;
  padding-left: 0;
}
.om-itinerario-list::before {
  content: '';
  position: absolute;
  left: 18px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, var(--om-purple-dark), var(--om-magenta));
  border-radius: 100px;
  z-index: 1;
}
.om-itinerario-item {
  position: relative;
  padding-left: 56px !important;
  padding-bottom: 24px !important;
  margin-left: 0 !important;
  border-left: none !important;
  background: transparent !important;
}
.om-itinerario-item h4,
.om-itinerario-item .om-itin-title {
  font-size: 17px;
  font-weight: 800;
  color: var(--om-purple-dark);
  margin: 0 0 4px 0;
  letter-spacing: -0.015em;
}

/* POLÍTICAS */
.om-politicas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}
.om-politica-box {
  background: var(--om-bg-soft) !important;
  border: 1px solid var(--om-border) !important;
  border-radius: 12px !important;
  padding: 18px 20px !important;
  transition: all 0.2s !important;
}
.om-politica-box:hover {
  border-color: var(--om-magenta) !important;
  box-shadow: 0 8px 20px rgba(41,16,143,0.10) !important;
  transform: translateY(-2px) !important;
}
.om-politica-box h4 {
  color: var(--om-purple-dark) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  margin: 0 0 8px 0 !important;
  letter-spacing: -0.01em !important;
}
.om-politica-box p {
  color: var(--om-text-soft) !important;
  font-size: 13.5px !important;
  line-height: 1.55 !important;
  margin: 0 !important;
}

/* SIDEBAR */
.om-sidebar {
  background: #fff !important;
  border: 1px solid var(--om-border) !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  box-shadow: 0 8px 32px rgba(41,16,143,0.08) !important;
  padding: 0 !important;
}
.om-cotizador {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}

.om-sidebar-flyer {
  margin-bottom: 0 !important;
  cursor: pointer;
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--om-bg-soft);
}
.om-sidebar-flyer img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: transform 0.4s !important;
  display: block !important;
}
.om-sidebar-flyer:hover img { transform: scale(1.05) !important; }
.om-sidebar-flyer-zoom {
  position: absolute;
  top: 12px; right: 12px;
  width: 34px; height: 34px;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(8px);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--om-purple-dark);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  pointer-events: none;
}
.om-sidebar-flyer-zoom svg { width: 14px; height: 14px; stroke-width: 2.3; }

.om-sidebar-galeria {
  padding: 12px !important;
  border-bottom: 1px solid var(--om-border) !important;
  margin-bottom: 0 !important;
}
.om-sidebar-galeria > div {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 8px !important;
}
.om-galeria-thumb {
  aspect-ratio: 1 !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  cursor: pointer !important;
  transition: all 0.2s !important;
  border: 2px solid transparent !important;
}
.om-galeria-thumb:hover {
  border-color: var(--om-magenta) !important;
  transform: scale(1.05) !important;
}
.om-galeria-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.om-sidebar-body { padding: 22px; }

.om-cotizador__precio {
  background: linear-gradient(135deg, #efe8ff, #f5f1fc) !important;
  border-radius: 14px !important;
  padding: 16px 18px !important;
  margin-bottom: 18px !important;
  border: 1px solid rgba(195,63,188,0.10) !important;
  text-align: left !important;
}
.om-cotizador__precio small,
.om-cotizador__precio-label {
  font-size: 10.5px !important;
  font-weight: 700 !important;
  color: var(--om-text-muted) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.10em !important;
  display: block !important;
  margin-bottom: 4px !important;
}
.om-cotizador__precio-valor {
  font-size: 30px !important;
  font-weight: 800 !important;
  color: var(--om-purple-dark) !important;
  line-height: 1 !important;
  letter-spacing: -0.025em !important;
  display: inline-block !important;
  margin-right: 6px;
}
.om-cotizador__precio > span:last-child {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--om-text-soft) !important;
}

.om-btn,
.om-btn-primary {
  width: 100% !important;
  padding: 16px 22px !important;
  border-radius: 14px !important;
  font-weight: 800 !important;
  font-size: 15px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  transition: all 0.25s !important;
  cursor: pointer !important;
  border: none !important;
  text-align: center !important;
  text-decoration: none !important;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif !important;
}
.om-btn-primary {
  background: linear-gradient(135deg, #29108F, #5C1F9E 60%, #C33FBC 130%) !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(41,16,143,0.35) !important;
  margin-bottom: 14px !important;
}
.om-btn-primary:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 18px 36px rgba(41,16,143,0.45) !important;
}
.om-btn-primary svg { width: 18px; height: 18px; stroke-width: 2.4; }

.om-sidebar-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 6px 0 12px;
  color: var(--om-text-muted);
  font-size: 10.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.10em;
}
.om-sidebar-divider::before,
.om-sidebar-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--om-border);
}

.om-sidebar-downloads-primary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 8px;
}
.om-btn-flyer {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 12px 8px !important;
  background: var(--om-bg-soft) !important;
  color: var(--om-purple-dark) !important;
  border: 1px solid var(--om-border) !important;
  border-radius: 12px !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  transition: all 0.2s !important;
  text-align: center !important;
  line-height: 1.25 !important;
  cursor: pointer !important;
  text-decoration: none !important;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif !important;
}
.om-btn-flyer:hover {
  background: linear-gradient(135deg, #29108F, #5C1F9E) !important;
  color: #fff !important;
  border-color: transparent !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(41,16,143,0.25) !important;
}
.om-btn-flyer svg { width: 22px; height: 22px; stroke-width: 1.8; }
.om-btn-flyer small {
  font-size: 9.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  color: var(--om-magenta) !important;
}
.om-btn-flyer:hover small { color: rgba(255,255,255,0.85) !important; }

.om-btn-brochure {
  width: 100% !important;
  background: transparent !important;
  color: var(--om-text-soft) !important;
  border: 1px dashed var(--om-border) !important;
  padding: 10px 14px !important;
  border-radius: 10px !important;
  font-weight: 600 !important;
  font-size: 12.5px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  transition: all 0.2s !important;
  margin-bottom: 14px !important;
  cursor: pointer !important;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif !important;
}
.om-btn-brochure:hover {
  background: var(--om-bg-soft) !important;
  color: var(--om-purple-dark) !important;
  border-color: var(--om-magenta) !important;
  border-style: solid !important;
}
.om-btn-brochure svg { width: 14px; height: 14px; stroke-width: 2; }

.om-btn-whatsapp {
  width: 100% !important;
  background: #fff !important;
  color: var(--om-text) !important;
  border: 1.5px solid var(--om-border) !important;
  padding: 13px 18px !important;
  border-radius: 12px !important;
  font-weight: 700 !important;
  font-size: 13.5px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  transition: all 0.25s !important;
  cursor: pointer !important;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif !important;
}
.om-btn-whatsapp:hover {
  background: #25D366 !important;
  color: #fff !important;
  border-color: #25D366 !important;
  box-shadow: 0 8px 20px rgba(37,211,102,0.35) !important;
  transform: translateY(-2px) !important;
}
.om-btn-whatsapp svg {
  width: 18px !important;
  height: 18px !important;
  fill: #25D366 !important;
  transition: fill 0.25s !important;
}
.om-btn-whatsapp:hover svg { fill: #fff !important; }

.om-btn-outline {
  background: transparent !important;
  color: var(--om-purple-dark) !important;
  border: 1px solid var(--om-border) !important;
}
.om-btn-outline:hover {
  background: var(--om-bg-soft) !important;
  border-color: var(--om-magenta) !important;
}

/* LIGHTBOX */
.om-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(26,8,87,0.92);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px;
  backdrop-filter: blur(8px);
}
.om-lightbox.active { display: flex; }
.om-lightbox__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.30);
  font-size: 20px;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: all 0.2s;
}
.om-lightbox__close:hover {
  background: rgba(255,255,255,0.25);
  transform: scale(1.05);
}
.om-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.30);
  cursor: pointer;
  backdrop-filter: blur(8px);
  font-size: 20px;
  transition: all 0.2s;
}
.om-lightbox__nav--prev { left: 24px; }
.om-lightbox__nav--next { right: 24px; }
.om-lightbox__nav:hover {
  background: rgba(255,255,255,0.25);
  transform: translateY(-50%) scale(1.05);
}
.om-lightbox__content { max-width: 90vw; max-height: 85vh; }
.om-lightbox__image {
  max-width: 100%;
  max-height: 85vh;
  border-radius: 12px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.5);
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .om-info-card__inner { grid-template-columns: 1fr 1fr; gap: 20px; }
  .om-info-stat { padding: 0 14px; border-right: none; }
  .om-info-stat:nth-child(odd) { border-right: 1px solid #F0EBF7; }
  .om-producto-grid { grid-template-columns: 1fr; }
  .om-producto-sidebar { position: relative; top: 0; max-width: 500px; margin: 0 auto; }
}
@media (max-width: 768px) {
  .om-hero { padding: 40px 20px 90px !important; min-height: 320px; }
  .om-hero__title { font-size: 2rem !important; }
  .om-hero__subtitle { font-size: 16px; }
  .om-info-card { padding: 0 16px; margin-top: -60px; }
  .om-info-card__inner { grid-template-columns: 1fr; gap: 14px; padding: 22px 20px; }
  .om-info-stat { padding: 12px 0 !important; border-right: none !important; border-bottom: 1px solid #F0EBF7; }
  .om-info-stat:last-child { border-bottom: none; }
  .om-producto-container { padding: 0 16px 60px; }
  .om-section, .om-hotel-principal { padding: 24px 18px !important; }
  .om-section__title, .om-hotel-principal h2 { font-size: 22px !important; }
  .om-tarifas-table { font-size: 12px; }
  .om-tarifas-table th, .om-tarifas-table td { padding: 10px 12px; }
  .om-galeria,
  .om-galeria > div {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}


/* === Botón Tarifario para Agencias (B2B) === */
.om-btn-tarifario {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: linear-gradient(135deg, rgba(41, 16, 143, 0.06), rgba(195, 63, 188, 0.06));
    border: 1px solid rgba(195, 63, 188, 0.25);
    border-radius: 12px;
    color: #29108F;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.25;
    transition: all 0.2s ease;
    width: 100%;
    margin-bottom: 10px;
}
.om-btn-tarifario:hover {
    background: linear-gradient(135deg, rgba(41, 16, 143, 0.10), rgba(195, 63, 188, 0.10));
    border-color: rgba(195, 63, 188, 0.45);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(195, 63, 188, 0.18);
}
.om-btn-tarifario svg {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    color: #C33FBC;
    stroke-width: 2;
}
.om-btn-tarifario span {
    flex: 1;
    text-align: left;
}
.om-btn-tarifario small {
    font-size: 11px;
    font-weight: 600;
    color: #5C1F9E;
    opacity: 0.7;
    white-space: nowrap;
}


/* ============================================================
 * MIGRACION DESDE CODE SNIPPETS 61 + 62
 * Snippets desactivados el 2026-05-12 por Fase A limpieza
 * ============================================================ */
/* === MIGRADO DESDE SNIPPET 61: OM Hero Imagen Fondo === */

/* ================================================
   HERO SECTION - Estilos base
   ================================================ */

.om-hero {
    position: relative;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    padding: 3rem 1.5rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Overlay oscuro para cuando hay imagen */
.om-hero__overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: rgba(60, 26, 96, 0.75) !important;
    z-index: 1 !important;
}

/* Contenido del hero */
.om-hero__content {
    position: relative;
    z-index: 2;
    width: 100%;
}

/* Breadcrumb */
.om-hero__breadcrumb {
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.9);
}

.om-hero__breadcrumb a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.2s;
}

.om-hero__breadcrumb a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.om-hero__breadcrumb span {
    margin: 0 0.5rem;
    color: rgba(255, 255, 255, 0.6);
}

/* Título principal */
.om-hero__title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Metadata */
.om-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.om-hero__meta-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 500;
}

.om-hero__meta-item span:first-child {
    font-size: 1.1rem;
}

/* ================================================
   RESPONSIVE
   ================================================ */

@media (max-width: 768px) {
    .om-hero {
        min-height: 300px;
        padding: 2rem 1rem;
    }
    
    .om-hero__title {
        font-size: 1.75rem;
    }
    
    .om-hero__meta {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .om-hero__breadcrumb {
        font-size: 0.8rem;
    }
}

/* ================================================
   AJUSTES ESPECÍFICOS POR TIPO
   ================================================ */

/* Cuando tiene imagen de fondo */
.om-hero--imagen .om-hero__title {
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}

/* Cuando tiene gradiente */
.om-hero--gradiente .om-hero__title {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
    

/* === MIGRADO DESDE SNIPPET 62: OM UI Components === */

/* ============================================
   TABS - Efecto hover
   ============================================ */
.om-tabs__button {
    cursor: pointer;
    transition: all 0.2s ease;
}

.om-tabs__button:hover {
    background-color: rgba(120, 53, 232, 0.1);
    border-color: #7835E8;
    color: #3f2161;
    transform: translateY(-1px);
}

.om-tabs__button.active {
    background-color: #ffffff;
    border-color: #3f2161;
    color: #3f2161;
    font-weight: 700;
}

/* ============================================
   LIGHTBOX - Botones navegación
   ============================================ */
.om-lightbox__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(120, 53, 232, 0.9);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.om-lightbox__nav:hover {
    background: #7835E8;
    transform: translateY(-50%) scale(1.1);
}

.om-lightbox__nav--prev {
    left: 20px;
}

.om-lightbox__nav--next {
    right: 20px;
}

.om-lightbox__content {
    position: relative;
    z-index: 1000;
}

.om-lightbox__image {
    position: relative;
    z-index: 1000;
}

@media (max-width: 768px) {
    .om-lightbox__nav {
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
    }
    
    .om-lightbox__nav--prev {
        left: 10px;
    }
    
    .om-lightbox__nav--next {
        right: 10px;
    }
}

/* ============================================
   CALCULATOR MODAL
   ============================================ */
.om-calculator-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow-y: auto;
}

.om-calculator-modal.active {
    display: flex;
}

.om-calculator-content {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.om-calculator-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: transparent;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: var(--om-gray-600);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s;
}

.om-calculator-close:hover {
    background: var(--om-gray-100);
    color: var(--om-purple-dark);
}

/* Campos del formulario */
.om-calc-field {
    margin-bottom: 1.5rem;
}

.om-calc-field label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--om-purple-dark);
}

.om-calc-field select,
.om-calc-field input[type='number'] {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid var(--om-gray-300);
    border-radius: 0.5rem;
    font-size: 1rem;
    transition: border-color 0.3s;
}

.om-calc-field select:focus,
.om-calc-field input[type='number']:focus {
    outline: none;
    border-color: var(--om-purple);
}

/* Habitación individual */
.om-calc-habitacion {
    background: #f9fafb;
    padding: 1.5rem;
    border-radius: 0.75rem;
    margin-bottom: 1rem;
    border: 2px solid var(--om-gray-200);
}

.om-calc-habitacion h4 {
    margin: 0 0 1rem 0;
    color: var(--om-purple-dark);
    font-size: 1.125rem;
}

.om-calc-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.om-calc-menores-edades {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--om-gray-300);
}

.om-calc-edad-input {
    margin-bottom: 0.75rem;
}

.om-calc-edad-input label {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    color: var(--om-gray-700);
}

/* Responsive */
@media (max-width: 640px) {
    .om-calculator-content {
        padding: 1.5rem;
        max-height: 95vh;
    }
    
    .om-calc-row {
        grid-template-columns: 1fr;
    }
}

#om-generar-cotizacion:hover {
    background: var(--om-purple);
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(120, 53, 232, 0.2);
}

#om-generar-cotizacion:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
   
/* Botones outline */
.om-btn-outline {
    background: white;
    color: var(--om-purple);
    border: 2px solid var(--om-purple);
    padding: 0.875rem 1.5rem;
    border-radius: 0.75rem;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.om-btn-outline span:first-child {
    font-size: 1.5rem;
}

.om-btn-outline:hover {
    background: var(--om-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(120, 53, 232, 0.3);
}

.om-btn-outline:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}
    


/* ============================================================
 * HERO COMPACTO PARA SINGLE PRODUCTO
 * Override de las dos definiciones .om-hero previas (lineas 37 y 940).
 * Aplica solo a single de om_producto, no afecta otras paginas.
 * ============================================================ */
.single-om_producto .om-hero {
    min-height: 220px !important;
    padding: 32px 24px !important;
    margin-bottom: 0 !important;
}
.single-om_producto .om-hero__title {
    font-size: clamp(1.5rem, 3vw, 2.2rem) !important;
    margin-top: 8px !important;
    margin-bottom: 0 !important;
}
.single-om_producto .om-hero__eyebrow {
    margin-bottom: 6px !important;
}
.single-om_producto .om-hero__breadcrumb {
    margin-bottom: 6px !important;
}
@media (max-width: 768px) {
    .single-om_producto .om-hero {
        min-height: 180px !important;
        padding: 24px 16px !important;
    }
}


/* Flyer con logo de agencia: estado premium (logueado) */
.om-btn-flyer--premium {
    background: linear-gradient(135deg, #faf5ff, #fce7f3) !important;
    border-color: #C33FBC !important;
    position: relative;
}
.om-btn-flyer--premium:hover {
    background: linear-gradient(135deg, #f3e8ff, #fbcfe8) !important;
    border-color: #29108F !important;
    box-shadow: 0 4px 12px rgba(195,63,188,.22) !important;
}
.om-btn-flyer--premium::before {
    content: "✨ PRO";
    position: absolute;
    top: 4px;
    right: 6px;
    background: linear-gradient(135deg, #29108F, #C33FBC);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 10px;
    letter-spacing: .03em;
    z-index: 2;
}

/* Flyer con logo: estado bloqueado (no logueado) */
.om-btn-flyer--locked {
    background: #f3f3f4 !important;
    border: 1px dashed #cbd5e1 !important;
    color: #94a3b8 !important;
    opacity: 0.92;
    position: relative;
}
.om-btn-flyer--locked svg {
    color: #94a3b8 !important;
}
.om-btn-flyer--locked span {
    color: #94a3b8 !important;
}
.om-btn-flyer--locked small {
    color: #94a3b8 !important;
    font-weight: 700 !important;
    font-size: 9px !important;
    letter-spacing: .04em !important;
}
.om-btn-flyer--locked:hover {
    background: #ece9f7 !important;
    border-color: #C33FBC !important;
    border-style: solid !important;
    opacity: 1;
    transform: translateY(-1px) !important;
}
.om-btn-flyer--locked:hover span,
.om-btn-flyer--locked:hover svg,
.om-btn-flyer--locked:hover small {
    color: #29108F !important;
}


/* === Cotizador: botones PDF (gratis + PRO + locked) === */
.om-cotiz-pdf-btn {
    width: 100%;
    padding: 0.75rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-decoration: none;
    border: 2px solid transparent;
    position: relative;
    box-sizing: border-box;
}
.om-cotiz-pdf-icon {
    font-size: 1.05rem;
    line-height: 1;
}
/* Variante PRO: usuario logueado */
.om-cotiz-pdf-btn--premium {
    background: linear-gradient(135deg, #faf5ff, #fce7f3);
    border-color: #C33FBC;
    color: #29108F;
}
.om-cotiz-pdf-btn--premium:hover {
    background: linear-gradient(135deg, #f3e8ff, #fbcfe8);
    border-color: #29108F;
    box-shadow: 0 4px 12px rgba(195,63,188,.22);
    transform: translateY(-1px);
}
.om-cotiz-pdf-btn--premium::after {
    content: "✨ PRO";
    position: absolute;
    top: -6px;
    right: 10px;
    background: linear-gradient(135deg, #29108F, #C33FBC);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 10px;
    letter-spacing: .03em;
}
/* Variante LOCKED: visitante no logueado */
.om-cotiz-pdf-btn--locked {
    background: #f3f3f4;
    border: 2px dashed #cbd5e1;
    color: #94a3b8;
    opacity: 0.92;
}
.om-cotiz-pdf-btn--locked:hover {
    background: #ece9f7;
    border-color: #C33FBC;
    border-style: solid;
    color: #29108F;
    opacity: 1;
    transform: translateY(-1px);
}
.om-cotiz-pdf-btn--locked::after {
    content: "INICIA SESIÓN";
    position: absolute;
    top: -6px;
    right: 10px;
    background: #94a3b8;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 10px;
    letter-spacing: .04em;
    transition: background .2s;
}
.om-cotiz-pdf-btn--locked:hover::after {
    background: linear-gradient(135deg, #29108F, #C33FBC);
}


/* ============ SECCIÓN PRO DEL SIDEBAR ============ */
.om-sidebar-divider--pro {
    margin-top: 20px !important;
    padding-top: 16px;
    border-top: 2px solid rgba(195,63,188,.15);
    color: #29108F !important;
    font-weight: 700 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-size: 13px !important;
    display: flex;
    align-items: center;
    gap: 8px;
}
.om-pro-badge {
    background: linear-gradient(135deg, #29108F, #C33FBC);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 10px;
    letter-spacing: .04em;
}

/* Grid PRO de 2 columnas (Flyer + Story) */
.om-sidebar-downloads-pro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 8px;
}

/* Variantes Premium (con logo de agencia, logueado) */
.om-btn-flyer--premium,
.om-btn-tarifario--premium,
.om-btn-brochure--premium {
    background: linear-gradient(135deg, #faf5ff, #fce7f3) !important;
    border-color: #C33FBC !important;
    color: #29108F !important;
}
.om-btn-flyer--premium:hover,
.om-btn-tarifario--premium:hover,
.om-btn-brochure--premium:hover {
    background: linear-gradient(135deg, #f3e8ff, #fbcfe8) !important;
    border-color: #29108F !important;
    box-shadow: 0 4px 12px rgba(195,63,188,.22) !important;
    transform: translateY(-1px);
}

/* === Locked card: bloque único cuando NO está logueado === */
.om-pro-locked-card {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "icon body" "cta cta";
    gap: 10px 12px;
    padding: 16px;
    background: linear-gradient(135deg, #f8f7fc, #fdf4ff);
    border: 1px dashed #C33FBC;
    border-radius: 12px;
    text-decoration: none;
    color: #29108F;
    transition: all 0.2s;
    margin-bottom: 8px;
}
.om-pro-locked-card:hover {
    background: linear-gradient(135deg, #ece6f5, #fce7f3);
    border-style: solid;
    box-shadow: 0 4px 16px rgba(195,63,188,.18);
    transform: translateY(-1px);
}
.om-pro-locked-icon {
    grid-area: icon;
    font-size: 28px;
    line-height: 1;
    align-self: center;
}
.om-pro-locked-body {
    grid-area: body;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.om-pro-locked-body strong {
    font-size: 14px;
    font-weight: 700;
    color: #29108F;
}
.om-pro-locked-body span {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.4;
}
.om-pro-locked-cta {
    grid-area: cta;
    text-align: center;
    background: linear-gradient(135deg, #29108F, #C33FBC);
    color: #fff;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
}
.om-pro-locked-card:hover .om-pro-locked-cta {
    background: linear-gradient(135deg, #1a0a5a, #a02c9d);
}

/* Pills de servicios del hotel (mismo estilo que cards del archive) */
.om-hotel-services-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.om-hotel-services-chip {
    font-size: 13px;
    font-weight: 500;
    background: #F3F0FA;
    color: #4B2D80;
    padding: 7px 14px;
    border-radius: 18px;
    border: 1px solid rgba(92,31,158,.12);
    line-height: 1.3;
    white-space: nowrap;
    transition: all .15s ease;
}
.om-hotel-services-chip:hover {
    background: #E9E2F7;
    border-color: rgba(92,31,158,.25);
    transform: translateY(-1px);
}


/* CARD BENEFICIOS B2B + ALERT GRUPO 2026-05-19 */
.om-beneficios-card { position: relative; background: linear-gradient(135deg, #faf7ff 0%, #f3eaff 100%); border: 1px solid #e0d4f5; border-left: 4px solid #7835E8; border-radius: 12px; padding: 20px 24px; margin: 16px 0; box-shadow: 0 2px 8px rgba(120,53,232,0.08); }
.om-beneficios-card__badge { display: inline-block; background: linear-gradient(135deg, #7835E8 0%, #5C1F9E 100%); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: 0.08em; padding: 4px 10px; border-radius: 4px; margin-bottom: 10px; text-transform: uppercase; }
.om-beneficios-card__title { margin: 0 0 14px 0; font-size: 1.25rem; font-weight: 700; color: #29108F; line-height: 1.2; border: 0; padding: 0; }
.om-beneficios-card__list { display: flex; flex-direction: column; gap: 6px; }
.om-beneficios-card__item { display: flex; align-items: flex-start; gap: 10px; padding: 6px 10px; background: rgba(255,255,255,0.7); border-radius: 6px; border: 1px solid rgba(120,53,232,0.12); }
.om-beneficios-card__icon { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; flex-shrink: 0; background: #7835E8; color: #fff; border-radius: 50%; font-size: 12px; font-weight: 700; line-height: 1; }
.om-beneficios-card__text { color: #3f2161; font-size: 0.9375rem; font-weight: 500; line-height: 1.4; padding-top: 2px; }
.om-grupo-alert { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; margin-top: 12px; background: linear-gradient(135deg, rgba(120,53,232,0.08) 0%, rgba(92,31,158,0.08) 100%); border: 1px solid rgba(120,53,232,0.25); border-left: 3px solid #7835E8; border-radius: 6px; color: #3f2161; font-size: 0.875rem; line-height: 1.4; }
.om-grupo-alert__icon { font-size: 1.125rem; line-height: 1; }
.om-grupo-alert__text strong { font-weight: 700; color: #29108F; }


/* === JERARQUIA AJUSTE — secciones mas chicas — 2026-05-19 === */
html body .om-producto-main .om-section__title { font-size: 20px !important; font-weight: 700 !important; margin: 0 0 12px 0 !important; letter-spacing: -0.015em !important; }
html body .om-producto-main .om-section { margin-bottom: 1.5rem !important; }


/* === COMPACTACION BENEFICIOS CARD — 2026-05-19 === */
html body .om-beneficios-card { padding: 14px 16px !important; margin: 12px 0 !important; border-radius: 10px !important; }
html body .om-beneficios-card__badge { font-size: 10px !important; padding: 3px 9px !important; margin-bottom: 10px !important; letter-spacing: 0.06em !important; }
html body .om-beneficios-card__list { gap: 5px !important; }
html body .om-beneficios-card__item { padding: 5px 9px !important; font-size: 13px !important; }
html body .om-beneficios-card__icon { width: 18px !important; height: 18px !important; font-size: 10px !important; }
html body .om-beneficios-card__text { font-size: 0.875rem !important; padding-top: 1px !important; }
html body .om-beneficios-card__nota { display: flex; align-items: center; gap: 7px; margin-top: 10px; padding-top: 10px; border-top: 1px solid rgba(120,53,232,0.15); font-size: 0.8125rem; color: #5C1F9E; line-height: 1.35; }
html body .om-beneficios-card__nota strong { font-weight: 700; color: #29108F; }


/* ============================================================
   COTIZADOR REDISEÑO — SLIDE-OVER PANEL
   2026-05-20
   ============================================================ */

html body .om-calculator-modal { align-items: stretch !important; justify-content: flex-end !important; padding: 0 !important; background: rgba(41, 16, 143, 0.55) !important; backdrop-filter: blur(2px); }
html body .om-calculator-modal.active { display: flex !important; }
html body .om-calculator-content { border-radius: 20px 0 0 20px !important; padding: 0 !important; max-width: 620px !important; width: 620px !important; max-height: 100vh !important; height: 100vh !important; box-shadow: -20px 0 60px rgba(120, 53, 232, 0.30) !important; display: flex !important; flex-direction: column !important; overflow: hidden !important; animation: omCotSlideIn 0.28s cubic-bezier(0.32, 0.72, 0, 1); }
@keyframes omCotSlideIn { from { transform: translateX(40px); opacity: 0; } to { transform: translateX(0); opacity: 1; } }
@media (max-width: 768px) { html body .om-calculator-content { border-radius: 0 !important; width: 100% !important; max-width: 100% !important; } }

/* HEADER GLASS */
.om-cot-header { position: relative; padding: 22px 28px 18px; background: linear-gradient(135deg, #faf7ff 0%, #f3eaff 100%); border-bottom: 1px solid var(--om-purple-100, #e0d4f5); display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; flex-shrink: 0; }
.om-cot-header::before { content: ""; position: absolute; inset: 0; background: radial-gradient(80% 60% at 100% 0%, rgba(120,53,232,0.10) 0%, transparent 70%); pointer-events: none; }
.om-cot-header__main { position: relative; flex: 1; min-width: 0; }
.om-cot-header__eyebrow { font-size: 11px; font-weight: 800; letter-spacing: 0.14em; color: #7835E8; text-transform: uppercase; margin-bottom: 4px; }
.om-cot-header__title { font-size: 19px; font-weight: 800; color: #29108F; line-height: 1.2; margin-bottom: 8px; letter-spacing: -0.01em; }
.om-cot-header__sub { display: inline-flex; gap: 6px; align-items: center; font-size: 12px; color: #5C1F9E; background: rgba(120,53,232,0.08); border: 1px solid rgba(120,53,232,0.18); padding: 4px 10px; border-radius: 99px; font-weight: 600; flex-wrap: wrap; }
html body .om-cot-header .om-calculator-close { position: relative !important; top: auto !important; right: auto !important; flex-shrink: 0; width: 36px !important; height: 36px !important; font-size: 16px !important; border: 1px solid #e0d4f5 !important; background: #fff !important; color: #29108F !important; }
html body .om-cot-header .om-calculator-close:hover { background: #29108F !important; color: #fff !important; transform: rotate(90deg); }

/* BODY scroll */
.om-cot-body { flex: 1; overflow-y: auto; padding: 20px 28px; min-height: 0; }
.om-cot-body form { margin: 0; }

/* ALERT PREMIUM */
.om-cot-alert { display: flex; gap: 12px; padding: 14px 16px; background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%); border: 1px solid #fcd34d; border-left: 4px solid #f59e0b; border-radius: 10px; margin-bottom: 22px; align-items: flex-start; }
.om-cot-alert__icon { flex-shrink: 0; width: 32px; height: 32px; border-radius: 8px; background: rgba(245,158,11,0.15); display: flex; align-items: center; justify-content: center; color: #f59e0b; font-size: 18px; }
.om-cot-alert__title { font-size: 13px; font-weight: 700; color: #92400e; margin-bottom: 2px; }
.om-cot-alert__desc { font-size: 12px; color: #78350f; }

/* FOOT pricing */
.om-cot-foot { border-top: 1px solid #e0d4f5; background: linear-gradient(180deg, #ffffff 0%, #faf7ff 100%); padding: 18px 28px; flex-shrink: 0; }
.om-cot-foot__recap { display: flex; justify-content: space-between; align-items: center; padding-bottom: 12px; margin-bottom: 12px; border-bottom: 1px dashed rgba(120,53,232,0.20); gap: 14px; flex-wrap: wrap; }
.om-cot-foot__recap-list { display: flex; gap: 16px; flex-wrap: wrap; }
.om-cot-foot__recap-item { font-size: 11px; color: #6b5b8a; display: flex; flex-direction: column; gap: 1px; }
.om-cot-foot__recap-item strong { font-size: 14px; font-weight: 700; color: #29108F; font-variant-numeric: tabular-nums; }
.om-cot-foot__total { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 12px; }
.om-cot-foot__total-label { font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: #6b5b8a; margin-bottom: 2px; }
.om-cot-foot__total-amount { font-size: 30px; font-weight: 800; color: #29108F; line-height: 1; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.om-cot-foot__total-amount small { font-size: 13px; font-weight: 700; color: #6b5b8a; margin-left: 4px; }
.om-cot-foot__cta { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 10px; }
.om-cot-foot__cta button, .om-cot-foot__cta a { padding: 14px 12px !important; border-radius: 12px !important; font-size: 13px !important; font-weight: 700 !important; cursor: pointer; border: 0 !important; display: flex; align-items: center; justify-content: center; gap: 6px; transition: all 0.15s; letter-spacing: 0.01em; text-decoration: none; line-height: 1; margin: 0 !important; }


/* === COTIZADOR — MEJORAS INTERIOR FORM v1 — 2026-05-20 === */

/* Labels uniformes */
html body .om-cot-body label, html body .om-cot-body .om-calc-field label { display: block !important; font-size: 11px !important; font-weight: 800 !important; letter-spacing: 0.10em !important; color: #6b5b8a !important; text-transform: uppercase !important; margin-bottom: 8px !important; }

/* Selects premium custom */
html body .om-cot-body select { width: 100% !important; padding: 11px 36px 11px 14px !important; border: 1.5px solid #e0d4f5 !important; border-radius: 10px !important; background: #fff !important; color: #29108F !important; font-size: 14px !important; font-weight: 600 !important; cursor: pointer !important; appearance: none !important; -webkit-appearance: none !important; background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%278%27 fill=%27none%27%3E%3Cpath d=%27M1 1.5l5 5 5-5%27 stroke=%27%237835E8%27 stroke-width=%271.6%27 stroke-linecap=%27round%27/%3E%3C/svg%3E") !important; background-repeat: no-repeat !important; background-position: right 12px center !important; transition: all 0.15s !important; font-family: inherit !important; }
html body .om-cot-body select:hover, html body .om-cot-body select:focus { border-color: #7835E8 !important; outline: 0 !important; box-shadow: 0 0 0 3px rgba(120,53,232,0.10) !important; }

/* Inputs premium */
html body .om-cot-body input[type="number"], html body .om-cot-body input[type="text"]:not(#omAgenciaNombre) { width: 100% !important; padding: 11px 14px !important; border: 1.5px solid #e0d4f5 !important; border-radius: 10px !important; background: #fff !important; color: #29108F !important; font-size: 14px !important; font-weight: 600 !important; font-family: inherit !important; transition: all 0.15s !important; }
html body .om-cot-body input[type="number"]:focus, html body .om-cot-body input[type="text"]:focus { border-color: #7835E8 !important; outline: 0 !important; box-shadow: 0 0 0 3px rgba(120,53,232,0.10) !important; }

/* Spacing entre campos */
html body .om-cot-body .om-calc-field { margin-bottom: 18px !important; }
html body .om-cot-body .om-calc-row { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 12px !important; margin-bottom: 0 !important; }

/* Fecha unica display */
html body .om-cot-body #omCalcFechaUnica, html body .om-cot-body #omCalcPeriodo { padding: 14px 16px !important; background: linear-gradient(135deg, #faf7ff 0%, #f3eaff 100%) !important; border: 1.5px solid #d4c1f0 !important; border-radius: 10px !important; color: #29108F !important; font-weight: 700 !important; font-size: 14px !important; text-align: center !important; letter-spacing: -0.01em !important; }

/* Card de habitacion (om-calc-habitacion del JS) */
html body .om-cot-body .om-calc-habitacion { padding: 16px !important; border: 1.5px solid #e0d4f5 !important; border-radius: 12px !important; margin-bottom: 10px !important; background: #fff !important; transition: all 0.15s !important; }
html body .om-cot-body .om-calc-habitacion:hover { border-color: rgba(120,53,232,0.4) !important; }
html body .om-cot-body .om-calc-habitacion h4 { font-size: 14px !important; font-weight: 800 !important; color: #29108F !important; margin: 0 0 14px 0 !important; display: flex !important; align-items: center !important; gap: 8px !important; }
html body .om-cot-body .om-calc-habitacion h4::before { content: "🛏"; display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 8px; background: linear-gradient(135deg, #7835E8 0%, #5C1F9E 100%); color: #fff; font-size: 14px; flex-shrink: 0; }

/* Resumen actual: hacer que se vea como footer pricing */
html body .om-cot-body #omCalcResumen { margin-top: 18px !important; padding: 16px 18px !important; background: linear-gradient(180deg, #ffffff 0%, #faf7ff 100%) !important; border: 1px solid #e0d4f5 !important; border-radius: 14px !important; border-left: 4px solid #7835E8 !important; }
html body .om-cot-body #omCalcResumen h3 { font-size: 11px !important; font-weight: 800 !important; letter-spacing: 0.12em !important; color: #6b5b8a !important; text-transform: uppercase !important; margin: 0 0 12px 0 !important; }
html body .om-cot-body #omCalcResumen #omCalcTotal { font-size: 28px !important; font-weight: 800 !important; color: #29108F !important; letter-spacing: -0.02em !important; font-variant-numeric: tabular-nums !important; }

/* Boton Calcular Total — convertirlo en CTA prominente */
html body .om-cot-body button[type="submit"].om-btn-primary { background: linear-gradient(135deg, #7835E8 0%, #5C1F9E 100%) !important; color: #fff !important; padding: 14px 16px !important; border-radius: 12px !important; font-size: 14px !important; font-weight: 700 !important; border: 0 !important; box-shadow: 0 4px 16px rgba(120,53,232,0.30) !important; transition: all 0.15s !important; cursor: pointer; letter-spacing: 0.01em; }
html body .om-cot-body button[type="submit"].om-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(120,53,232,0.40) !important; }

/* Botones generar PDF dentro del resumen */
html body .om-cot-body .om-cotiz-pdf-btn { width: 100% !important; padding: 13px 14px !important; border-radius: 10px !important; font-size: 13px !important; font-weight: 700 !important; border: 1.5px solid #e0d4f5 !important; background: #fff !important; color: #29108F !important; transition: all 0.15s !important; cursor: pointer; }
html body .om-cot-body .om-cotiz-pdf-btn:hover { border-color: #7835E8 !important; background: #faf7ff !important; }


/* === STEPPERS COTIZADOR — 2026-05-20 === */
.om-stepper { display: inline-flex; align-items: stretch; background: #fff; border: 1.5px solid #e0d4f5; border-radius: 10px; overflow: hidden; height: 42px; width: 100%; max-width: 160px; transition: all 0.15s; }
.om-stepper:hover { border-color: rgba(120,53,232,0.4); }
.om-stepper__btn { width: 40px; background: transparent; border: 0; color: #7835E8; font-size: 20px; font-weight: 700; cursor: pointer; transition: all 0.1s; display: flex; align-items: center; justify-content: center; font-family: inherit; padding: 0; line-height: 1; }
.om-stepper__btn:hover:not(:disabled) { background: #faf7ff; }
.om-stepper__btn:active:not(:disabled) { background: #f3eaff; transform: scale(0.95); }
.om-stepper__btn:disabled { opacity: 0.25; cursor: not-allowed; }
.om-stepper__val { flex: 1; text-align: center; font-size: 16px; font-weight: 800; color: #29108F; background: transparent; border-left: 1px solid #e0d4f5; border-right: 1px solid #e0d4f5; min-width: 48px; display: flex; align-items: center; justify-content: center; font-variant-numeric: tabular-nums; user-select: none; }

/* Cuando un select está stepperizado, asegurar que esté oculto */
html body .om-cot-body select[data-stepperized="1"] { display: none !important; }

/* Para el stepper de Numero de Habitaciones (más grande, full width) */
html body .om-cot-body #omCalcNumHabs + .om-stepper { max-width: 200px; height: 46px; }
html body .om-cot-body #omCalcNumHabs + .om-stepper .om-stepper__val { font-size: 18px; }


/* === COTIZADOR — REFINAMIENTOS v2 — 2026-05-20 === */

/* Total más chico (28px -> 22px) */
html body .om-cot-body #omCalcResumen #omCalcTotal { font-size: 22px !important; }

/* Resumen + CTAs sticky al fondo */
html body .om-cot-body #omCalcResumen { position: sticky !important; bottom: -1px !important; z-index: 10 !important; margin-left: -28px !important; margin-right: -28px !important; padding-left: 28px !important; padding-right: 28px !important; border-radius: 0 !important; border-left: 0 !important; border-right: 0 !important; border-bottom: 0 !important; border-top: 1px solid #e0d4f5 !important; background: linear-gradient(180deg, #ffffff 0%, #faf7ff 100%) !important; box-shadow: 0 -8px 20px rgba(120,53,232,0.06) !important; }

/* Habitaciones colapsadas: ocultar contenido cuando .om-calc-habitacion--collapsed */
html body .om-cot-body .om-calc-habitacion h4 { cursor: pointer; user-select: none; transition: all 0.15s; }
html body .om-cot-body .om-calc-habitacion h4:hover { color: #7835E8 !important; }
html body .om-cot-body .om-calc-habitacion h4::after { content: "▼"; font-size: 10px; color: #7835E8; margin-left: auto; transition: transform 0.2s; opacity: 0.6; }
html body .om-cot-body .om-calc-habitacion--collapsed h4::after { transform: rotate(-90deg); }
html body .om-cot-body .om-calc-habitacion--collapsed .om-calc-row, html body .om-cot-body .om-calc-habitacion--collapsed .om-calc-menores-edades { display: none !important; }
html body .om-cot-body .om-calc-habitacion--collapsed { padding: 12px 16px !important; margin-bottom: 6px !important; }
html body .om-cot-body .om-calc-habitacion--collapsed h4 { margin: 0 !important; font-size: 13px !important; }
html body .om-cot-body .om-calc-habitacion__summary { font-size: 11px; color: #6b5b8a; font-weight: 500; margin-top: 4px; padding-left: 38px; }
html body .om-cot-body .om-calc-habitacion__summary strong { color: #29108F; font-weight: 700; }
html body .om-cot-body .om-calc-habitacion:not(.om-calc-habitacion--collapsed) .om-calc-habitacion__summary { display: none; }


/* === COTIZADOR — COMPACTACION v3 — 2026-05-20 === */

/* Body padding reducido */
html body .om-cot-body { padding: 14px 24px !important; }

/* Labels más chicos y menos margin */
html body .om-cot-body label, html body .om-cot-body .om-calc-field label { font-size: 10px !important; margin-bottom: 5px !important; letter-spacing: 0.08em !important; }

/* Spacing entre campos reducido */
html body .om-cot-body .om-calc-field { margin-bottom: 12px !important; }

/* Selects más bajos */
html body .om-cot-body select { padding: 8px 32px 8px 12px !important; font-size: 13px !important; }

/* Card de fecha más compacta */
html body .om-cot-body #omCalcFechaUnica, html body .om-cot-body #omCalcPeriodo { padding: 10px 14px !important; font-size: 13px !important; }
html body .om-cot-body .om-calc-field small { font-size: 11px !important; margin-top: 4px !important; }

/* Steppers más bajos */
html body .om-cot-body .om-stepper { height: 36px !important; max-width: 130px !important; }
html body .om-cot-body .om-stepper__btn { width: 34px !important; font-size: 17px !important; }
html body .om-cot-body .om-stepper__val { font-size: 14px !important; min-width: 40px !important; }

/* Stepper habitaciones - un poquito más alto que los demás */
html body .om-cot-body #omCalcNumHabs + .om-stepper { height: 38px !important; max-width: 150px !important; }
html body .om-cot-body #omCalcNumHabs + .om-stepper .om-stepper__val { font-size: 15px !important; }

/* Card de habitacion - padding reducido + spacing más apretado */
html body .om-cot-body .om-calc-habitacion { padding: 12px 14px !important; margin-bottom: 8px !important; border-radius: 10px !important; }
html body .om-cot-body .om-calc-habitacion h4 { font-size: 13px !important; margin: 0 0 10px 0 !important; gap: 8px !important; }
html body .om-cot-body .om-calc-habitacion h4::before { width: 26px !important; height: 26px !important; font-size: 12px !important; border-radius: 7px !important; }
html body .om-cot-body .om-calc-habitacion .om-calc-row { gap: 10px !important; }

/* Resumen sticky - reducir padding interno */
html body .om-cot-body #omCalcResumen { padding: 12px 24px !important; margin-top: 14px !important; }
html body .om-cot-body #omCalcResumen h3 { margin-bottom: 8px !important; font-size: 10px !important; }
html body .om-cot-body #omCalcResumen #omCalcTotal { font-size: 22px !important; }
html body .om-cot-body .om-cotiz-pdf-btn { padding: 10px 12px !important; font-size: 12px !important; }

/* Alert más compacta */
html body .om-cot-alert { padding: 11px 13px !important; margin-bottom: 14px !important; }
html body .om-cot-alert__icon { width: 28px !important; height: 28px !important; font-size: 15px !important; }
html body .om-cot-alert__title { font-size: 12px !important; }
html body .om-cot-alert__desc { font-size: 11px !important; }

/* Header más compacto */
.om-cot-header { padding: 18px 24px 14px !important; }
.om-cot-header__eyebrow { font-size: 10px !important; margin-bottom: 3px !important; }
.om-cot-header__title { font-size: 17px !important; margin-bottom: 6px !important; }
.om-cot-header__sub { font-size: 11px !important; padding: 3px 9px !important; }
