footer.va-shared-footer {
  width: 100%;
  margin: 0;
  border-top: 1px solid rgba(116, 158, 206, 0.22);
  background: linear-gradient(180deg, rgba(8, 14, 26, 0.94), rgba(5, 10, 20, 0.98));
  padding: 16px 14px calc(20px + env(safe-area-inset-bottom, 0px));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-sizing: border-box;
}

footer.va-shared-footer .va-footer-nav {
  width: min(100%, 1120px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  overflow: visible;
  -webkit-overflow-scrolling: touch;
  padding: 0 2px 2px;
  box-sizing: border-box;
}

footer.va-shared-footer .va-footer-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border: 1px solid rgba(120, 170, 220, 0.25);
  border-radius: 999px;
  color: rgba(200, 220, 246, 0.64);
  background: rgba(18, 34, 62, 0.45);
  text-decoration: none;
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}

footer.va-shared-footer .va-footer-link:hover,
footer.va-shared-footer .va-footer-link:focus-visible,
footer.va-shared-footer .va-footer-link.active {
  color: rgba(232, 245, 255, 0.98);
  border-color: rgba(140, 198, 248, 0.6);
  background: rgba(34, 62, 104, 0.62);
  outline: none;
}

footer.va-shared-footer .va-footer-copy {
  color: rgba(164, 190, 224, 0.54);
  font-size: 10px;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.25;
  padding: 0 8px;
}

@media (min-width: 861px) {
  footer.va-shared-footer {
    padding: 18px 20px 22px;
    gap: 12px;
  }

  footer.va-shared-footer .va-footer-nav {
    gap: 18px;
    row-gap: 12px;
  }

  footer.va-shared-footer .va-footer-link {
    font-size: 11px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    color: rgba(186, 206, 232, 0.28);
    letter-spacing: 0.08em;
    transition: color 0.2s ease, text-shadow 0.2s ease, opacity 0.2s ease;
  }

  footer.va-shared-footer .va-footer-link:hover,
  footer.va-shared-footer .va-footer-link:focus-visible {
    color: rgba(230, 246, 255, 0.98);
    text-shadow:
      0 0 10px rgba(108, 198, 255, 0.64),
      0 0 22px rgba(124, 146, 255, 0.38);
  }

  footer.va-shared-footer .va-footer-link.active {
    color: rgba(216, 236, 252, 0.92);
    text-shadow: 0 0 10px rgba(102, 188, 255, 0.34);
  }

  footer.va-shared-footer .va-footer-copy {
    color: rgba(164, 190, 224, 0.4);
    font-size: 11px;
  }
}
