/* ============================================================
   Satın Al Sayfası - Premium Tasarım
   ============================================================ */

.satinal-page-v2 {
  background: linear-gradient(180deg, #f7f8fb 0%, #ffffff 100%);
  padding: 46px 0 80px;
}

.satinal-hero-sub {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  max-width: 560px;
  margin: 10px 0 0;
  line-height: 1.6;
}

/* ---------- Güven Şeridi ---------- */
.satinal-trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 36px;
}

.satinal-trust-strip__item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid #eceef2;
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 0 8px 24px rgba(36, 36, 36, 0.05);
  transition: all 0.25s ease;
}

.satinal-trust-strip__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(36, 36, 36, 0.08);
  border-color: #f2c4ac;
}

.satinal-trust-strip__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(236, 93, 27, 0.12);
  color: #ec5d1b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.satinal-trust-strip__text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.satinal-trust-strip__text small {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #8c8c8c;
  margin-bottom: 3px;
}

.satinal-trust-strip__text strong {
  font-size: 13px;
  color: #242424;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

/* ---------- Sipariş Formu Paneli ---------- */
.satinal-panel {
  background: #fff;
  border: 1px solid #eceef2;
  border-radius: 18px;
  padding: 30px 30px 34px;
  box-shadow: 0 12px 40px rgba(36, 36, 36, 0.06);
}

.satinal-panel__head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid #f0f1f4;
}

.satinal-panel__icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ec5d1b 0%, #ff8a50 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
  box-shadow: 0 10px 20px rgba(236, 93, 27, 0.25);
}

.satinal-panel__head h3 {
  margin: 0 0 6px;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #242424;
}

.satinal-panel__head p {
  margin: 0;
  font-size: 14px;
  color: #818181;
  line-height: 1.6;
}

/* ---------- Adım Göstergesi ---------- */
.satinal-steps {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
  flex-wrap: wrap;
}

.satinal-steps__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #b5b8c0;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  transition: color 0.2s ease;
}

.satinal-steps__num {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f0f1f4;
  color: #9a9ea8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  transition: all 0.2s ease;
}

.satinal-steps__item.is-active { color: #ec5d1b; }
.satinal-steps__item.is-active .satinal-steps__num { background: #ec5d1b; color: #fff; }

.satinal-steps__item.is-done { color: #2ecc71; }
.satinal-steps__item.is-done .satinal-steps__num { background: #2ecc71; color: #fff; }

.satinal-steps__sep {
  width: 26px;
  height: 1px;
  background: #e4e6ea;
}

/* ---------- Form Alanları ---------- */
.satinal-field-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #242424;
  margin-bottom: 9px;
  font-family: "Montserrat", sans-serif;
}

.satinal-field-label i {
  color: #ec5d1b;
  margin-right: 6px;
  width: 16px;
  text-align: center;
  display: inline-block;
}

.satinal-form .form-group { margin-bottom: 20px; }

.satinal-form .form-group input,
.satinal-form .form-group textarea {
  height: 52px;
  border: 1px solid #e4e6ea;
  border-radius: 10px;
  background: #fafbfc;
  padding: 0 16px;
  font-size: 14px;
  box-shadow: none;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.satinal-form .form-group textarea {
  height: auto;
  min-height: 90px;
  padding: 14px 16px;
}

.satinal-form .form-group input:focus,
.satinal-form .form-group textarea:focus {
  border-color: #ec5d1b;
  box-shadow: 0 0 0 3px rgba(236, 93, 27, 0.12);
  background: #fff;
}

/* Select2 - Hizmet seçimi görünümü */
.satinal-form .select2-container { width: 100% !important; }

.satinal-form .select2-container .select2-selection--single {
  height: 52px;
  border: 1px solid #e4e6ea;
  border-radius: 10px;
  background: #fafbfc;
  display: flex;
  align-items: center;
}

.satinal-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding-left: 14px;
  color: #242424;
  font-size: 14px;
}

.satinal-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #96999f;
}

.satinal-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  right: 10px;
}

.satinal-form .select2-container--open .select2-selection--single,
.satinal-form .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #ec5d1b;
  box-shadow: 0 0 0 3px rgba(236, 93, 27, 0.12);
}

/* Ödenecek tutar gösterim kutusu */
.satinal-price-display {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  height: 52px;
  border-radius: 10px;
  background: #fff7f2;
  border: 1px solid #fbdcc7;
  padding: 0 18px;
  line-height: 1;
}

.satinal-price-display #txt_tutar_goster {
  font-size: 20px;
  font-weight: 800;
  color: #ec5d1b;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}

.satinal-price-display.is-empty #txt_tutar_goster {
  font-size: 14px;
  font-weight: 500;
  color: #b5b8c0;
}

