/* Botixx v6 — desktop hero position + compact footer contact placement. */
@media (min-width:1081px){
  .home-page.home-v13{padding-top:14px!important}
  .bx-ref-hero{padding-top:0!important}
  .bx-intent-hero{min-height:210px!important;padding:14px 0 8px!important}
}
/* Mobile spacing is intentionally untouched by this file. */
.bx-ref-footer-grid{padding-bottom:10px!important}
.bx-ref-footer-bottom{
  width:100%!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  gap:4px!important;
  padding-top:10px!important;
}
.bx-ref-footer-contact{order:1!important;margin-left:0!important;display:flex!important;align-items:center!important;gap:8px!important}
.bx-ref-footer-bottom>span{order:2!important}
@media(max-width:700px){
  .bx-ref-footer-grid{padding-bottom:8px!important}
  .bx-ref-footer-bottom{gap:3px!important;padding-top:8px!important}
}
