.pb-page {
  background: linear-gradient(180deg, #eef3f9 0%, #e4ebf4 100%);
}

.pb-centered {
  text-align: center;
}

.pb-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(29, 47, 135, 0.08);
  color: #2340a3;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.pb-section-heading {
  margin-bottom: 40px;
}

.pb-section-heading h2,
.pb-value-copy h2,
.pb-final-shell h2,
.pb-feature-intro h2 {
  color: #142c88;
  letter-spacing: -0.04em;
}

.pb-section-heading h2,
.pb-value-copy h2,
.pb-final-shell h2,
.pb-feature-intro h2 {
  font-size: clamp(2.2rem, 4.7vw, 4.4rem);
  line-height: 1.05;
  margin-bottom: 14px;
}

.pb-section-heading p,
.pb-value-copy p,
.pb-final-shell p,
.pb-feature-intro p {
  color: #29426a;
  font-size: 1.03rem;
  line-height: 1.75;
}

.pb-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  border: 1px solid rgba(18, 44, 136, 0.16);
  background: rgba(255, 255, 255, 0.92);
  color: #183596;
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(20, 43, 120, 0.08);
}

.pb-btn-secondary:hover {
  background: #ffffff;
  transform: translateY(-1px);
}

.pb-image-placeholder {
  width: 100%;
  border-radius: 28px;
  border: 1.5px dashed rgba(29, 47, 135, 0.24);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(232, 239, 248, 0.98) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #2441a5;
  font-weight: 800;
  padding: 24px;
  overflow: hidden;
  position: relative;
}

.pb-image-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(36, 65, 165, 0.06) 0%, rgba(36, 65, 165, 0) 28%),
    radial-gradient(circle at 80% 80%, rgba(243, 197, 60, 0.14) 0%, rgba(243, 197, 60, 0) 22%);
  pointer-events: none;
}

.pb-image-placeholder span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(190, 205, 225, 0.88);
  color: #163595;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(18, 37, 100, 0.08);
}

/* HERO */

.pb-hero {
  position: relative;
  overflow: hidden;
  min-height: 780px;
  background: linear-gradient(135deg, #0a1c67 0%, #133698 100%);
}

.pb-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.pb-hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(90deg,
      #0a1c67 0%,
      #0a1c67 14%,
      rgba(10, 28, 103, 0.98) 24%,
      rgba(10, 28, 103, 0.92) 32%,
      rgba(10, 28, 103, 0.76) 40%,
      rgba(10, 28, 103, 0.44) 49%,
      rgba(10, 28, 103, 0.16) 58%,
      rgba(10, 28, 103, 0) 68%);
  pointer-events: none;
}

.pb-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 15% 18%, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 22%),
    radial-gradient(circle at 88% 8%, rgba(243, 197, 60, 0.12) 0%, rgba(243, 197, 60, 0) 16%);
  pointer-events: none;
}

.pb-hero-image-frame {
  position: absolute;
  top: 34px;
  right: 34px;
  bottom: 34px;
  width: min(72%, 1080px);
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.18);
}

.pb-hero-image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 100%;
  border: 0;
  border-radius: 0;
  padding: 0;
  background:
    linear-gradient(180deg, rgba(7, 21, 71, 0.08) 0%, rgba(7, 21, 71, 0.14) 45%, rgba(7, 21, 71, 0.34) 100%),
    linear-gradient(135deg, #c9d4e3 0%, #eff4fb 100%);
  box-shadow: none;
}

.pb-hero-image-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 21, 71, 0.08) 0%, rgba(7, 21, 71, 0.14) 45%, rgba(7, 21, 71, 0.34) 100%),
    radial-gradient(circle at 75% 30%, rgba(255, 255, 255, 0.38) 0%, rgba(255, 255, 255, 0) 28%),
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 24%);
}

.pb-hero-shell {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 560px) 1fr;
  gap: 24px;
  align-items: center;
  min-height: 780px;
}

.pb-hero-copy {
  padding: 46px 0 40px;
  color: #ffffff;
}

.pb-hero .pb-kicker {
  background: rgba(255, 255, 255, 0.08);
  color: #f3c53c;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.pb-hero-copy h1 {
  color: #ffffff;
  font-size: clamp(3rem, 6vw, 5.7rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
  margin-bottom: 24px;
  max-width: 560px;
}

.pb-hero-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.08rem;
  line-height: 1.8;
  max-width: 560px;
}

.pb-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.pb-hero-spacer {
  min-height: 1px;
}

.pb-floating-card {
  position: absolute;
  z-index: 5;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 50px rgba(7, 17, 58, 0.2);
  max-width: 250px;
}

.pb-floating-top {
  top: 56px;
  left: calc(50% - 40px);
}

.pb-floating-bottom {
  right: 18px;
  bottom: 48px;
}

