
/* Global Header CSS - UF Deals LLC */
.topbar{background:#fff;border-bottom:1px solid var(--line);font-size:13px;color:#596074}
.topbar .container{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:8px 0;flex-wrap:wrap}
.topbar a{color:#11172c;font-weight:800}
.header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #f2f3f6;box-shadow:0 8px 24px rgba(8,13,36,.045)}
.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:inline-flex;align-items:center;gap:0;min-width:170px}
.brand img{height:170px;width:auto;max-width:230px;object-fit:contain}
.menu{display:flex;align-items:center;gap:20px;font-size:13px;font-weight:900;text-transform:uppercase;color:#11172c}
.menu a:hover,.menu a.active{color:var(--red)}
.header-call{white-space:nowrap}
.mobile-menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);background:#fff;border-radius:12px;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}
.mobile-menu-toggle span{width:22px;height:2px;background:var(--dark);border-radius:99px;transition:.2s}
.mobile-menu-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.mobile-menu-toggle.is-open span:nth-child(2){opacity:0}
.mobile-menu-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-menu-panel{display:none;background:#fff;border-top:1px solid var(--line);box-shadow:0 20px 30px rgba(8,13,36,.08)}
.mobile-menu-panel.is-open{display:block}
.mobile-menu-links{display:grid;gap:6px;padding:14px 0 18px}
.mobile-menu-links a:not(.btn){display:block;padding:12px 14px;border-radius:12px;font-weight:900;color:#11172c;background:#f7f9fd}
.mobile-menu-links a.active{color:var(--red)}
.mobile-menu-call{width:100%;margin-top:4px}
@media(max-width:950px){.menu,.header-call{display:none!important}.mobile-menu-toggle{display:flex}.nav{min-height:70px}.brand img{height:44px;max-width:190px}}
@media(max-width:420px){.brand img{height:38px;max-width:164px}.topbar{display:none}.nav{min-height:64px}}

/* FINAL V10 */
.mobile-menu-call{display:none!important}
.mobile-menu-panel{z-index:70}

/* FINAL LOGO PNG PATCH */
.brand img,.footer-brand img{width:300px!important;height:auto!important;max-width:300px!important;object-fit:contain!important;}
@media(max-width:640px){.brand img,.footer-brand img{width:220px!important;max-width:220px!important;}}
