/* H1 SEO için HTML'de kalsın ama ekranda görünmesin */
.three-home-main-h1{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

/* Ödeme bilgi alanı artık sadece 3 kart */
.three-payment-info-row{
  background:#f5f8fc!important;
  padding:28px 0 32px!important;
  color:#07152d!important;
}

.three-payment-info-head{
  display:none!important;
}

.three-payment-info-grid.three-payment-info-grid-3{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:20px!important;
  align-items:stretch!important;
}

.three-payment-info-card{
  background:#fff!important;
  border:1px solid #dbe4ef!important;
  border-radius:18px!important;
  box-shadow:0 14px 32px rgba(15,23,42,.06)!important;
  padding:24px!important;
  display:grid!important;
  grid-template-columns:52px minmax(0,1fr)!important;
  gap:18px!important;
  align-items:start!important;
  height:100%!important;
}

.three-payment-info-card .feature-num{
  width:46px!important;
  height:46px!important;
  border-radius:12px!important;
  background:#eef4ff!important;
  color:#155eef!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:14px!important;
  font-weight:950!important;
  letter-spacing:.03em!important;
}

.three-payment-info-card h2,
.three-payment-info-card h3{
  margin:0 0 10px!important;
  color:#07152d!important;
  font-size:21px!important;
  line-height:1.16!important;
  letter-spacing:-.03em!important;
  font-weight:950!important;
}

.three-payment-info-card p{
  margin:0!important;
  color:#4b5b70!important;
  font-size:14.5px!important;
  line-height:1.72!important;
  font-weight:600!important;
}

@media(max-width:1100px){
  .three-payment-info-grid.three-payment-info-grid-3{
    grid-template-columns:1fr!important;
  }
}

@media(max-width:640px){
  .three-payment-info-row{
    padding:22px 0 26px!important;
  }

  .three-payment-info-card{
    grid-template-columns:1fr!important;
    gap:14px!important;
    padding:22px!important;
  }

  .three-payment-info-card h2,
  .three-payment-info-card h3{
    font-size:21px!important;
  }

  .three-payment-info-card p{
    font-size:14px!important;
    line-height:1.7!important;
  }
}
