/* Pop-up de promociones flash (landing, panel, vitrina). */

.escala-promo-pop {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.75rem 1rem 1.25rem;
  box-sizing: border-box;
}

.escala-promo-pop[hidden] {
  display: none !important;
}

.escala-promo-pop__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 18, 32, 0.72);
}

.escala-promo-pop__wrap {
  position: relative;
  z-index: 1;
  width: min(22.5rem, 100%);
  max-height: min(88vh, 42rem);
}

.escala-promo-pop__close {
  position: absolute;
  top: -0.65rem;
  right: -0.55rem;
  z-index: 2;
  width: 2.15rem;
  height: 2.15rem;
  padding: 0;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #0b1220;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
}

.escala-promo-pop__close:focus-visible {
  outline: 3px solid #00a868;
  outline-offset: 2px;
}

.escala-promo-pop__card {
  max-height: min(88vh, 42rem);
  overflow: auto;
  padding: 1.2rem 1.15rem 1.3rem;
  box-sizing: border-box;
  font-family: Inter, system-ui, sans-serif;
  -webkit-overflow-scrolling: touch;
}

.escala-promo-pop__logo-wrap {
  display: flex;
  justify-content: center;
  margin: 0 0 0.75rem;
  padding: 0.55rem 0.7rem;
  background: #fff;
  border-radius: 12px;
}

.escala-promo-pop__logo {
  display: block;
  width: min(100%, 15.5rem);
  height: auto;
}

.escala-promo-pop__kicker {
  margin: 0 0 0.35rem;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #00a868;
}

.escala-promo-pop__item + .escala-promo-pop__item {
  margin-top: 0.9rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(16, 26, 46, 0.12);
}

.escala-promo-pop__title {
  margin: 0 0 0.4rem;
  font-size: 1.28rem;
  line-height: 1.2;
  font-weight: 800;
  color: #101a2e;
  text-align: center;
}

.escala-promo-pop__desc {
  margin: 0 0 0.7rem;
  font-size: 0.92rem;
  line-height: 1.45;
  color: #243044;
  white-space: pre-wrap;
  text-align: center;
}

.escala-promo-pop__meta {
  margin: 0;
  padding: 0.85rem 0.75rem;
  border-radius: 12px;
  background: #e4f5ec;
  color: #101a2e;
  text-align: center;
}

.escala-promo-pop__meta-block + .escala-promo-pop__meta-block {
  margin-top: 0.75rem;
}

.escala-promo-pop__meta-h {
  margin: 0;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.3;
}

.escala-promo-pop__meta-v {
  margin: 0.22rem 0 0;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.4;
}

.escala-promo-pop__hint {
  margin: 0.85rem 0 0.9rem;
  font-size: 0.8rem;
  line-height: 1.4;
  color: #5a6578;
  text-align: center;
}

.escala-promo-pop__cta {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  padding: 0.78rem 1rem;
  border-radius: 999px;
  background: #00a868;
  color: #fff !important;
  font-weight: 700;
  font-size: 0.95rem;
}

.escala-promo-pop__cta:hover {
  background: #046a45;
  text-decoration: none;
}

/* Marco 1 — doble filo verde + azul */
.escala-promo-pop__card[data-marco="1"] {
  background: #fff;
  border: 4px solid #00a868;
  border-radius: 22px;
  box-shadow: inset 0 0 0 3px #1c4fe0;
}

/* Marco 2 — navy con barras verde/azul */
.escala-promo-pop__card[data-marco="2"] {
  background: #101a2e;
  border-radius: 18px;
  border-top: 6px solid #00a868;
  border-bottom: 6px solid #00a868;
  border-left: 4px solid #1c4fe0;
  border-right: 4px solid #1c4fe0;
  color: #fff;
}

.escala-promo-pop__card[data-marco="2"] .escala-promo-pop__title,
.escala-promo-pop__card[data-marco="2"] .escala-promo-pop__desc {
  color: #fff;
}

.escala-promo-pop__card[data-marco="2"] .escala-promo-pop__hint {
  color: #c5d0de;
}

.escala-promo-pop__card[data-marco="2"] .escala-promo-pop__item + .escala-promo-pop__item {
  border-top-color: rgba(255, 255, 255, 0.14);
}

.escala-promo-pop__card[data-marco="2"] .escala-promo-pop__meta {
  background: rgba(228, 245, 236, 0.12);
  color: #e4f5ec;
}

/* Marco 3 — marco verde con esquinas azules */
.escala-promo-pop__card[data-marco="3"] {
  position: relative;
  background: #f7fbf8;
  border: 3px solid #00a868;
  border-radius: 18px;
}

.escala-promo-pop__card[data-marco="3"]::before,
.escala-promo-pop__card[data-marco="3"]::after,
.escala-promo-pop__card[data-marco="3"] .escala-promo-pop__corner {
  content: "";
  position: absolute;
  width: 1.15rem;
  height: 1.15rem;
  border-color: #1c4fe0;
  border-style: solid;
  pointer-events: none;
}

.escala-promo-pop__card[data-marco="3"]::before {
  top: 0.45rem;
  left: 0.45rem;
  border-width: 3px 0 0 3px;
}

.escala-promo-pop__card[data-marco="3"]::after {
  top: 0.45rem;
  right: 0.45rem;
  border-width: 3px 3px 0 0;
}

.escala-promo-pop__card[data-marco="3"] .escala-promo-pop__corner--bl {
  bottom: 0.45rem;
  left: 0.45rem;
  border-width: 0 0 3px 3px;
}

.escala-promo-pop__card[data-marco="3"] .escala-promo-pop__corner--br {
  bottom: 0.45rem;
  right: 0.45rem;
  border-width: 0 3px 3px 0;
}

body.escala-promo-pop-open {
  overflow: hidden;
}

@media (max-width: 380px) {
  .escala-promo-pop {
    padding: 1.5rem 0.7rem 1rem;
  }

  .escala-promo-pop__title {
    font-size: 1.12rem;
  }
}
