padding: 120px 20px 90px;
      background: radial-gradient(circle at 18% 20%, rgba(12, 58, 120, .08), transparent 32%),
        linear-gradient(135deg, #f6f8fb, #e9eef6);
    }
    @media (max-width: 768px) {
      .page-header.blog-hero {
        padding: 96px 20px 72px;
      }
    }
    .section-label--left {
      text-align: left;
    }
    .header-grid {
      display: grid;
      grid-template-columns: 1.05fr 0.95fr;
      gap: 24px;
      align-items: center;
      max-width: var(--max-w);
      margin: 0 auto;
    }
    @media (max-width: 900px) {
      .header-grid {
        grid-template-columns: 1fr;
      }
    }
    .header-content {
      padding: 28px 28px 24px;
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 16px 48px rgba(10, 31, 66, .1);
      border: 1px solid rgba(15, 57, 115, .08);
      max-width: 720px;
    }
    .header-content .hero__headline {
      font-family: var(--font-display);
      font-size: clamp(2.2rem, 4vw, 2.8rem);
      color: #0a234a;
      margin-bottom: 16px;
      font-weight: 800;
      line-height: 1.1;
    }
    .page-header .section-lead {
      max-width: 640px;
      margin-bottom: 22px;
      color: #4a5b73;
      line-height: 1.6;
    }
    .hero-meta {
      margin-top: 26px;
      padding: 10px 12px 12px;
      background: #f8fafc;
      border: 1px solid rgba(15, 57, 115, .05);
      border-radius: 12px;
    }
    .hero-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 6px 12px;
      font-size: .78rem;
      letter-spacing: .04em;
      text-transform: uppercase;
      color: #0c366a;
      background: rgba(12, 54, 106, .1);
      border-radius: 999px;
      margin-bottom: 10px;
      font-weight: 700;
    }
    .hero-trust-points {
      list-style: none;
      display: grid;
      grid-template-columns: 1fr;
      gap: 8px;
      padding: 6px 0 0;
      margin: 0;
      color: #24354f;
      font-weight: 600;
      font-size: .95rem;
    }
    .hero-trust-points li {
      position: relative;
      padding-left: 26px;
    }
    .hero-trust-points li::before {
      content: ">";
      position: absolute;
      left: 0;
      top: 2px;
      color: #0f7ad0;
      font-weight: 800;
    }
    .header-image-placeholder {
      position: relative;
      height: 340px;
      border-radius: 14px;
      overflow: hidden;
      background: url("../trust-localization-graph.png") center/cover no-repeat;
      box-shadow: 0 18px 40px rgba(12, 31, 60, .25);
      border: 1px solid rgba(10, 42, 82, .2);
    }
    .header-image-placeholder::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(6, 26, 60, .25), rgba(14, 90, 150, .2));
      pointer-events: none;
    }
    .blog-feature .feature-card {
      display: grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 24px;
      align-items: center;
      padding: 32px;
      border-radius: 16px;
      border: 1px solid var(--border);
      background: #fff;
      box-shadow: 0 16px 48px rgba(10, 31, 66, .08);
    }
    @media (max-width: 900px) {
      .blog-feature .feature-card {
        grid-template-columns: 1fr;
      }
    }
    .feature-image {
      height: 240px;
      border-radius: 12px;
      background: url("../services.png") center/cover no-repeat;
      border: 1px solid rgba(10, 42, 82, .2);
    }
    .post-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      font-size: .88rem;
      font-weight: 600;
      color: #4a5b73;
      margin-bottom: 14px;
    }
    .post-tag {
      background: rgba(12, 54, 106, .1);
      color: #0c366a;
      padding: 4px 10px;
      border-radius: 999px;
      font-size: .78rem;
      text-transform: uppercase;
      letter-spacing: .04em;
    }
    .blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: var(--grid-gap);
      margin-top: var(--gap-lead-content);
    }
    .blog-card {
      background: #fff;
      border: 1px solid var(--border);
      border-radius: 14px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      min-height: 320px;
      box-shadow: 0 12px 24px rgba(0, 0, 0, .04);
    }
    .blog-card__image {
      height: 160px;
      background: url("../hero-map-bg.png") center/cover no-repeat;
    }
    .blog-card__body {
      padding: 22px;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .blog-card h3 {
      margin: 0;
      font-size: 1.2rem;
      color: #0a234a;
    }
    .blog-card p {
      margin: 0;
      color: var(--muted);
    }
    .blog-card--placeholder {
      background: var(--primary-soft);
      border-style: dashed;
    }
    .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>
