.promo-banner {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid rgba(251, 113, 133, 0.28);
  background: linear-gradient(135deg, rgba(251, 113, 133, 0.12), rgba(157, 229, 0, 0.08));
  border-radius: 1rem;
  padding: 1rem 1.25rem;
  text-align: left;
}

.promo-banner-eyebrow {
  margin-bottom: 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fda4af;
}

.promo-banner-copy {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #f4f4f5;
}

.promo-banner-button {
  flex: none;
  border: 1px solid rgba(251, 113, 133, 0.35);
  background: rgba(251, 113, 133, 0.14);
  color: #ffe4e6;
  border-radius: 999px;
  padding: 0.7rem 1rem;
  font-size: 0.85rem;
  font-weight: 700;
  transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.promo-banner-button:hover {
  background: rgba(251, 113, 133, 0.2);
  border-color: rgba(251, 113, 133, 0.5);
  transform: translateY(-1px);
}

.promo-price-original {
  font-size: 1rem;
  font-weight: 700;
  color: #fb7185;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(251, 113, 133, 0.85);
}

.promo-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.6rem;
  border: 1px solid rgba(251, 113, 133, 0.28);
  background: rgba(251, 113, 133, 0.12);
  color: #fecdd3;
  border-radius: 999px;
  padding: 0.3rem 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.promo-note {
  margin-top: 0.55rem;
  font-size: 0.82rem;
  line-height: 1.5;
  color: #fda4af;
}

.promo-note-muted {
  color: #a1a1aa;
}

.checkout-modal {
  position: fixed;
  inset: 0;
  z-index: 110;
}

.checkout-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px);
}

.checkout-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(92vw, 34rem);
  margin: 8vh auto 0;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 1.5rem;
  background: #0b0b0f;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  padding: 1.4rem;
}

.checkout-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #f4f4f5;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

.checkout-modal__close:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.checkout-modal__eyebrow {
  margin: 0 0 0.4rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #a3e635;
}

.checkout-modal__title {
  margin: 0 0 1rem;
  color: #fafafa;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 700;
}

.checkout-modal__summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.03);
  padding: 1rem 1.05rem;
  margin-bottom: 1rem;
}

.checkout-modal__plan {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fafafa;
}

.checkout-modal__note {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #a1a1aa;
}

.checkout-modal__price-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.2rem;
  min-width: 6rem;
}

.checkout-modal__price {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  color: #fafafa;
}

.checkout-modal__label {
  display: block;
  margin-bottom: 0.5rem;
  color: #fafafa;
  font-size: 0.92rem;
  font-weight: 600;
}

.checkout-modal__input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 1rem;
  background: #09090d;
  padding: 0.95rem 1rem;
  color: #fafafa;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.checkout-modal__input:focus {
  border-color: rgba(163, 230, 53, 0.6);
  box-shadow: 0 0 0 3px rgba(163, 230, 53, 0.08);
}

.checkout-modal__helper {
  margin: 0.75rem 0 0;
  color: #a1a1aa;
  font-size: 0.9rem;
  line-height: 1.55;
}

.checkout-modal__status {
  margin-top: 0.85rem;
  font-size: 0.92rem;
}

.checkout-modal__cta {
  display: block;
  width: 100%;
  margin-top: 1rem;
  border: none;
  border-radius: 999px;
  background: #a3e635;
  color: #111827;
  font-size: 0.96rem;
  font-weight: 700;
  padding: 0.95rem 1.1rem;
  transition: transform 0.15s ease, filter 0.15s ease;
}

.checkout-modal__cta:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

.checkout-modal-open {
  overflow: hidden;
}

.promo-banner.hidden,
.promo-price-original.hidden,
.promo-badge.hidden,
.promo-note.hidden,
.checkout-modal.hidden,
.checkout-modal__status.hidden {
  display: none;
}

@media (max-width: 47.99rem) {
  .promo-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .promo-banner-button {
    width: 100%;
  }

  .checkout-modal__dialog {
    width: min(94vw, 34rem);
    margin-top: 5vh;
    padding: 1.15rem;
  }

  .checkout-modal__summary {
    flex-direction: column;
  }

  .checkout-modal__price-block {
    align-items: flex-start;
  }
}
