.three-cargo-clean-page{
  background:#f6f8fb!important;
  color:#07152d!important;
}

.three-cargo-clean-hero,
.three-cargo-clean-content,
.three-cargo-clean-bottom,
.three-cargo-clean-logo-strip{
  width:min(1180px,calc(100% - 48px))!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

.three-cargo-clean-hero{
  margin-top:34px!important;
}

.three-cargo-clean-heading{
  background:#fff!important;
  border:1px solid #dde6f2!important;
  border-radius:10px!important;
  padding:40px 42px!important;
  box-shadow:0 12px 30px rgba(15,23,42,.05)!important;
}

.three-cargo-clean-heading h1{
  margin:0 0 18px!important;
  color:#07152d!important;
  font-size:clamp(40px,4.4vw,70px)!important;
  line-height:1.02!important;
  letter-spacing:-.06em!important;
  font-weight:950!important;
  max-width:900px!important;
}

.three-cargo-clean-heading p{
  margin:0 0 14px!important;
  color:#435268!important;
  font-size:16px!important;
  line-height:1.9!important;
  font-weight:560!important;
  max-width:1020px!important;
}

.three-cargo-clean-heading p:last-child{
  margin-bottom:0!important;
}

.three-cargo-clean-lead{
  font-size:17px!important;
  color:#344054!important;
}

.three-cargo-clean-feature-row{
  margin-top:20px!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
}

.three-cargo-clean-feature{
  background:#fff!important;
  border:1px solid #dde6f2!important;
  border-radius:10px!important;
  padding:22px!important;
  box-shadow:0 10px 24px rgba(15,23,42,.04)!important;
}

.three-cargo-clean-feature b{
  display:block!important;
  margin-bottom:8px!important;
  color:#07152d!important;
  font-size:18px!important;
  font-weight:900!important;
  letter-spacing:-.02em!important;
}

.three-cargo-clean-feature p{
  margin:0!important;
  color:#5b6b82!important;
  font-size:14.5px!important;
  line-height:1.75!important;
  font-weight:560!important;
}

.three-cargo-clean-logo-strip{
  margin-top:26px!important;
  margin-bottom:26px!important;
}

.three-cargo-cloud-board{
  background:transparent!important;
  border:none!important;
  box-shadow:none!important;
  padding:8px 0!important;
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:center!important;
  align-items:center!important;
  gap:26px 34px!important;
}

.three-cargo-cloud-bubble{
  width:128px!important;
  height:128px!important;
  min-width:128px!important;
  min-height:128px!important;
  border-radius:999px!important;
  background:radial-gradient(circle at 32% 24%,#fff 0%,#fff 42%,#f4f8ff 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:12px!important;
  overflow:hidden!important;
  animation:threeCargoCleanFloat 6.2s ease-in-out infinite!important;
}

.three-cargo-cloud-bubble:nth-child(2n){animation-duration:7.1s!important;animation-delay:-1s!important}
.three-cargo-cloud-bubble:nth-child(3n){animation-duration:5.6s!important;animation-delay:-.8s!important}

.three-cargo-cloud-bubble img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:none!important;
  margin:0!important;
  border:none!important;
  box-shadow:none!important;
}

.three-cargo-cloud-bubble[data-logo="yurtici"] img{max-width:104px!important;max-height:58px!important}
.three-cargo-cloud-bubble[data-logo="aras"] img{max-width:106px!important;max-height:58px!important}
.three-cargo-cloud-bubble[data-logo="surat"] img{max-width:106px!important;max-height:56px!important}
.three-cargo-cloud-bubble[data-logo="ptt"] img{max-width:90px!important;max-height:48px!important}
.three-cargo-cloud-bubble[data-logo="ups"] img{max-width:88px!important;max-height:76px!important}
.three-cargo-cloud-bubble[data-logo="dhl"] img{max-width:106px!important;max-height:58px!important}

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

.three-cargo-clean-content{
  display:grid!important;
  grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr)!important;
  gap:20px!important;
}

.three-cargo-article,
.three-cargo-clean-side-card,
.three-cargo-clean-bottom-card{
  background:#fff!important;
  border:1px solid #dde6f2!important;
  border-radius:10px!important;
  box-shadow:0 12px 28px rgba(15,23,42,.05)!important;
}

.three-cargo-article{
  padding:34px 38px!important;
}

.three-cargo-article h2{
  margin:0 0 14px!important;
  color:#07152d!important;
  font-size:26px!important;
  line-height:1.18!important;
  letter-spacing:-.03em!important;
  font-weight:950!important;
}

.three-cargo-article h2 + p{
  margin-top:0!important;
}

.three-cargo-article p{
  margin:0 0 16px!important;
  color:#435268!important;
  font-size:15.5px!important;
  line-height:1.9!important;
  font-weight:550!important;
}

.three-cargo-article h2:not(:first-child){
  margin-top:34px!important;
}

.three-cargo-clean-side{
  display:grid!important;
  gap:18px!important;
  align-self:start!important;
}

.three-cargo-clean-side-card{
  padding:24px!important;
}

.three-cargo-clean-side-card b{
  display:block!important;
  margin-bottom:8px!important;
  color:#07152d!important;
  font-size:18px!important;
  font-weight:900!important;
  letter-spacing:-.02em!important;
}

.three-cargo-clean-side-card p{
  margin:0!important;
  color:#5b6b82!important;
  font-size:14.5px!important;
  line-height:1.75!important;
  font-weight:560!important;
}

.three-cargo-clean-bottom{
  margin-top:20px!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
}

