/* Legal pages — Terms of Service & Privacy Policy */

.legal-page {
  padding: 120px 0 80px;
  min-height: calc(100vh - 80px);
  background: linear-gradient(180deg, #FAFAFF 0%, #fff 100%);
}

.legal-header {
  text-align: center;
  margin-bottom: 56px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--accent-light);
}

.legal-header h1 {
  font-family: var(--font-heading);
  font-size: clamp(32px, 5vw, 44px);
  font-weight: 800;
  background: linear-gradient(135deg, var(--accent), #7C3AED);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.legal-meta {
  color: #6B7280;
  font-size: 14px;
  margin: 0;
}

.legal-content {
  max-width: 760px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
}

.legal-content h2 {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 700;
  color: #1E1B4B;
  margin: 40px 0 16px;
  letter-spacing: -0.01em;
}

.legal-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1E1B4B;
  margin: 28px 0 12px;
}

.legal-content p {
  margin: 0 0 16px;
}

.legal-content ul, .legal-content ol {
  margin: 0 0 16px;
  padding-left: 28px;
}

.legal-content li {
  margin-bottom: 8px;
}

.legal-content a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-content a:hover {
  color: var(--accent-hover);
}

.legal-placeholder {
  background: var(--accent-light);
  border-left: 4px solid var(--accent);
  padding: 20px 24px;
  border-radius: 8px;
  color: #4338CA;
  font-style: italic;
}

/* Mobile */
@media (max-width: 720px) {
  .legal-page {
    padding: 100px 0 60px;
  }
  .legal-header {
    margin-bottom: 40px;
    padding-bottom: 24px;
  }
  .legal-content {
    font-size: 15px;
  }
  .legal-content h2 {
    font-size: 20px;
    margin: 32px 0 12px;
  }
}
