footer.site-footer {
  margin-top: 72px;
  border-top: 1px solid #e5e7eb;
  padding-top: 28px;
  color: #64748b;
}

.footer-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 24px;
}

.footer-top {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
}

.footer-brand {
  font-weight: 700;
  color: #0f172a;
  font-size: 1.05rem;
}

.footer-tagline {
  color: #334155;
  font-size: 0.95rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 16px;
  margin-top: 16px;
  margin-bottom: 18px;
}

.footer-col h3 {
  margin: 0 0 10px;
  font-size: 0.95rem;
  color: #0f172a;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.92rem;
}

.footer-links a {
  color: #334155;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.coming-soon {
  color: #64748b;
}

.footer-divider {
  height: 1px;
  background: #e5e7eb;
  margin: 16px 0;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.9rem;
  text-align: center;
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.copyright {
  margin-top: 6px;
  color: #64748b;
}
