/* Research Hero - Base Layout */
.research-hero {
    height: 220px;
    background: linear-gradient(rgba(1, 6, 28, 0.75), rgba(1, 6, 28, 0.75)),
        url('https://images.unsplash.com/photo-1531297484001-80022131f5a1?auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    color: #ff4a3f;
    padding-bottom: 3rem;
    position: relative;
    border-bottom: 2px solid rgba(0, 246, 254, 0.3);
    box-shadow: 0 10px 30px rgba(0, 246, 254, 0.1);
}