/* Per-domain color overrides */
:root {
  --accent: #2563eb;
  --accent-light: rgba(37, 99, 235, 0.08);
  --accent-dark: #1d4ed8;
  --text-primary: #1a1a2e;
  --text-secondary: #64748b;
  --text-muted: #94a3b8;
  --bg-page: #ffffff;
  --bg-section: #eff6ff;
  --bg-subtle: #dbeafe;
  --border: #93c5fd;
  --border-light: #dbeafe;
}
/* Hero variant: left-aligned with accent stripe */
.page-hero {
  border-top: 4px solid var(--accent);
  background: var(--bg-section);
  text-align: left;
}
.page-hero h1 { border-bottom: none; }
.page-hero .subtitle { margin: 1rem 0 1.5rem; max-width: 560px; }
.page-hero .stacked-form { margin: 0; max-width: 380px; }
.page-hero .trust-row { justify-content: flex-start; }
/* Enable hero illustrations */
.page-hero::after, .page-hero::before { display: block; }
