/* V3.33.1: contained transport strip; no fixed-size motion path or neon glow. */
.home-v332 .trust-route{padding-bottom:24px}
.home-v332 .trust-route .trust-layout{row-gap:12px}
.home-v332 .trust-route .glow-route{
  --trust-vehicle-width:180px;
  --trust-road-y:104px;
  position:relative;inset:auto;grid-column:1 / -1;
  width:100%;min-width:0;height:128px;margin:0;
  overflow:hidden;opacity:1;pointer-events:none;
}
.home-v332 .trust-route .glow-route>svg{display:none}
.home-v332 .trust-route .glow-route::before{
  content:"";position:absolute;left:0;right:0;top:var(--trust-road-y);
  height:1px;background:linear-gradient(90deg,transparent,#f3d26d 12%,#f3d26d 88%,transparent);
  opacity:.42;box-shadow:none;filter:none;
}
.home-v332 .trust-route .trust-van{
  position:absolute;inset:auto;left:12px;top:0;
  width:calc(100% - var(--trust-vehicle-width) - 24px);height:120px;
  margin:0;background:none;offset-path:none;offset-distance:0;offset-rotate:0deg;
  transform:translateX(50%);transform-origin:center;filter:none;
  animation:trust-arrive-v3331 4.8s cubic-bezier(.2,.65,.3,1) 1 both;
}
.home-v332 .trust-route .trust-van>img{
  position:absolute;inset:auto;left:0;top:0;right:auto;bottom:auto;
  display:block;width:var(--trust-vehicle-width);max-width:none;height:auto;
  aspect-ratio:3 / 2;object-fit:contain;transform:none;opacity:1;
  filter:drop-shadow(0 3px 2px rgba(0,0,0,.14));
}
@keyframes trust-arrive-v3331{
  from{transform:translateX(28%)}
  to{transform:translateX(50%)}
}
@media(max-width:760px){
  .home-v332 .trust-route{padding-bottom:20px}
  .home-v332 .trust-route .glow-route{
    --trust-vehicle-width:144px;--trust-road-y:83px;height:106px;
  }
  .home-v332 .trust-route .trust-van{height:96px}
}
@media(prefers-reduced-motion:reduce){
  .home-v332 .trust-route .trust-van{animation:none;transform:translateX(50%)}
}
@media print{
  .home-v332 .trust-route .glow-route{display:none}
}
