/* ============================================================
   WIZARD HEADER — TMA Annual Meeting 2026
============================================================ */

.wizard-header {
    width: 100%;
    background: linear-gradient(120deg, #05367B 0%, #1F4DCC 45%, #305CDE 100%);
    color: white;
    padding: 20px 45px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.28);
    position: sticky;
    top: 0;
    z-index: 999;
    min-height: 100px; /* fixed height ensures sidebar alignment */
    display: flex;
    align-items: center;
}

.wizard-header-inner {
    display: flex;
    align-items: center;
    gap: 25px;
    width: 100%;
}

.tma-logo {
    height: 60px;
    filter: drop-shadow(0 0 6px rgba(255,255,255,0.4));
}

.wizard-header-text h1 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
}

.wizard-header-text p {
    margin: 2px 0 0 0;
    opacity: 0.9;
    font-size: 15px;
}
