.legal-page {
  max-width: 860px;
  margin: 0 auto;
  padding: 80px 48px 48px;
}

.legal-header {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--border);
}

.legal-header h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 8px;
}

.legal-header p {
  font-size: 13px;
  color: var(--muted);
}

.legal-section {
  margin-bottom: 24px;
}

.legal-section h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--border);
}

.legal-section p {
  font-size: 14px;
  color: #374151;
  line-height: 1.8;
  margin-bottom: 8px;
}

.legal-section ul {
  padding-left: 20px;
  margin-bottom: 8px;
}

.legal-section ul li {
  font-size: 14px;
  color: #374151;
  line-height: 1.8;
  margin-bottom: 2px;
}

.legal-section a {
  color: var(--blue);
  text-decoration: none;
}

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

.legal-section code {
  background: var(--light-bg);
  padding: 2px 6px;
  font-size: 12px;
  border: 1px solid var(--border);
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 8px;
  font-size: 13.5px;
}

.legal-table th {
  background: var(--light-bg);
  padding: 8px 14px;
  text-align: left;
  font-weight: 600;
  color: var(--text);
  border: 1px solid var(--border);
  font-size: 12px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.legal-table td {
  padding: 8px 14px;
  color: #374151;
  border: 1px solid var(--border);
  line-height: 1.6;
}

.legal-table td:first-child {
  color: var(--muted);
  font-size: 13px;
  width: 220px;
}

@media (max-width: 640px) {
  .legal-page { padding: 80px 24px 40px; }
  .legal-table td:first-child { width: auto; }
}
