/* FIX: Slider Text Legibility */
.hero-slider { position: relative; height: 550px; overflow: hidden; background: #000; margin-bottom: 30px; }
.slide-content { 
    position: absolute; bottom: 0; padding: 60px 50px; 
    background: linear-gradient(transparent, rgba(0,0,0,0.85)); /* Darker gradient for white text */
    width: 100%; color: #fff; 
}
.slide-title a { 
    color: #ffffff !important; /* Force white font */
    font-size: 40px; font-weight: 800; text-decoration: none; text-shadow: 2px 2px 5px rgba(0,0,0,0.5); 
}
.slide-excerpt { color: #f0f0f0; font-size: 18px; margin-top: 10px; }

/* FIX: Ensure news grid is always visible */
.news-grid { display: grid !important; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 25px; padding: 20px; }