.seo-service-strip {
    overflow: hidden;
    background: #3f5789;
    color: #fff;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.seo-service-strip-track {
    display: flex;
    width: max-content;
    animation: seo-service-scroll 28s linear infinite;
}

.seo-service-strip-group {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 2.5rem;
    padding: .75rem 2.5rem .75rem 0;
    white-space: nowrap;
}

.seo-service-strip-group span::after {
    content: '✓';
    margin-left: 2.5rem;
}

@keyframes seo-service-scroll {
    to { transform: translateX(-25%); }
}

@media (prefers-reduced-motion: reduce) {
    .seo-service-strip-track { width: 100%; animation: none; }
    .seo-service-strip-group { flex-wrap: wrap; gap: .5rem 1.25rem; padding: .75rem 1rem; white-space: normal; }
    .seo-service-strip-group[aria-hidden="true"] { display: none; }
    .seo-service-strip-group span::after { margin-left: 1.25rem; }
}
