body {
    font-family: 'Segoe UI', system-ui, sans-serif;
    line-height: 1.6;
}
.card {
    transition: all 0.3s;
}
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}