body {
    font-family: system-ui, -apple-system, sans-serif;
}

.hero {
    min-height: 75vh;
    background-size: cover;
    background-position: center;
}

.section-title {
    color: #003087;
}

.card {
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-8px);
}