.site-footer {
  color: var(--color-textdark);
  border-radius: 72px 72px 0 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 68.97%);
  overflow: hidden;
}

.site-footer a {
  color: var(--color-textdark);
}

.site-footer a:hover {
  color: #58666c;
}

.site-footer input[type="email"] {
  border-color: #6b7280;
}

.site-footer input[type="email"]:focus {
  border-color: #9ca3af;
  outline: none;
}

.site-footer .border-t {
  border-top-color: #4b5563;
}

@media (max-width: 768px) {
  .site-footer .grid.grid-cols-2 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .site-footer .lg\\:grid-cols-3 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
