/* BuildAne site refinements v1.2.15 */
@media (min-width:1100px){
  .marketing-page .container{width:min(1360px,calc(100% - 56px)) !important;}
  .marketing-page .hero-inner{gap:42px !important;}
}
@media (min-width:1500px){
  .marketing-page .hero-inner{grid-template-columns:1.02fr .98fr !important;}
}
.footer .footer-grid.ba-footer-v1215{grid-template-columns:minmax(240px,1.5fr) repeat(4,minmax(130px,1fr));gap:34px;align-items:start}
.footer .ba-footer-v1215 h4{margin:0 0 14px}
.footer .ba-footer-v1215 a{display:block;margin:9px 0}
.footer .ba-footer-v1215 .footer-brand p{max-width:320px}
@media(max-width:980px){.footer .footer-grid.ba-footer-v1215{grid-template-columns:1fr 1fr 1fr}}
@media(max-width:640px){.footer .footer-grid.ba-footer-v1215{grid-template-columns:1fr 1fr}.footer .ba-footer-v1215 .footer-brand{grid-column:1/-1}}

/* BUILDANE-MOBILE-TOPBAR-DARK-v1.0.0 */
@media (max-width:760px){
  .marketing-page .topbar{
    background:#06162f !important;
    box-shadow:0 1px 0 rgba(255,255,255,.08);
  }
}
