/* =========================================
   PROGRAM OVERVIEW PAGE
========================================= */

.pv-page {
  background: linear-gradient(180deg, #e7edf5 0%, #dfe7f0 100%);
}

.pv-narrow {
  width: min(1140px, 92%);
  margin: 0 auto;
}

.pv-section {
  padding: 90px 0;
}

.pv-centered {
  text-align: center;
}

.pv-eyebrow {
  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;
}

.pv-eyebrow-light {
  background: rgba(255, 255, 255, 0.08);
  color: #9eb8ff;
}

.pv-section-heading {
  margin-bottom: 36px;
}

.pv-section-heading h2,
.pv-final-box h2,
.pv-qualify-content h2 {
  color: #142c88;
  font-size: clamp(2.3rem, 5vw, 4.8rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
  margin-bottom: 16px;
}

.pv-section-heading p,
.pv-final-box p,
.pv-qualify-content p {
  color: #29426a;
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 920px;
  margin: 0 auto;
}

.pv-heading-light h2,
.pv-heading-light p {
  color: #ffffff;
}

.pv-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.88);
  color: #183596;
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(20, 43, 120, 0.08);
}

.pv-btn-secondary:hover {
  background: #ffffff;
  transform: translateY(-1px);
}

/* HERO */

.pv-hero {
  position: relative;
  overflow: hidden;
  min-height: 780px;
  background: linear-gradient(135deg, #0a1c67 0%, #133698 100%);
}

.pv-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.pv-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;
}

.pv-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;
}

.pv-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);
}

.pv-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.pv-hero-shell {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 560px) 1fr;
  gap: 24px;
  align-items: center;
  min-height: 780px;
}

.pv-hero-copy {
  padding: 46px 0 40px;
  color: #ffffff;
}

.pv-hero-kicker {
  background: rgba(255, 255, 255, 0.08);
  color: #f3c53c;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.pv-hero-copy h1 {
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
  margin-bottom: 24px;
  max-width: 560px;
}

.pv-hero-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.08rem;
  line-height: 1.8;
  max-width: 560px;
}

.pv-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.pv-hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
  max-width: 1000px;
}

.pv-point-card {
  padding: 18px 18px;
  border-radius: 18px;
  background: rgba(27, 52, 143, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.pv-point-card strong {
  display: block;
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 6px;
}

.pv-point-card span {
  display: block;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}

.pv-hero-spacer {
  min-height: 1px;
}

.pv-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;
}

.pv-floating-top {
  top: 56px;
  left: calc(50% - 40px);
}

.pv-floating-bottom {
  right: 18px;
  bottom: 48px;
}

.pv-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;
}

.pv-floating-value {
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 800;
}

/* GENERIC MEDIA BOXES */

.pv-media-box {
  width: 100%;
  border-radius: 28px;
  border: 1.5px dashed rgba(29, 47, 135, 0.2);
  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;
}

.pv-media-box::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;
}

.pv-feature-media {
  min-height: 460px;
}

.pv-feature-image-wrap {
  border-radius: 28px;
  overflow: hidden;
  background: #e8eef8;
  box-shadow: 0 18px 40px rgba(18, 37, 100, 0.08);
  border: 1px solid rgba(183, 203, 228, 0.75);
  padding: 0;
}

