/* Canonical footer: scoped to avoid altering page content. */
.site-footer {
  background: var(--ink, #101b2e);
  color: #edf2f8;
  border-top: 1px solid var(--line, #22324a);
  font-size: 14px;
  line-height: 1.45;
}
.site-footer *, .site-footer *::before, .site-footer *::after { box-sizing: border-box; }
.site-footer section { margin: 0; padding: 0; border: 0; }
.site-footer__inner { width: min(100% - 40px, 1180px); margin-inline: auto; }
.site-footer__quote { background: var(--brand-blue, #1769aa); border-bottom: 1px solid rgba(255,255,255,.22); }
.site-footer__quote .site-footer__inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.site-footer__quote p, .site-footer__brand p, .site-footer__contact p { margin: 0; }
.site-footer__quote p, .site-footer__group h2, .site-footer__legal { font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.site-footer__cta { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 10px 16px; border: 1px solid #fff; background: #fff; color: var(--ink, #101b2e); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.site-footer__cta:hover, .site-footer__cta:focus-visible { background: transparent; color: #fff; }
.site-footer__main { display: grid; grid-template-columns: minmax(190px, .9fr) minmax(0, 2.1fr); gap: 42px; padding-top: 34px; padding-bottom: 30px; }
.site-footer__brand img { display: block; width: 190px; height: auto; max-width: 100%; margin-bottom: 15px; object-fit: contain; }
.site-footer__brand p, .site-footer__contact p { color: #c6d1df; }
.site-footer__groups { display: grid; grid-template-columns: 1.25fr .85fr 1fr 1.1fr; gap: 24px; min-width: 0; }
.site-footer__group { min-width: 0; }
.site-footer__group h2 { margin: 0 0 11px; color: #fff; }
.site-footer__group ul { margin: 0; padding: 0; list-style: none; }
.site-footer__group li { margin: 0 0 7px; overflow-wrap: anywhere; }
.site-footer a { display: inline-flex; align-items: center; justify-content: center; min-inline-size: 24px; min-block-size: 24px; }
.site-footer__group a { color: #dce7f3; font-size: 14px; text-decoration: none; text-underline-offset: 3px; }
.site-footer__group a:hover, .site-footer__group a:focus-visible { color: #fff; text-decoration: underline; }
.site-footer__external-label { color: #91c9f5; font-size: 14px; white-space: nowrap; }
.site-footer__contact p { margin-bottom: 11px; }
.site-footer__contact li:last-child { color: #c6d1df; }
.site-footer__legal { border-top: 1px solid rgba(237,242,248,.2); color: #b9c7d8; }
.site-footer__legal .site-footer__inner { display: flex; justify-content: space-between; gap: 20px; padding-top: 16px; padding-bottom: 16px; }
@media (max-width: 900px) {
  .site-footer__main { grid-template-columns: 1fr; gap: 28px; }
  .site-footer__groups { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 30px; }
}
@media (max-width: 640px) {
  .site-footer__inner { width: min(100% - 28px, 1180px); }
  .site-footer__quote .site-footer__inner { min-height: 0; padding-top: 10px; padding-bottom: 10px; align-items: center; }
  .site-footer__quote p { max-width: 11ch; }
  .site-footer__cta { padding-inline: 12px; font-size: 14px; }
  .site-footer__main { grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: 4px 14px; padding-top: 14px; padding-bottom: 14px; }
  .site-footer__groups { display: contents; }
  .site-footer__brand { grid-column: 1; }
  .site-footer__brand img { width: 110px; margin-bottom: 7px; }
  .site-footer__group h2 { margin-bottom: 7px; }
  .site-footer__group li { margin-bottom: 4px; }
  .site-footer__brand p, .site-footer__contact p, .site-footer__group li, .site-footer__group a { line-height: 1.2; }
  .site-footer__external-label { font-size: 14px; }
  .site-footer__services { grid-column: 1 / -1; }
  .site-footer__services ul { columns: 2; column-gap: 16px; }
  .site-footer__services li { break-inside: avoid; }
  .site-footer__contact { grid-column: 2; grid-row: 1; }
  .site-footer__contact p { margin-bottom: 5px; }
  .site-footer__contact ul { display: grid; grid-template-columns: 1fr 1fr; gap: 3px 8px; }
  .site-footer__contact li { margin: 0; }
  .site-footer__contact li:first-child, .site-footer__contact li:last-child { grid-column: 1 / -1; }
  .site-footer__legal .site-footer__inner { display: block; padding-top: 10px; padding-bottom: 10px; }
  .site-footer__legal span { display: block; }
  .site-footer__legal span + span { margin-top: 5px; }
}
@media (max-width: 360px) {
  .site-footer__quote .site-footer__inner { align-items: flex-start; flex-direction: column; gap: 10px; }
  .site-footer__cta { width: 100%; }
  .site-footer__brand, .site-footer__contact { grid-column: 1 / -1; }
  .site-footer__contact { grid-row: auto; }
  .site-footer__services ul { column-gap: 14px; }
}
