/* Shared footer geometry takes precedence over historic page-specific rules. */
body .site-footer.site-footer{grid-template-columns:minmax(0,1fr);justify-content:stretch;align-items:stretch}
body .site-footer .footer-top{width:100%;align-self:start}
body .site-footer .footer-bottom{width:100%;align-self:end}
body .site-footer.site-footer{display:grid;grid-template-rows:1fr auto;gap:36px;width:100%;max-width:none;min-height:480px;margin:0;padding:120px max(40px,calc((100% - 1280px)/2)) 30px;border:0;border-radius:42px 42px 0 0;color:#244b65}
body .site-footer .footer-top{display:flex;align-items:flex-start;justify-content:space-between;gap:55px;padding:0;min-width:0}
body .site-footer .footer-links{display:flex;gap:90px}
body .site-footer .footer-links>div{font-size:14px;gap:15px}
body .site-footer .footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:24px 0 0;font-size:12px;border-top:1px solid #ffffffc9}
body .site-footer .footer-atmosphere{background:var(--brand-sky,linear-gradient(180deg,#d9effd,#c4e4fa 75%,#b6dcf6))}
body .site-footer .footer-cloud{filter:var(--brand-cloud-filter,brightness(1.8) saturate(0));opacity:1}
body .site-footer .footer-cloud-back{width:1150px;right:-320px;top:-270px}
body .site-footer .footer-cloud-front{width:1250px;left:-380px;bottom:-520px}
@media(max-width:900px){body .site-footer.site-footer{padding:100px 35px 28px}body .site-footer .footer-top{gap:35px}body .site-footer .footer-links{gap:45px}}
@media(max-width:600px){body .site-footer.site-footer{min-height:560px;padding:75px 25px 24px;border-radius:30px 30px 0 0;gap:34px}body .site-footer .footer-top{flex-direction:column;gap:35px}body .site-footer .footer-links{display:grid;grid-template-columns:1fr 1fr;gap:25px;width:100%}body .site-footer .footer-links>div{font-size:13px;gap:14px}body .site-footer .footer-bottom{font-size:12px}body .site-footer .footer-cloud-back{width:850px;right:-490px;top:-80px}body .site-footer .footer-cloud-front{width:950px;left:-380px;bottom:-300px}}

/* Shared closing banner: match the approved B2B width and footer spacing. */
body main section.final-cta.final-cta{max-width:1160px;width:calc(100% - 48px);margin-left:auto;margin-right:auto;margin-bottom:110px}
@media(max-width:700px){body main section.final-cta.final-cta{width:calc(100% - 30px);margin-bottom:75px}}
