/* SECURE_CHECKOUT_V103 — mevcut tema ve entegrasyonlardan bağımsız arayüz katmanı */
body.secure-checkout-v103{
  background:#f5f7fa!important;
}

body.secure-checkout-v103 .main-content>.container{
  max-width:1240px!important;
}

body.secure-checkout-v103 .page-title{
  margin:22px 0 18px!important;
  color:#182334!important;
  font-size:28px!important;
  font-weight:800!important;
  letter-spacing:-.02em!important;
}

body.secure-checkout-v103 .checkout-layout{
  display:grid!important;
  grid-template-columns:minmax(0,1.45fr) minmax(320px,.72fr)!important;
  gap:22px!important;
  align-items:start!important;
}

body.secure-checkout-v103 .checkout-form,
body.secure-checkout-v103 .summary-card{
  border:1px solid #dfe6ee!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 8px 28px rgba(24,35,52,.055)!important;
}

body.secure-checkout-v103 .checkout-form{
  padding:0 24px 24px!important;
  overflow:hidden!important;
}

body.secure-checkout-v103 .checkout-summary{
  position:sticky!important;
  top:92px!important;
}

body.secure-checkout-v103 .summary-card{
  padding:22px!important;
}

body.secure-checkout-v103 .summary-card h3{
  margin:0 0 18px!important;
  color:#182334!important;
  font-size:18px!important;
  font-weight:800!important;
}

body.secure-checkout-v103 .secure-checkout-progress{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin:0 -24px 24px;
  padding:17px 24px;
  border-bottom:1px solid #e6ebf1;
  background:#f9fbfd;
}

body.secure-checkout-v103 .secure-checkout-progress span{
  display:flex;
  align-items:center;
  gap:7px;
  color:#8491a2;
  font-size:12px;
  font-weight:700;
  white-space:nowrap;
}

body.secure-checkout-v103 .secure-checkout-progress b{
  display:grid;
  width:25px;
  height:25px;
  place-items:center;
  border:1px solid #cfd8e3;
  border-radius:50%;
  background:#fff;
  font-size:11px;
}

body.secure-checkout-v103 .secure-checkout-progress .done,
body.secure-checkout-v103 .secure-checkout-progress .active{
  color:#0b5cab;
}

body.secure-checkout-v103 .secure-checkout-progress .done b,
body.secure-checkout-v103 .secure-checkout-progress .active b{
  border-color:#0b5cab;
  background:#0b5cab;
  color:#fff;
}

body.secure-checkout-v103 .secure-checkout-progress i{
  width:38px;
  height:1px;
  background:#d9e1ea;
}

body.secure-checkout-v103 .checkout-section{
  margin:0 0 18px!important;
  padding:20px!important;
  border:1px solid #e0e7ef!important;
  border-radius:14px!important;
  background:#fff!important;
}

body.secure-checkout-v103 .checkout-section h3{
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  margin:0 0 17px!important;
  color:#182334!important;
  font-size:17px!important;
  font-weight:800!important;
}

