/* Per-domain color overrides */
:root {
  --accent: #92400e;
  --accent-light: rgba(146, 64, 14, 0.08);
  --accent-dark: #78350f;
  --text-primary: #1a1a2e;
  --text-secondary: #64748b;
  --text-muted: #94a3b8;
  --bg-page: #ffffff;
  --bg-section: #fffbeb;
  --bg-subtle: #fef3c7;
  --border: #fde68a;
  --border-light: #fef3c7;
}
/* Hero variant: split with accent strip */
.page-hero {
  border-top: 4px solid var(--accent);
  background: var(--bg-section);
  text-align: left;
}
.page-hero h1 { border-bottom: none; padding-bottom: 0; }
.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; }

/* Hero illustration (document + data grid) */
.page-hero::after, .page-hero::before { display: block; }
