.vta-freight-gateway{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 92% 8%,rgba(42,157,143,.13),transparent 27%),
    radial-gradient(circle at 5% 88%,rgba(233,196,106,.15),transparent 25%),
    linear-gradient(180deg,#f7faf9 0%,#edf4f1 100%);
  color:#163b49;
  border-top:1px solid #dbe6e2;
  border-bottom:1px solid #cfddd8;
}
.vta-freight-gateway:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(14,69,87,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(14,69,87,.035) 1px,transparent 1px);
  background-size:34px 34px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.55),transparent 75%);
  pointer-events:none;
}
.vta-freight-gateway .container{
  position:relative;
  z-index:1;
}
.vta-freight-gateway__heading{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.7fr);
  gap:36px;
  align-items:end;
}
.vta-freight-gateway__heading h2{
  max-width:820px;
  margin:.45rem 0 0;
  color:#0b4052;
  font-size:clamp(2.15rem,4.2vw,3.75rem);
  line-height:1.04;
}
.vta-freight-gateway__heading>p{
  margin:0;
  color:#5c747c;
  font-size:1.02rem;
  line-height:1.7;
}
.vta-freight-gateway__signal{
  display:grid;
  grid-template-columns:300px 1fr;
  gap:22px;
  align-items:center;
  margin:24px 0 18px;
  padding:16px 19px;
  border:1px solid #bed8d0;
  border-left:5px solid #2a9d8f;
  border-radius:13px;
  background:rgba(255,255,255,.83);
  box-shadow:0 10px 28px rgba(15,73,85,.055);
}
.vta-freight-gateway__signal strong{
  color:#116255;
  font-family:Manrope,DM Sans,Arial,sans-serif;
}
.vta-freight-gateway__signal span{
  color:#577078;
  line-height:1.55;
}
.vta-freight-gateway__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:15px;
}
.vta-gateway-card{
  --gateway-accent:#2a9d8f;
  --gateway-soft:#e7f4ef;
  position:relative;
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:390px;
  padding:21px;
  border:1px solid #d1dfdb;
  border-top:5px solid var(--gateway-accent);
  border-radius:17px;
  background:rgba(255,255,255,.94);
  box-shadow:0 13px 32px rgba(14,62,73,.075);
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    border-color .18s ease;
}
.vta-gateway-card:hover{
  transform:translateY(-2px);
  border-color:#aec7c0;
  box-shadow:0 17px 38px rgba(14,62,73,.11);
}
.vta-gateway-card--industry{
  --gateway-accent:#3b5ba9;
  --gateway-soft:#e9edf8;
}
.vta-gateway-card--public{
  --gateway-accent:#d88924;
  --gateway-soft:#fff2df;
}
.vta-gateway-card--analyst{
  --gateway-accent:#74579b;
  --gateway-soft:#f0eaf6;
}
.vta-gateway-card__top{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:flex-start;
}
.vta-gateway-card__number{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:40px;
  height:29px;
  padding:0 10px;
  border-radius:999px;
  background:var(--gateway-soft);
  color:var(--gateway-accent);
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.08em;
}
.vta-gateway-card__icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  border-radius:13px;
  background:var(--gateway-soft);
  color:var(--gateway-accent);
}
.vta-gateway-card__icon svg{
  width:30px;
  height:30px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.vta-gateway-card__audience{
  display:block;
  margin-top:17px;
  color:var(--gateway-accent);
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.vta-gateway-card h3{
  margin:8px 0 9px;
  color:#143f4e;
  font-size:1.28rem;
  line-height:1.34;
}
.vta-gateway-card>p{
  margin:0;
  color:#5b747c;
  line-height:1.6;
}
.vta-gateway-card__links{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin:17px 0 19px;
}
.vta-gateway-card__links a{
  display:inline-flex;
  min-height:31px;
  align-items:center;
  padding:6px 9px;
  border:1px solid #d3dfdc;
  border-radius:999px;
  background:#f5f8f7;
  color:#45656d;
  font-size:.7rem;
  font-weight:800;
  text-decoration:none;
}
.vta-gateway-card__links a:hover{
  border-color:var(--gateway-accent);
  color:var(--gateway-accent);
}
.vta-gateway-card__links a:focus-visible,
.vta-gateway-card__primary:focus-visible,
.vta-freight-gateway__foot a:focus-visible{
  outline:3px solid rgba(42,157,143,.32);
  outline-offset:3px;
}
.vta-gateway-card__primary{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  min-height:45px;
  margin-top:auto;
  padding:10px 13px;
  border-radius:10px;
  background:var(--gateway-accent);
  color:#fff;
  font-weight:850;
  text-decoration:none;
}
.vta-gateway-card__primary:hover{
  filter:brightness(.93);
}
.vta-gateway-card__primary span{
  font-size:1.18rem;
}
.vta-freight-gateway__foot{
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:center;
  margin-top:18px;
  padding:17px 19px;
  border-radius:13px;
  background:#0e4557;
  color:#fff;
}
.vta-freight-gateway__foot div{
  min-width:0;
}
.vta-freight-gateway__foot strong,
.vta-freight-gateway__foot span{
  display:block;
}
.vta-freight-gateway__foot span{
  margin-top:3px;
  color:#bfd5dc;
  font-size:.84rem;
}
.vta-freight-gateway__foot a{
  display:inline-flex;
  flex:0 0 auto;
  align-items:center;
  gap:8px;
  color:#fff;
  font-weight:850;
  text-decoration:none;
}
@media(max-width:960px){
  .vta-freight-gateway__heading{
    grid-template-columns:1fr;
    gap:15px;
  }
  .vta-freight-gateway__signal{
    grid-template-columns:1fr;
    gap:5px;
  }
}
@media(max-width:760px){
  .vta-freight-gateway__grid{
    grid-template-columns:1fr;
  }
  .vta-gateway-card{
    min-height:0;
  }
  .vta-freight-gateway__foot{
    align-items:flex-start;
    flex-direction:column;
  }
}
@media(max-width:480px){
  .vta-gateway-card{
    padding:18px;
  }
  .vta-gateway-card__links{
    display:grid;
    grid-template-columns:1fr;
  }
  .vta-gateway-card__links a{
    border-radius:9px;
  }
}