/* OS Assistance footer — brand-led top section with a DigiCert-style legal bar */
.site-footer {
  background: #061f30;
  border-top: 0;
  color: #f7fbff;
  padding: 68px 0 24px;
}

.site-footer > .footer-top,
.site-footer > .footer-bottom {
  width: 90%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.site-footer .footer-top {
  display: grid;
  grid-template-columns: minmax(230px, 1.35fr) minmax(150px, .95fr) minmax(210px, 1.2fr) minmax(185px, 1.05fr);
  align-items: start;
  gap: clamp(24px, 3.4vw, 52px);
}

.site-footer a {
  color: #c6d7e3;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible,
.site-footer button:hover,
.site-footer button:focus-visible {
  color: #83bbff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer .footer-brand,
.site-footer .footer-column {
  min-width: 0;
}

.site-footer .footer-brand {
  max-width: 330px;
}

.site-footer .footer-logo {
  display: inline-flex;
  align-items: center;
  min-height: 74px;
  margin: 0 0 20px;
}

.site-footer .footer-logo img {
  display: block;
  width: min(265px, 100%);
  height: auto;
}

.site-footer .footer-brand p {
  max-width: 300px;
  color: #c6d7e3;
  font-size: 1rem;
  line-height: 1.65;
  margin: 0 0 18px;
}

.site-footer .footer-location {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #a9c1d1;
  font-size: .875rem;
  line-height: 1.5;
}

.site-footer .footer-location svg {
  flex: 0 0 auto;
  color: #83bbff;
}

.site-footer .footer-top h3 {
  color: #f7fbff;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 8px 0 20px;
}

.site-footer .footer-top > .footer-column > a {
  display: block;
  color: #c6d7e3;
  font-family: inherit;
  font-size: .95rem;
  line-height: 1.45;
  margin: 13px 0;
  overflow-wrap: anywhere;
}

.site-footer .footer-company > a {
  white-space: nowrap;
}

.site-footer .footer-bottom {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(0, 2fr);
  align-items: center;
  gap: 28px;
  border-top: 1px solid rgba(198, 215, 227, .22);
  margin-top: 58px;
  padding-top: 23px;
}

.site-footer .footer-copyright p {
  color: #a9c1d1;
  font-size: .82rem;
  line-height: 1.55;
  margin: 0;
}

.site-footer .footer-copyright .footer-note {
  margin-top: 7px;
}

.site-footer .footer-legal-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  row-gap: 9px;
}

.site-footer .footer-legal-links > a,
.site-footer .footer-legal-links > .analytics-settings {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  margin: 0;
  padding: 0 12px;
  border: 0;
  border-left: 1px solid rgba(131, 187, 255, .2);
  background: transparent;
  color: #c6d7e3;
  font-family: inherit;
  font-size: .78rem;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
}

.site-footer .footer-legal-links > :first-child {
  border-left: 0;
}

@media (max-width: 1100px) {
  .site-footer .footer-top {
    grid-template-columns: minmax(210px, 1.25fr) minmax(145px, .95fr) minmax(190px, 1.15fr) minmax(170px, 1fr);
    gap: 28px;
  }

  .site-footer .footer-company > a {
    white-space: normal;
  }
}

@media (max-width: 850px) {
  .site-footer {
    padding-top: 52px;
  }

  .site-footer .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .site-footer .footer-bottom {
    display: block;
  }

  .site-footer .footer-legal-links {
    justify-content: flex-start;
    margin-top: 18px;
  }

  .site-footer .footer-legal-links > :first-child {
    padding-left: 0;
  }
}

@media (max-width: 520px) {
  .site-footer .footer-top {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .site-footer .footer-brand {
    max-width: 100%;
  }

  .site-footer .footer-logo img {
    width: min(255px, 100%);
  }

  .site-footer .footer-legal-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }

  .site-footer .footer-legal-links > a,
  .site-footer .footer-legal-links > .analytics-settings {
    min-height: 34px;
    padding: 7px 10px 7px 0;
    border-left: 0;
  }
}
