/* Blog post styles */
.blog-post {
  padding-top: 68px;
}
.blog-post__header {
  background: linear-gradient(135deg, #0f2238 0%, #1e4060 100%);
  padding: 5rem 0 4rem;
  text-align: center;
}
.blog-post__date {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.blog-post__header h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 300;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 1rem;
}
.blog-post__sub {
  color: rgba(255,255,255,0.65);
  font-size: 1.05rem;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}
.blog-post__body {
  max-width: 740px;
  padding: 4rem 2rem 6rem;
}
.blog-post__body h2 {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--navy);
  margin: 2.5rem 0 1rem;
}
.blog-post__body p {
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.85;
  margin-bottom: 1.25rem;
}
.blog-post__body em { color: var(--navy-mid); }
.blog-post__body ul {
  margin: 1rem 0 1.5rem 1.5rem;
  color: var(--text-muted);
  line-height: 1.9;
}
.blog-post__body li { margin-bottom: 0.4rem; }
.blog-post__back { margin-top: 3rem; }
