/* ===================================================
   Harmoni İlişki VIP - Resim Çalma & Kopyalama Koruma Kalkanı
   =================================================== */

/* 1. Tüm resimlerin masaüstü ve mobilde kopyalanması / indirilmesini engelleme */
img, 
.card-img, 
.therapist-avatar, 
.gallery-item, 
.profile-photo {
  -webkit-touch-callout: none !important; /* Mobilde uzun basınca çıkan 'Resmi Kaydet' menüsünü engeller */
  -webkit-user-select: none !important;   /* Görsel seçimini engeller */
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  -webkit-user-drag: none !important;     /* Resmi sürükleyip masaüstüne kaydetmeyi engeller */
  -khtml-user-drag: none !important;
  -moz-user-drag: none !important;
  -o-user-drag: none !important;
  user-drag: none !important;
  pointer-events: none !important;        /* Sağ tıkta 'Resmi Farklı Kaydet' seçeneğini imkansız kılar */
}

/* 2. Profil kartı üzerine şeffaf koruyucu katman */
.card-image-wrap {
  position: relative !important;
  overflow: hidden !important;
  -webkit-touch-callout: none !important;
  user-select: none !important;
  pointer-events: auto !important;
}

.card-therapist {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  user-select: none !important;
}
