/* ── Modal Promoción ──────────────────────────────────── */

#modalPromo { overflow: hidden; }

#modalPromo .modal-dialog {
  max-width: 520px;
  margin: auto;
  height: 44vh;
  max-height: 44vh;
  display: flex;
  align-items: center;
}

#modalPromo .modal-content {
  width: 100%;
  height: 44vh;
  max-height: 44vh;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* HEAD — 1/4 negro */
#modalPromo .promo-head {
  flex: 0 0 25%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.4rem;
  position: relative;
}

#modalPromo .promo-head__tag {
  color: #d4af6e;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 0 0.15rem;
}

#modalPromo .promo-head__title {
  color: #fff;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0;
  line-height: 1.2;
}

#modalPromo .promo-head__close {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

/* BODY — 2/4 imagen */
#modalPromo .promo-body {
  flex: 0 0 50%;
  position: relative;
  background: url('../../images/promo-bg.jpg') center center / cover no-repeat;
  background-color: #645600;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#modalPromo .promo-body__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

#modalPromo .promo-body__desc {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 1.4rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.95) !important;
  font-family: 'Nanum Gothic', sans-serif !important;
  font-size: 1rem !important;
}

#modalPromo .promo-body__desc-inner {
  width: 100%;
  text-align: center;
}

#modalPromo .promo-body__desc-inner p,
#modalPromo .promo-body__desc-inner div,
#modalPromo .promo-body__desc-inner span,
#modalPromo .promo-body__desc-inner h1,
#modalPromo .promo-body__desc-inner h2,
#modalPromo .promo-body__desc-inner h3 {
  color: rgba(255, 255, 255, 0.95) !important;
  font-family: 'Nanum Gothic', sans-serif !important;
  background: transparent !important;
  line-height: 1.6;
  margin: 0 0 0.3rem;
}

#modalPromo .promo-body__desc-inner p:last-child,
#modalPromo .promo-body__desc-inner div:last-child {
  margin-bottom: 0;
}

#modalPromo .promo-body__desc-inner h1,
#modalPromo .promo-body__desc-inner h2,
#modalPromo .promo-body__desc-inner h3 {
  font-size: 1.1rem !important;
  font-weight: 700;
}

#modalPromo .promo-body__wsp {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-bottom: 0.7rem;
}

#modalPromo .promo-body__wsp-label {
  color: #fff;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  vertical-align: middle;
  margin-right: 0.4rem;
}

#modalPromo .promo-body__wsp-icon {
  color: #fff;
  font-size: 1.4rem;
  vertical-align: middle;
}

/* FOOTER — 1/4 gris oscuro */
#modalPromo .promo-footer {
  flex: 0 0 25%;
  background: #3a3a3a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.4rem;
}

#modalPromo .promo-footer__note {
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}

#modalPromo .promo-footer__btn {
  background: #39847a;
  color: #fff;
  border: none;
  padding: 0.38rem 1.2rem;
  border-radius: 4px;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: uppercase;
  white-space: nowrap;
}
