/* =========================
   Footer (Antenna Gallery)
   ========================= */

.footer{
  margin-top: 28px;
  border-top: 1px solid rgba(255,255,255,.08);
  background: rgba(11,15,22,.55);
  backdrop-filter: blur(14px);
}

.footer-inner{
  padding: 18px 0 22px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 18px;
}

.footer-brand{
  display:flex;
  gap: 10px;
  align-items:flex-start;
  min-width: 220px;
}
.footer-brand .logo{width:30px; height:30px; border-radius: 10px;}

.footer-meta{
  display:flex;
  flex-direction:column;
  gap: 6px;
}
.footer-meta strong{
  font-size: 13px;
  letter-spacing:.6px;
}
.footer-meta span{
  color: rgba(125,138,163,1);
  font-size: 12px;
  line-height: 1.5;
  max-width: 460px;
}

/* links */
.footer-links{
  display:flex;
  flex-wrap:wrap;
  gap: 8px;
  justify-content:flex-end;
  align-items:center;
  margin-left:auto;
}

.footer-link{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  color: rgba(231,237,247,.9);
  font-size: 12px;
  transition: transform .15s ease, border .15s ease, background .15s ease;
  white-space:nowrap;
}

.footer-link:hover{
  transform: translateY(-1px);
  border-color: rgba(124,92,255,.35);
  background: rgba(124,92,255,.10);
}

/* bottom */
.footer-bottom{
  padding: 0 0 16px;
  color: rgba(125,138,163,1);
  font-size: 11.5px;
  border-top: 1px solid rgba(255,255,255,.06);
}

.footer-bottom-inner{
  padding-top: 14px;
  display:flex;
  gap: 10px;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
}

.footer-bottom a{
  color: rgba(231,237,247,.85);
  border-bottom: 1px dashed rgba(255,255,255,.18);
}
