@charset "UTF-8";

#text-color+ section::before {
 content: "";
  position: absolute;
  inset: -30px; 
  filter: blur(6px);
  transform: scale(1.15);
  will-change: transform;
}


#text-color+ section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(6px); 
  z-index: 1;
}


#text-color+ section * {
  position: relative;
  z-index: 2;
}