padding: 120px 20px 70px;
      background: radial-gradient(circle at 18% 20%, rgba(12, 58, 120, .08), transparent 32%),
        linear-gradient(135deg, #f6f8fb, #e9eef6);
    }
    .section-label--left {
      text-align: left;
    }
    .post-hero__inner {
      max-width: var(--max-w);
      margin: 0 auto;
    }
    .post-hero__content {
      max-width: 860px;
      padding: 28px 28px 24px;
      background: #fff;
      border-radius: 16px;
      border: 1px solid rgba(15, 57, 115, .08);
      box-shadow: 0 16px 48px rgba(10, 31, 66, .1);
    }
    .post-hero__content h1 {
      margin: 8px 0 14px;
      font-size: clamp(2.1rem, 4vw, 2.6rem);
      color: #0a234a;
    }
    .post-meta {
      color: #4a5b73;
      font-weight: 600;
      margin: 0;
    }
    .post-body {
      max-width: 860px;
      margin: 0 auto;
      display: grid;
      gap: 22px;
    }
    .post-body p {
      margin: 0;
      color: var(--text);
    }
    .post-body h2 {
      margin-top: 18px;
    }
    .post-list {
      padding-left: 20px;
      display: grid;
      gap: 10px;
      color: var(--text);
    }
    .post-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      align-items: center;
      margin-top: 12px;
    }
    .text-link {
      color: #0c366a;
      font-weight: 700;
    }
    
  .page-header {
    background: linear-gradient(140deg, #0d2040, #0a1833);
    position: relative;
    overflow: hidden;
  }
  .page-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../hero-map-bg.png") center/cover no-repeat;
    background-color: rgba(12, 31, 60, .5);
    background-blend-mode: overlay;
    opacity: .18;
  }
  .page-header::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(80% 80% at 20% 20%, rgba(242,163,59,.18), transparent 60%),
      radial-gradient(70% 70% at 80% 10%, rgba(255,255,255,.10), transparent 55%);
    pointer-events: none;
  }
  .page-header .header-grid,
  .page-header .post-hero__inner {
    position: relative;
    z-index: 1;
  }
  

.page-header {
  background:
    radial-gradient(140% 120% at 15% 5%, #1a3158 0%, #0c1f3c 45%, #061127 100%);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../hero-map-bg.png") center/cover no-repeat;
  background-color: rgba(12, 31, 60, 0.5);
  background-blend-mode: overlay;
  opacity: 0.12;
  pointer-events: none;
}
.page-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(80% 70% at 12% 8%, rgba(255,255,255,.08), transparent 62%),
    radial-gradient(70% 70% at 82% 12%, rgba(242,163,59,.08), transparent 60%);
  pointer-events: none;
}
.page-header > * {
  position: relative;
  z-index: 1;
}
.page-header .header-content {
  background: rgba(7, 16, 32, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  box-shadow:
    0 24px 60px rgba(4, 10, 20, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
}
.page-header .hero__headline {
  color: var(--white);
  text-shadow: 0 6px 18px rgba(4, 10, 20, 0.4);
}
.page-header .section-lead {
  color: rgba(255, 255, 255, 0.85);
}
.page-header .hero-meta {
  background: rgba(7, 16, 32, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.page-header .hero-eyebrow {
  color: var(--accent);
  background: rgba(242, 163, 59, 0.12);
}
.page-header .hero-trust-points {
  color: rgba(255, 255, 255, 0.82);
}
.page-header .hero-trust-points li::before {
  color: var(--accent);
}
.page-header .header-image-placeholder {
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 60px rgba(4, 10, 20, 0.45);
}</style>
