.three-home-invoice-gif-section{
  background:#f5f8fc!important;
  padding:8px 0 48px!important;
}

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

/* dış beyaz yuvarlak kartı kaldır */
.three-home-invoice-gif-card{
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  padding:0!important;
}

/* yeni yapı */
.three-home-invoice-gif-stage{
  position:relative!important;
  overflow:hidden!important;
  border-radius:22px!important;
  background:transparent!important;
  box-shadow:none!important;
}

.three-home-invoice-gif-stage::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:
    linear-gradient(90deg, rgba(7,21,45,.82) 0%, rgba(7,21,45,.58) 34%, rgba(7,21,45,.20) 58%, rgba(7,21,45,0) 78%)!important;
  pointer-events:none!important;
}

.three-home-invoice-gif-stage img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  border-radius:22px!important;
  border:0!important;
  box-shadow:none!important;
}

.three-home-invoice-gif-overlay{
  position:absolute!important;
  left:38px!important;
  top:34px!important;
  z-index:2!important;
  width:min(520px, calc(100% - 76px))!important;
  color:#ffffff!important;
}

.three-home-invoice-gif-eyebrow{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  padding:9px 14px!important;
  margin:0 0 14px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.14)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  color:#ffffff!important;
  font-size:12px!important;
  line-height:1.2!important;
  font-weight:800!important;
  letter-spacing:.03em!important;
  backdrop-filter:blur(8px)!important;
}

.three-home-invoice-gif-overlay h2{
  margin:0 0 14px!important;
  color:#ffffff!important;
  font-size:clamp(28px,3vw,46px)!important;
  line-height:1.04!important;
  letter-spacing:-.05em!important;
  font-weight:950!important;
  max-width:500px!important;
}

.three-home-invoice-gif-overlay p{
  margin:0 0 18px!important;
  color:rgba(255,255,255,.92)!important;
  font-size:15px!important;
  line-height:1.75!important;
  font-weight:600!important;
  max-width:500px!important;
}

.three-home-invoice-gif-points{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
}

.three-home-invoice-gif-points span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:10px 14px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.14)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  color:#ffffff!important;
  font-size:13px!important;
  line-height:1.2!important;
  font-weight:800!important;
  backdrop-filter:blur(8px)!important;
}

@media(max-width:900px){
  .three-home-invoice-gif-overlay{
    left:26px!important;
    top:24px!important;
    width:calc(100% - 52px)!important;
  }

  .three-home-invoice-gif-overlay h2{
    font-size:30px!important;
  }

  .three-home-invoice-gif-overlay p{
    font-size:14px!important;
    line-height:1.65!important;
  }
}

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

  .three-home-invoice-gif-section{
    padding:8px 0 38px!important;
  }

  .three-home-invoice-gif-stage,
  .three-home-invoice-gif-stage img{
    border-radius:18px!important;
  }

  .three-home-invoice-gif-stage::after{
    background:
      linear-gradient(180deg, rgba(7,21,45,.82) 0%, rgba(7,21,45,.62) 42%, rgba(7,21,45,.24) 72%, rgba(7,21,45,.08) 100%)!important;
  }

  .three-home-invoice-gif-overlay{
    left:18px!important;
    top:18px!important;
    width:calc(100% - 36px)!important;
  }

  .three-home-invoice-gif-eyebrow{
    font-size:11px!important;
    padding:8px 12px!important;
    margin-bottom:12px!important;
  }

  .three-home-invoice-gif-overlay h2{
    font-size:24px!important;
    line-height:1.08!important;
    margin-bottom:12px!important;
  }

  .three-home-invoice-gif-overlay p{
    font-size:13.5px!important;
    line-height:1.58!important;
    margin-bottom:14px!important;
  }

  .three-home-invoice-gif-points{
    gap:8px!important;
  }

  .three-home-invoice-gif-points span{
    font-size:11.5px!important;
    padding:8px 11px!important;
  }
}

/* ===== GIF üstündeki yuvarlak köşeli yazıları kaldır ===== */
.three-home-invoice-gif-eyebrow,
.three-home-invoice-gif-points{
  display:none!important;
}

/* yukarıdaki kapsül gidince boşluklar da toparlansın */
.three-home-invoice-gif-overlay h2{
  margin-top:0!important;
}

