/* Shared gradient styles for header and hero sections */
.hero-gradient {
    background: linear-gradient(135deg, #0F151F 0%, #041531 100%);
}

.header-gradient {
    background: linear-gradient(135deg, #0F151F 0%, #041531 100%);
}



