html, body { overflow: auto !important; height: auto !important; }
  .privacy-wrap {
    position: relative; z-index: 1;
    max-width: 680px; margin: 0 auto;
    padding: 60px 24px 80px;
    color: var(--text);
    font-family: var(--mono);
    line-height: 1.8;
  }
  .privacy-back {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 10px; letter-spacing: .12em; color: var(--muted);
    text-decoration: none; margin-bottom: 48px;
    transition: color .15s;
  }
  .privacy-back:hover { color: var(--accent); }
  .privacy-logo {
    font-family: var(--display); font-size: 28px; font-weight: 800;
    letter-spacing: .06em; margin-bottom: 4px;
    display: flex; align-items: center; gap: 8px;
  }
  .privacy-logo-img { height: 30px; width: auto; object-fit: contain; }
  .privacy-logo .d { color: var(--accent); }
  .privacy-logo .l { color: var(--text); }
  .privacy-tagline {
    font-size: 10px; letter-spacing: .2em; color: var(--muted);
    text-transform: uppercase; margin-bottom: 40px;
  }
  h1 {
    font-family: var(--display); font-size: 22px; font-weight: 700;
    letter-spacing: .04em; color: var(--accent);
    margin: 0 0 6px;
  }
  .updated {
    font-size: 10px; color: var(--muted); letter-spacing: .06em;
    margin-bottom: 36px;
  }
  h2 {
    font-family: var(--display); font-size: 13px; font-weight: 700;
    letter-spacing: .1em; color: var(--accent2);
    text-transform: uppercase; margin: 32px 0 10px;
  }
  p { font-size: 13px; color: var(--text); margin: 0 0 14px; opacity: .85; }
  ul {
    font-size: 13px; color: var(--text); opacity: .85;
    margin: 0 0 14px; padding-left: 20px;
    display: flex; flex-direction: column; gap: 6px;
  }
  .divider {
    height: 1px; background: var(--border);
    margin: 36px 0;
  }
  .contact-box {
    background: var(--surface); border: 1px solid var(--border);
    border-radius: 6px; padding: 20px 24px;
    font-size: 12px; color: var(--muted); line-height: 1.7;
  }
  .contact-box a { color: var(--accent2); text-decoration: none; }
  .contact-box a:hover { text-decoration: underline; }
