.feature-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 15px;
    font-size: .9rem;
    font-weight: 700;
    color: var(--ks-blue);
    text-decoration: none;
    transition: gap .3s ease, color .3s ease;
}

.feature-cta i {
    font-size: 1.1rem;
}

.feature-cta:hover {
    gap: 12px;
    color: var(--ks-accent);
}
