/* Dark theme (site.css palette) + calmer banking chrome.
   No light page. No gold glare on buttons. */
h1, h2, h3, .brand-title,
.form-card h1, .legal-card h1, .legal-card h2,
.dash-head h1, .dash-table-head h2, .admin-view h1,
.onboarding-card h2, .approval-state__title, .hero-copy h1 {
  font-family: "Segoe UI", system-ui, -apple-system, "Helvetica Neue", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.btn {
  border-radius: 6px;
}
.btn:hover { transform: none; }

.btn-gold {
  box-shadow: none;
}

.form-card .btn-gold { width: 100%; }

.brand img { box-shadow: none; }

.stat-label {
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 650;
  font-size: 0.72rem;
}

.stat-card strong { font-weight: 750; }

.admin-nav-btn { font-weight: 600; }
.admin-nav-btn .nav-ico { display: none; }

.footer-tagline { display: none; }
.site-footer { font-size: 0.88rem; }
