.confTitleBox {
    background-image: url('https://indico.esa.int/event/645/images/1451-esa-sdm2025-still_1.4.1.jpg') !important;
    background-size: contain !important;       /* Keep full image visible */
    background-position: top center !important; /* Show top of image */
    background-repeat: no-repeat !important;
    background-color: #000514 !important;
    min-height: 450px;                          /* Adjust header height */
    width: 100% !important;
    display: flex;
    flex-direction: column;                     /* Stack content vertically */
    justify-content: flex-end;                  /* Keep title/logo at bottom */
    padding-bottom: 10px;                       /* Space from bottom */
}

.conference-title-link {
    color: white !important;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
    position: relative;                         /* Keep text above background */
    z-index: 1;
}