.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none !important;
    color: inherit !important;
    line-height: 1;
}

.site-brand:hover .site-logo {
    transform: translateY(-1px);
}

.site-logo {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    transition: transform 0.2s ease;
}

.site-logo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.site-logo-sm {
    width: 28px;
    height: 28px;
}

.site-logo-md {
    width: 44px;
    height: 44px;
}

.site-logo-lg {
    width: 64px;
    height: 64px;
}

.site-logo-xl {
    width: 88px;
    height: 88px;
}

.site-logo-full {
    width: auto;
    height: 36px;
    max-width: 200px;
}

.site-brand-text {
    font-weight: 800;
    font-size: 1.05rem;
    line-height: 1.2;
    white-space: nowrap;
    letter-spacing: -0.01em;
}

body:not(.dark-mode) .navbar-dark .site-brand .site-brand-text {
    color: #fff !important;
}

@media (max-width: 991.98px) {
    body:not(.dark-mode) .navbar-dark .site-brand .site-brand-text {
        color: #dc3545 !important;
    }
}

.mobile-nav-brand .site-brand-text {
    color: #dc3545;
}

.auth-logo-wrap {
    text-align: center;
    margin-bottom: 1rem;
}

.auth-logo-wrap .site-logo {
    margin: 0 auto;
    filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.18));
}

.hero-logo .site-logo {
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.28));
}

.landing-footer .site-logo {
    opacity: 0.95;
}