.pv-feature-image {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.pv-card-media {
  min-height: 250px;
  border-radius: 24px 24px 0 0;
}

.pv-card-image-wrap {
  border-radius: 24px 24px 0 0;
  overflow: hidden;
  background: #e8eef8;
  padding: 0;
}

.pv-card-image {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.pv-card-image-02 {
  object-position: left center;
}

.pv-card-image-03 {
  object-position: center center;
}

.pv-card-image-04 {
  object-position: right center;
}

.pv-benefits-visual {
  min-height: 540px;
  height: 100%;
}

.pv-trust-media {
  min-height: 560px;
  background:
    linear-gradient(90deg, rgba(8, 12, 26, 0.76) 0%, rgba(8, 12, 26, 0.28) 44%, rgba(8, 12, 26, 0.06) 100%),
    linear-gradient(135deg, #c4cfdd 0%, #eff4fb 100%);
  color: #ffffff;
  border: 0;
}

.pv-qualify-visual {
  min-height: 560px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%),
    linear-gradient(180deg, #2442ab 0%, #14256e 100%);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.14);
}

.pv-qualify-image {
  width: 100%;
  height: 100%;
  min-height: 640px;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 26px;
}

/* STATS STRIP */

.pv-stats-strip {
  margin-top: -34px;
  position: relative;
  z-index: 6;
}

.pv-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pv-stat-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(182, 201, 225, 0.7);
  border-radius: 22px;
  padding: 22px 18px;
  text-align: center;
  box-shadow: 0 18px 40px rgba(17, 36, 96, 0.08);
}

.pv-stat-card strong {
  display: block;
  color: #163595;
  font-size: 1.5rem;
  margin-bottom: 6px;
}

.pv-stat-card span {
  display: block;
  color: #314a73;
  font-size: 0.95rem;
  line-height: 1.45;
}

/* INTRO */

.pv-intro {
  padding-top: 92px;
}

.pv-feature-showcase {
  margin-top: 34px;
}

/* PILLARS */

.pv-pillars-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.pv-pillar-card {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(183, 203, 228, 0.95);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(18, 37, 100, 0.06);
}

.pv-pillar-body {
  padding: 30px 30px 34px;
}

.pv-icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #bcd3f6;
  color: #173593;
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 22px;
}

.pv-pillar-body h3,
.pv-mini-card h3,
.pv-process-card h3,
.pv-benefits-card h2,
.pv-process-cta h3 {
  color: #142c88;
  font-size: clamp(1.55rem, 2.1vw, 2.05rem);
  line-height: 1.18;
  margin-bottom: 12px;
}

.pv-pillar-body p,
.pv-mini-card p,
.pv-process-card p,
.pv-benefits-card p,
.pv-qualify-note {
  color: #29426a;
  font-size: 1rem;
  line-height: 1.7;
}

/* BENEFITS */

.pv-benefits-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: stretch;
}

.pv-benefits-card {
  padding: 34px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(246, 249, 253, 0.96) 100%);
  border: 1px solid rgba(183, 203, 228, 0.95);
  box-shadow: 0 18px 40px rgba(18, 37, 100, 0.06);
}

.pv-benefits-card h2 {
  margin-bottom: 16px;
}

.pv-benefits-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.pv-benefit-chip {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  background: #eef4ff;
  border: 1px solid #d5e2f5;
  color: #183596;
  font-weight: 800;
  font-size: 0.92rem;
}

.pv-benefits-section .pv-section-heading {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.pv-benefits-actions {
  margin-top: 28px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.pv-benefits-intro {
  color: #29426a;
  font-size: 1rem;
  line-height: 1.75;
}

.pv-support-feature-grid {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.pv-support-feature {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px 18px 18px 16px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(237, 244, 255, 0.92) 0%, rgba(255, 255, 255, 0.96) 100%);
  border: 1px solid rgba(193, 211, 235, 0.92);
}

.pv-support-feature h3 {
  color: #163595;
  font-size: 1.12rem;
  line-height: 1.25;
  margin-bottom: 8px;
}

.pv-support-feature p {
  color: #29426a;
  font-size: 0.98rem;
  line-height: 1.65;
}

.pv-support-icon {
  width: 68px;
  height: 68px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #173594 0%, #244cb6 100%);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 16px 30px rgba(20, 43, 120, 0.16);
}

.pv-benefits-image-panel {
  min-height: 540px;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.pv-benefits-image-frame {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 540px;
  padding: 18px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 14% 14%, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0) 24%),
    radial-gradient(circle at 88% 18%, rgba(243, 197, 60, 0.22) 0%, rgba(243, 197, 60, 0) 20%),
    linear-gradient(160deg, #0b1d63 0%, #15389e 54%, #0d2d83 100%);
  box-shadow: 0 24px 56px rgba(10, 24, 77, 0.16);
  overflow: hidden;
}

.pv-benefits-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 504px;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
}

.pv-benefits-image-frame::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  pointer-events: none;
}

