.ev_waf2026HeaderContainer {
    background-image: url('/images/events/waf/bg-waf-2026.webp');
    background-size: cover;
    background-position: center;
}

h1.waf {
    font-weight: 800;
    font-size: 64px;
    line-height: 86px;
    margin: 0;
}

@media only screen and (max-width: 750px) {
    h1.waf {
        font-size: 56px;
        line-height: 72px;
    }
}

@media only screen and (max-width: 600px) {
    h1.waf {
        font-size: 44px;
        line-height: 60px;
    }
}

.wafSubhead {
    font-size: 40px;
    line-height: 60px;
}

@media only screen and (max-width: 659px) {
    .wafSubhead {
        font-size: 30px;
        line-height: 45px;
    }
}

.wafPanelBlock {
    margin: 0 auto;
    padding: 32px 24px 64px 24px;
    border-radius: 32px;
    box-sizing: border-box;
    width: 100%;
    border: solid 2px rgba(0, 0, 0, 0.2);
}

.wafPanelTitle {
    font-size: 24px;
    line-height: 32px;
    max-width: 680px;
    margin: 0 auto;
}

.wafPanelGrid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}

.wafPanelCard {
    width: 160px;
    padding: 0 12px;
    margin-top: 24px;
    text-align: center;
    cursor: default;
}

.wafPanelAvatar {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    background: #EDF1F4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wafPanelAvatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.wafPanelName {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #00467D;
    margin: 12px 0 0;
}

.wafPanelRole {
    font-size: 12px;
    line-height: 16px;
    color: #979797;
    margin: 2px 0 0;
}

@media only screen and (max-width: 600px) {
    .wafPanelBlock {
        padding: 24px 24px 32px 24px;
    }

    .wafPanelTitle {
        font-size: 20px;
        line-height: 26px;
    }

    .wafPanelGrid {
        max-width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .wafPanelCard {
        width: 100%;
        display: flex;
        align-items: center;
        text-align: left;
        gap: 16px;
        padding: 0;
    }

    .wafPanelAvatar {
        margin: 0;
        flex-shrink: 0;
    }

    .wafPanelText {
        flex: 1;
        min-width: 0;
    }

    .wafPanelName {
        margin-top: 0;
    }
}

/* ============================================================
   Big green CTA button — same pill shape/size as the "btn-glow"
   CTA on the aerospace expertise page (modules/cta-glow.css),
   without the animated shine, colored to match this page's
   other Book Meeting buttons.
   ============================================================ */
.btn-glow-green {
    display: inline-block;
    padding: 16px 48px;
    font-family: 'Fira Sans', Arial, sans-serif;
    font-size: 28px;
    line-height: 44px;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #fff;
    background: #96C841;
    border: none;
    border-radius: 60px;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
        background 0.35s ease,
        box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-glow-green:hover {
    background: #648C1F;
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
}

.btn-glow-green:active {
    transform: translateY(0);
}

.btn-glow-green:focus-visible {
    outline: 2px solid #96C841;
    outline-offset: 6px;
}

@media (max-width: 600px) {
    .btn-glow-green {
        padding: 14px 32px;
        font-size: 20px;
        line-height: 32px;
    }
}