.hero-card-footer {
  margin: 24px auto 0;
  width: min(100%, 520px);
  text-align: center;
  color: #d8e8f8;
  font-weight: 900;
  padding: 16px 12px 22px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.hero-card-footer em { color: var(--cyan-2); font-style: normal; text-shadow: 0 0 18px rgba(0,234,255,.5); }
.site-footer {
  width: min(var(--content), calc(100% - 28px));
  margin: 0 auto;
  padding: 22px 0 42px;
  text-align: center;
  color: var(--muted);
}
.site-footer__inner { display: grid; gap: 4px; }
.site-footer p { margin: 0; }
.site-footer__brand { color: #fff; font-weight: 900; }
.site-footer__text { font-size: .9rem; font-weight: 700; }

.version-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0,234,255,.18);
  background: rgba(0,234,255,.06);
  color: var(--cyan-2);
  font-family: Rajdhani, Cairo, sans-serif;
  font-weight: 800;
  letter-spacing: .4px;
  box-shadow: 0 0 18px rgba(0,234,255,.08);
}
