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

  .privacy-hero {
    border-bottom: 2px solid var(--border, rgba(255,255,255,0.1));
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
  }

  .privacy-hero h1 {
    color: var(--textPrimary, #fff);
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }

  .privacy-hero p {
    color: var(--textSecondary, rgba(255,255,255,0.75));
    font-size: 1rem;
    line-height: 1.7;
    max-width: 820px;
  }

  .privacy-section {
    border-top: 1px solid var(--borderSubtle, rgba(255,255,255,0.07));
    padding-top: 1.75rem;
    margin-top: 1.75rem;
  }

  .privacy-section h2 {
    color: var(--textPrimary, #fff);
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: 0.01em;
  }

  .privacy-section h3 {
    color: var(--textSecondary, rgba(255,255,255,0.85));
    font-size: 1rem;
    font-weight: 600;
    margin-top: 1.25rem;
    margin-bottom: 0.6rem;
  }

  .privacy-section p,
  .privacy-section li {
    color: var(--textSecondary, rgba(255,255,255,0.72));
    font-size: 0.95rem;
    line-height: 1.75;
  }

  .privacy-section ul,
  .privacy-section ol {
    padding-left: 1.4rem;
    margin-bottom: 0.75rem;
  }

  .privacy-section ul li {
    margin-bottom: 0.4rem;
  }

  .privacy-section li strong {
    color: var(--textPrimary, #fff);
  }

  .privacy-section p strong {
    color: var(--textPrimary, #fff);
  }