.pv-benefits-image-frame::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -26px;
  bottom: -26px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243, 197, 60, 0.92) 0%, rgba(243, 197, 60, 0.18) 58%, rgba(243, 197, 60, 0) 100%);
  filter: blur(8px);
  opacity: 0.9;
  pointer-events: none;
}

.pv-benefits-image-placeholder {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 504px;
  border-radius: 24px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background:
    linear-gradient(180deg, rgba(5, 12, 36, 0.18) 0%, rgba(5, 12, 36, 0.3) 100%),
    linear-gradient(135deg, #d7e1ee 0%, #f3f7fc 100%);
}

.pv-benefits-image-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(315deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 28%);
  pointer-events: none;
}

.pv-benefits-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.78);
  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);
}

@media (max-width: 1180px) {

  .pv-benefits-image-frame,
  .pv-benefits-image-placeholder {
    min-height: 460px;
  }
}

@media (max-width: 820px) {
  .pv-support-feature {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .pv-benefits-actions {
    display: grid;
  }

  .pv-support-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
  }

  .pv-benefits-image-frame {
    min-height: 380px;
    padding: 14px;
  }

  .pv-benefits-image-frame::before {
    inset: 14px;
  }

  .pv-benefits-image-placeholder {
    min-height: 352px;
  }
}

/* TRUST */


.pv-trust-section .pv-section-heading {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.pv-trust-stage {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 28px;
  align-items: stretch;
}

.pv-trust-media {
  position: relative;
  min-height: 620px;
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 22%),
    radial-gradient(circle at 88% 82%, rgba(243, 197, 60, 0.16) 0%, rgba(243, 197, 60, 0) 20%),
    linear-gradient(160deg, #0a1c67 0%, #14379b 56%, #0c2d82 100%);
  box-shadow: 0 24px 56px rgba(10, 24, 77, 0.16);
}

.pv-trust-image-shell {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 620px;
  padding: 18px;
  overflow: hidden;
}

.pv-trust-image {
  width: 100%;
  height: 100%;
  min-height: 620px;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 26px;
  position: relative;
  z-index: 1;
}

.pv-trust-image-shell::before {
  content: "";
  position: absolute;
  inset: 26px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%),
    linear-gradient(135deg, rgba(220, 228, 240, 0.18) 0%, rgba(255, 255, 255, 0.06) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.pv-trust-image-shell::after {
  content: "";
  position: absolute;
  inset: 26px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(6, 12, 34, 0.04) 0%, rgba(6, 12, 34, 0.18) 100%);
  pointer-events: none;
}

.pv-trust-content-card {
  padding: 36px;
  border-radius: 34px;
  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);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pv-trust-kicker {
  display: inline-flex;
  align-self: flex-start;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  align-items: center;
  background: #edf3ff;
  color: #183596;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.pv-trust-content-card blockquote {
  color: #122b84;
  font-size: clamp(2rem, 3.2vw, 3.35rem);
  line-height: 1.16;
  letter-spacing: -0.04em;
  font-weight: 300;
  margin-bottom: 26px;
}

.pv-trust-author {
  padding-bottom: 22px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(201, 214, 232, 0.9);
}

.pv-trust-author strong {
  display: block;
  color: #163595;
  font-size: 1.15rem;
  margin-bottom: 6px;
}

.pv-trust-author span {
  display: block;
  color: #5a6d89;
  font-size: 0.96rem;
}

.pv-trust-points {
  display: grid;
  gap: 14px;
}

.pv-trust-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);
}

.pv-trust-point h3 {
  color: #163595;
  font-size: 1.08rem;
  line-height: 1.3;
  margin-bottom: 8px;
}

