.legal-section {
  padding: 80px 24px;
  background: #0d0d0d;
  color: rgba(255,255,255,0.8);
}

.legal-section .container {
  max-width: 800px;
  margin: 0 auto;
}

.legal-section h1 {
  font-family: 'Sofia Sans Extra Condensed', sans-serif;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 900;
  color: var(--light);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.legal-section .last-update {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.25);
  margin-bottom: 48px;
}

.legal-section h2 {
  font-family: 'Sofia Sans Extra Condensed', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--light);
  margin: 40px 0 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.legal-section h3 {
  font-family: 'Sofia Sans Extra Condensed', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--secondary);
  margin: 28px 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.legal-section p {
  font-size: 0.9rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.65);
  margin-bottom: 16px;
}

.legal-section ul, .legal-section ol {
  margin: 12px 0 20px;
  padding-left: 24px;
}

.legal-section li {
  font-size: 0.9rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.65);
  margin-bottom: 6px;
}

.legal-section li strong {
  color: rgba(255,255,255,0.85);
}

.legal-section a {
  color: var(--secondary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-section a:hover {
  color: #e6d700;
}

.legal-section .legal-divider {
  height: 1px;
  background: rgba(255,255,255,0.06);
  margin: 48px 0;
}

@media (max-width: 600px) {
  .legal-section {
    padding: 60px 20px;
  }
}
