/* Per-domain color overrides */
:root {
  --accent: #06b6d4;
  --accent-light: rgba(6, 182, 212, 0.08);
  --accent-dark: #0891b2;
  --text-primary: #1a1a2e;
  --text-secondary: #64748b;
  --text-muted: #94a3b8;
  --bg-page: #ffffff;
  --bg-section: #ecfeff;
  --bg-subtle: #cffafe;
  --border: #a5f3fc;
  --border-light: #cffafe;
}
/* Hero variant: left-aligned */
.page-hero { text-align: left; }
.page-hero h1 { border-bottom: none; padding-bottom: 0; }
.page-hero h1::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: var(--accent);
  margin-top: 0.5rem;
}
.page-hero .subtitle { margin: 1rem 0 1.5rem; max-width: 540px; }
.page-hero .stacked-form { margin: 0; }
.page-hero .trust-row { justify-content: flex-start; }

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