.pac-site-footer {
  margin-top: 20px !important;
  padding: 62px 0 28px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: rgba(2, 12, 21, 0.72) !important;
  color: #f5f9fd;
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  text-align: left !important;
}

.pac-footer-shell {
  width: min(calc(100% - 48px), 1180px);
  margin-inline: auto;
}

.pac-footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto minmax(250px, auto);
  gap: clamp(44px, 7vw, 100px);
}

.pac-footer-brand,
.pac-footer-links,
.pac-footer-contact {
  min-width: 0;
}

.pac-footer-logo {
  display: inline-flex;
  align-items: center;
}

.pac-footer-logo img {
  display: block;
  width: 155px;
  height: auto;
}

.pac-footer-tagline {
  max-width: 31ch;
  margin: 16px 0 0 !important;
  color: #f5f9fd !important;
  font-size: 1.02rem !important;
  font-weight: 600;
  line-height: 1.45 !important;
}

.pac-footer-links,
.pac-footer-contact {
  display: grid;
  align-content: start;
  gap: 9px;
  font-size: 0.88rem;
}

.pac-footer-label {
  margin-bottom: 3px;
  color: #76e0ef;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pac-site-footer a {
  color: #c5d3e2;
  text-decoration: none;
  transition: color 160ms ease;
}

.pac-site-footer a:hover {
  color: #fff;
}

.pac-footer-contact address {
  max-width: 29ch;
  color: #94a9bd;
  font-size: 0.82rem;
  font-style: normal;
  line-height: 1.5;
}

.pac-footer-legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 46px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #94a9bd;
  font-size: 0.72rem;
}

.pac-footer-legal-links {
  display: flex;
  gap: 8px;
  white-space: nowrap;
}

.pac-footer-disclaimer {
  max-width: 100ch;
  margin: 16px 0 0 !important;
  color: #8398ac !important;
  font-size: 0.7rem !important;
  line-height: 1.5 !important;
}

@media (max-width: 820px) {
  .pac-footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .pac-footer-brand {
    grid-column: 1 / -1;
  }

  .pac-footer-legal {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .pac-site-footer {
    padding-top: 48px !important;
  }

  .pac-footer-shell {
    width: min(calc(100% - 32px), 1180px);
  }

  .pac-footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .pac-footer-brand {
    grid-column: auto;
  }
}
