.site-footer { background: #062b4d; color: #d4e1e9; }
.footer-inner { width: min(1120px, calc(100% - 32px)); margin-inline: auto; padding: 42px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 28px; }
.footer-brand { color: #fff; font-size: 1.2rem; font-weight: 850; }
.footer-copy { max-width: 350px; margin: 8px 0 0; color: #aebfcb; font-size: .83rem; line-height: 1.55; }
.footer-heading { margin: 0 0 10px; padding: 0; color: #fff; font-size: .84rem; line-height: 1.4; }
.footer-links { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.footer-links li { margin: 0; }
.footer-links a, .footer-button { color: #b9cad5; font: inherit; font-size: .8rem; line-height: 1.5; text-decoration: none; }
.footer-links a:hover, .footer-button:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.footer-button { padding: 0; border: 0; background: none; cursor: pointer; text-align: left; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; margin-top: 30px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); color: #8fa5b4; font-size: .73rem; }
.footer-bottom span { margin: 0; }
@media (max-width: 820px) {
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  .footer-inner { width: min(100% - 24px, 1120px); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; }
}
