/* TOP174 v105 — microfix: remove diagonal technical stripes from hero only.
   Keeps hero-bg.png, left readability gradient, navbar, text and CTA intact. */

.hero-shell::before{
  content:none !important;
  display:none !important;
  background:none !important;
  opacity:0 !important;
}

/* Keep the right warm edge almost invisible so it doesn't read as a stripe. */
.hero-shell::after{
  opacity:.08 !important;
}
