/*
 * SEO Services page only.
 *
 * Shared service-page styles are in services-common.css; utilities come from
 * main.css. Nothing from those files is repeated here.
 */

/* Vertical process timeline. animations.js drives the fill height and toggles
   .active-node on each marker as the section scrolls. */
.timeline-node.active-node {
  border-color: #ffc001;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(255, 192, 1, 0.8);
}
