/* Privacy documents only. Keep marketing/blog spacing and typography unchanged. */
.privacy-page .blog-head {
  padding: 0 24px 28px;
}
.privacy-page .blog-head-inner {
  max-width: 672px;
  padding-top: 24px;
}
.privacy-page .blog-head h1 {
  font-family: var(--font-ui);
  font-size: clamp(24px, 2.4vw, 26px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
  max-width: none;
  overflow-wrap: anywhere;
}
.privacy-page .kicker {
  font-family: var(--font-ui);
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
}
.privacy-page .blog-lede {
  margin-top: 12px;
  font-size: 17px;
  line-height: 1.55;
  max-width: none;
}
.privacy-page main {
  padding-top: 0;
}
.privacy-page .article {
  padding-top: 20px;
  font-size: 15px;
  line-height: 1.6;
}
.privacy-page .article h2,
.privacy-page .contact h2 {
  font-family: var(--font-ui);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0;
}
.privacy-page .article h2 {
  margin: 24px 0 8px;
}
.privacy-page .article > h2:first-child {
  margin-top: 0;
}
.privacy-page .contact {
  max-width: 720px;
  margin: 0 auto;
  padding: 28px 24px 40px;
  text-align: left;
}
.privacy-page .contact .sub {
  margin: 8px 0 16px;
  font-size: 17px;
}
@media (max-width: 480px) {
  .privacy-page .nav { gap: 12px; flex-wrap: wrap; }
  .privacy-page .lang { margin-right: 0; gap: 8px; }
  .privacy-page .nav .btn { font-family: var(--font-ui); font-size: 14px; padding: 10px 12px; }
  .privacy-page .blog-head-inner { padding-top: 16px; }
  .privacy-page .article h2,
  .privacy-page .contact h2 { font-size: 16px; }
}
.privacy-page .article > p { margin-bottom: 12px; }
.privacy-page .article ul { margin-bottom: 12px; }
.privacy-page .article li { margin-bottom: 6px; }
.privacy-page .blog-head { padding-bottom: 16px; }
/* Scope line: this policy is the website's, not the product's (2026-09-17). */
.privacy-page .article > .scope {
  margin: 0 0 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}
.privacy-page .article > .scope + h2 {
  margin-top: 0;
}
