/* Kursy i szkolenia — poprawione logo i branding w nawigacji oraz stopce */
.site-header .brand {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
    text-decoration: none;
}

.site-header .brand-logo {
    display: block;
    width: 84px;
    height: auto;
    max-height: 54px;
    object-fit: contain;
    flex: 0 0 auto;
}

.site-header .brand-divider {
    width: 1px;
    align-self: stretch;
    background: rgba(11, 53, 86, 0.22);
    flex: 0 0 auto;
}

.site-header .brand-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    gap: 0;
}

.site-header .brand-copy strong {
    color: #0b3556;
}

.site-header .brand-copy small {
    color: #4f6577;
}

.site-footer .footer-zdz-logo {
    display: block;
    width: 68px;
    height: auto;
    object-fit: contain;
    flex: 0 0 auto;
}

@media (max-width: 1199px) {
    .site-header .brand-logo {
        width: 72px;
        max-height: 48px;
    }

    .site-header .brand-copy strong {
        font-size: 1rem;
        line-height: 1.1;
    }

    .site-header .brand-copy small {
        font-size: 0.74rem;
        line-height: 1.2;
    }
}

@media (max-width: 760px) {
    .site-header .brand {
        gap: 12px;
    }

    .site-header .brand-logo {
        width: 66px;
        max-height: 44px;
    }

    .site-header .brand-copy strong {
        font-size: 0.95rem;
    }

    .site-header .brand-copy small {
        font-size: 0.7rem;
    }

    .site-footer .footer-zdz-logo {
        width: 62px;
    }
}
