.legal-container {
  max-width: 900px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.back-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.25rem;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  background: white;
  color: #2e7ff3;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  margin-bottom: 2rem;
}

.back-button:hover {
  background: #f8f9fa;
  color: #1e6fe3;
}

.legal-content {
  background: white;
  border-radius: 15px;
  padding: 3rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.legal-content h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}

.last-updated {
  color: #6b7280;
  font-size: 0.95rem;
  margin-bottom: 2rem;
}

.intro-text {
  color: #4b5563;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

.legal-content h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.legal-content h2:first-of-type {
  margin-top: 0;
}

.legal-content h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.legal-content p {
  color: #4b5563;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.legal-content ul {
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.legal-content ul li {
  margin-bottom: 0.5rem;
}

.legal-content a {
  color: #2e7ff3;
  text-decoration: none;
}

.legal-content a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .legal-content {
    padding: 2rem 1.5rem;
  }

  .legal-content h1 {
    font-size: 2rem;
  }
}
