/* V92 — footer layout isolation + mobile repair */
.sr-footer,
.sr-footer *{box-sizing:border-box}
.sr-footer{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;overflow:hidden!important}
/* Neutralize legacy global `footer div` rules */
.sr-footer div,
.sr-footer section,
.sr-footer nav{margin:0}
.sr-footer .sr-footer-shell{display:block!important;margin-inline:auto!important}
.sr-footer .sr-footer-cta{display:grid!important}
.sr-footer .sr-footer-actions{display:grid!important}
.sr-footer .sr-footer-main{display:grid!important}
.sr-footer .sr-footer-brand{display:block!important;min-width:0!important}
.sr-footer .sr-footer-badges{display:flex!important}
.sr-footer .sr-footer-nav{display:grid!important;min-width:0!important}
.sr-footer .sr-footer-nav>div{display:block!important;min-width:0!important;margin:0!important}
.sr-footer .sr-footer-bottom{display:flex!important;margin:0!important}
.sr-footer a,.sr-footer button{min-width:0}
.sr-footer img{max-width:100%!important}

@media(max-width:600px){
  .sr-footer-shell{width:calc(100% - 24px)!important;padding:22px 0 18px!important}
  .sr-footer-cta{grid-template-columns:minmax(0,1fr)!important;gap:22px!important;padding:26px 18px!important;text-align:center!important}
  .sr-footer-cta>div{display:block!important;width:100%!important}
  .sr-footer-cta h2{font-size:clamp(38px,12vw,52px)!important;line-height:.92!important;max-width:100%!important;text-align:center!important}
  .sr-footer-cta p{font-size:14px!important;line-height:1.55!important;max-width:34rem!important;margin:16px auto 0!important;text-align:center!important}
  .sr-footer-actions{grid-template-columns:minmax(0,1fr)!important;width:100%!important;gap:12px!important}
  .sr-footer-btn{width:100%!important;max-width:100%!important;min-height:58px!important;padding:0 18px!important}
  .sr-footer-main{grid-template-columns:minmax(0,1fr)!important;gap:30px!important;padding:34px 0 28px!important;text-align:center!important}
  .sr-footer-brand{width:100%!important;text-align:center!important}
  .sr-footer-brand a{display:inline-block!important;max-width:100%!important}
  .sr-footer-brand img{width:min(210px,64vw)!important;margin:0 auto!important}
  .sr-footer-brand p{margin:14px auto!important;text-align:center!important}
  .sr-footer-badges{width:100%!important;justify-content:center!important;gap:7px!important}
  .sr-footer-badges span{font-size:10px!important;padding:7px 9px!important;white-space:normal!important}
  .sr-footer-nav{grid-template-columns:minmax(0,1fr)!important;gap:24px!important;width:100%!important;text-align:center!important}
  .sr-footer-nav>div,.sr-footer-nav>div:last-child{grid-column:auto!important;width:100%!important;text-align:center!important}
  .sr-footer-nav h3{text-align:center!important;margin:0 0 10px!important}
  .sr-footer-nav a,.sr-footer-nav button{display:flex!important;width:100%!important;max-width:100%!important;justify-content:center!important;text-align:center!important;padding:8px 4px!important;font-size:14px!important;white-space:normal!important}
  .sr-footer-nav a:after,.sr-footer-nav button:after{display:none!important}
  .sr-footer-bottom{flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:15px!important;padding:20px 0 4px!important;text-align:center!important;width:100%!important}
  .sr-footer-bottom small{display:block!important;max-width:32rem!important;margin:auto!important;padding:0 8px!important}
  .sr-footer-orbit{right:-310px!important;top:-250px!important}
}
