/* Per-domain color overrides */
:root {
  --accent: #e11d48;
  --accent-light: rgba(225, 29, 72, 0.07);
  --accent-dark: #be123c;
  --text-primary: #1a1a2e;
  --text-secondary: #64748b;
  --text-muted: #94a3b8;
  --bg-page: #ffffff;
  --bg-section: #fff1f2;
  --bg-subtle: #ffe4e6;
  --border: #fecdd3;
  --border-light: #ffe4e6;
}
/* 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; }
