@media(max-width:980px){
 .bxv5-header__inner{grid-template-columns:220px 1fr auto;gap:16px}
 .bxv5-grid{grid-template-columns:repeat(2,1fr)}
 .bxv5-footer__grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:780px){
 .bxv5-topbar{display:none}
 .bxv5-header__inner{min-height:74px;grid-template-columns:1fr auto;padding:6px 0}
 .bxv5-brand img{max-width:190px;max-height:56px}
 .bxv5-header__placeholder{display:none}
 .bxv5-header__actions>a{display:none}
 .bxv5-menu-toggle{display:block}
 .bxv5-navigation__inner{display:block;min-height:0}
 .bxv5-menu{display:none;flex-direction:column;gap:0;padding:12px 0}
 .bxv5-menu.is-open{display:flex}
 .bxv5-menu a{display:flex;min-height:48px;align-items:center;border-bottom:1px solid var(--bxv5-border)}
 .bxv5-navigation .bxv5-button{display:none}
 .bxv5-foundation-hero{padding:70px 0}
 .bxv5-grid{grid-template-columns:1fr}
 .bxv5-footer__grid{grid-template-columns:1fr}
}

@media(max-width:1100px){
 .bxv5-header__inner{grid-template-columns:220px minmax(260px,1fr) auto;gap:16px}
 .bxv5-menu{gap:18px}
 .bxv5-navigation__cta .bxv5-whatsapp{display:none}
}
@media(max-width:780px){
 body{padding-bottom:70px}
 .bxv5-header{position:sticky;top:0;z-index:120}
 .bxv5-header__inner{grid-template-columns:1fr auto}
 .bxv5-search{display:none}
 .bxv5-search.is-mobile-open{
   display:block;
   position:fixed;
   left:12px;
   right:12px;
   top:82px;
   z-index:1700;
   max-width:none;
   padding:14px;
   border:1px solid var(--bxv5-border);
   border-radius:14px;
   background:#fff;
   box-shadow:0 18px 50px rgba(6,38,74,.22);
 }
 .bxv5-action{display:none}
 .bxv5-search-toggle,
 .bxv5-menu-toggle{
   display:grid;
   place-items:center;
   width:42px;
   height:42px;
   border:1px solid var(--bxv5-border);
   border-radius:10px;
   background:#fff;
   color:var(--bxv5-navy);
   font-size:21px;
 }
 .bxv5-navigation{display:none}
 .bxv5-mobile-bottom{
   position:fixed;
   left:0;
   right:0;
   bottom:0;
   z-index:1500;
   display:grid;
   grid-template-columns:repeat(5,1fr);
   height:70px;
   padding:4px 5px env(safe-area-inset-bottom);
   border-top:1px solid var(--bxv5-border);
   background:rgba(255,255,255,.97);
   box-shadow:0 -8px 24px rgba(6,38,74,.12);
 }
 .bxv5-mobile-bottom a,
 .bxv5-mobile-bottom button{
   display:flex;
   flex-direction:column;
   align-items:center;
   justify-content:center;
   gap:3px;
   border:0;
   background:transparent;
   color:#526578;
   font-size:10px;
   font-weight:800;
   text-decoration:none;
 }
 .bxv5-mobile-bottom span{font-size:21px}
 .bxv5-mobile-bottom .is-whatsapp{color:#167b2d}
}
