.ng-welcome-popup--wrap.mfp-wrap {
  display: flex;
  align-items: center;
}

.ng-welcome-popup--wrap .mfp-content {
  width: 100%;
}

.ng-welcome-popup__card {
  width: min(520px, calc(100vw - 24px));
  margin: 0 auto;
  background: radial-gradient(1200px 520px at 15% 0%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 55%),
    radial-gradient(900px 420px at 95% 10%, rgba(255, 225, 198, 0.22) 0%, rgba(255, 255, 255, 0) 60%),
    linear-gradient(135deg, #8b0f1b 0%, #0f6b3e 100%);
  color: #fff;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
  display: flex;
  flex-direction: column;
}

.ng-welcome-popup__media img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.ng-welcome-popup__content {
  padding: 26px 28px 30px;
  text-align: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.38) 100%);
}

.ng-welcome-popup__badge {
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  padding: 6px 10px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.ng-welcome-popup__title {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 800;
  color: #ff2a3a;
  text-shadow: 0 10px 25px rgba(0, 0, 0, 0.45);
}

.ng-welcome-popup .ng-welcome-popup__content .ng-welcome-popup__title {
  color: #ff2a3a !important;
}

.ng-welcome-popup__text {
  margin: 0 0 18px;
  opacity: 0.95;
  color: rgba(255, 255, 255, 0.95);
  max-width: 36ch;
  margin-left: auto;
  margin-right: auto;
}

.ng-welcome-popup__actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.ng-welcome-popup__cta {
  width: 100%;
  justify-content: center;
  border-radius: 12px;
}

.ng-welcome-popup__cta > span {
  width: 100%;
  justify-content: center;
  padding: 14px 16px;
}

.ng-welcome-popup__close {
  display: none;
}

@media (max-width: 420px) {
  .ng-welcome-popup__content {
    padding: 22px;
  }

  .ng-welcome-popup__title {
    font-size: 28px;
  }
}
