/* AhBilişim Popup Styles */
.ahbilisim-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}

.ahbilisim-popup-modal {
  background: #fff;
  border-radius: 12px;
  padding: 0;
  max-width: min(92vw, 560px);
  max-height: 90vh;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 40px rgba(0,0,0,0.35);
}

.ahbilisim-popup-close {
  position: absolute;
  right: 8px;
  top: 6px;
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 32px;
  cursor: pointer;
  z-index: 2;
}

.ahbilisim-popup-link,
.ahbilisim-popup-image {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 480px) {
  .ahbilisim-popup-modal { max-width: 94vw; }
  .ahbilisim-popup-close { right: 6px; top: 4px; }
}
