.seo-content-wrapper-condensed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.01;          /* Invisible but crawlable */
  color: #fff;            /* Prevent visual flash */
  z-index: -1;            /* Behind React */
  pointer-events: none;   /* Non-interactive */
  user-select: none;      /* Prevent highlighting */
}