/* ============================
   PDS Redirect PRO – Dark + Gold
   ============================ */

.pdsrp-wrap{ padding:10px 0; }
.pdsrp-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap:16px;
}
@media (max-width: 1024px){ .pdsrp-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px){ .pdsrp-grid{ grid-template-columns: 1fr; } }

.pdsrp-card{
  background:#0c0f14;
  border:1px solid rgba(255,255,255,0.08);
  border-radius:16px;
  padding:16px;
  color:#e8eef7;
  box-shadow: 0 12px 40px rgba(0,0,0,0.35);
}
.pdsrp-card-head{ display:flex; justify-content:space-between; gap:12px; align-items:flex-start; }
.pdsrp-title{ font-weight:800; font-size:16px; line-height:1.3; }
.pdsrp-price{ font-weight:900; font-size:15px; color:#ffd875; white-space:nowrap; }
.pdsrp-desc{ margin-top:10px; color:rgba(232,238,247,0.82); font-size:13.5px; line-height:1.6; }
.pdsrp-actions{ margin-top:14px; }

.pdsrp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:10px 14px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,0.14);
  background: linear-gradient(90deg, #c79300, #ffd875, #fff2be);
  color:#0b0b0b;
  font-weight:900;
  cursor:pointer;
  text-decoration:none;
  user-select:none;
}
.pdsrp-btn:hover{ filter: brightness(0.98); }
.pdsrp-btn:disabled{ opacity:0.75; cursor:not-allowed; }

/* Modal */
.pdsrp-modal{
  position:fixed;
  inset:0;
  z-index:999999;
  display:none;
}
.pdsrp-modal.is-open{ display:block; }
.pdsrp-modal-backdrop{
  position:absolute;
  inset:0;
  background: rgba(0,0,0,0.72);
  backdrop-filter: blur(6px);
}
.pdsrp-modal-card{
  position:relative;
  width:min(760px, calc(100% - 24px));
  margin: 40px auto;
  background:#0c0f14;
  border:1px solid rgba(255,255,255,0.10);
  border-radius:18px;
  overflow:hidden;
  box-shadow: 0 30px 90px rgba(0,0,0,0.55);
}
.pdsrp-modal-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 16px;
  border-bottom:1px solid rgba(255,255,255,0.08);
}
.pdsrp-modal-title{ color:#e8eef7; font-weight:900; }

.pdsrp-x{
  -webkit-appearance:none;
  appearance:none;

  background:transparent !important;
  border:none !important;
  outline:none !important;
  box-shadow:none !important;

  cursor:pointer;
  width:40px;
  height:40px;
  padding:0;
  margin:0;

  display:flex;
  align-items:center;
  justify-content:center;
}

/* icon ayarı */
.pdsrp-x i{
  font-size:30px;      /* ICON BOYU */
  color:#d9d9d9;
  line-height:1;
}

/* tüm durumlarda sıfırla */
.pdsrp-x:hover,
.pdsrp-x:focus,
.pdsrp-x:active{
  background:transparent !important;
  border:none !important;
  outline:none !important;
  box-shadow:none !important;
}

/* Firefox iç çizgi */
.pdsrp-x::-moz-focus-inner{
  border:0;
}




.pdsrp-modal-body{ padding:16px; color:#e8eef7; }
.pdsrp-summary{
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding:12px 12px;
  border-radius:14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  margin-bottom:12px;
  font-size:13.5px;
}

.pdsrp-form .pdsrp-row{ display:grid; grid-template-columns:1fr 1fr; gap:12px; }
@media (max-width: 640px){ .pdsrp-form .pdsrp-row{ grid-template-columns:1fr; } }

.pdsrp-field label{ display:block; margin:10px 0 6px; font-size:12.5px; color: rgba(232,238,247,0.85); }
.pdsrp-field input{
  width:100%;
  background:#0a0d12;
  border:1px solid rgba(255,255,255,0.10);
  color:#e8eef7;
  border-radius:12px;
  padding:11px 12px;
  outline:none;
}
/* ============================
   PDSRP – Corporate Input Style
   ============================ */

.pdsrp-modal .pdsrp-field input{
  border-radius:30px !important;
  border-width:2px !important;
  box-shadow:none !important;
}

/* Focus halinde de gölge olmasın */
.pdsrp-modal .pdsrp-field input:focus{
  box-shadow:none !important;
  border-color: #d9d9d9; /* kurumsal altın vurgu */
}



.pdsrp-pay{ width:100%; margin-top:14px; padding:12px 14px; border-radius:14px; }
.pdsrp-note{ margin-top:10px; font-size:12px; color: rgba(232,238,247,0.70); }
.pdsrp-error{
  margin-top:10px;
  padding:10px 12px;
  border-radius:12px;
  background: rgba(255,60,60,0.12);
  border:1px solid rgba(255,60,60,0.22);
  color:#ffd0d0;
  font-size:13px;
}
/* Modal içi not ve hata mesajlarını ortala */
.pdsrp-modal .pdsrp-note,
.pdsrp-modal .pdsrp-error{
  text-align:center;
}


.pdsrp-noscroll{ overflow:hidden; }

/* Pay page iframe */
.pdsrp-pay-wrap{ max-width: 900px; margin: 22px auto; padding: 0 12px; }
.pdsrp-pay-summary{
  margin: 10px 0 14px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  color: #e8eef7;
  font-size: 13px;
}
.pdsrp-iframe-wrap{
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,0.08);
}
#pdsrpPayIframe{
  width:100%;
  height: 760px;
  background:#000;
}
@media (max-width: 640px){
  #pdsrpPayIframe{ height: 980px; }
}
.pdsrp-iframe-note{
  padding:8px 12px;              /* biraz incelttik */
  margin-top:6px;                /* asıl yakınlaştıran kısım */
  font-size:12px;
  color: rgba(232,238,247,0.75);
  background: rgba(255,255,255,0.03);
  border-top:1px solid rgba(255,255,255,0.08);
}


