/* Shared light styles for static pages (About/Privacy/Terms/Contact) */
.page-hero {
  background: #f6fbff;
  border-bottom: 1px solid #e8eef3;
}
.page-hero .thin { padding-top: 28px; padding-bottom: 18px; }
.page-hero .tagline { color: #4f6476; margin-top: 6px; }

.page-content { padding: 24px 0 40px; }

/* “Prose” content: readable width & typography */
.prose {
  max-width: 880px;
  margin: 0 auto;
  line-height: 1.7;
  color: #243647;
}
.prose h2 { margin: 1.2em 0 .5em; color: #0a3c60; font-size: 1.25rem; }
.prose p { margin: .75em 0; }
.prose ul { margin: .5em 0 .5em 1.2em; }

/* Active nav link styling if your theme supports it */
.main-nav a.active { font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
