.ascenra-pay-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(5, 7, 12, 0.72);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
}

.ascenra-pay-overlay.is-open {
  display: flex;
}

.ascenra-pay-popup {
  position: relative;
  width: min(28rem, 100%);
  padding: 1.75rem 1.5rem 1.5rem;
  border-radius: 22px;
  color: #f4f7fb;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.ascenra-pay-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: inherit;
  font-size: 1.4rem;
  cursor: pointer;
}

.ascenra-pay-kicker {
  margin: 0 0 0.35rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: rgba(244, 247, 251, 0.7);
}

.ascenra-pay-popup h2 {
  margin: 0 0 0.5rem;
  font-size: 1.45rem;
}

.ascenra-pay-copy {
  margin: 0 0 1rem;
  color: rgba(244, 247, 251, 0.78);
  line-height: 1.5;
}

.ascenra-pay-product {
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.ascenra-pay-product h3 {
  margin: 0 0 0.4rem;
}

.ascenra-pay-product p {
  margin: 0;
  color: rgba(244, 247, 251, 0.78);
}

.ascenra-pay-price {
  margin-top: 0.65rem !important;
  font-size: 1.35rem;
  font-weight: 700;
}

.ascenra-pay-btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 0.65rem;
  padding: 0.9rem 1rem;
  border: 0;
  border-radius: 14px;
  font-weight: 700;
  cursor: pointer;
}

.ascenra-pay-btn--stripe {
  color: #fff;
  background: linear-gradient(45deg, #6772e5, #5469e5);
}

.ascenra-pay-btn--paypal {
  color: #fff;
  background: linear-gradient(45deg, #0070ba, #005ea6);
}

.ascenra-pay-btn:disabled {
  opacity: 0.7;
  cursor: wait;
}

.ascenra-pay-error {
  margin: 0.75rem 0 0;
  color: #ffb4b4;
}

.pricing-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.35rem;
}