.three-home-invoice-gif-overlay p{
  margin-bottom:0!important;
}

/* ===== GIF alanını alttan yaklaşık %20 kırp ===== */
.three-home-invoice-gif-stage{
  aspect-ratio: 1280 / 482 !important;
  overflow:hidden!important;
}

.three-home-invoice-gif-stage img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:top center!important;
}

/* ===== Mobilde GIF ekranını biraz büyüt ===== */
@media(max-width:760px){
  .three-home-invoice-gif-inner{
    width:calc(100vw - 10px)!important;
    max-width:none!important;
    margin-left:50%!important;
    transform:translateX(-50%)!important;
  }

  .three-home-invoice-gif-section{
    padding-left:0!important;
    padding-right:0!important;
  }

  .three-home-invoice-gif-stage{
    border-radius:18px!important;
  }

  .three-home-invoice-gif-stage img{
    border-radius:18px!important;
  }
}

/* ===== Mobilde GIF ekranını gerçekten büyüt v2 ===== */
@media(max-width:760px){
  .three-home-invoice-gif-section{
    padding-left:0!important;
    padding-right:0!important;
    overflow:hidden!important;
  }

  .three-home-invoice-gif-inner{
    width:calc(100vw + 34px)!important;
    max-width:none!important;
    margin-left:50%!important;
    transform:translateX(-50%)!important;
  }

  .three-home-invoice-gif-stage{
    aspect-ratio:1280 / 624!important;
    min-height:330px!important;
    border-radius:18px!important;
    overflow:hidden!important;
  }

  .three-home-invoice-gif-stage img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    border-radius:18px!important;
  }

  .three-home-invoice-gif-overlay{
    left:18px!important;
    top:18px!important;
    width:calc(100% - 36px)!important;
  }
}

@media(max-width:430px){
  .three-home-invoice-gif-stage{
    min-height:360px!important;
  }
}

@media(max-width:380px){
  .three-home-invoice-gif-stage{
    min-height:380px!important;
  }
}

/* ===== Mobilde GIF ekranını az küçült ===== */
@media(max-width:760px){
  .three-home-invoice-gif-inner{
    width:calc(100vw + 18px)!important;
    max-width:none!important;
    margin-left:50%!important;
    transform:translateX(-50%)!important;
  }

  .three-home-invoice-gif-stage{
    aspect-ratio:1280 / 624!important;
    min-height:305px!important;
  }
}

@media(max-width:430px){
  .three-home-invoice-gif-stage{
    min-height:330px!important;
  }
}

@media(max-width:380px){
  .three-home-invoice-gif-stage{
    min-height:345px!important;
  }
}

/* ===== Mobilde GIF ekranını az küçült ===== */
@media(max-width:760px){
  .three-home-invoice-gif-inner{
    width:calc(100vw + 18px)!important;
    max-width:none!important;
    margin-left:50%!important;
    transform:translateX(-50%)!important;
  }

  .three-home-invoice-gif-stage{
    aspect-ratio:1280 / 624!important;
    min-height:305px!important;
  }
}

@media(max-width:430px){
  .three-home-invoice-gif-stage{
    min-height:330px!important;
  }
}

@media(max-width:380px){
  .three-home-invoice-gif-stage{
    min-height:345px!important;
  }
}

/* ===== Mobilde GIF taşmayı azalt ve az küçült final ===== */
@media(max-width:760px){
  .three-home-invoice-gif-section{
    overflow:hidden!important;
    padding-left:0!important;
    padding-right:0!important;
  }

  .three-home-invoice-gif-inner{
    width:calc(100vw - 12px)!important;
    max-width:none!important;
    margin-left:50%!important;
    transform:translateX(-50%)!important;
  }

  .three-home-invoice-gif-stage{
    aspect-ratio:1280 / 624!important;
    min-height:285px!important;
    border-radius:18px!important;
    overflow:hidden!important;
  }

  .three-home-invoice-gif-stage img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    border-radius:18px!important;
  }
}

@media(max-width:430px){
  .three-home-invoice-gif-stage{
    min-height:305px!important;
  }
}

@media(max-width:380px){
  .three-home-invoice-gif-stage{
    min-height:318px!important;
  }
}
