.site-header{height:76px;background:rgba(255,255,255,.98);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50}
.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;flex:0 0 auto}
.brand img{width:168px !important;max-width:168px !important;height:auto !important;object-fit:contain !important}
.desktop-nav{display:flex;align-items:center;gap:34px;color:var(--primary);font-size:13px;font-weight:800}
.desktop-nav a{line-height:1}
.nav-button{background:var(--primary);color:var(--white);padding:16px 24px;border-radius:8px;box-shadow:0 10px 22px rgba(3,4,94,.16)}
.bottom-nav{display:none}
.site-footer{background:var(--primary);color:var(--white);margin-top:56px;padding:42px 0 22px;border-radius:30px 30px 0 0}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:32px}
.footer-brand img{width:150px;background:var(--white);border-radius:12px;padding:6px;margin-bottom:14px}
.site-footer h3{font-size:15px;margin-bottom:12px;color:var(--sky)}
.site-footer a,.site-footer p{display:block;color:rgba(255,255,255,.82);font-size:13px;margin-bottom:8px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:28px;padding-top:18px;text-align:center;font-size:12px;color:rgba(255,255,255,.72)}
