.ara-site-footer {
  background: var(--ara-navy, var(--about-dark, #061527));
  color: #fff;
  border-top: 1px solid rgba(147, 197, 253, 0.18);
}

.ara-site-footer__inner {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2.2rem 0;
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(260px, 1.1fr) auto;
  gap: 1.5rem;
  align-items: start;
}

.ara-site-footer strong {
  display: block;
  font-size: 1rem;
  line-height: 1.2;
}

.ara-site-footer p {
  margin: 0.4rem 0 0;
  color: rgba(226, 238, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.55;
}

.ara-site-footer__mission {
  max-width: 440px;
}

.ara-site-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.8rem 1rem;
}

.ara-site-footer__links a {
  color: rgba(226, 238, 255, 0.86);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.ara-site-footer__links a:hover {
  color: #fff;
}

.ara-site-footer__legal {
  grid-column: 1 / -1;
  padding-top: 1rem;
  border-top: 1px solid rgba(147, 197, 253, 0.12);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.ara-site-footer__legal a {
  color: rgba(226, 238, 255, 0.9);
  font-weight: 800;
  text-decoration: none;
}

.ara-site-footer__legal a:hover {
  color: #fff;
}

.ara-site-footer__legal-links {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-left: auto;
}

@media (max-width: 1100px) {
  .ara-site-footer__inner {
    grid-template-columns: 1fr;
  }

  .ara-site-footer__links {
    justify-content: flex-start;
  }
}
