.adya-site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: #06081a;
  color: #f5f7ff;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 5rem 0 2.5rem;
  position: relative;
}

.adya-site-footer,
.adya-site-footer * {
  box-sizing: border-box;
}

.adya-site-footer__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.adya-site-footer__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  margin-bottom: 4rem;
}

.adya-site-footer__brand-col {
  grid-column: span 2;
}

.adya-site-footer__brand {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}

.adya-site-footer__logo {
  width: 1.75rem;
  height: 1.75rem;
  object-fit: contain;
}

.adya-site-footer__wordmark {
  color: #f5f7ff;
  font-family: "Cabinet Grotesk", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
}

.adya-site-footer__copy {
  max-width: 280px;
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  line-height: 1.55;
}

.adya-site-footer__heading {
  margin: 0 0 1.25rem;
  color: #fff;
  font-family: "Inter", "Helvetica Neue", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.adya-site-footer__links {
  display: grid;
  gap: 0.625rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.45;
}

.adya-site-footer a {
  color: inherit;
  text-decoration: none;
  transition: color 160ms ease;
}

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

.adya-site-footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 1.5rem;
  color: rgba(255, 255, 255, 0.36);
  font-size: 12px;
  line-height: 1.5;
}

.adya-site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 1.25rem;
  row-gap: 0.25rem;
}

@media (min-width: 1024px) {
  .adya-site-footer__inner {
    padding: 0 2.5rem;
  }

  .adya-site-footer__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1.5rem;
  }

  .adya-site-footer__heading {
    font-size: 17px;
  }

  .adya-site-footer__bottom {
    flex-direction: row;
    align-items: center;
  }
}
