.legal-page {
  max-width: 900px;
  margin: 120px auto;
  padding: 60px 40px;
  background: #ffffff;
  color: #1e293b;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
}

.legal-header {
  background: #f8fafc;
  padding: 24px 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #e2e8f0;
}

.logo-text {
  font-size: 1.8rem;
  color: #00bfa6;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.logo-text:hover {
  color: #007f6b;
}