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

.three-cargo-editorial-hero{
  width:min(1180px,calc(100% - 48px))!important;
  margin:34px auto 0!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr)!important;
  gap:22px!important;
  align-items:stretch!important;
}

.three-cargo-editorial-copy,
.three-cargo-process,
.three-cargo-article,
.three-cargo-feature-list,
.three-cargo-cta{
  background:#fff!important;
  border:1px solid #dde6f2!important;
  border-radius:10px!important;
  box-shadow:0 12px 30px rgba(15,23,42,.055)!important;
}

.three-cargo-editorial-copy{
  padding:42px!important;
}

.three-cargo-editorial-copy h1{
  margin:0 0 18px!important;
  max-width:860px!important;
  color:#07152d!important;
  font-size:clamp(38px,4.2vw,62px)!important;
  line-height:1.04!important;
  letter-spacing:-.055em!important;
  font-weight:950!important;
}

.three-cargo-editorial-copy p{
  margin:0 0 14px!important;
  color:#435268!important;
  font-size:16px!important;
  line-height:1.85!important;
  font-weight:560!important;
}

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

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

.three-cargo-process{
  padding:28px!important;
}

.three-cargo-process h2,
.three-cargo-feature-list h2,
.three-cargo-article h2,
.three-cargo-cta h2{
  margin:0 0 18px!important;
  color:#07152d!important;
  font-size:24px!important;
  line-height:1.18!important;
  letter-spacing:-.035em!important;
  font-weight:950!important;
}

.three-cargo-process ol{
  margin:0!important;
  padding:0!important;
  list-style:none!important;
  counter-reset:cargoStep!important;
  display:grid!important;
  gap:13px!important;
}

.three-cargo-process li{
  counter-increment:cargoStep!important;
  display:grid!important;
  grid-template-columns:34px 1fr!important;
  gap:12px!important;
  align-items:start!important;
  padding:0 0 13px!important;
  border-bottom:1px solid #e6edf6!important;
}

.three-cargo-process li:last-child{
  border-bottom:none!important;
  padding-bottom:0!important;
}

.three-cargo-process li::before{
  content:counter(cargoStep)!important;
  width:34px!important;
  height:34px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#155eef!important;
  color:#fff!important;
  border-radius:8px!important;
  font-size:13px!important;
  font-weight:950!important;
}

.three-cargo-process b{
  display:block!important;
  color:#07152d!important;
  font-size:15px!important;
  margin-bottom:4px!important;
}

.three-cargo-process span{
  display:block!important;
  color:#5d6b82!important;
  font-size:13.5px!important;
  line-height:1.55!important;
  font-weight:560!important;
}

.three-cargo-logo-strip{
  width:min(1180px,calc(100% - 48px))!important;
  margin:28px auto!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;
  max-width:128px!important;
  max-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:threeCargoEditorialFloat 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 threeCargoEditorialFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-10px)}
}

.three-cargo-editorial-content{
  width:min(1180px,calc(100% - 48px))!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.35fr) minmax(310px,.65fr)!important;
  gap:22px!important;
  align-items:start!important;
}

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

.three-cargo-article h2{
  margin-top:34px!important;
}

.three-cargo-article h2:first-child{
  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-feature-list{
  padding:26px!important;
  position:sticky!important;
  top:96px!important;
}

.three-cargo-feature-list div{
  padding:14px 0!important;
  border-bottom:1px solid #e6edf6!important;
}

.three-cargo-feature-list div:last-child{
  border-bottom:none!important;
  padding-bottom:0!important;
}

.three-cargo-feature-list b{
  display:block!important;
  color:#07152d!important;
  font-size:15px!important;
  margin-bottom:5px!important;
}

.three-cargo-feature-list span{
  display:block!important;
  color:#5d6b82!important;
  font-size:13.5px!important;
  line-height:1.55!important;
  font-weight:560!important;
}

.three-cargo-cta{
  width:min(1180px,calc(100% - 48px))!important;
  margin:24px auto 0!important;
  padding:28px 34px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:20px!important;
  background:#07152d!important;
  border-color:#07152d!important;
  color:#fff!important;
}

.three-cargo-cta h2{
  color:#fff!important;
  margin-bottom:8px!important;
}

.three-cargo-cta p{
  margin:0!important;
  color:#b9c7db!important;
  font-size:15px!important;
  line-height:1.7!important;
  font-weight:550!important;
}

.three-cargo-cta a{
  min-height:46px!important;
  padding:0 18px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#155eef!important;
  color:#fff!important;
  text-decoration:none!important;
  border-radius:8px!important;
  font-weight:950!important;
  white-space:nowrap!important;
}

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

  .three-cargo-feature-list{
    position:static!important;
  }
}

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

  .three-cargo-editorial-copy,
  .three-cargo-process,
  .three-cargo-article,
  .three-cargo-feature-list{
    padding:24px!important;
  }

  .three-cargo-cta{
    flex-direction:column!important;
    align-items:flex-start!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;
  }
}
