.route-map{isolation:isolate;max-width:560px;height:195px;margin-top:1.4rem;position:relative}.route-map svg{width:100%;height:100%;position:absolute;inset:0}.route-line{fill:none;stroke-width:2.8px;stroke-dasharray:100;stroke-dashoffset:100px;stroke-linecap:round;stroke-linejoin:round;opacity:0;animation:.46s ease-out forwards routeLineReveal;animation-delay:var(--line-delay,0s)}.route-step{opacity:0;width:0;height:0;animation:.44s ease-out forwards routeStepReveal;animation-delay:var(--step-delay,0s);position:absolute;transform:translate(-50%,-50%)}.route-step span{color:#fff;background:#941116;border-radius:999px;place-items:center;width:1.6rem;height:1.6rem;font-size:.9rem;font-weight:700;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 16px #8f0f1542}.route-step strong{transform:translateX(calc(-50% + var(--label-shift-x,0px)));white-space:nowrap;color:#131a32;font-size:1.02rem;line-height:1;position:absolute;top:calc(50% + 1.35rem);left:50%}@keyframes routeLineReveal{0%{opacity:0;stroke-dashoffset:100px}to{opacity:1;stroke-dashoffset:0}}@keyframes routeStepReveal{0%{opacity:0;transform:translate(-50%,-50%)scale(.86)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@media (max-width:1080px){.route-map{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;height:auto;margin-top:1rem;display:grid}.route-map svg{display:none}.route-step{opacity:1;align-items:center;gap:.5rem;width:auto;height:auto;animation:none;display:flex;position:static;transform:none}.route-step span,.route-step strong{position:static;transform:none}}
