/* ===========================
   ONE ARCYS™ — FOOTER
   =========================== */

.oaFooter{
  background:
    radial-gradient(900px 420px at 15% 0%, rgba(43,196,227,.08), transparent 60%),
    radial-gradient(800px 420px at 85% 20%, rgba(255,45,85,.06), transparent 62%),
    linear-gradient(180deg, #0a0d12, #070a10);
  border-top: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.85);
}

.oaFooter__links{
  max-width: 1320px;
  margin: 0 auto;
  padding: 22px 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: center;
  align-items: center;
}

.oaFooter__links a{
  font-size: 13px;
  color: rgba(255,255,255,.65);
  text-decoration: none;
  line-height: 1.35;
  transition: color .2s ease, transform .15s ease;
}

.oaFooter__links a:hover{
  color: #2bc4e3;
  transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 520px){
  .oaFooter__links{
    justify-content: flex-start;
    padding: 18px 16px;
    gap: 10px 14px;
  }
}
