/* Ana sayfa fatura entegrasyonları */
.three-home-invoice-section{
  background:#f5f8fc!important;
  padding:26px 0 52px!important;
  color:#07152d!important;
  border:0!important;
  box-shadow:none!important;
}

.three-home-invoice-inner{
  width:min(1180px,calc(100% - 48px))!important;
  margin:0 auto!important;
}

.three-home-invoice-inner h2{
  margin:0 0 22px!important;
  color:#07152d!important;
  font-size:clamp(28px,2.6vw,40px)!important;
  line-height:1.08!important;
  letter-spacing:-.045em!important;
  font-weight:950!important;
}

.three-invoice-cloud{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:28px 34px!important;
  margin:0 0 30px!important;
  overflow:visible!important;
}

.three-invoice-bubble{
  width:124px!important;
  height:124px!important;
  min-width:124px!important;
  min-height:124px!important;
  border-radius:999px!important;
  background:radial-gradient(circle at 32% 24%,#fff 0%,#fff 42%,#f3f7ff 100%)!important;
  box-shadow:0 18px 38px rgba(15,23,42,.10), inset 0 1px 0 rgba(255,255,255,1)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:14px!important;
  overflow:hidden!important;
  animation:threeInvoiceFloat 6.6s ease-in-out infinite!important;
}

.three-invoice-bubble:nth-child(2n){
  animation-duration:7.3s!important;
  animation-delay:-1.1s!important;
}

.three-invoice-bubble:nth-child(3n){
  animation-duration:5.8s!important;
  animation-delay:-.7s!important;
}

@keyframes threeInvoiceFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-11px)}
}

.three-invoice-bubble img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:98px!important;
  max-height:58px!important;
  object-fit:contain!important;
  object-position:center!important;
  margin:0!important;
  border:0!important;
  box-shadow:none!important;
  background:none!important;
  transform:none!important;
}

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

.three-home-invoice-text-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;
}

.three-home-invoice-text-no{
  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-home-invoice-text-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-home-invoice-text-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-home-invoice-text-grid{
    grid-template-columns:1fr!important;
  }
}

@media(max-width:760px){
  .three-home-invoice-inner{
    width:calc(100% - 30px)!important;
  }

  .three-invoice-cloud{
    gap:18px!important;
  }

  .three-invoice-bubble{
    width:104px!important;
    height:104px!important;
    min-width:104px!important;
    min-height:104px!important;
  }

  .three-invoice-bubble img{
    max-width:82px!important;
    max-height:50px!important;
  }

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