/* Shared footer and floating actions for every public page. */
.site-footer.site-footer--company,.site-footer.site-footer--company *{font-family:Inter,"Segoe UI",Arial,Helvetica,sans-serif!important}.site-footer.site-footer--company{display:block!important;padding:28px 0!important;color:rgba(255,255,255,.78)!important;background:#101820!important}
.site-footer.site-footer--company .wrap{width:min(var(--max,1600px),calc(100% - 72px))!important;max-width:none!important;margin:0 auto!important;padding:0!important;display:flex!important;grid-template-columns:none!important;align-items:center!important;flex-direction:row!important;justify-content:space-between!important;gap:24px!important}
.site-footer.site-footer--company .site-footer__copy{min-width:0!important;display:grid!important;gap:6px!important}
.site-footer.site-footer--company .site-footer__copy strong{color:#fff!important;font-size:14px!important;font-weight:900!important;line-height:1.35!important}
.site-footer.site-footer--company .site-footer__copy small{display:block!important;color:rgba(255,255,255,.62)!important;font-size:12px!important;font-weight:500!important;line-height:1.4!important;letter-spacing:0!important;text-transform:none!important}
.site-footer.site-footer--company a{flex:0 0 auto;color:rgba(255,255,255,.78)!important;text-decoration:none!important}
.floating-request{gap:10px!important}
.floating-request::after{content:"→";font-size:18px;font-weight:900;line-height:1}
.scroll-top{line-height:1;text-decoration:none!important}
@media(max-width:700px){
  .site-footer.site-footer--company{padding:24px 0!important}
  .site-footer.site-footer--company .wrap{width:calc(100% - 40px)!important;align-items:flex-start!important;flex-direction:column!important;gap:16px!important}
  .site-footer.site-footer--company .site-footer__copy strong{font-size:13px!important}
  .site-footer.site-footer--company .site-footer__copy small{font-size:11px!important}
}


/* Footer resource tiles */
.footer-resource-links{background:#edf3f6;padding:34px max(24px,calc((100vw - 1480px)/2));position:relative}
.footer-resource-links__inner{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.footer-resource-tile{min-height:132px;border:1px solid #d4dfe5;border-radius:14px;background:#fff;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px;padding:26px 28px;color:#102331;text-decoration:none;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.footer-resource-tile:hover{transform:translateY(-3px);border-color:#f36b21;box-shadow:0 14px 34px rgba(7,29,43,.1)}
.footer-resource-tile__index{color:#f36b21;font-size:13px;font-weight:900;letter-spacing:.08em}
.footer-resource-tile__copy{display:flex;flex-direction:column;gap:7px;min-width:0}
.footer-resource-tile__copy small{color:#758792;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.footer-resource-tile__copy strong{font-size:21px;line-height:1.15}
.footer-resource-tile__arrow{width:38px;height:38px;border-radius:50%;background:#092638;color:#fff;display:grid;place-items:center;font-size:18px;transition:background .2s ease}
.footer-resource-tile:hover .footer-resource-tile__arrow{background:#f36b21}
@media (max-width:900px){.footer-resource-links__inner{grid-template-columns:1fr}.footer-resource-tile{min-height:104px}}
@media (max-width:520px){.footer-resource-links{padding:22px 14px}.footer-resource-tile{gap:14px;padding:20px}.footer-resource-tile__copy strong{font-size:18px}}
