/* =========================================
   隐私页 H5（max-width: 768px）
   设计稿 Privacy & Terms_mobile 390
   仅影响移动端，不改 PC 样式
   ========================================= */

@media (max-width: 768px) {
  /* ----------------------------------------
     Banner
     ---------------------------------------- */
  .privacy-banner {
    height: 5rem;
    min-height: 0;
  }

  .privacy-banner__bg {
    background: none;
    box-shadow: none;
    filter: none;
  }

  .privacy-banner__title {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 3.5rem;
    max-width: none;
    gap: 0.16rem;
  }

  .privacy-banner__eyebrow {
    width: 100%;
    font-size: 0.13rem;
    line-height: 0.18rem;
    opacity: 0.8;
    white-space: normal;
  }

  .privacy-banner__heading {
    width: 100%;
    font-size: 0.52rem;
    line-height: 0.6rem;
    font-weight: 700;
    white-space: normal;
  }

  .privacy-banner__heading-h5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  /* ----------------------------------------
     Content — Figma PrivacyTems 387:8481
     左右 20 / 上下 48 / 区块间距 48 / 标题正文间距 32
     ---------------------------------------- */
  .privacy-content {
    gap: 0.48rem;
    padding: 0.48rem 0.2rem;
    overflow: visible;
  }

  .privacy-content__block {
    gap: 0.32rem;
  }

  .privacy-content__eyebrow {
    font-family: var(--font-sans);
    font-size: 0.16rem;
    line-height: 0.18rem;
    font-weight: 700;
    color: var(--color-black);
  }

  .privacy-content__body {
    font-family: var(--font-sans);
    font-size: 0.16rem;
    line-height: 0.3rem;
    font-weight: 400;
    color: var(--color-black);
    word-break: normal;
    overflow-wrap: break-word;
  }

  .privacy-content__body p,
  .privacy-content__body ul {
    margin: 0;
  }

  /* 设计稿空行：段组之间保留一行行高间距 */
  .privacy-content__body p + p,
  .privacy-content__body p + ul,
  .privacy-content__body ul + p {
    margin-top: 0;
  }

  .privacy-content__body ul {
    list-style: none;
    padding-left: 0.24rem;
  }

  .privacy-content__body li {
    position: relative;
    list-style: none;
  }

  .privacy-content__body li::before {
    content: '';
    position: absolute;
    left: -0.14rem;
    top: 0.13rem;
    width: 0.04rem;
    height: 0.04rem;
    border-radius: 50%;
    background: currentColor;
  }

  .privacy-content__mail {
    text-decoration: underline;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
}
