.top_info_bar_btn_icon {
    width: 16px;
    height: 16px;
    margin-left: 7px;
    vertical-align: middle;
}
/* Top info bar — self-contained styles (loads after index-style.css) */
.top_info_bar {
    --top-bar-height: 48px;
    --top-bar-inline-pad: 2%;
    --radius-ui: 4px;
    --color-text-inverse: #ffffff;
    --color-orange: #e87722;
    --color-orange-bright: #f08832;
    --color-orange-deep: #c05a28;
    --font-heading: "Montserrat", sans-serif;

    width: 100%;
    height: var(--top-bar-height);
    padding: 0 var(--top-bar-inline-pad);
    margin: 0;
    position: relative;
    top: auto;
    z-index: 100;
    display: block;
    box-sizing: border-box;
    background-color: #0f141c;
    color: var(--color-text-inverse);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    overflow: hidden;
    animation: topBarReveal 0.55s ease-out both;
}

@media screen and (max-width: 1200px) {
    .top_info_bar {
        --top-bar-inline-pad: 3%;
    }
}

@media screen and (max-width: 1080px) {
    .top_info_bar {
        --top-bar-inline-pad: 4%;
    }
}

/* Secondary header action: intentionally distinct from the primary orange CTA. */
.top_info_bar .top_info_bar_btn_secondary {
    background: var(--color-blue, #2f9fc4);
    border: 2px solid var(--color-blue, #2f9fc4);
    color: #fff;
    box-shadow: 0 4px 12px rgba(47, 159, 196, 0.28);
}

.top_info_bar .top_info_bar_btn_secondary:hover,
.top_info_bar .top_info_bar_btn_secondary:focus-visible {
    background: #fff;
    border-color: var(--color-blue, #2f9fc4);
    color: var(--color-blue, #2f9fc4);
}

@media screen and (max-width: 767px) {
    .top_info_bar {
        --top-bar-inline-pad: 20px;
    }
}

@media screen and (max-width: 560px) {
    .top_info_bar {
        --top-bar-inline-pad: 16px;
        height: auto;
        min-height: 44px;
    }
}

@media screen and (max-width: 440px) {
    .top_info_bar {
        --top-bar-inline-pad: 14px;
    }
}

.top_info_bar_inner {
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: var(--top-bar-height);
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    box-sizing: border-box;
}

@media screen and (max-width: 560px) {
    .top_info_bar_inner {
        min-height: 44px;
        gap: 12px;
        flex-wrap: nowrap;
    }
}

.top_info_bar_left,
.top_info_bar_right {
    display: flex;
    align-items: center;
    min-width: 0;
}

.top_info_bar_left {
    flex: 1 1 auto;
    gap: 0;
}

.top_info_bar_right {
    flex: 0 0 auto;
    justify-content: flex-end;
    gap: 22px;
}

@media screen and (max-width: 1080px) {
    .top_info_bar_right {
        gap: 18px;
    }
}

@media screen and (max-width: 767px) {
    .top_info_bar_right {
        gap: 14px;
    }
}

.top_info_bar_link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    color: var(--color-text-inverse);
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.25s ease;
}

.top_info_bar_link:hover,
.top_info_bar_link:focus-visible {
    color: var(--color-orange-bright);
    outline: none;
}

.top_info_bar_link .top_info_bar_icon,
.top_info_bar_link svg {
    width: 14px;
    height: 14px;
    min-width: 14px;
    max-width: 14px;
    min-height: 14px;
    max-height: 14px;
    flex: 0 0 14px;
    display: block;
    overflow: hidden;
}

.top_info_bar_icon {
    flex: 0 0 auto;
    color: currentColor;
}

.top_info_bar_text {
    flex: 0 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top_info_bar_divider {
    width: 1px;
    height: 14px;
    margin: 0 16px;
    background-color: rgba(255, 255, 255, 0.28);
    flex: 0 0 auto;
}

@media screen and (max-width: 1080px) {
    .top_info_bar_divider {
        margin: 0 12px;
    }
}

@media screen and (max-width: 767px) {
    .top_info_bar_email,
    .top_info_bar_divider {
        display: none;
    }
}

@media screen and (max-width: 560px) {
    .top_info_bar_link {
        font-size: 12px;
        gap: 6px;
    }
}

.top_info_bar_socials {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

@media screen and (max-width: 1080px) {
    .top_info_bar_socials {
        gap: 12px;
    }
}

@media screen and (max-width: 560px) {
    .top_info_bar_socials {
        gap: 10px;
    }
}

@media screen and (max-width: 440px) {
    .top_info_bar_socials {
        display: none;
    }
}

.top_info_bar_social_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    color: var(--color-text-inverse);
    text-decoration: none;
    transition: color 0.25s ease, transform 0.25s ease;
}

.top_info_bar_social_link .top_info_bar_icon,
.top_info_bar_social_link svg {
    width: 16px;
    height: 16px;
    min-width: 16px;
    max-width: 16px;
    min-height: 16px;
    max-height: 16px;
    flex: 0 0 16px;
    display: block;
    overflow: hidden;
}

.top_info_bar_social_link:hover,
.top_info_bar_social_link:focus-visible {
    color: var(--color-orange-bright);
    transform: translateY(-1px);
    outline: none;
}

.top_info_bar_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    margin: 6px 0;
    padding: 0 22px;
    border: 0;
    border-radius: var(--radius-ui);
    background-color: var(--color-orange);
    color: var(--color-text-inverse);
    font-family: var(--font-heading);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    box-sizing: border-box;
    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.top_info_bar_btn:hover,
.top_info_bar_btn:focus-visible {
    background-color: var(--color-orange-deep);
    color: var(--color-text-inverse);
    transform: translateY(-1px);
    outline: none;
}

@media screen and (max-width: 1080px) {
    .top_info_bar_btn {
        min-height: 34px;
        padding: 0 18px;
        font-size: 11px;
    }
}

@media screen and (max-width: 560px) {
    .top_info_bar_btn {
        min-height: 32px;
        margin: 5px 0;
        padding: 0 14px;
        font-size: 10px;
        letter-spacing: 0.06em;
    }
}

@media screen and (max-width: 440px) {
    .top_info_bar_btn {
        padding: 0 12px;
    }
}

@keyframes topBarReveal {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .top_info_bar {
        animation: none;
    }
}