.pb-floating-label {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 6px;
  font-weight: 800;
}

.pb-floating-value {
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 800;
}

/* STRIP */

.pb-overview-strip {
  padding: 22px 0 84px;
}

.pb-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pb-overview-card {
  padding: 24px 22px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(183, 203, 228, 0.95);
  box-shadow: 0 16px 34px rgba(18, 37, 100, 0.06);
}

.pb-overview-card span {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #f3c53c;
  color: #102871;
  font-size: 0.95rem;
  font-weight: 900;
  margin-bottom: 16px;
}

.pb-overview-card h3 {
  color: #142c88;
  font-size: 1.28rem;
  line-height: 1.2;
  margin-bottom: 8px;
}

.pb-overview-card p {
  color: #29426a;
  font-size: 0.98rem;
  line-height: 1.65;
}

/* BENEFIT ROWS */

.pb-benefit-rows {
  padding: 0 0 94px;
}

.pb-row {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 30px;
  align-items: center;
  margin-bottom: 34px;
}

.pb-row-reverse {
  grid-template-columns: 1.08fr 0.92fr;
}

.pb-row-reverse .pb-row-media {
  order: 2;
}

.pb-row-reverse .pb-row-content {
  order: 1;
}

.pb-row-media,
.pb-row-content {
  min-width: 0;
}

.pb-row-image {
  min-height: 360px;
  border-radius: 30px;
}

.pb-row-content {
  padding: 16px 4px;
}

.pb-row-number {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  background: linear-gradient(180deg, #173594 0%, #244cb6 100%);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  box-shadow: 0 16px 30px rgba(20, 43, 120, 0.16);
}

.pb-row-content h3 {
  color: #142c88;
  font-size: clamp(1.8rem, 2.6vw, 2.5rem);
  line-height: 1.14;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}

.pb-row-content p {
  color: #29426a;
  font-size: 1.02rem;
  line-height: 1.75;
}

.pb-check-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.pb-check-list div {
  position: relative;
  padding: 14px 16px 14px 44px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(183, 203, 228, 0.8);
  color: #29426a;
  line-height: 1.55;
}

.pb-check-list div::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 18px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #f3c53c;
  box-shadow: 0 0 0 5px rgba(243, 197, 60, 0.15);
}

/* JOURNEY MAP */

.pb-journey-map {
  padding: 0 0 94px;
}

.pb-map-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.pb-map-card {
  padding: 30px 26px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(183, 203, 228, 0.95);
  box-shadow: 0 16px 34px rgba(18, 37, 100, 0.06);
}

.pb-map-card-featured {
  background:
    radial-gradient(circle at top right, rgba(243, 197, 60, 0.18) 0%, rgba(243, 197, 60, 0) 28%),
    linear-gradient(180deg, #102871 0%, #173a97 100%);
  border-color: rgba(255, 255, 255, 0.12);
}

.pb-map-stage {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: #edf3ff;
  color: #183596;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.pb-map-card-featured .pb-map-stage {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.pb-map-card h3 {
  color: #142c88;
  font-size: 1.45rem;
  line-height: 1.18;
  margin-bottom: 14px;
}

.pb-map-card-featured h3 {
  color: #ffffff;
}

.pb-map-card ul {
  list-style: none;
  display: grid;
  gap: 12px;
}

.pb-map-card li {
  position: relative;
  padding-left: 22px;
  color: #29426a;
  line-height: 1.6;
}

.pb-map-card-featured li {
  color: rgba(255, 255, 255, 0.86);
}

.pb-map-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #244cb6;
}

.pb-map-card-featured li::before {
  background: #f3c53c;
}

/* VALUE SECTION */

.pb-value-section {
  padding: 0 0 94px;
}

.pb-value-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 28px;
  align-items: stretch;
}

.pb-value-copy {
  padding: 34px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(246, 249, 253, 0.98) 100%);
  border: 1px solid rgba(183, 203, 228, 0.95);
  box-shadow: 0 24px 50px rgba(18, 37, 100, 0.08);
}

.pb-value-points {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.pb-value-point {
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(237, 244, 255, 0.9) 0%, rgba(255, 255, 255, 0.96) 100%);
  border: 1px solid rgba(193, 211, 235, 0.92);
}

.pb-value-point h3 {
  color: #163595;
  font-size: 1.08rem;
  line-height: 1.3;
  margin-bottom: 8px;
}

.pb-value-point p {
  color: #29426a;
  font-size: 0.97rem;
  line-height: 1.65;
}

.pb-value-side {
  display: grid;
  gap: 18px;
}

.pb-tall-image {
  min-height: 460px;
}

