.site-footer {
  background: #000;
  padding: 32px 24px 40px;
  text-align: center;
}

.site-footer p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.02em;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer a:hover {
  color: rgba(255, 255, 255, 0.85);
}

.site-footer .footer-sep {
  margin: 0 10px;
  color: rgba(255, 255, 255, 0.25);
}

@media (max-width: 768px) {
  .site-footer {
    padding: 24px 16px 32px;
  }

  .site-footer p {
    font-size: 12px;
  }
}
