/* Number text retains its original space and accessibility; SVG is decorative. */
#als-home .ah-workflow .ah-step-number {position:relative}
#als-home .ah-workflow .ah-step-value {color:transparent}
#als-home .ah-workflow .ah-step-pen {position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none;color:inherit}
#als-home .ah-workflow .ah-step-pen path {fill:none;stroke:currentColor;stroke-width:1.45px;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;stroke-dasharray:100;stroke-dashoffset:0}
@media(prefers-reduced-motion:no-preference) {
  #als-home .ah-workflow .is-pen-pending path {stroke-dashoffset:100}
  #als-home .ah-workflow .is-pen-written:not(.is-pen-done) path {animation:ah-step-write var(--pen-duration) cubic-bezier(.36,.08,.38,1) var(--pen-delay) backwards}
}
@keyframes ah-step-write {from{stroke-dashoffset:100}to{stroke-dashoffset:0}}
