.why-hps {
  position: relative;
  padding: 8rem 2rem;
  background: linear-gradient(180deg, #0f1e3c 0%, #142850 100%);
  color: #fff;
  text-align: center;
  overflow: hidden;
}

/* Cinematic directional vignette */
.why-hps-vignette {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 260px;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.38) 0%,
    rgba(0,0,0,0.22) 40%,
    rgba(0,0,0,0.10) 70%,
    transparent 100%
  );
  pointer-events: none;
  opacity: 0.32;
}

/* Soft clarity glow */
.why-hps-glow {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 320px;
  height: 320px;
  background: radial-gradient(
    ellipse at center,
    rgba(255,200,120,0.32) 0%,
    rgba(255,200,120,0.12) 40%,
    transparent 100%
  );
  filter: blur(26px);
  pointer-events: none;
  opacity: 0.9;
}

/* Lightweight clarity frame (not a full glass panel) */
.why-hps-frame {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 3rem 2.5rem;
  border-radius: 28px;

  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(14px) saturate(160%);
  border: 1px solid rgba(255,255,255,0.18);

  box-shadow: 0 18px 48px rgba(0,0,0,0.45);
}

/* Premium typography */
.why-hps-frame h2 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.5px;
  text-shadow: 0px 4px 12px rgba(0,0,0,0.5);
}

.why-hps-lead {
  font-size: 1.4rem;
  line-height: 1.65;
  opacity: 0.94;
  max-width: 760px;
  margin: 0 auto;
}