/* Result box */
.pdsrp-result-box{
  max-width: 760px;
  margin: 18px auto;
  background:#0c0f14;
  border:1px solid rgba(255,255,255,0.10);
  border-radius:16px;
  padding:16px;
  color:#e8eef7;
  box-shadow: 0 12px 40px rgba(0,0,0,0.35);
}
.pdsrp-result-title{ font-size:18px; font-weight:900; margin-bottom:10px; }
.pdsrp-result-line{ margin: 6px 0; }
.pdsrp-result-download{ margin-top: 12px; }
.pdsrp-result-hint{ margin-top: 10px; font-size:12.5px; color: rgba(232,238,247,0.72); } 


/* ============================
   PDSRP – Modal Fine Tuning
   ============================ */

/* Modal kart: radius 30 + 1px border */
.pdsrp-modal-card{
  border-radius:30px !important;
  border-width:1px !important;
  background:#0b0e13; /* gece mod uyumlu biraz daha derin */
}

/* Modal üst köşeleri de yuvarlat */
.pdsrp-modal-top{
  border-top-left-radius:30px;
  border-top-right-radius:30px;
}

/* Modal alt köşeler */
.pdsrp-modal-body{
  border-bottom-left-radius:30px;
  border-bottom-right-radius:30px;
}

/* ============================
   Modal içi BUTON – Beyaz Tema
   ============================ */

/* Modal içindeki ana ödeme butonu */
.pdsrp-modal .pdsrp-btn,
.pdsrp-pay{
  background:#ffffff !important;
  color:#000000 !important;
  border:1px solid #ffffff !important;
  font-weight:900;
  border-radius:30px !important; /* sadece burası */
}

/* Hover: beyaz üstüne siyah yazı (net) */
.pdsrp-modal .pdsrp-btn:hover,
.pdsrp-pay:hover{
  background:#ffffff !important;
  color:#000000 !important;
  filter:none !important;
}

/* Focus & active bozulmasın */
.pdsrp-modal .pdsrp-btn:focus,
.pdsrp-pay:focus{
  outline:none;
  box-shadow:0 0 0 3px rgba(255,255,255,0.25);
}

/* Disabled hâl */
.pdsrp-modal .pdsrp-btn:disabled,
.pdsrp-pay:disabled{
  opacity:0.6;
  cursor:not-allowed;
}

/* Modal içi ödeme butonu ortala */
.pdsrp-modal .pdsrp-pay{
  display:block;
  margin:16px auto 0 auto; /* üstten biraz boşluk, yatayda tam orta */
  max-width:420px;        /* kurumsal görünüm (isteğe bağlı) */
}


/* ============================
   PDSRP – Iframe Soft Corners
   ============================ */

/* Dış kutu zaten iyi, sadece radius'u netleştiriyoruz */
.pdsrp-iframe-wrap{
  border-radius:20px;      /* köşeleri yumuşat */
  overflow:hidden;         /* iframe köşeden taşmasın */
}

/* iframe'in kendisi */
#pdsrpPayIframe{
  border-radius:20px;      /* içeriği de yumuşat */
}

/* ============================
   PayTR iframe – SCROLL FIX
   ============================ */

#pdsrpPayIframe{
  width:100%;
  height: 760px;
  background:#000;

  overflow-y:auto;     /* 🔥 scroll burada */
  -webkit-overflow-scrolling: touch; /* iOS için */
}
.pdsrp-result-title{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    font-size:22px; /* azcık büyük */
    font-weight:800;
    color:#22c55e; /* yeşil onay tonu */
    margin-bottom:10px;
}

.pdsrp-result-title i{
    font-size:26px;
}
