/* Compact site-wide footer: dense service index, clear action, quiet legal band. */
.site-footer {
  padding: 36px 0 18px;
  background:
    radial-gradient(circle at 92% 0, rgba(74, 112, 230, .12), transparent 25rem),
    #08182d;
}

.site-footer .footer-wordmark {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  font-size: 23px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: -.035em;
  text-transform: none;
}

.site-footer .footer-wordmark::before {
  content: "AS";
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  flex: 0 0 39px;
  border: 1px solid rgba(151, 177, 255, .32);
  border-radius: 11px;
  background: #3157f6;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: -.01em;
  box-shadow: 0 10px 25px rgba(22, 61, 179, .25);
}

.site-footer .expanded-footer-directory,
.site-footer .footer-service-directory {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(147, 169, 200, .16);
}

.site-footer .footer-service-group {
  min-width: 0;
  padding: 15px 16px 14px;
  border: 1px solid rgba(147, 169, 200, .13);
  border-radius: 10px;
  background: rgba(255, 255, 255, .035);
}

.site-footer .footer-service-group h2 {
  position: relative;
  margin: 0 0 9px;
  padding-left: 12px;
  color: #f4f7fb;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.3;
  letter-spacing: .095em;
  text-transform: uppercase;
}

.site-footer .footer-service-group h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: .34em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #7898ff;
  box-shadow: 0 0 0 4px rgba(120, 152, 255, .1);
}

.site-footer .footer-service-group a {
  display: inline;
  padding: 0;
  color: #9eafc4;
  font-size: 10.5px;
  line-height: 1.75;
}

.site-footer .footer-service-group a::after {
  content: " · ";
  color: #485d76;
}

.site-footer .footer-service-group a:last-child::after {
  content: "";
}

.site-footer .footer-service-group a:hover,
.site-footer .footer-service-group a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer .footer-contact-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 18px;
  padding: 18px 0 0;
  border-top: 1px solid rgba(147, 169, 200, .16);
}

.site-footer .footer-contact-line p {
  max-width: 760px;
  margin: 0;
  color: #9babc0;
  font-size: 11px;
  line-height: 1.65;
}

.site-footer .footer-contact-line .button {
  min-height: 39px;
  padding: 0 15px;
  font-size: 11px;
  white-space: nowrap;
}

.site-footer .footer-trademark {
  max-width: none;
  margin: 15px 0 0;
  padding: 0;
  border: 0;
  color: #687b94;
  font-size: 9.5px;
  line-height: 1.55;
}

.site-footer .footer-legal {
  align-items: center;
  margin-top: 15px;
  padding-top: 13px;
  border-top: 1px solid rgba(147, 169, 200, .13);
  color: #73849b;
  font-size: 9.5px;
  line-height: 1.6;
}

.site-footer .footer-legal a,
.site-footer .cookie-settings-link {
  color: #8798ad;
}

.site-footer .footer-legal a:hover,
.site-footer .cookie-settings-link:hover {
  color: #fff;
}

@media (max-width: 1000px) {
  .site-footer .expanded-footer-directory,
  .site-footer .footer-service-directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .site-footer .footer-wordmark {
    font-size: 20px;
  }

  .site-footer .expanded-footer-directory,
  .site-footer .footer-service-directory {
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 19px;
    padding-top: 16px;
  }

  .site-footer .footer-service-group {
    padding: 12px 13px 11px;
  }

  .site-footer .footer-contact-line {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .site-footer .footer-contact-line .button {
    width: 100%;
  }

  .site-footer .footer-legal {
    display: grid;
    justify-content: start;
    gap: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-footer a {
    scroll-behavior: auto;
  }
}
