/* services/show.html.erb - keyframe shared with agents/show via fade-in-up-xs
   in application.css. */
.service-show-hero { animation: fade-in-up-xs 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards; }
.service-show-details { animation: fade-in-up-xs 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s forwards; opacity: 0; }
