.legal-page {
  padding: 140px 0 80px;
  min-height: 100vh;
  background: var(--bg);
}

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

.legal-header {
  margin-bottom: 64px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--grey-3);
}

.legal-eyebrow {
  display: block;
  font-family: var(--font-tac);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  color: var(--blue);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.legal-header h1 {
  font-family: var(--font-tac);
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 12px;
}

.legal-updated {
  font-size: 12px;
  color: var(--grey-2);
  letter-spacing: 1px;
}

.legal-section {
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(58,58,58,0.5);
}

.legal-section:last-of-type {
  border-bottom: none;
}

.legal-section h2 {
  font-family: var(--font-tac);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 20px;
}

.legal-section p {
  font-size: 14px;
  color: var(--grey-1);
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 14px;
}

.legal-section ul {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}

.legal-section ul li {
  font-size: 14px;
  color: var(--grey-1);
  line-height: 1.8;
  font-weight: 300;
  padding: 6px 0 6px 20px;
  border-left: 2px solid var(--grey-3);
  margin-bottom: 4px;
}

.legal-section a {
  color: var(--blue);
  text-decoration: none;
  transition: opacity 0.2s;
}
.legal-section a:hover { opacity: 0.8; }

.legal-note {
  margin-top: 20px;
  padding: 16px 20px;
  background: rgba(26,107,255,0.06);
  border-left: 3px solid var(--blue);
  font-size: 13px;
  color: var(--grey-2);
  line-height: 1.7;
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 13px;
}

.legal-table th {
  font-family: var(--font-tac);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--grey-2);
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid var(--grey-3);
  background: var(--bg-2);
}

.legal-table td {
  padding: 12px 16px;
  color: var(--grey-1);
  border-bottom: 1px solid rgba(58,58,58,0.4);
  vertical-align: top;
  line-height: 1.6;
}

.legal-table tr:last-child td { border-bottom: none; }

.legal-footer-link {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--grey-3);
  font-size: 13px;
}

.legal-footer-link a {
  color: var(--grey-2);
  text-decoration: none;
  letter-spacing: 1px;
  transition: color 0.2s;
}
.legal-footer-link a:hover { color: var(--blue); }

@media (max-width: 768px) {
  .legal-container { padding: 0 24px; }
  .legal-header h1 { font-size: 32px; }
  .legal-table { font-size: 12px; }
  .legal-table th, .legal-table td { padding: 10px 12px; }
}
