.unified-header {
    position: sticky;
    top: 0;
    z-index: 1050;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
    background:
        linear-gradient(90deg, rgba(5, 6, 8, 0.9), rgba(12, 14, 16, 0.82)),
        url("header-camo.png") center/cover;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(14px);
}

.unified-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.brand-link {
    min-width: 0;
    color: #fff;
}

.brand-logo {
    width: 60px;
    height: 40px;
    object-fit: contain;
    flex: 0 0 auto;
}

.brand-title {
    max-width: 360px;
    color: #fff;
    font-family: "Oswald", "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0;
}

.brand-kicker {
    display: block;
    color: var(--text-muted, #9ca3af);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 1.2;
    text-transform: uppercase;
}

.unified-nav {
    display: flex;
    align-items: center;
    gap: 24px;
}

.nav-link-custom {
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.8px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.18s ease;
}

.nav-link-custom:hover {
    color: #fff !important;
}

.unified-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.language-select {
    width: 74px !important;
    height: 38px !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 8px !important;
    background: rgba(0, 0, 0, 0.24) !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.header-apply-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    border-radius: 8px;
    background: var(--accent-red, #D92525);
    color: #fff !important;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.8px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.header-apply-link:hover {
    background: var(--accent-red-dark, #A81717);
}

.site-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
    background:
        linear-gradient(90deg, rgba(5, 6, 8, 0.92), rgba(12, 14, 16, 0.86)),
        url("header-camo.png") center/cover;
    color: var(--text-muted, #9ca3af);
}

.unified-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.footer-nav {
    display: flex;
    align-items: center;
    gap: 18px;
}

.footer-link {
    color: var(--text-muted, #9ca3af) !important;
    text-decoration: none;
}

.footer-link:hover {
    color: #fff !important;
}

@media (max-width: 991.98px) {
    .unified-nav {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .unified-header-inner {
        gap: 10px;
    }

    .unified-actions {
        gap: 6px;
    }

    .brand-logo {
        width: 46px;
        height: 34px;
    }

    .brand-title {
        max-width: 116px;
        font-size: 11px;
        line-height: 1.02;
    }

    .brand-kicker {
        font-size: 9px;
        letter-spacing: 1.2px;
        white-space: nowrap;
    }

    .language-select {
        width: 66px !important;
        height: 34px !important;
        padding-left: 8px !important;
        padding-right: 18px !important;
    }

    .header-apply-link {
        min-height: 34px;
        max-width: 96px;
        padding: 5px 7px;
        font-size: 9px;
        line-height: 1.08;
        text-align: center;
        white-space: normal;
    }

    .unified-footer-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}
