.hy-payments-plan-buttons {
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 18px;
  margin: 24px 0;
}

.hy-payments-plan-button-card {
  padding: 22px;
  border: 1px solid rgba(180, 210, 230, .7);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(238,250,255,.92));
  box-shadow: 0 12px 34px rgba(79, 161, 216, .12);
}

.hy-payments-plan-button-card h3 {
  margin: 0 0 10px;
}

.hy-payments-price {
  margin: 0 0 16px;
  font-size: 1.35rem;
  font-weight: 800;
}

.hy-payments-price small {
  font-size: .9rem;
  color: #64748b;
}

.hy-payments-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #4db4f4, #64d8c7);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}

.hy-payments-button:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.hy-payments-button--ghost {
  background: #fff;
  color: #2878d7;
  border: 1px solid rgba(77, 180, 244, .35);
}

.hy-payments-note {
  margin: 10px 0 0;
  color: #94a3b8;
  font-size: .9rem;
}

@media (max-width: 820px) {
  .hy-payments-plan-buttons {
    grid-template-columns: 1fr;
  }
}


/* hy-payments v01.07 checkout confirmation */
.hy-payments-checkout-confirm {
  margin: 14px 0 16px;
  padding: 14px;
  border: 1px solid rgba(180, 210, 230, .65);
  border-radius: 14px;
  background: rgba(255, 255, 255, .7);
  color: #334155;
  font-size: .9rem;
  line-height: 1.75;
}

.hy-payments-checkout-confirm__summary {
  margin: 0 0 8px;
  font-weight: 700;
}

.hy-payments-checkout-confirm__items {
  margin: 0 0 10px 1.2em;
  padding: 0;
}

.hy-payments-consent {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: .88rem;
}

.hy-payments-consent input {
  margin-top: .35em;
}


/* hy-payments v01.10 current subscription / plan change */
.hy-payments-current-subscription,
.hy-payments-existing-subscription {
  margin: 24px 0;
  padding: 22px;
  border: 1px solid rgba(180, 210, 230, .7);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(238,250,255,.92));
  box-shadow: 0 12px 34px rgba(79, 161, 216, .12);
}

.hy-payments-current-subscription h3 {
  margin: 0 0 10px;
}
