
.fpv-card {
    transition: all 0.3s ease;
}
.fpv-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,123,255,0.1);
}
.fpv-li {
    margin: 8px 0;
    transition: all 0.25s ease;
}
.fpv-li:hover {
    color: #007bff;
    padding-left: 6px;
    font-weight: 500;
    transform: scale(1.02);
}
