.checkout-hint {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 1.25rem;
  line-height: 1.55;
}

.checkout-help {
  margin-top: 1.25rem;
  padding: 1rem 1.15rem;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.02);
  font-size: 0.8rem;
  line-height: 1.55;
  color: var(--text-muted);
}

.checkout-help.is-emphasized {
  border-color: rgba(201, 168, 76, 0.45);
  background: rgba(201, 168, 76, 0.08);
}

.checkout-help strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
}

.checkout-help a {
  color: var(--gold-light);
  font-weight: 600;
  text-decoration: none;
}

.checkout-help a:hover {
  text-decoration: underline;
}

.checkout-help-list {
  margin: 0.5rem 0 0;
  padding-left: 1.1rem;
}

.checkout-help-list li {
  margin-bottom: 0.25rem;
}

.checkout-recommended {
  display: none;
  margin-bottom: 1rem;
  padding: 0.65rem 0.85rem;
  border-radius: 8px;
  border: 1px solid rgba(46, 204, 113, 0.35);
  background: rgba(46, 204, 113, 0.08);
  font-size: 0.8rem;
  color: rgba(232, 232, 240, 0.88);
}

.checkout-recommended.is-visible {
  display: block;
}
