.page-header {
      padding: 120px 20px 90px;
      background: radial-gradient(circle at 18% 20%, rgba(12, 58, 120, .08), transparent 32%), linear-gradient(135deg, #f9fbff, #e5ecf6);
      position: relative;
      overflow: hidden;
    }
    .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;
      position: relative;
      isolation: isolate;
    }
    .page-header .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: "\2022";
      position: absolute;
      left: 8px;
      top: 0;
      color: var(--accent);
      font-weight: 800;
    }
    .header-image-placeholder {
      position: relative;
      height: 340px;
      border-radius: 14px;
      overflow: hidden;
      background: linear-gradient(135deg, rgba(6, 32, 75, .25), rgba(14, 90, 150, .35)), url('../contact.png') center/cover no-repeat;
      box-shadow: 0 18px 44px rgba(12, 31, 60, .22);
      border: 1px solid rgba(10, 42, 82, .16);
    }
    .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;
    }
    .next-steps-strip {
      padding: 40px 0;
      background: transparent;
    }
    .next-steps-wrap {
      max-width: var(--max-w);
      margin: 0 auto;
      padding: 0 20px;
      display: grid;
      gap: 16px;
    }
    .next-steps {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      align-items: stretch;
    }
    .next-step-card {
      background: #fdfefe;
      border: 1px solid rgba(15, 57, 115, .08);
      border-radius: 14px;
      padding: 18px 16px 16px;
      display: flex;
      align-items: center;
      min-height: 110px;
      box-shadow: 0 12px 28px rgba(10, 31, 66, .06);
      position: relative;
      overflow: hidden;
    }
    .next-steps p {
      margin: 0;
      line-height: 1.5;
      color: #0a234a;
    }
    .next-step-card::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(12, 58, 120, .06), transparent 45%);
      pointer-events: none;
    }
    .next-step-card::after {
      content: '';
      position: absolute;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: var(--accent);
      opacity: .14;
      right: 14px;
      bottom: 12px;
    }
    .step-lead {
      font-weight: 800;
      font-size: 1.05rem;
    }
    .step-body {
      font-weight: 400;
      color: #3b4b63;
      font-size: 1.05rem;
    }
    .authority-line {
      text-align: center;
      color: #6b768a;
      font-size: 0.95rem;
      margin-top: 8px;
    }
    .proof-strip {
      padding: 48px 20px;
      background: #fff;
    }
    .proof-grid {
      max-width: var(--max-w);
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
    .proof-item {
      padding: 20px;
      border: 1px solid var(--border);
      border-radius: 12px;
      background: #fdfefe;
      box-shadow: 0 10px 22px rgba(0,0,0,.03);
    }
    .proof-title {
      font-weight: 800;
      color: #0a234a;
      margin-bottom: 6px;
    }
    .proof-text {
      margin: 0;
      color: #3b4b63;
      line-height: 1.5;
    }
    @media (max-width: 900px) {
      .proof-grid { grid-template-columns: 1fr; }
    }
    .calendly-embed {
      max-width: 980px;
      margin: 0 auto;
    }
    .schedule-actions {
      margin-top: 18px;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 12px;
    }
    .schedule-actions .btn-secondary {
      display: inline-block;
      padding: 12px 22px;
      border-radius: var(--radius);
      border: 1px solid var(--border);
      color: var(--bg-dark);
      font-weight: 600;
      transition: .25s;
      background: #fff;
    }
    .schedule-actions .btn-secondary:hover {
      transform: translateY(-1px);
      border-color: rgba(242, 163, 59, .6);
      color: var(--bg-dark);
    }
    body {
      background: #0c1f3c;
    }
    .section {
      background: #0c1f3c;
    }
    .section-label {
      color: var(--accent);
    }
    .section-title {
      color: var(--white);
    }
    .section-lead {
      color: rgba(255, 255, 255, 0.82);
    }
    .schedule-block .section-title {
      color: var(--white);
    }
    .schedule-block .section-lead {
      color: rgba(255, 255, 255, 0.82);
    }
    .calendly-embed {
      background: rgba(7, 16, 32, 0.6);
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 16px;
      box-shadow: 0 20px 50px rgba(4, 10, 20, 0.45);
      padding: 12px;
    }
    .schedule-actions .btn-secondary {
      border: 1px solid rgba(255, 255, 255, 0.25);
      color: var(--white);
      background: transparent;
    }
    .schedule-actions .btn-secondary:hover {
      color: var(--white);
    }
    .contact {
      background: #0c1f3c;
    }
    .contact-form input,
    .contact-form textarea {
      border: 1px solid rgba(255, 255, 255, 0.2);
      background: rgba(7, 16, 32, 0.45);
      color: var(--white);
    }
    .contact-form input::placeholder,
    .contact-form textarea::placeholder {
      color: rgba(255, 255, 255, 0.7);
    }
    .contact-direct {
      border: 1px solid rgba(255, 255, 255, 0.18);
      background: rgba(7, 16, 32, 0.5);
    }
    
  .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>
