/* Exact motion snippets from Figma 86:4 and 86:5; runtime owns pause/resume only. */
.site-header .brand-glint { animation: kf_93_54_translate_0 6s linear; animation-iteration-count: infinite; animation-play-state: paused; }
@keyframes kf_93_54_translate_0 { 0% { translate: 0px 0px; } 20% { translate: 168px 0px; } 100% { translate: 168px 0px; } }

.review-grid.is-hint-enabled .review-card { animation: kf_93_59_translate_0 8s linear; animation-iteration-count: infinite;  animation-play-state: paused; }
@keyframes kf_93_59_translate_0 { 0% { animation-timing-function: ease-in-out; translate: 0px 0px; } 5% { animation-timing-function: ease-in-out; translate: -12px 0px; } 11.25% { translate: 0px 0px; } 100% { translate: 0px 0px; } }
