/* Final brand consistency layer. */
.site-header,
.site-header.scrolled,
.home-page .site-header.scrolled,
.inner-page .site-header,
.inner-page .site-header.scrolled {
    background:
        radial-gradient(circle at 76% 14%, rgba(36,103,123,.58) 0, transparent 30%),
        radial-gradient(circle at 8% 68%, rgba(18,76,100,.60) 0, transparent 38%),
        linear-gradient(135deg,#030d1d 0%,#06172a 48%,#092338 100%) !important;
    border-bottom:1px solid rgba(210,169,52,.20) !important;
    box-shadow:0 8px 26px rgba(1,12,27,.28) !important;
}
.site-header .brand-logo,.site-header.scrolled .brand-logo,
.site-header .nav-link,.site-header.scrolled .nav-link {color:rgba(255,255,255,.96)!important}
.site-header .nav-link:hover,.site-header .nav-link.active,
.site-header.scrolled .nav-link:hover,.site-header.scrolled .nav-link.active {color:#dfb23b!important}
.site-header .dropdown-icon,.site-header.scrolled .dropdown-icon {color:rgba(255,255,255,.76)!important}
.site-header .hamburger-bar,.site-header.scrolled .hamburger-bar {background:#fff!important}
.site-brand-image {max-height:56px!important;max-width:238px!important;width:auto!important;object-fit:contain}
.footer-brand-image {max-height:58px!important;max-width:230px!important;width:auto!important;object-fit:contain}

.home-page .hero-section .hero-clients-section .managed-client-logo,
.hero-clients-section .managed-client-logo {
    display:grid!important;place-items:center;width:164px!important;height:58px!important;
    box-sizing:border-box;padding:7px 12px!important;overflow:hidden;border:1px solid rgba(255,255,255,.34)!important;
    border-radius:11px!important;background:#fff!important;background-image:none!important;
    box-shadow:0 7px 18px rgba(0,0,0,.14)!important;filter:none!important;opacity:1!important;
}
.home-page .hero-section .hero-clients-section .managed-client-logo img,
.hero-clients-section .managed-client-logo img {
    display:block!important;width:100%!important;height:100%!important;max-width:140px!important;max-height:42px!important;
    object-fit:contain!important;filter:none!important;opacity:1!important;border-radius:6px!important;transform:none!important;
}
.hero-clients-section .logo-item:hover .managed-client-logo img {filter:none!important;opacity:1!important;transform:scale(1.03)!important}

@media(max-width:768px){.site-brand-image{max-height:47px!important;max-width:194px!important}.footer-brand-image{max-height:54px!important;max-width:215px!important}.hero-clients-section .managed-client-logo{width:148px!important;height:54px!important}}
