/* Site Footer */
footer {
  background: #171717;
  padding-bottom: 80px;
  margin-top: 40px;
}

.footer-content {
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.privacy-link {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.3s ease;
}

.privacy-link:hover {
  color: var(--color-primary);
}

.copyright {
  color: #CCCCCC;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}