.satinal-price-cur {
  font-size: 13px;
  color: #c98457;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}

/* ---------- Gönder Butonu ---------- */
.satinal-submit-btn {
  width: 100%;
  height: 56px;
  border-radius: 12px;
  border: none;
  background: linear-gradient(135deg, #ec5d1b 0%, #ff8a50 100%);
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(236, 93, 27, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.satinal-submit-btn:hover,
.satinal-submit-btn:focus {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(236, 93, 27, 0.4);
  color: #fff !important;
}

.satinal-secure-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
  color: #8c8c8c;
  margin-top: 14px;
}

.satinal-secure-note i { color: #2ecc71; }

/* ---------- Kart Numarası Alanı (marka ikonu) ---------- */
.satinal-card-input-wrap { position: relative; }

.satinal-card-input-wrap input { padding-right: 56px !important; }

.satinal-card-brand {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
  color: #c7cad1;
  transition: color 0.2s ease;
  pointer-events: none;
  line-height: 1;
}

.satinal-card-brand.is-visa { color: #1a1f71; }
.satinal-card-brand.is-master { color: #eb5424; }
.satinal-card-brand.is-amex { color: #2557a5; }

/* ---------- Sağ Taraf: Sipariş Özeti ---------- */
.satinal-summary {
  background: linear-gradient(135deg, #242424 0%, #3a3a3a 100%);
  border-radius: 18px;
  padding: 26px 26px 24px;
  color: #fff;
  margin-bottom: 24px;
  box-shadow: 0 16px 40px rgba(36, 36, 36, 0.18);
  position: relative;
  overflow: hidden;
}

.satinal-summary:before {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(236, 93, 27, 0.25);
}

.satinal-summary__label {
  position: relative;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 12px;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  gap: 8px;
}

.satinal-summary__service {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 16px;
  min-height: 24px;
  line-height: 1.4;
}

.satinal-summary__amount {
  position: relative;
  display: none;
  align-items: center;
  gap: 6px;
}

.satinal-summary__amount strong {
  font-size: 34px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}

.satinal-summary__amount span {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1;
  display: inline-flex;
  align-items: center;
}

/* ---------- Sağ Taraf: Bilgi / İletişim Kutusu ---------- */
.satinal-sidebox {
  background: #fff;
  border: 1px solid #eceef2;
  border-radius: 18px;
  padding: 26px 26px 22px;
  box-shadow: 0 12px 40px rgba(36, 36, 36, 0.06);
  margin-bottom: 24px;
}

.satinal-sidebox__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.satinal-sidebox__icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(236, 93, 27, 0.12);
  color: #ec5d1b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  flex-shrink: 0;
}

.satinal-sidebox__head h3 {
  margin: 0;
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #242424;
}

.satinal-sidebox__note {
  font-size: 13px;
  color: #818181;
  line-height: 1.6;
  margin: 0 0 16px;
}

.satinal-contact-line {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px dashed #eceef2;
}

.satinal-contact-line:first-of-type { border-top: none; padding-top: 0; }

.satinal-contact-line i {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #f7f8fb;
  color: #ec5d1b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

.satinal-contact-line a {
  color: #242424;
  font-weight: 600;
  text-decoration: none !important;
  font-size: 14px;
}

.satinal-contact-line a:hover { color: #ec5d1b; }

.satinal-trust-mini { display: flex; flex-direction: column; gap: 12px; }

.satinal-trust-mini__item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: #4c4c4c;
}

.satinal-trust-mini__item i { color: #2ecc71; font-size: 15px; flex-shrink: 0; }

/* ---------- Yasal Sayfalar (Gizlilik, Teslimat, Mesafeli Satış, İptal/İade) ---------- */
.yasal-icerik {
  font-size: 14.5px;
  line-height: 1.85;
  color: #4c4c4c;
}

.yasal-icerik h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #242424;
  margin: 0 0 18px;
}

.yasal-icerik h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #ec5d1b;
  margin: 28px 0 10px;
}

.yasal-icerik h4:first-of-type { margin-top: 6px; }

.yasal-icerik p { margin: 0 0 14px; }
.yasal-icerik ul, .yasal-icerik ol { margin: 0 0 14px; padding-left: 22px; }
.yasal-icerik li { margin-bottom: 6px; }
.yasal-icerik strong { color: #242424; }
.yasal-icerik a { color: #ec5d1b; text-decoration: underline; }

/* ---------- Satın Al Sayfası: Sözleşme Onay Kutusu ---------- */
.satinal-onay-kutusu {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #f7f8fb;
  border: 1px solid #eceef2;
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 18px;
  font-size: 13px;
  color: #4c4c4c;
  line-height: 1.6;
}

.satinal-onay-kutusu input[type="checkbox"] {
  margin-top: 3px;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  accent-color: #ec5d1b;
  cursor: pointer;
}

.satinal-onay-kutusu label { cursor: pointer; margin: 0; }
.satinal-onay-kutusu a { color: #ec5d1b; font-weight: 600; text-decoration: underline; }

/* ---------- Responsive ---------- */
@media only screen and (max-width: 991px) {
  .satinal-trust-strip { grid-template-columns: 1fr; margin-bottom: 24px; }
  .satinal-panel { padding: 24px 20px 28px; }
  .satinal-sidebox,
  .satinal-summary { padding: 22px 20px; }
}

@media only screen and (max-width: 767px) {
  .satinal-page-v2 { padding: 30px 0 60px; }
  .satinal-panel__head { flex-direction: column; }
  .satinal-steps { gap: 6px; }
  .satinal-steps__sep { display: none; }
}
