body {
  background-image: url('https://itjuiceweb.com/wp-content/uploads/2026/05/itjuice-grid-bg.svg') !important;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: #0F172A !important;
}

body.bez-svg {
  background-image: none !important;
  background-color: #000000 !important;
}

.ribbon-card { position: relative; }

.ribbon-svg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  pointer-events: none;
}
