
/* v11 shell fixes: footer full-bleed, hero cleanup, stronger overrides */
html,body{overflow-x:clip;}
.site-footer.unified-site-footer{
  position:relative;
  width:100vw !important;
  max-width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  padding:32px 0 22px !important;
  border-radius:0 !important;
  overflow:hidden !important;
  box-sizing:border-box;
}
.site-footer.unified-site-footer .foot-top,
.site-footer.unified-site-footer .foot-bottom{
  width:min(1280px, calc(100vw - 32px)) !important;
  max-width:1280px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  box-sizing:border-box;
}
.site-footer.unified-site-footer .foot-top.foot-grid,
.site-footer.unified-site-footer .foot-grid{
  display:grid !important;
  grid-template-columns:repeat(4, minmax(0,1fr)) !important;
  gap:18px !important;
  align-items:stretch !important;
  justify-content:stretch !important;
}
.site-footer.unified-site-footer .foot-card,
.site-footer.unified-site-footer .foot-col,
.site-footer.unified-site-footer .foot-brand,
.site-footer.unified-site-footer .foot-cta-box{
  width:100% !important;
  min-width:0 !important;
  max-width:none !important;
  margin:0 !important;
  padding:22px !important;
  justify-self:stretch !important;
  box-sizing:border-box !important;
}
.site-footer.unified-site-footer .foot-brand{
  display:flex !important;
  align-items:flex-start !important;
  text-align:initial !important;
  gap:14px !important;
}
.site-footer.unified-site-footer .foot-brand-copy,
.site-footer.unified-site-footer .foot-brand-copy strong,
.site-footer.unified-site-footer .foot-brand-desc,
.site-footer.unified-site-footer .foot-title,
.site-footer.unified-site-footer .foot-contact,
.site-footer.unified-site-footer .foot-contact div,
.site-footer.unified-site-footer .foot-links a,
.site-footer.unified-site-footer .foot-cta-box,
.site-footer.unified-site-footer .foot-cta-box p{
  text-align:right !important;
}
html[dir='ltr'] .site-footer.unified-site-footer .foot-brand-copy,
html[dir='ltr'] .site-footer.unified-site-footer .foot-brand-copy strong,
html[dir='ltr'] .site-footer.unified-site-footer .foot-brand-desc,
html[dir='ltr'] .site-footer.unified-site-footer .foot-title,
html[dir='ltr'] .site-footer.unified-site-footer .foot-contact,
html[dir='ltr'] .site-footer.unified-site-footer .foot-contact div,
html[dir='ltr'] .site-footer.unified-site-footer .foot-links a,
html[dir='ltr'] .site-footer.unified-site-footer .foot-cta-box,
html[dir='ltr'] .site-footer.unified-site-footer .foot-cta-box p{
  text-align:left !important;
}
.site-footer.unified-site-footer .foot-logo{margin:0 !important; flex:0 0 auto;}
.site-footer.unified-site-footer .foot-links{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:10px !important;
}
.site-footer.unified-site-footer .foot-links a{
  justify-content:center !important;
}
.site-footer.unified-site-footer .foot-contact{display:grid !important; gap:12px !important;}
.site-footer.unified-site-footer .foot-contact div{display:flex !important; align-items:center !important; gap:10px !important; justify-content:flex-start !important;}
html[dir='ltr'] .site-footer.unified-site-footer .foot-contact div{justify-content:flex-start !important;}
.site-footer.unified-site-footer .foot-social{display:flex !important; gap:12px !important; justify-content:flex-start !important;}
html[dir='ltr'] .site-footer.unified-site-footer .foot-social{justify-content:flex-start !important;}
.site-footer.unified-site-footer .foot-cta{display:inline-flex !important; margin:10px 0 0 !important; align-self:flex-start !important;}
.site-footer.unified-site-footer .foot-bottom{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:16px !important;
  margin-top:18px !important;
  padding-top:18px !important;
  border-top:1px solid rgba(255,255,255,.12) !important;
}
.site-footer.unified-site-footer .foot-bottom a,
.site-footer.unified-site-footer .foot-bottom span{display:inline-block !important; margin:0 !important;}

/* prevent old pseudo/content from coming back */
.hero-actions::before{content:none !important;display:none !important;}

@media (max-width: 1100px){
  .site-footer.unified-site-footer .foot-top.foot-grid,
  .site-footer.unified-site-footer .foot-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media (max-width: 767.98px){
  .site-footer.unified-site-footer{padding:26px 0 18px !important;}
  .site-footer.unified-site-footer .foot-top,
  .site-footer.unified-site-footer .foot-bottom{width:calc(100vw - 20px) !important;}
  .site-footer.unified-site-footer .foot-top.foot-grid,
  .site-footer.unified-site-footer .foot-grid{grid-template-columns:1fr !important; gap:14px !important;}
  .site-footer.unified-site-footer .foot-card,
  .site-footer.unified-site-footer .foot-col,
  .site-footer.unified-site-footer .foot-brand,
  .site-footer.unified-site-footer .foot-cta-box{padding:18px !important;}
  .site-footer.unified-site-footer .foot-brand{flex-direction:column !important; align-items:center !important; text-align:center !important;}
  .site-footer.unified-site-footer .foot-brand-copy,
  .site-footer.unified-site-footer .foot-brand-copy strong,
  .site-footer.unified-site-footer .foot-brand-desc,
  .site-footer.unified-site-footer .foot-title,
  .site-footer.unified-site-footer .foot-contact,
  .site-footer.unified-site-footer .foot-contact div,
  .site-footer.unified-site-footer .foot-links a,
  .site-footer.unified-site-footer .foot-cta-box,
  .site-footer.unified-site-footer .foot-cta-box p{ text-align:center !important; }
  .site-footer.unified-site-footer .foot-contact div,
  .site-footer.unified-site-footer .foot-social{justify-content:center !important;}
  .site-footer.unified-site-footer .foot-cta{margin-inline:auto !important; align-self:center !important;}
  .site-footer.unified-site-footer .foot-bottom{flex-direction:column !important; text-align:center !important;}
}