.pb-quote-box {
  padding: 26px;
  border-radius: 24px;
  background:
    linear-gradient(160deg, #0a1c67 0%, #14379b 56%, #0c2d82 100%);
  color: #ffffff;
  font-size: 1.18rem;
  line-height: 1.6;
  box-shadow: 0 24px 56px rgba(10, 24, 77, 0.16);
}

/* FEATURE BAND */

.pb-feature-band {
  padding: 0 0 94px;
}

.pb-feature-band-inner {
  padding: 38px 34px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 88% 18%, rgba(243, 197, 60, 0.18) 0%, rgba(243, 197, 60, 0) 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(245, 248, 252, 0.98) 100%);
  border: 1px solid rgba(183, 203, 228, 0.95);
  box-shadow: 0 24px 50px rgba(18, 37, 100, 0.08);
}

.pb-feature-intro {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 22px;
}

.pb-feature-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.pb-feature-chips span {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  background: #eef4ff;
  border: 1px solid #d5e2f5;
  color: #183596;
  font-weight: 800;
  font-size: 0.93rem;
}

/* FINAL CTA */

.pb-final-cta {
  padding: 0 0 98px;
}

.pb-final-shell {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  padding: 56px 34px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 50%, rgba(243, 197, 60, 0.18) 0%, rgba(243, 197, 60, 0) 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(245, 248, 252, 0.98) 100%);
  border: 1px solid rgba(183, 203, 228, 0.95);
  box-shadow: 0 24px 50px rgba(18, 37, 100, 0.08);
}

.pb-final-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 28px;
}

/* RESPONSIVE */

@media (max-width: 1180px) {

  .pb-hero-shell,
  .pb-value-grid,
  .pb-row,
  .pb-row-reverse {
    grid-template-columns: 1fr;
  }

  .pb-overview-grid,
  .pb-map-grid {
    grid-template-columns: 1fr;
  }

  .pb-row-reverse .pb-row-media,
  .pb-row-reverse .pb-row-content {
    order: initial;
  }

  .pb-hero-shell {
    min-height: 720px;
  }

  .pb-hero-image-frame {
    width: min(82%, 880px);
  }

  .pb-floating-top {
    left: auto;
    right: 80px;
  }
}

@media (max-width: 820px) {
  .pb-hero {
    min-height: auto;
    padding: 42px 0 42px;
  }

  .pb-hero-shell {
    min-height: auto;
    gap: 0;
  }

  .pb-hero-copy {
    padding: 16px 0 0;
  }

  .pb-hero-image-frame {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 360px;
    margin-top: 26px;
  }

  .pb-hero-bg {
    position: static;
  }

  .pb-hero-bg::before {
    background:
      linear-gradient(180deg,
        rgba(10, 28, 103, 0.18) 0%,
        rgba(10, 28, 103, 0.08) 100%);
  }

  .pb-floating-card {
    display: none;
  }

  .pb-overview-strip,
  .pb-benefit-rows,
  .pb-journey-map,
  .pb-value-section,
  .pb-feature-band {
    padding-bottom: 64px;
  }

  .pb-hero-actions,
  .pb-final-actions {
    display: grid;
  }

  .pb-value-copy,
  .pb-feature-band-inner,
  .pb-final-shell {
    padding: 24px 20px;
  }

  .pb-row-image,
  .pb-tall-image {
    min-height: 320px;
  }
}

@media (max-width: 640px) {

  .pb-hero-copy h1,
  .pb-section-heading h2,
  .pb-value-copy h2,
  .pb-final-shell h2,
  .pb-feature-intro h2 {
    letter-spacing: -0.03em;
  }

  .pb-hero-copy h1 {
    font-size: clamp(2.3rem, 10vw, 3.4rem);
  }

  .pb-overview-card,
  .pb-map-card,
  .pb-quote-box {
    padding: 22px 20px;
  }
}

/* Program Benefits spacing cleanup - one pass */
.pb-overview-strip,
.pb-benefit-rows,
.pb-journey-map,
.pb-value-section,
.pb-feature-band,
.pb-final-cta {
  padding-bottom: 36px;
}

.pb-section-heading {
  margin-bottom: 24px;
}

.pb-feature-intro {
  margin-bottom: 18px;
}

.pb-row {
  margin-bottom: 24px;
}

.pb-value-points {
  margin-top: 18px;
}

.pb-final-actions,
.pb-hero-actions {
  margin-top: 20px;
}

/* Tighten gap above "How Support Shows Up" */
.pb-value-section {
  padding-bottom: 24px;
}

.pb-feature-band {
  padding-bottom: 36px;
}

.pb-feature-band-inner {
  padding-top: 24px;
  padding-bottom: 24px;
}

.pb-feature-intro {
  margin: 0 auto 16px;
}

.pb-hero-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.pb-section-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
}

.pb-section-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
}

.pb-section-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
}

.pb-section-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
}

.pb-premium-image {
  width: 100%;
  min-height: 460px;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
}