/* Cotizador de paquetes especiales (Camboriú, etc.) */
.esp-page {
  max-width: 900px;
  margin: 88px auto 48px;
  padding: 0 20px 40px;
  font-family: 'Poppins', sans-serif;
  color: #0f172a;
  box-sizing: border-box;
}
.esp-page *,
.esp-page *::before,
.esp-page *::after {
  box-sizing: border-box;
}
.esp-share-wrap { margin-top: 16px; }
.esp-hotel-lista {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.esp-hotel-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: .92rem;
  color: #334155;
  line-height: 1.4;
}
.esp-hotel-ico {
  font-size: 1.15rem;
  line-height: 1.2;
  flex: 0 0 auto;
}
.esp-loading { color: #64748b; }
.esp-page .btn-volver {
  display: inline-block;
  margin-bottom: 18px;
  color: #0e7490;
  font-weight: 600;
  text-decoration: none;
}
.esp-btn-hotel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  background: #fff;
  color: #0e7490;
  border: 1.5px solid #0e7490;
  font: inherit;
  font-size: .86rem;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
}
.esp-btn-hotel:hover { background: #ecfeff; color: #0c647a; }
.esp-bloque .esp-btn-hotel { margin-top: 0; margin-left: 8px; vertical-align: middle; }
.esp-hotel-btns { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.esp-hotel-item .esp-btn-hotel { margin-left: 6px; padding: 4px 10px; font-size: .74rem; }

.esp-hero {
  display: grid;
  gap: 18px;
  margin-bottom: 28px;
}
.esp-hero-img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}
.esp-eyebrow {
  margin: 0 0 6px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #ea580c;
}
.esp-hero h1 {
  margin: 0 0 10px;
  font-size: clamp(1.7rem, 4vw, 2.2rem);
  line-height: 1.15;
}
.esp-lead {
  margin: 0 0 14px;
  color: #475569;
  line-height: 1.55;
  font-size: .98rem;
}
.esp-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.esp-chips span {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: .78rem;
  font-weight: 600;
  color: #334155;
}
.esp-congelar {
  margin: 14px 0 0;
  background: rgba(249, 115, 22, .1);
  border-left: 4px solid #f97316;
  padding: 12px 14px;
  border-radius: 0 8px 8px 0;
  font-size: .88rem;
  font-weight: 700;
  color: #c2410c;
  line-height: 1.4;
}

.esp-grid {
  display: grid;
  gap: 18px;
  margin-bottom: 28px;
}
@media (min-width: 860px) {
  .esp-grid {
    grid-template-columns: 1.15fr .85fr;
    align-items: start;
  }
  .esp-resumen { position: sticky; top: 88px; }
}

.esp-cotizador,
.esp-resumen,
.esp-bloque {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px;
}
.esp-cotizador h2,
.esp-resumen h3,
.esp-bloque h2 {
  margin: 0 0 8px;
  font-size: 1.2rem;
}
.esp-cotizador-lead {
  margin: 0 0 16px;
  color: #64748b;
  font-size: .9rem;
}

.esp-field { display: block; margin-bottom: 14px; }
.esp-field > span,
.esp-fieldset legend {
  display: block;
  font-size: .82rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: #0f172a;
}
.esp-fieldset {
  border: none;
  padding: 0;
  margin: 0 0 14px;
}
.esp-input {
  width: 100%;
  border: 1.5px solid #cbd5e1;
  border-radius: 10px;
  padding: 11px 12px;
  font: inherit;
  font-size: .95rem;
  background: #fff;
}
.esp-input:focus {
  outline: 2px solid rgba(14, 116, 144, .35);
  border-color: #0e7490;
}
.esp-hint {
  margin: 6px 0 0;
  font-size: .78rem;
  color: #64748b;
  line-height: 1.45;
}

.esp-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.esp-tog {
  border: 1.5px solid #cbd5e1;
  background: #f8fafc;
  border-radius: 10px;
  padding: 11px 10px;
  font: inherit;
  font-weight: 700;
  font-size: .88rem;
  cursor: pointer;
  color: #334155;
}
.esp-tog.active {
  background: rgba(14, 116, 144, .1);
  border-color: #0e7490;
  color: #0e7490;
}

.esp-menores-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}
.esp-menores-head span { font-size: .82rem; font-weight: 700; }
.esp-menor-fila {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: end;
  margin-bottom: 8px;
}
.esp-btn-quitar {
  width: 42px;
  height: 42px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  color: #64748b;
}
.esp-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: .86rem;
  color: #334155;
  line-height: 1.4;
  margin-top: 8px;
}
.esp-check input { margin-top: 3px; }

.esp-resumen-meta {
  margin: 0 0 12px;
  color: #64748b;
  font-size: .86rem;
  line-height: 1.45;
}
.esp-lineas { display: grid; gap: 8px; margin-bottom: 12px; }
.esp-linea {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  font-size: .88rem;
  padding-bottom: 8px;
  border-bottom: 1px dashed #e2e8f0;
}
.esp-linea span {
  color: #334155;
  flex: 1 1 auto;
  min-width: 0;
}
.esp-linea strong {
  flex: 0 0 auto;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  text-align: right;
}
.esp-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  margin: 8px 0 10px;
}
.esp-total span {
  font-weight: 700;
  flex: 1 1 auto;
  min-width: 0;
}
.esp-total strong {
  flex: 0 0 auto;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  font-size: 1.55rem;
  color: #0e7490;
  text-align: right;
}
.esp-nota {
  margin: 0 0 14px;
  font-size: .75rem;
  color: #94a3b8;
  line-height: 1.4;
}
.esp-acciones { display: grid; gap: 8px; }
.esp-btn-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #25D366;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 10px;
  padding: 13px 16px;
}
.esp-btn-sec {
  border: 1.5px solid #cbd5e1;
  background: #fff;
  border-radius: 10px;
  padding: 11px 14px;
  font: inherit;
  font-weight: 700;
  font-size: .88rem;
  cursor: pointer;
  color: #0f172a;
}
.esp-error { color: #b91c1c; margin: 0; }

.esp-bloque { margin-bottom: 16px; }
.esp-lista {
  margin: 8px 0 0;
  padding-left: 1.15rem;
  color: #334155;
  line-height: 1.55;
  font-size: .92rem;
}
.esp-cond {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  margin-top: 8px;
  padding: 0 12px;
  background: #f8fafc;
}
.esp-cond summary {
  cursor: pointer;
  font-weight: 700;
  padding: 12px 0;
  list-style: none;
}
.esp-cond summary::-webkit-details-marker { display: none; }
.esp-cond ul {
  margin: 0 0 12px;
  padding-left: 1.1rem;
  color: #475569;
  font-size: .88rem;
  line-height: 1.5;
}

.esp-share-wrap { margin-top: 16px; }
.esp-hotel-lista {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.esp-hotel-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: .92rem;
  color: #334155;
  line-height: 1.4;
}
.esp-hotel-ico {
  font-size: 1.15rem;
  line-height: 1.2;
  flex: 0 0 auto;
}
