.hps-footer {
  position: relative;
  padding: 4rem 2rem;
  background: linear-gradient(180deg, #142850 0%, #0f1e3c 100%);
  color: #fff;
  text-align: center;
  overflow: hidden;
}

/* Top vignette */
.footer-vignette {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 180px;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.32) 0%,
    rgba(0,0,0,0.18) 40%,
    rgba(0,0,0,0.08) 70%,
    transparent 100%
  );
  pointer-events: none;
  opacity: 0.28;
}

/* Soft glow */
.footer-glow {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
  height: 260px;
  background: radial-gradient(
    ellipse at center,
    rgba(255,200,120,0.26) 0%,
    rgba(255,200,120,0.10) 40%,
    transparent 100%
  );
  filter: blur(22px);
  pointer-events: none;
  opacity: 0.9;
}

/* Clarity frame */
.footer-frame {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  border-radius: 20px;

  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(12px) saturate(160%);
  border: 1px solid rgba(255,255,255,0.16);

  box-shadow: 0 12px 32px rgba(0,0,0,0.35);
}

.footer-line {
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
  opacity: 0.95;
  letter-spacing: 0.4px;
}

.footer-copy {
  font-size: 1rem;
  opacity: 0.75;
}
