/* ======================================
   QR Price (Karekod Okut) – scoped
   Scope: .site-qrprice …
   ====================================== */

.site-qrprice {
  color: #ffffff;
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  padding: 12px;
        min-height: 80vh;
  background: url(../img/background-one.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* Hauptkarte/Container */
.site-qrprice.karekod-okut .ornek {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

/* ------- Kamera Açma Alanı ------- */
.site-qrprice #kameraAcmaBolumu {
  display: grid;
  place-items: center;
  height: 120px;
  border-radius: 16px;
  border: 1px solid rgba(185,198,255,.30);
  background:
    radial-gradient(120% 120% at 15% -10%, rgba(124,113,255,.18), transparent 60%),
    linear-gradient(180deg, rgba(16,20,36,.92), rgba(10,12,24,.96));
  backdrop-filter: blur(10px) saturate(1.05);
  box-shadow: 0 22px 48px rgba(0,0,0,.42), inset 0 0 0 1px rgba(255,255,255,.03);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.site-qrprice #kameraAcmaBolumu:hover,
.site-qrprice #kameraAcmaBolumu:focus {
  transform: translateY(-1px);
  border-color: rgba(255,255,255,.62);
  background:
    radial-gradient(120% 120% at 15% -10%, rgba(124,113,255,.24), transparent 60%),
    linear-gradient(180deg, rgba(24,28,52,.95), rgba(14,18,32,.98));
  box-shadow: 0 28px 56px rgba(80,110,220,.32), inset 0 0 0 1px rgba(255,255,255,.05);
  outline: none;
}
.site-qrprice #kameraAcmaBolumu .camera {
  width: 34px; height: 34px;
  filter: drop-shadow(0 0 10px rgba(120,130,255,.45));
  opacity: .95;
}

/* ------- Bilgi blokları (.div) ------- */
.site-qrprice .div {
  border-radius: 14px;
  border: 1px solid rgba(185,198,255,.26);
  background: linear-gradient(180deg, rgba(22,26,48,.65), rgba(16,20,36,.65));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
  padding: 12px;
}
.site-qrprice .text-wrapper,
.site-qrprice .text-wrapper-2 {
  color: #eaf0ff;
  font-size: 14.5px;
  letter-spacing: .2px;
}
.site-qrprice .text-wrapper strong,
.site-qrprice .text-wrapper-2 strong { color: #fff; }

/* ------- Not Alanı ------- */
.site-qrprice #notContainer {
  display: none;  /* JS aç/kapa yapıyor, default saklı */
}
.site-qrprice .text-wrapper-2-n {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: start;
  margin-top: 8px;
}
.site-qrprice .button-text {
  width: 100%;
  min-height: 60px;
  resize: vertical;
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid rgba(185,198,255,.35);
  background: linear-gradient(180deg, rgba(26,30,48,.85), rgba(16,20,36,.85));
  color: #f2f5ff;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.site-qrprice .button-text::placeholder { color: #cfd6ff; opacity: .85; }
.site-qrprice .button-text:hover,
.site-qrprice .button-text:focus {
  border-color: rgba(255,255,255,.6);
  box-shadow: 0 10px 22px rgba(80,110,220,.22), inset 0 0 0 1px rgba(255,255,255,.05);
  background: linear-gradient(180deg, rgba(32,36,60,.9), rgba(18,22,42,.9));
}
.site-qrprice .button-not {
  height: 40px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid rgba(200,210,255,.55);
  background:
    linear-gradient(180deg, rgba(114,132,255,.35), rgba(114,132,255,.15)),
    linear-gradient(180deg, rgba(18,24,42,.95), rgba(14,18,32,.95));
  color: #f2f4ff;
  font-weight: 700;
  letter-spacing: .3px;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(80,110,220,.35), inset 0 0 0 1px rgba(255,255,255,.05);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.site-qrprice .button-not:hover { transform: translateY(-1px); border-color: rgba(220,230,255,.9); }

/* ------- Geçmiş Sorgulamalar ------- */
.site-qrprice #gecmisSorgulamalarContainer {
  position: relative;
  border-radius: 16px;
  border: 1px solid rgba(185,198,255,.28);
  background:
    radial-gradient(120% 120% at 15% -10%, rgba(124,113,255,.16), transparent 60%),
    linear-gradient(180deg, rgba(16,20,36,.92), rgba(10,12,24,.96));
  box-shadow: 0 22px 48px rgba(0,0,0,.42), inset 0 0 0 1px rgba(255,255,255,.03);
  padding: 14px 12px 44px;
}
.site-qrprice #gecmisSorgulamalarContainer .rectangle {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.02);
}
.site-qrprice #gecmisSorgulamalarContainer .frame {
  display: grid;
  gap: 10px;
}
.site-qrprice .merkez-depo-3 {
  border-radius: 12px;
  border: 1px solid rgba(185,198,255,.22);
  background: linear-gradient(180deg, rgba(22,26,48,.55), rgba(16,20,36,.55));
  padding: 8px 10px;
}
.site-qrprice .text-wrapper-3 {
  color: #eaf0ff; font-size: 13.5px;
}
.site-qrprice .text-wrapper-4 {
  position: absolute;
  bottom: 10px; left: 12px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .25px;
  text-shadow: 0 0 12px rgba(124,113,255,.25);
}

/* ------- Fokus & Accessibility ------- */
.site-qrprice #kameraAcmaBolumu:focus-visible,
.site-qrprice .button-not:focus-visible,
.site-qrprice .button-text:focus-visible {
  outline: 2px solid rgba(255,255,255,.85);
  outline-offset: 2px;
}

/* ------- Responsiveness ------- */
@media (max-width: 640px) {
  .site-qrprice #kameraAcmaBolumu { height: 100px; }
  .site-qrprice .text-wrapper,
  .site-qrprice .text-wrapper-2 { font-size: 14px; }
  .site-qrprice .text-wrapper-4 { font-size: 14px; }
}
