.subtitle {
  max-width: 780px;
}

.tag {
  width: fit-content;
  margin-bottom: 16px;
}

.support-card {
  display: block;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: rgba(23, 27, 37, .90);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
  transition:
    transform .15s ease,
    border-color .15s ease,
    background .15s ease,
    box-shadow .15s ease;
}

.support-card:hover {
  transform: translateY(-3px);
  border-color: var(--border-hover);
  background: rgba(29, 35, 48, .96);
  box-shadow: 0 18px 38px rgba(0, 0, 0, .25);
}

.support-card h2 {
  margin: 0 0 10px;
  font-size: 1.28rem;
  line-height: 1.25;
}

.support-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
  font-size: .96rem;
}
