background: linear-gradient(135deg, #f6f8fb, #eef2f8);
      padding-top: 110px;
      padding-bottom: 70px;
    }
    .hero-stack {
      text-align: center;
    }
    .next-steps-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      max-width: 1100px;
    }
    @media (max-width: 768px) {
      .next-steps-grid { grid-template-columns: 1fr; }
    }
    .next-steps-card {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .next-steps-card h2 {
      margin: 0 0 4px;
      font-size: 1.4rem;
      font-family: var(--font-display);
      color: var(--bg-dark);
    }
    .next-steps-card p {
      margin: 0;
      color: var(--muted);
      line-height: 1.6;
    }
    .next-steps-card .btn-primary {
      margin-top: auto;
      align-self: flex-start;
    }
    .next-steps-card--primary {
      border-color: rgba(242, 163, 59, 0.45);
      box-shadow: 0 14px 30px rgba(10, 31, 66, 0.12);
      background: #fffaf2;
    }
    .calendly-embed {
      max-width: 1000px;
      margin: 0 auto;
    }
    
  .next-steps-hero {
    background: linear-gradient(140deg, #0d2040, #0a1833);
    position: relative;
    overflow: hidden;
  }
  .next-steps-hero::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;
  }
  .next-steps-hero::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;
  }
  .next-steps-hero .hero-stack {
    position: relative;
    z-index: 1;
  }
  .next-steps-hero .section-title,
  .next-steps-hero .section-lead {
    color: var(--white);
  }
  

.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>
