/* The platform footer (2026-09-14): one rule, one centred line, at the bottom of
   every customer page. It replaced "Questions? orders@…", so it carries no
   contact route and no links. Its page is a flex column; main grows so a short
   page still puts the footer on the bottom edge. */
.page > main{flex:1 0 auto}
.bf-foot{flex:none;display:block;border-top:1px solid #E1E2E5;padding:24px 16px;background:#FFFFFF;text-align:center}
.bf-foot p{margin:0;font-size:12px;line-height:1.6;color:#5D5F69}
@media (max-width:640px){
  .bf-foot{padding:20px 20px 28px}
}
