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