/* Static legal / info pages */
.site-page-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: #fafafa;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}
.site-page-header a {
  color: #1a1a1a;
  text-decoration: none;
}
.site-page-header a:hover {
  text-decoration: underline;
}
.site-page-main {
  max-width: 46rem;
  margin: 0 auto;
  padding: 2rem 1.25rem 4rem;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  line-height: 1.6;
  color: #222;
}
.site-page-main h1 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  line-height: 1.25;
}
.site-page-main h2 {
  font-size: 1.15rem;
  margin: 2rem 0 0.75rem;
}
.site-page-main p,
.site-page-main li {
  margin: 0.65rem 0;
}
.site-page-main ul {
  padding-left: 1.25rem;
}
.site-page-footer {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 0.875rem;
  color: #555;
}
