/* Per-domain color overrides */
:root {
  --accent: #4f46e5;
  --accent-light: rgba(79, 70, 229, 0.08);
  --accent-dark: #4338ca;
  --text-primary: #1a1a2e;
  --text-secondary: #64748b;
  --text-muted: #94a3b8;
  --bg-page: #ffffff;
  --bg-section: #eef2ff;
  --bg-subtle: #e0e7ff;
  --border: #c7d2fe;
  --border-light: #e0e7ff;
}
/* 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; }
