.site-footer {
  width: 100%;
  max-width: 1100px;
  margin-top: 20px;
  padding: 20px 40px;
  background: white;
  border-radius: 28px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
  text-align: left;
  color: #64748b;
  font-size: 14px;
}

.site-footer a {
  color: #2962ef;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .site-footer {
    padding: 15px 20px;
    font-size: 13px;
    text-align: center;
  }
}