/* Stinga Enerji — İçerik Koruma CSS © 2026 Stinga Yazılım Ekibi */

body, p, h1, h2, h3, h4, h5, h6,
span, div, section, article, li, td, th, blockquote {
  -webkit-user-select: none;
  -moz-user-select:    none;
  -ms-user-select:     none;
  user-select:         none;
  -webkit-touch-callout: none;
}
.allow-select, .allow-select * {
  -webkit-user-select: text;
  -moz-user-select:    text;
  user-select:         text;
  -webkit-touch-callout: default;
}

img:not(.allow-download) {
  -webkit-user-drag:     none;
  user-drag:             none;
  pointer-events:        none;
  -webkit-touch-callout: none;
}

@media print {
  body * { display: none !important; }
  body::before {
    display:     block !important;
    content:     "Bu içerik yazdırılamaz. © 2026 Stinga Enerji A.Ş.";
    font-size:   22px;
    text-align:  center;
    padding:     4rem;
    color:       #8b0000;
    font-family: serif;
  }
}

/* ── OVERLAY ── */
#__cp_overlay {
  position:        fixed;
  inset:           0;
  z-index:         2147483645;
  display:         flex;
  align-items:     center;
  justify-content: center;
  padding:         16px;
  opacity:         0;
  transition:      opacity 0.4s ease;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(0,20,60,0.7) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 50%, rgba(0,40,20,0.6) 0%, transparent 60%),
    linear-gradient(135deg, #060a14 0%, #090f09 50%, #060a14 100%);
}
#__cp_overlay.__cp_visible { opacity: 1; }

/* ── MODAL ── */
#__cp_modal {
  position:      relative;
  background:    linear-gradient(160deg, #faf8f2 0%, #eee9df 50%, #e9e3d5 100%);
  border-radius: 8px;
  max-width:     460px;
  width:         100%;
  padding:       2.4rem 2.2rem 2rem;
  text-align:    center;
  overflow:      hidden;
  border:        1.5px solid #c8a84b;
  box-shadow:
    0 0 0 4px rgba(200,168,75,0.12),
    0 0 0 5px #9a7520,
    0 40px 100px rgba(0,0,0,0.8),
    inset 0 1px 0 rgba(255,255,255,0.6);
}

/* köşe süsler */
.__cp_corner {
  position:     absolute;
  width:        20px;
  height:       20px;
  border-color: #a07828;
  border-style: solid;
}
.__cp_tl { top:10px;    left:10px;   border-width: 2px 0 0 2px; }
.__cp_tr { top:10px;    right:10px;  border-width: 2px 2px 0 0; }
.__cp_bl { bottom:10px; left:10px;   border-width: 0 0 2px 2px; }
.__cp_br { bottom:10px; right:10px;  border-width: 0 2px 2px 0; }

/* logo */
#__cp_logo {
  width:      170px;
  height:     95px;
  margin:     0 auto 1rem;
  display:    flex;
  align-items:center;
  justify-content:center;
}
#__cp_logo img {
  max-width:   170px;
  max-height:  95px;
  object-fit:  contain;
  pointer-events: auto !important;
  -webkit-user-drag: auto !important;
}

/* ayırıcı */
.__cp_line {
  height:     1px;
  margin:     0.9rem auto;
  max-width:  320px;
  background: linear-gradient(90deg, transparent, #c8a84b, #a07828, #c8a84b, transparent);
}

/* başlık */
#__cp_title {
  font-family:    "Trebuchet MS", Georgia, serif !important;
  font-size:      13.5px !important;
  font-weight:    800 !important;
  letter-spacing: 2px !important;
  color:          #0d0d0d !important;
  margin:         0 0 0.3rem !important;
  text-transform: uppercase;
}
#__cp_subtitle {
  font-family: Georgia, serif !important;
  font-size:   11.5px !important;
  font-style:  italic;
  color:       #5a5a5a !important;
  margin:      0 !important;
}

/* mesaj */
#__cp_msg {
  font-family: Arial, sans-serif !important;
  font-size:   12.5px !important;
  color:       #1e1e1e !important;
  line-height: 1.9 !important;
  margin:      0 !important;
  white-space: pre-line;
}

/* alt bilgi */
#__cp_copy  { font-family:Arial,sans-serif !important; font-size:11px !important; font-weight:700 !important; color:#0d0d0d !important; margin:0 0 2px !important; letter-spacing:0.4px; }
#__cp_sub   { font-family:Arial,sans-serif !important; font-size:10px !important; color:#777 !important; margin:0 0 2px !important; }
#__cp_team  { font-family:Arial,sans-serif !important; font-size:10px !important; color:#777 !important; margin:0 0 1.4rem !important; }

/* buton */
#__cp_btn {
  display:        inline-block;
  background:     linear-gradient(180deg, #b22222 0%, #8b0000 100%);
  color:          #fff !important;
  border:         none;
  border-radius:  4px;
  padding:        0.65rem 3.2rem;
  font-family:    Arial, sans-serif !important;
  font-size:      13px !important;
  font-weight:    700 !important;
  letter-spacing: 1.8px;
  cursor:         pointer;
  text-transform: uppercase;
  box-shadow:     0 2px 0 #6a0000, 0 6px 18px rgba(139,0,0,0.35);
  transition:     all 0.15s ease;
}
#__cp_btn:hover  { background: linear-gradient(180deg, #cc2222 0%, #9b0000 100%); transform: translateY(-1px); }
#__cp_btn:active { transform: translateY(1px); box-shadow: 0 1px 0 #6a0000; }

/* ── MOBİL ── */
@media (max-width: 480px) {
  #__cp_modal   { padding: 2rem 1.4rem 1.6rem; }
  #__cp_title   { font-size: 12px !important; letter-spacing: 1.4px !important; }
  #__cp_logo    { width: 130px; height: 72px; }
  #__cp_logo img{ max-width: 130px; max-height: 72px; }
  #__cp_msg     { font-size: 11.5px !important; }
  #__cp_btn     { padding: 0.6rem 2.4rem; font-size: 12px !important; }
}
