.bxv5-topbar{background:var(--bxv5-navy);color:#fff;font-size:12px}
.bxv5-topbar__inner{min-height:30px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.bxv5-topbar a{color:#fff}
.bxv5-header{background:#fff;border-bottom:1px solid var(--bxv5-border)}
.bxv5-header__inner{
 min-height:96px;
 display:grid;
 grid-template-columns:260px 1fr auto;
 gap:28px;
 align-items:center;
 padding:10px 0;
}
.bxv5-brand img{width:auto;max-width:240px;max-height:68px;object-fit:contain}
.bxv5-header__placeholder{
 min-height:48px;
 display:flex;
 align-items:center;
 padding:0 16px;
 border:1px dashed var(--bxv5-border);
 border-radius:9px;
 color:var(--bxv5-muted);
}
.bxv5-header__actions{display:flex;align-items:center;gap:14px}
.bxv5-menu-toggle{display:none}
.bxv5-navigation{background:#fff;border-bottom:1px solid var(--bxv5-border)}
.bxv5-navigation__inner{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.bxv5-menu{display:flex;gap:26px;margin:0;padding:0;list-style:none}
.bxv5-menu a{color:var(--bxv5-navy);font-weight:800;text-decoration:none}
.bxv5-main{width:100%}
.bxv5-foundation-hero{
 padding:100px 0;
 background:linear-gradient(120deg,var(--bxv5-navy),var(--bxv5-blue));
 color:#fff;
}
.bxv5-foundation-hero span{color:#90e581;font-size:12px;font-weight:900;letter-spacing:.12em}
.bxv5-foundation-hero h1{margin:12px 0;font-size:clamp(46px,7vw,82px);line-height:1}
.bxv5-foundation-hero p{max-width:760px;font-size:20px;line-height:1.7}
.bxv5-section{padding:var(--bxv5-space-8) 0}
.bxv5-section h2{color:var(--bxv5-navy);font-size:42px}
.bxv5-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.bxv5-grid article{padding:26px;border:1px solid var(--bxv5-border);border-radius:var(--bxv5-radius);background:#fff;box-shadow:0 6px 22px rgba(6,38,74,.05)}
.bxv5-grid h3{color:var(--bxv5-navy)}
.bxv5-grid p{color:var(--bxv5-muted)}
.bxv5-footer{padding:64px 0 22px;background:#041b35;color:#d6e3ef}
.bxv5-footer__grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;gap:38px}
.bxv5-footer h2,.bxv5-footer h3{color:#fff}
.bxv5-footer a{color:#d6e3ef;text-decoration:none}
.bxv5-footer ul{margin:0;padding:0;list-style:none}
.bxv5-footer li{margin-bottom:10px}
.bxv5-footer__bottom{margin-top:40px;padding-top:20px;border-top:1px solid rgba(255,255,255,.13)}

.bxv5-header{
 position:relative;
 z-index:100;
 background:#fff;
 border-bottom:1px solid var(--bxv5-border);
}
.bxv5-header__inner{
 min-height:96px;
 display:grid;
 grid-template-columns:250px minmax(320px,680px) auto;
 gap:28px;
 align-items:center;
 padding:10px 0;
}
.bxv5-search{position:relative;width:100%;max-width:680px;justify-self:center}
.bxv5-search form{display:flex!important;width:100%!important;margin:0!important}
.bxv5-search input[type="search"]{
 width:100%!important;
 min-height:48px!important;
 padding:0 16px!important;
 border:1px solid #c9d7e3!important;
 border-radius:9px 0 0 9px!important;
 font-size:14px!important;
}
.bxv5-search button{
 min-width:118px!important;
 min-height:48px!important;
 border:0!important;
 border-radius:0 9px 9px 0!important;
 background:var(--bxv5-navy)!important;
 color:#fff!important;
 font-weight:900!important;
}
.bxv5-search-results{
 position:absolute;
 left:0;
 right:0;
 top:calc(100% + 7px);
 z-index:1400;
 display:none;
 max-height:440px;
 overflow:auto;
 border:1px solid var(--bxv5-border);
 border-radius:12px;
 background:#fff;
 box-shadow:var(--bxv5-shadow);
}
.bxv5-search-results.is-open{display:block}
.bxv5-search-result{
 display:grid;
 grid-template-columns:50px 1fr;
 gap:12px;
 align-items:center;
 padding:11px 13px;
 border-bottom:1px solid #edf1f4;
 color:var(--bxv5-text);
 text-decoration:none;
}
.bxv5-search-result:hover{background:#f7fafc}
.bxv5-search-result img{width:48px;height:48px;object-fit:contain}
.bxv5-search-result strong{display:block;color:var(--bxv5-navy)}
.bxv5-search-result small{color:var(--bxv5-muted)}
.bxv5-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:9px}
.bxv5-action{
 display:flex;
 min-width:66px;
 flex-direction:column;
 align-items:center;
 gap:2px;
 color:var(--bxv5-navy);
 font-size:11px;
 font-weight:800;
 text-decoration:none;
}
.bxv5-action__icon{
 display:grid;
 place-items:center;
 width:40px;
 height:40px;
 border:1px solid var(--bxv5-border);
 border-radius:10px;
 font-size:18px;
}
.bxv5-search-toggle{display:none}
.bxv5-navigation{
 position:sticky;
 top:0;
 z-index:90;
 background:#fff;
 border-bottom:1px solid var(--bxv5-border);
 box-shadow:0 5px 16px rgba(6,38,74,.04);
}
.bxv5-navigation__cta{display:flex;align-items:center;gap:10px}
.bxv5-whatsapp{
 display:inline-flex;
 min-height:42px;
 align-items:center;
 padding:0 15px;
 border:1px solid #25a846;
 border-radius:8px;
 color:#167b2d;
 font-weight:900;
 text-decoration:none;
}
.bxv5-mobile-drawer{position:fixed;inset:0;z-index:1600;display:none}
.bxv5-mobile-drawer.is-open{display:block}
.bxv5-mobile-drawer__backdrop{position:absolute;inset:0;background:rgba(3,20,38,.62)}
.bxv5-mobile-drawer__panel{
 position:absolute;
 top:0;
 right:0;
 bottom:0;
 width:min(88vw,380px);
 overflow:auto;
 padding:24px;
 background:#fff;
 box-shadow:-18px 0 50px rgba(3,20,38,.25);
}
.bxv5-mobile-drawer__close{
 position:absolute;
 top:12px;
 right:12px;
 width:40px;
 height:40px;
 border:1px solid var(--bxv5-border);
 border-radius:50%;
 background:#fff;
 font-size:26px;
}
.bxv5-mobile-drawer__brand{max-width:190px;margin-bottom:28px}
.bxv5-mobile-menu{margin:0 0 24px;padding:0;list-style:none}
.bxv5-mobile-menu a{
 display:flex;
 min-height:50px;
 align-items:center;
 border-bottom:1px solid var(--bxv5-border);
 color:var(--bxv5-navy);
 font-weight:800;
 text-decoration:none;
}
.bxv5-mobile-bottom{display:none}
