/* UniStudyUA Hero — direct CDN image to avoid blocked Wikimedia redirect */
.hero-image{
  background-image:url("https://images.unsplash.com/photo-1688381653714-f280de5a9b82?auto=format&fit=crop&fm=jpg&q=82&w=2400") !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
  transform:none !important;
  filter:none !important;
}
.hero-shade{
  background:
    linear-gradient(90deg,rgba(3,19,42,.82) 0%,rgba(5,28,56,.56) 38%,rgba(7,31,60,.16) 72%,rgba(7,31,60,.08) 100%),
    linear-gradient(180deg,rgba(0,15,35,.08),rgba(0,16,35,.32)) !important;
}
@media(max-width:800px){
  .hero-image{background-position:center center !important}
}
