/* join — registration page-local styles */

.join-fineprint {
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  color: var(--text-dim);
  margin-top: 0.25rem;
}

.join-banner {
  background: rgba(192, 192, 192, 0.08);
  border: 1px solid var(--border-strong);
  border-radius: 3px;
  padding: 12px 16px;
  font-size: 0.85rem;
  color: var(--text-dim);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.join-tier-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
}

.join-tier-benefits li {
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--text-dim);
  line-height: 1.7;
  padding: 0.5rem 0;
  border-top: 1px solid var(--border);
}

.join-tier-benefits li:last-child {
  border-bottom: 1px solid var(--border);
}

.contact-sub strong {
  color: var(--white);
  font-weight: 500;
}