body.secure-checkout-v103 .checkout-section h3::before{
  content:"";
  display:block;
  width:5px;
  height:20px;
  border-radius:5px;
  background:linear-gradient(180deg,#0b5cab,#1687d9);
}

body.secure-checkout-v103 .secure-section-note{
  margin:-9px 0 15px!important;
  color:#718096!important;
  font-size:12px!important;
}

body.secure-checkout-v103 .form-group label{
  display:block!important;
  margin-bottom:7px!important;
  color:#34445a!important;
  font-size:12px!important;
  font-weight:750!important;
}

body.secure-checkout-v103 .form-input{
  width:100%!important;
  min-height:47px!important;
  padding:11px 13px!important;
  border:1px solid #ccd7e3!important;
  border-radius:10px!important;
  outline:0!important;
  background:#fbfcfe!important;
  color:#182334!important;
  font-size:14px!important;
  transition:border-color .2s,box-shadow .2s,background .2s!important;
}

body.secure-checkout-v103 textarea.form-input{
  min-height:82px!important;
  resize:vertical!important;
}

body.secure-checkout-v103 .form-input:focus{
  border-color:#1687d9!important;
  background:#fff!important;
  box-shadow:0 0 0 3px rgba(22,135,217,.12)!important;
}

body.secure-checkout-v103 .payment-option{
  position:relative!important;
  display:grid!important;
  grid-template-columns:22px 45px minmax(0,1fr) 26px!important;
  align-items:center!important;
  gap:12px!important;
  min-height:78px!important;
  margin:10px 0!important;
  padding:13px 14px!important;
  border:1px solid #dbe3ec!important;
  border-radius:12px!important;
  background:#fff!important;
  color:#243449!important;
  cursor:pointer!important;
  transition:.2s ease!important;
}

body.secure-checkout-v103 .payment-option:hover,
body.secure-checkout-v103 .payment-option.is-selected{
  border-color:#1687d9!important;
  background:#f4f9ff!important;
  box-shadow:0 0 0 3px rgba(22,135,217,.08)!important;
}

body.secure-checkout-v103 .payment-option input{
  width:20px!important;
  height:20px!important;
  margin:0!important;
  accent-color:#0b5cab!important;
}

body.secure-checkout-v103 .payment-option-icon{
  display:grid;
  width:45px;
  height:45px;
  place-items:center;
  border-radius:11px;
  background:#eaf4ff;
  color:#0b5cab;
}

body.secure-checkout-v103 .payment-option-icon::before{
  font-size:21px;
  line-height:1;
}

body.secure-checkout-v103 .payment-option[data-method="credit_card"] .payment-option-icon::before{content:"▣"}
body.secure-checkout-v103 .payment-option[data-method="bank_transfer"] .payment-option-icon::before{content:"₺"}
body.secure-checkout-v103 .payment-option[data-method="cash_on_delivery"] .payment-option-icon::before{content:"▤"}

body.secure-checkout-v103 .payment-option-copy{
  display:block!important;
  min-width:0!important;
}

body.secure-checkout-v103 .payment-option-copy strong{
  display:block!important;
  margin-bottom:4px!important;
  color:#1d2b3e!important;
  font-size:14px!important;
  font-weight:800!important;
}

body.secure-checkout-v103 .payment-option-copy small{
  display:block!important;
  color:#718096!important;
  font-size:11px!important;
  line-height:1.4!important;
}

body.secure-checkout-v103 .payment-option-check{
  display:grid;
  width:25px;
  height:25px;
  place-items:center;
  border:1px solid #ccd6e1;
  border-radius:50%;
  color:transparent;
  font-size:12px;
  font-weight:900;
}

body.secure-checkout-v103 .payment-option.is-selected .payment-option-check{
  border-color:#1687d9;
  background:#1687d9;
  color:#fff;
}

body.secure-checkout-v103 .bank-info{
  margin:12px 0 0!important;
  padding:14px!important;
  border:1px solid #d9e5f0!important;
  border-radius:12px!important;
  background:#f8fbfe!important;
}

body.secure-checkout-v103 .bank-info[hidden]{
  display:none!important;
}

body.secure-checkout-v103 .bank-acc{
  border-radius:10px!important;
  background:#fff!important;
}

body.secure-checkout-v103 .form-consent{
  padding:15px!important;
  border:1px solid #dde5ee!important;
  border-radius:12px!important;
  background:#f9fbfd!important;
}

body.secure-checkout-v103 .form-consent input{
  flex:0 0 19px!important;
  width:19px!important;
  height:19px!important;
  accent-color:#0b5cab!important;
}

body.secure-checkout-v103 .secure-checkout-assurance{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px 16px;
  margin:15px 0 12px;
  color:#52647a;
  font-size:11px;
  font-weight:700;
}

body.secure-checkout-v103 .secure-place-order{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  width:100%!important;
  min-height:56px!important;
  padding:0 19px!important;
  border:0!important;
  border-radius:12px!important;
  background:linear-gradient(135deg,#0b5cab,#1687d9)!important;
  color:#fff!important;
  box-shadow:0 10px 22px rgba(11,92,171,.22)!important;
  font-size:15px!important;
  font-weight:850!important;
  letter-spacing:0!important;
  text-transform:none!important;
}

body.secure-checkout-v103 .secure-place-order small{
  color:#fff!important;
  font-size:14px!important;
  font-weight:850!important;
}

body.secure-checkout-v103 .secure-place-order:disabled{
  opacity:.68!important;
  cursor:wait!important;
}

body.secure-checkout-v103 .summary-item,
body.secure-checkout-v103 .summary-row{
  gap:15px!important;
  color:#52647a!important;
  font-size:13px!important;
}

body.secure-checkout-v103 .summary-row.total{
  margin-top:14px!important;
  padding-top:15px!important;
  border-top:1px solid #dfe6ee!important;
  color:#182334!important;
  font-size:18px!important;
  font-weight:850!important;
}

body.secure-payment-frame-v103 .main-content{
  min-height:70vh!important;
  background:#f5f7fa!important;
}

body.secure-payment-frame-v103 #payment-frame-wrap,
body.secure-payment-frame-v103 #iyzipay-checkout-form{
  border:1px solid #dce5ef!important;
  border-radius:16px!important;
  box-shadow:0 10px 32px rgba(24,35,52,.07)!important;
}

@media(max-width:900px){
  body.secure-checkout-v103 .checkout-layout{
    grid-template-columns:1fr!important;
  }
  body.secure-checkout-v103 .checkout-summary{
    position:static!important;
    grid-row:1!important;
  }
}

@media(max-width:767px){
  body.secure-checkout-v103 .main-content>.container{
    width:100%!important;
    padding:0 10px!important;
  }
  body.secure-checkout-v103 .page-title{
    margin:15px 3px 12px!important;
    font-size:22px!important;
  }
  body.secure-checkout-v103 .checkout-layout{
    gap:10px!important;
  }
  body.secure-checkout-v103 .checkout-form{
    padding:0 12px 16px!important;
    border-radius:14px!important;
  }
  body.secure-checkout-v103 .summary-card{
    padding:16px!important;
    border-radius:14px!important;
  }
  body.secure-checkout-v103 .secure-checkout-progress{
    gap:5px;
    margin:0 -12px 15px;
    padding:13px 8px;
  }
  body.secure-checkout-v103 .secure-checkout-progress span{
    gap:4px;
    font-size:9px;
  }
  body.secure-checkout-v103 .secure-checkout-progress b{
    width:22px;
    height:22px;
    font-size:9px;
  }
  body.secure-checkout-v103 .secure-checkout-progress i{
    width:12px;
  }
  body.secure-checkout-v103 .checkout-section{
    margin-bottom:11px!important;
    padding:14px!important;
    border-radius:12px!important;
  }
  body.secure-checkout-v103 .form-row-2{
    grid-template-columns:1fr!important;
    gap:0!important;
  }
  body.secure-checkout-v103 .payment-option{
    grid-template-columns:20px 40px minmax(0,1fr) 24px!important;
    gap:9px!important;
    min-height:72px!important;
    padding:11px!important;
  }
  body.secure-checkout-v103 .payment-option-icon{
    width:40px;
    height:40px;
  }
  body.secure-checkout-v103 .payment-option-copy small{
    font-size:10px!important;
  }
  body.secure-checkout-v103 .secure-checkout-assurance{
    justify-content:flex-start;
    padding:0 3px;
  }
  body.secure-checkout-v103 .secure-place-order{
    position:sticky!important;
    bottom:72px!important;
    z-index:50!important;
  }
}