.pv-trust-point p {
  color: #29426a;
  font-size: 0.97rem;
  line-height: 1.65;
}

.pv-trust-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.pv-mini-card {
  padding: 26px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(183, 203, 228, 0.95);
  box-shadow: 0 16px 34px rgba(18, 37, 100, 0.06);
}

.pv-mini-card h3 {
  color: #142c88;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-bottom: 10px;
}

.pv-mini-card p {
  color: #29426a;
  font-size: 0.98rem;
  line-height: 1.68;
}

/* QUALIFY */

/* QUALIFY */

.pv-qualify-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 24%),
    radial-gradient(circle at 86% 82%, rgba(243, 197, 60, 0.10) 0%, rgba(243, 197, 60, 0) 18%),
    linear-gradient(180deg, #0b174d 0%, #132d7a 100%);
}

.pv-qualify-section-heading {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.pv-qualify-wrap {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 28px;
  align-items: stretch;
}

.pv-qualify-visual {
  min-height: 640px;
  padding: 18px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 16% 14%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 24%),
    radial-gradient(circle at 88% 84%, rgba(243, 197, 60, 0.12) 0%, rgba(243, 197, 60, 0) 20%),
    linear-gradient(180deg, #2442ab 0%, #14256e 100%);
  box-shadow: 0 24px 56px rgba(10, 24, 77, 0.16);
  overflow: hidden;
}

.pv-qualify-content {
  padding: 34px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(10px);
  box-shadow: 0 24px 56px rgba(10, 24, 77, 0.12);
}

.pv-qualify-intro {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  line-height: 1.78;
  margin-bottom: 24px;
}

.pv-qualify-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.pv-qualify-card {
  padding: 20px 18px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.pv-qualify-card-number {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  background: #f3c53c;
  color: #102871;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.pv-qualify-card h3 {
  color: #ffffff;
  font-size: 1.05rem;
  line-height: 1.3;
  margin-bottom: 8px;
}

.pv-qualify-card p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.95rem;
  line-height: 1.65;
}

.pv-qualify-note-box {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.98rem;
  line-height: 1.7;
}

/* PROCESS */

.pv-process-section {
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 24%),
    linear-gradient(180deg, #0a174d 0%, #132d7a 100%);
}

.pv-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 38px;
}

.pv-process-card {
  min-height: 255px;
  padding: 28px 24px 30px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(220, 230, 244, 0.9);
  box-shadow: 0 16px 34px rgba(4, 13, 42, 0.08);
}

.pv-step-number {
  width: 68px;
  height: 68px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #bcd3f6;
  color: #173593;
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 20px;
}

.pv-process-cta {
  text-align: center;
  margin-top: 48px;
}

.pv-process-cta h3 {
  color: #ffffff;
  margin-bottom: 22px;
}

/* FINAL CTA */

.pv-final-cta {
  padding-top: 74px;
  padding-bottom: 98px;
}

.pv-final-box {
  position: relative;
  overflow: hidden;
  padding: 56px 34px;
  border-radius: 34px;
  text-align: center;
  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);
}

.pv-final-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 28px;
}

/* RESPONSIVE */

