/* Hover efekt pro aplikační karty v preview sekci */
.apps-preview a:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15) !important;
}

.apps-preview a:hover h4 {
    color: #2563eb;
}

.apps-preview a {
    transition: all 0.3s ease;
}