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

  .policy-hero {
    border-left: 3px solid var(--ac);
    padding-left: 1.25rem;
    margin-bottom: 2rem;
  }

  .policy-section {
    border-bottom: 1px solid var(--border);
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }

  .policy-section:last-child {
    border-bottom: none;
  }

  .policy-section h2 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--ac);
    margin-bottom: 1rem;
    font-family: var(--font1);
  }

  .policy-section h3 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--fg2);
    margin-top: 1.25rem;
    margin-bottom: 0.75rem;
    font-family: var(--font1);
  }

  .policy-section p,
  .policy-section li {
    color: var(--fg2);
    font-size: 0.95rem;
    line-height: 1.75;
    font-family: var(--font2);
  }

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

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

  .policy-section strong {
    color: var(--fg);
    font-weight: 600;
  }

  .policy-intro {
    color: var(--fg2);
    font-size: 0.95rem;
    line-height: 1.75;
    font-family: var(--font2);
    margin-bottom: 2rem;
  }

  .policy-meta {
    display: inline-block;
    font-size: 0.8rem;
    color: var(--fg3);
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--rad2);
    padding: 0.3rem 0.75rem;
    margin-bottom: 1.5rem;
    font-family: var(--font2);
  }

  .policy-page h1 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--fg);
    font-family: var(--font1);
    margin-bottom: 0.5rem;
  }