@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #1e1b4b;
  background: #f8fafc;
  -webkit-font-smoothing: antialiased;
}

.legal-page {
  max-width: 720px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 4rem;
}

.legal-back {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #6366f1;
  text-decoration: none;
  margin-bottom: 2rem;
}

.legal-back:hover {
  text-decoration: underline;
}

.legal-header {
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e2e8f0;
}

.legal-header h1 {
  margin: 0 0 0.5rem;
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.legal-updated {
  margin: 0;
  font-size: 0.9375rem;
  color: #64748b;
}

.legal-content section {
  margin-bottom: 2rem;
}

.legal-content h2 {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #1e1b4b;
}

.legal-content p {
  margin: 0 0 0.75rem;
  color: #334155;
}

.legal-content ul {
  margin: 0;
  padding-left: 1.25rem;
  color: #334155;
}

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

.legal-content li:last-child {
  margin-bottom: 0;
}

.legal-content a {
  color: #6366f1;
  text-decoration: none;
}

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

.support-page .legal-header {
  margin-bottom: 1.5rem;
  padding-bottom: 0;
  border-bottom: none;
}

.support-content p {
  margin: 0;
  font-size: 1.25rem;
}

.support-content a {
  font-weight: 500;
}
