/**
 * Filename: public/stylesheets/terms.css
 * Revision: 2025-12-18-01
 * Description: terms page styles
 */

.legal-page {
  font-family: 'Inter', sans-serif;
  color: #333;
  min-height: 100vh;
  background: #f8fafc;
}

.legal-header {
  background: white;
  padding: 20px 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.legal-header .container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 24px;
  font-weight: 700;
  color: #2563eb;
  text-decoration: none;
}

.back-link {
  color: #64748b;
  text-decoration: none;
}

.back-link:hover {
  color: #2563eb;
}

.legal-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px;
}

.legal-container h1 {
  font-size: 36px;
  color: #1e293b;
  margin-bottom: 8px;
}

.effective-date {
  color: #64748b;
  margin-bottom: 40px;
  font-size: 14px;
}

.legal-container h2 {
  font-size: 20px;
  color: #1e293b;
  margin-top: 32px;
  margin-bottom: 12px;
}

.legal-container p {
  color: #475569;
  line-height: 1.7;
  margin-bottom: 16px;
}

.legal-container ul {
  color: #475569;
  line-height: 1.7;
  margin-bottom: 16px;
  padding-left: 24px;
}

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

.legal-container a {
  color: #2563eb;
}

.legal-container strong {
  color: #1e293b;
}
