body.v4-page.earmagic-page .earmagic-gridscan-hero {
  background:
    radial-gradient(circle at 50% 48%, rgba(112, 240, 191, 0.045), transparent 42%),
    #080a09;
}

body.v4-page.earmagic-page .earmagic-gridscan-hero::before {
  display: none;
}

body.v4-page.earmagic-page .earmagic-gridscan-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  background:
    linear-gradient(90deg, rgba(8, 10, 9, 0.92) 0%, rgba(8, 10, 9, 0.68) 36%, rgba(8, 10, 9, 0.14) 58%, rgba(8, 10, 9, 0.34) 100%),
    linear-gradient(180deg, rgba(8, 10, 9, 0.24) 0%, transparent 40%, rgba(8, 10, 9, 0.68) 100%);
  mask-image: none;
  -webkit-mask-image: none;
  transform: none;
  animation: none;
}

body.v4-page.earmagic-page .earmagic-gridscan-hero > .container {
  position: relative;
  z-index: 2;
}

.earmagic-gridscan {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 1;
  filter: saturate(112%) contrast(106%);
}

body.v4-page.earmagic-page .hero .detail-panel {
  background: rgba(10, 15, 12, 0.68) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  box-shadow: 0 28px 84px rgba(0, 0, 0, 0.3) !important;
  backdrop-filter: blur(20px) saturate(115%);
  -webkit-backdrop-filter: blur(20px) saturate(115%);
}

@media (max-width: 1024px) {
  body.v4-page.earmagic-page .earmagic-gridscan-hero::after {
    background:
      linear-gradient(180deg, rgba(8, 10, 9, 0.64) 0%, rgba(8, 10, 9, 0.34) 44%, rgba(8, 10, 9, 0.78) 100%),
      radial-gradient(circle at 58% 46%, transparent 0 18%, rgba(8, 10, 9, 0.48) 82%);
  }

  .earmagic-gridscan {
    opacity: 0.72;
  }
}

@media (prefers-reduced-motion: reduce) {
  .earmagic-gridscan {
    opacity: 0.58;
  }
}
