
/* SmartQuoteAI — Forced ambient background (public asset) */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("/assets/ambient_purple.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.25;
  pointer-events: none;
  z-index: -2;
}
