/* EAgency Modern Lightbox - stiluri clean & moderne */
.eagency-mlb-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 12, 16, 0.9);
  backdrop-filter: saturate(120%) blur(4px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}
.eagency-mlb-overlay.is-open { display: flex; }
.eagency-mlb-stage { position: relative; display: grid; place-items: center; max-width: 92vw; max-height: 88vh; width:100%; height:100%; }
.eagency-mlb-img { max-width: 92vw; max-height: 82vh; border-radius: 14px; box-shadow: 0 10px 40px rgba(0,0,0,.5); transition: opacity .2s ease; opacity: 0; }
.eagency-mlb-img.is-loaded { opacity: 1; }
.eagency-mlb-caption { margin-top: 10px; color: #e9edf2; font-size: 14px; text-align: center; max-width: 92vw; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.eagency-mlb-btn { position: absolute; top:12px; background: rgba(255,255,255,.08); color:#fff; border:0; padding:10px 12px; border-radius:10px; cursor:pointer; }
.eagency-mlb-close { right:12px; }
.eagency-mlb-prev { left:12px; top:50%; transform: translateY(-50%); }
.eagency-mlb-next { right:12px; top:50%; transform: translateY(-50%); }
.eagency-mlb-counter { position:absolute; bottom:10px; right:12px; color:#cbd5e1; font-size:12px; background:rgba(255,255,255,.08); padding:6px 8px; border-radius:8px; }
.eagency-mlb--single .eagency-mlb-prev, .eagency-mlb--single .eagency-mlb-next, .eagency-mlb--single .eagency-mlb-counter { display:none; }
@media (max-width: 640px){ .eagency-mlb-img{max-width:94vw;max-height:76vh} .eagency-mlb-caption{font-size:13px;max-width:94vw} }