@media (max-width: 1180px) {

  .pv-stats-grid,
  .pv-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pv-pillars-grid,
  .pv-trust-mini-grid,
  .pv-benefits-layout,
  .pv-qualify-wrap {
    grid-template-columns: 1fr;
  }

  .pv-hero-shell {
    grid-template-columns: 1fr;
    min-height: 720px;
  }

  .pv-hero-image-frame {
    width: min(82%, 880px);
  }

  .pv-floating-top {
    left: auto;
    right: 80px;
  }

  .pv-trust-stage,
  .pv-trust-mini-grid {
    grid-template-columns: 1fr;
  }

  .pv-trust-media,
  .pv-trust-image-shell,
  .pv-trust-image {
    min-height: 480px;
  }

  .pv-qualify-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .pv-section {
    padding: 64px 0;
  }

  .pv-hero {
    min-height: auto;
    padding: 42px 0 42px;
  }

  .pv-hero-shell {
    min-height: auto;
    gap: 0;
  }

  .pv-hero-copy {
    padding: 16px 0 0;
  }

  .pv-hero-image-frame {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 360px;
    margin-top: 26px;
  }

  .pv-hero-bg {
    position: static;
  }

  .pv-hero-bg::before {
    background:
      linear-gradient(180deg,
        rgba(10, 28, 103, 0.18) 0%,
        rgba(10, 28, 103, 0.08) 100%);
  }

  .pv-hero-points,
  .pv-stats-grid,
  .pv-process-grid {
    grid-template-columns: 1fr;
  }

  .pv-floating-card {
    display: none;
  }

  .pv-trust-overlay {
    position: static;
    max-width: 100%;
    padding: 26px 22px 10px;
    color: #183596;
  }

  .pv-trust-stage {
    min-height: unset;
    background: #f7faff;
  }

  .pv-trust-overlay blockquote {
    font-size: 1.65rem;
    line-height: 1.35;
  }

  .pv-trust-author span {
    color: #4b5f84;
  }

  .pv-trust-content-card {
    padding: 24px 20px;
  }

  .pv-trust-content-card blockquote {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .pv-trust-media,
  .pv-trust-image-shell,
  .pv-trust-image {
    min-height: 380px;
  }

  .pv-trust-image-shell::before,
  .pv-trust-image-shell::after {
    inset: 16px;
  }

  .pv-qualify-content {
    padding: 22px 20px;
  }

  .pv-qualify-visual,
  .pv-qualify-image {
    min-height: 380px;
  }

}

@media (max-width: 640px) {

  .pv-hero-copy h1,
  .pv-section-heading h2,
  .pv-final-box h2,
  .pv-qualify-content h2 {
    letter-spacing: -0.03em;
  }

  .pv-pillar-body,
  .pv-process-card,
  .pv-benefits-card,
  .pv-final-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pv-icon-circle,
  .pv-step-number {
    width: 60px;
    height: 60px;
    font-size: 1.3rem;
  }
}

/* Program Overview section spacing cleanup */
.pv-benefits-section,
.pv-trust-section,
.pv-qualify-section,
.pv-process-section,
.pv-final-cta {
  padding-top: 36px;
  padding-bottom: 36px;
}

/* Slightly tighter internal spacing where it still feels loose */
.pv-trust-section .pv-section-heading,
.pv-process-section .pv-section-heading,
.pv-qualify-section .pv-section-heading,
.pv-benefits-section .pv-section-heading {
  margin-bottom: 24px;
}

.pv-trust-mini-grid {
  margin-top: 18px;
}

.pv-process-cta {
  margin-top: 26px;
}

/* Reduce the gap between intro section and pillars section */
.pv-intro {
  padding-bottom: 24px;
}

.pv-pillars-section {
  padding-top: 24px;
  padding-bottom: 36px;
}

.pv-pillars-section .pv-section-heading {
  margin-bottom: 24px;
}
@media (max-width: 820px) {
  .pv-card-image-wrap {
    background: #e8eef8;
  }

  .pv-card-media,
  .pv-card-image {
    min-height: 0;
    height: auto;
  }

  .pv-card-image-02 {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    object-position: center;
    background: #e8eef8;
    padding: 10px;
  }
}
@media (max-width: 820px) {
  .pv-feature-showcase {
    margin-top: 20px;
  }

  .pv-feature-media {
    min-height: 0;
  }

  .pv-feature-image-wrap {
    padding: 10px;
    border-radius: 22px;
    background: #e8eef8;
  }

  .pv-feature-image {
    width: 100%;
    height: auto;
    min-height: 0;
    object-fit: contain;
    object-position: center;
    border-radius: 16px;
    background: #e8eef8;
  }

  .pv-card-media,
  .pv-card-image {
    min-height: 0;
    height: auto;
  }

  .pv-card-image-02 {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    object-position: center;
    background: #e8eef8;
    padding: 10px;
  }
}