/* ===== ПОДВАЛ ===== */
.footer {
  border-top: 1px solid var(--line);
  background: var(--bg-2);
  padding: 56px 0 40px;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  text-align: center;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.footer-tag {
  color: var(--faint);
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.footer-links a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  transition: color 0.25s;
}

.footer-links a:hover {
  color: var(--gold-bright);
}

.footer-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.footer-vk {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.footer-clock {
  color: var(--faint);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

.footer-copy {
  color: var(--faint);
  font-size: 13px;
  letter-spacing: 0.5px;
}

.brand {
  color: var(--gold-bright);
}