.three-cargo-clean-bottom-card{
  padding:24px!important;
}

.three-cargo-clean-bottom-card b{
  display:block!important;
  margin-bottom:8px!important;
  color:#07152d!important;
  font-size:18px!important;
  font-weight:900!important;
  letter-spacing:-.02em!important;
}

.three-cargo-clean-bottom-card p{
  margin:0!important;
  color:#5b6b82!important;
  font-size:14.5px!important;
  line-height:1.75!important;
  font-weight:560!important;
}

@media(max-width:980px){
  .three-cargo-clean-feature-row,
  .three-cargo-clean-content,
  .three-cargo-clean-bottom{
    grid-template-columns:1fr!important;
  }
}

@media(max-width:640px){
  .three-cargo-clean-hero,
  .three-cargo-clean-content,
  .three-cargo-clean-bottom,
  .three-cargo-clean-logo-strip{
    width:calc(100% - 30px)!important;
  }

  .three-cargo-clean-heading,
  .three-cargo-clean-feature,
  .three-cargo-article,
  .three-cargo-clean-side-card,
  .three-cargo-clean-bottom-card{
    padding:22px!important;
  }

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

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

/* Kargonomi + Kolay Gelsin logo ayarı */


.three-cargo-cloud-bubble[data-logo="kolaygelsin"] img{
  max-width:106px!important;
  max-height:54px!important;
  object-fit:contain!important;
  transform:none!important;
}

/* Eski kargo CSS'leri baskın geldiyse yine taşmayı engelle */
.three-cargo-cloud-bubble[data-logo="kargonomi"],
.three-cargo-cloud-bubble[data-logo="kolaygelsin"]{
  overflow:hidden!important;
}


/* Kargonomi logosu çok daha büyük görünsün */
.three-cargo-cloud-bubble[data-logo="kargonomi"] img{
  max-width:118px!important;
  max-height:78px!important;
  width:auto!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:scale(1.95)!important;
  transform-origin:center center!important;
}

/* Mobilde de büyük kalsın ama taşmasın */
@media(max-width:620px){
  .three-cargo-cloud-bubble[data-logo="kargonomi"] img{
    max-width:92px!important;
    max-height:62px!important;
    transform:scale(1.75)!important;
  }
}

/* --- Kargonomi daha sola ve çok daha büyük --- */
.three-cargo-cloud-bubble[data-logo="kargonomi"]{
  overflow:hidden!important;
}

.three-cargo-cloud-bubble[data-logo="kargonomi"] img{
  width:auto!important;
  height:auto!important;
  max-width:112px!important;
  max-height:72px!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:translateX(-12px) scale(2.95)!important;
  transform-origin:center center!important;
}

/* Kolay Gelsin görünür ve yeterince büyük olsun */
.three-cargo-cloud-bubble[data-logo="kolaygelsin"]{
  overflow:hidden!important;
}

.three-cargo-cloud-bubble[data-logo="kolaygelsin"] img{
  width:auto!important;
  height:auto!important;
  max-width:106px!important;
  max-height:54px!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:none!important;
}

/* Mobil */
@media(max-width:620px){
  .three-cargo-cloud-bubble[data-logo="kargonomi"] img{
    max-width:88px!important;
    max-height:58px!important;
    transform:translateX(-8px) scale(2.45)!important;
  }

  .three-cargo-cloud-bubble[data-logo="kolaygelsin"] img{
    max-width:82px!important;
    max-height:44px!important;
  }
}

/* --- FINAL: Kargonomi sola + 2x daha büyük, Kolay Gelsin görünür, PTT yenilenmiş --- */

/* Ürün resmi / yanlış logo sınıfları olursa kapat */
.three-cargo-cloud-bubble[data-logo="logo"],
.three-cargo-cloud-bubble[data-logo="mng"],
.three-cargo-cloud-bubble[data-logo="hepsijet"],
.three-cargo-cloud-bubble[data-logo="sendeo"]{
  display:none!important;
}

.three-cargo-cloud-board{
  background:transparent!important;
  border:none!important;
  box-shadow:none!important;
  overflow:visible!important;
}

.three-cargo-cloud-bubble{
  overflow:hidden!important;
}

/* Kargonomi: %50 sola + mevcut büyüklüğün yaklaşık 2 katı */
.three-cargo-cloud-bubble[data-logo="kargonomi"] img{
  width:auto!important;
  height:auto!important;
  max-width:116px!important;
  max-height:74px!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:translateX(-50%) scale(5.9)!important;
  transform-origin:center center!important;
}

/* Kolay Gelsin: görünür, taşmadan */
.three-cargo-cloud-bubble[data-logo="kolaygelsin"] img{
  width:auto!important;
  height:auto!important;
  max-width:110px!important;
  max-height:56px!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:none!important;
}

/* PTT: resmi logo bulunduysa daha düzgün sığsın */
.three-cargo-cloud-bubble[data-logo="ptt"] img{
  width:auto!important;
  height:auto!important;
  max-width:98px!important;
  max-height:58px!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:none!important;
}

@media(max-width:620px){
  .three-cargo-cloud-bubble[data-logo="kargonomi"] img{
    max-width:88px!important;
    max-height:58px!important;
    transform:translateX(-50%) scale(4.2)!important;
  }

  .three-cargo-cloud-bubble[data-logo="kolaygelsin"] img{
    max-width:86px!important;
    max-height:44px!important;
  }

  .three-cargo-cloud-bubble[data-logo="ptt"] img{
    max-width:78px!important;
    max-height:46px!important;
  }
}
