
/* ===== AphroWise Hotfix v4.6.6 (hero overlay removal) ===== */
[class*="hero"] .content,
[class*="hero"] .container,
[class*="hero"] [class*="overlay"],
[class*="hero"] [class*="glass"],
[class*="hero"] [class*="panel"],
[class*="hero"] [class*="band"],
[class*="hero"] [class*="shade"]{
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  backdrop-filter: none !important;
}

[class*="hero"] *::before,
[class*="hero"] *::after{
  background: transparent !important;
  box-shadow: none !important;
}

/* Ensure hero itself is full-bleed */
[class*="hero"]{
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* Keep text readable without boxes */
[class*="hero"] h1,[class*="hero"] .h1,
[class*="hero"] h2,[class*="hero"] .h2{
  text-shadow: 0 2px 16px rgba(0,0,0,.35);
}
