.fh-main-content {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.modern-card {
    background: white;
    border: none;
    border-radius: 15px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.modern-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}