﻿/* audience.css */
.card:hover {
    transform: scale(1.02);
    transition: 0.3s ease;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
