/* Защита от горизонтального скролла */
  html, body { overflow-x: hidden; max-width: 100vw; }

  .legal-content h1 {
    margin-bottom: 1.5rem;
    line-height: 1.2;
  }

  .legal-content h2 {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--color-border);
    line-height: 1.3;
  }

  .legal-content h3 {
    margin-top: 1.75rem;
    margin-bottom: 1rem;
    line-height: 1.4;
  }

  .legal-content p {
    line-height: 1.75;
    margin-bottom: 1.25rem;
  }

  .legal-content ul,
  .legal-content ol {
    line-height: 1.8;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
  }

  .legal-content li {
    margin-bottom: 0.5rem;
  }

  .legal-intro {
    padding: 1.5rem;
    border-left: 3px solid var(--color-accent);
    border-radius: var(--radius-sm);
    background-color: var(--color-bg-secondary);
    margin-bottom: 2rem;
  }