.hero-overlay {
    background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 100%);
}
.text-shadow {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
