/**
 * Modal "Quantidades grátis por mês" — usa .global-modal / .global-modal-content
 * do instagram-photo-modal.css; backdrop com classe própria (não .global-modal-mask).
 */

.gl-ft-monthly-modal__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(12, 9, 30, 0.72);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.gl-ft-monthly-modal .global-modal-content.gl-ft-monthly-modal__content {
  width: min(94vw, 460px);
  max-height: min(88vh, 640px);
  padding: 20px 18px 18px;
}

.gl-ft-monthly-modal__close.modal-close {
  z-index: 3;
}

.gl-ft-monthly-modal__head {
  text-align: center;
  margin: 0 36px 16px 0;
  padding-right: 8px;
}

.gl-ft-monthly-modal__heading {
  margin: 0;
  color: #171327;
  font-weight: 900;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.gl-ft-monthly-modal__sub {
  margin: 10px 0 0;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #5c5f66;
}

.gl-ft-monthly-modal__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gl-ft-monthly-modal__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(148, 95, 253, 0.16);
  background: linear-gradient(
    135deg,
    rgba(148, 95, 253, 0.08),
    rgba(255, 51, 102, 0.05)
  );
  box-shadow: 0 6px 20px rgba(32, 23, 58, 0.06);
}

.gl-ft-monthly-modal__item-label {
  font-size: 0.875rem;
  font-weight: 700;
  color: #20173a;
  line-height: 1.3;
}

.gl-ft-monthly-modal__item-meta {
  display: block;
  margin-top: 4px;
  font-size: 0.6875rem;
  font-weight: 600;
  color: #7a6a9d;
  line-height: 1.35;
}

.gl-ft-monthly-modal__item-value {
  flex-shrink: 0;
  font-size: 0.9375rem;
  font-weight: 900;
  color: #5d36d6;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.gl-ft-monthly-modal__note {
  margin: 14px 0 0;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(148, 95, 253, 0.08);
  border: 1px solid rgba(148, 95, 253, 0.12);
  font-size: 0.75rem;
  line-height: 1.45;
  color: #4a4458;
}

.gl-ft-monthly-trigger-wrap {
  margin: 2px 0 0;
  text-align: center;
}

.gl-ft-monthly-trigger {
  margin: 0;
  padding: 0px 2px;
  border: 0;
  background: transparent;
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: 600;
  color: #6b5b9e;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  border-radius: 6px;
}

/* Checkout: afasta o link do ponto final (o trigger global usa margin: 0) */
.gl-checkout-free-trial-hint__link.gl-ft-monthly-trigger {
  margin-left: 0.2em;
}

.gl-ft-monthly-trigger:hover {
  color: #20173a;
}

.gl-ft-monthly-trigger:focus-visible {
  outline: 2px solid rgba(148, 95, 253, 0.55);
  outline-offset: 2px;
}
