/* Γενικό overlay για sections με εικόνα φόντου */
.has-image-bg, .hero, .right-side { position:relative; }
.has-image-bg::before, .hero::before, .right-side::before{
  content:""; position:absolute; inset:0; background:rgba(0,0,0,.55); pointer-events:none; z-index:0;
}
.has-image-bg > *, .hero > *, .right-side > *{ position:relative; z-index:1; }
.has-image-bg, .hero, .right-side{ color:#fff; }
.has-image-bg a, .hero a, .right-side a{ color:#fff; text-decoration:underline; }

/* Ενισχυμένο focus */
:focus-visible{ outline:2px solid #fff; outline-offset:2px; }
