.it-payment-options {
  --it-payment-blue: #3267f6;
  --it-payment-ink: #0d1b2e;
  --it-payment-muted: #65738a;
  padding: 1rem;
  border: 1px solid rgb(50 103 246 / 14%);
  border-radius: 1.35rem;
  background: linear-gradient(145deg, #f5f8ff 0%, #edf3ff 100%);
  color: var(--it-payment-ink);
}

.it-payment-options__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.85rem;
}

.it-payment-options__header > div {
  display: grid;
  gap: 0.2rem;
}

.it-payment-options__eyebrow {
  color: var(--it-payment-blue);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.it-payment-options__header strong {
  font-size: 0.9rem;
  font-weight: 850;
  line-height: 1.25;
}

.it-payment-options__trial {
  flex: 0 0 auto;
  padding: 0.42rem 0.65rem;
  border: 1px solid rgb(31 190 121 / 20%);
  border-radius: 999px;
  background: #e8f8f0;
  color: #147a50;
  font-size: 0.62rem;
  font-weight: 850;
  white-space: nowrap;
}

.it-payment-options__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.it-payment-option {
  min-width: 0;
  padding: 0.8rem;
  border: 1px solid rgb(13 27 46 / 8%);
  border-radius: 1rem;
  background: rgb(255 255 255 / 90%);
  box-shadow: 0 0.45rem 1.2rem rgb(31 64 135 / 6%);
}

.it-payment-option > span,
.it-payment-option small {
  display: block;
  color: var(--it-payment-muted);
  font-size: 0.66rem;
  line-height: 1.3;
}

.it-payment-option > span {
  font-weight: 800;
}

.it-payment-option strong {
  display: block;
  margin-top: 0.32rem;
  color: var(--it-payment-ink);
  font-family: "Unbounded", "Onest", sans-serif;
  font-size: clamp(0.95rem, 1.7vw, 1.18rem);
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.it-payment-option small {
  margin-top: 0.28rem;
}

.it-payment-option--best {
  border-color: transparent;
  background: linear-gradient(135deg, #3267f6 0%, #2454d5 100%);
  box-shadow: 0 0.7rem 1.7rem rgb(50 103 246 / 22%);
}

.it-payment-option--best > span,
.it-payment-option--best strong,
.it-payment-option--best small {
  color: white;
}

.it-payment-option--best small {
  opacity: 0.78;
}

.it-payment-options--promo {
  border-color: rgb(255 255 255 / 72%);
  background: rgb(255 255 255 / 72%);
  box-shadow: 0 0.8rem 2rem rgb(28 68 150 / 9%);
  backdrop-filter: blur(10px);
}

.it-payment-options--course {
  margin-top: 1.35rem;
}

.it-payment-options--dialog {
  margin-top: 1.15rem;
}

@media (max-width: 34rem) {
  .it-payment-options {
    padding: 0.8rem;
    border-radius: 1.1rem;
  }

  .it-payment-options__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.55rem;
  }

  .it-payment-options__trial {
    white-space: normal;
  }

  .it-payment-option {
    padding: 0.7rem;
    border-radius: 0.85rem;
  }

  .it-payment-option strong {
    font-size: clamp(0.85rem, 4vw, 1rem);
  }
}
