/* Compiled from LESS. Edit this CSS going forward. */
/* Modern layout tokens — html { font-size: 10px } in site.less → 1rem = 10px */
/* 1200px content */
/* Homepage section shell — single visual column */
/* Homepage */
/* between major sections */
/* section title → main content */
/* carousel → Learn More button */
/* last section → footer */
/* Inner pages (About, etc.) */
/* Toolbox / forpros marketing page — type scale */
/* 3.2rem — page-level headings */
/* 2.4rem */
/* 1.8rem — intro copy (e.g. above search) */
/* 1.6rem — section descriptions */
/* 1.4rem */
/* 2.4rem — nested card titles */
/* 1.8rem */
/* bottom-content product name (.big-title) vs block headings (.card-title) */
/* product-library.html 品类入口卡：名称略大于素材列表标题 */
/* 手机端品类卡：图片区统一高度，便于同行标题/按钮对齐 */
/* 1.8rem */
/* 1.4rem */
/* 1.3rem */
/* Toolbox floating actions (cart, back-to-top, back, home) */
/* Mobile stack: base → back-top → goto → back-home → cart */
/* Toolbox 桌面侧栏：filter-nav / slider-bar（高于主内容，低于弹层） */
/* Form / lookup / registration pages — type scale */
/* Marketing / product toolkit (.page-toolbox) — light banner, dark text */
/* product-library-list 等：两列素材卡片 + 紧凑操作钮 */
/* 两列品类卡：等高图片区 + 标题弹性区 + 按钮贴底 */
/* product-library.html：品类网格 + 长 CTA 文案 */
/* product-library-one 等：bottom-content 内各类素材列表 */
/* gifts-detail.html / props-detail.html：详情 + You May Also Like */
/* Inner page hero — mobile (legacy mpx @ 414px design → rem) */
/* Legal 页共用 token（Privacy / Terms / Cookies） */
/* Privacy / Terms / Cookies — shared article typography */
@media screen and (max-width: 990px) {
  #main .page-privacy .text-wrapper sup,
  #main .page-terms .text-wrapper sup {
    transform: none;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: super;
  }
}
.page-terms {
  overflow: hidden;
  padding-bottom: 6.4rem;
  box-sizing: border-box;
}
.page-terms .page-legal-banner {
  padding-top: 11.6rem;
  padding-bottom: 11.6rem;
}
.page-terms .page-legal-banner-title {
  font-size: 3.6rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.page-terms .text-wrapper {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  box-sizing: border-box;
  margin-top: 4rem;
  padding-bottom: 2rem;
}
.page-terms .text-wrapper {
  font-family: "Gotham-pro-reg", "Arial", sans-serif;
  font-size: 1.6rem;
  line-height: 1.65;
  color: #121212;
  -webkit-font-smoothing: antialiased;
  line-height: 1.72;
}
.page-terms .text-wrapper > div {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.page-terms .text-wrapper > div > p,
.page-terms .text-wrapper > div > ul,
.page-terms .text-wrapper > div > nav,
.page-terms .text-wrapper > div > div:not(.privacy-table-wrap),
.page-terms .text-wrapper > div > .privacy-table-wrap,
.page-terms .text-wrapper > div > .privacy-cookies-diagram {
  margin: 0;
}
.page-terms .text-wrapper p {
  padding: 0;
  text-align: left;
}
.page-terms .text-wrapper p:empty {
  display: none;
}
.page-terms .text-wrapper p.legal-meta,
.page-terms .text-wrapper > div > p.legal-meta,
.page-terms .text-wrapper > div > p:first-child:not(.legal-section):not(.legal-heading):not(.legal-callout) {
  font-size: 1.55rem;
  line-height: 1.5;
  color: rgba(18, 18, 18, 0.62);
}
.page-terms .text-wrapper p:has( > b:only-child:not(:empty)),
.page-terms .text-wrapper p:has( > strong:only-child:not(:empty)) {
  line-height: 1.4;
  text-align: left;
  hyphens: none;
}
.page-terms .text-wrapper p:has( > b:only-child:not(:empty)) b,
.page-terms .text-wrapper p:has( > strong:only-child:not(:empty)) b,
.page-terms .text-wrapper p:has( > b:only-child:not(:empty)) strong,
.page-terms .text-wrapper p:has( > strong:only-child:not(:empty)) strong {
  font-weight: 700;
  color: #121212;
}
.page-terms .text-wrapper p.legal-heading {
  font-weight: 700;
  font-size: 1.05em;
  line-height: 1.4;
  text-align: left;
  hyphens: none;
  color: #121212;
}
.page-terms .text-wrapper p.legal-section {
  margin-top: 0.8rem;
  font-weight: 700;
  font-size: 1.12em;
  line-height: 1.35;
  text-align: left;
  scroll-margin-top: 12rem;
}
.page-terms .text-wrapper p.legal-section b,
.page-terms .text-wrapper p.legal-section strong {
  font-weight: 700;
  color: #121212;
}
.page-terms .text-wrapper div > b {
  font-weight: 700;
  color: #121212;
}
.page-terms .text-wrapper p b,
.page-terms .text-wrapper p strong {
  font-weight: 700;
}
.page-terms .text-wrapper a {
  color: #1f94d2;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  transition: color 0.18s cubic-bezier(0.22, 1, 0.36, 1);
}
.page-terms .text-wrapper a:hover {
  color: #1578a8;
}
.page-terms .text-wrapper ul {
  padding: 0;
  list-style: none;
}
.page-terms .text-wrapper ul li {
  position: relative;
  margin: 0 0 0.75rem;
  padding: 0 0 0 1.6rem;
  text-align: left;
  line-height: 1.6;
}
.page-terms .text-wrapper ul li:last-child {
  margin-bottom: 0;
}
.page-terms .text-wrapper ul li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background-color: #1f94d2;
}
.page-terms .text-wrapper ul li b,
.page-terms .text-wrapper ul li strong {
  font-weight: 700;
}
.page-terms .text-wrapper .blue-dot {
  color: #1f94d2;
  margin-right: 0.6rem;
}
.page-terms .text-wrapper .black-dot-small {
  margin-right: 0.6rem;
}
.page-terms .text-wrapper p.legal-callout {
  padding: 1.4rem 1.6rem;
  background: #f3f8fc;
  border-left: 0.35rem solid #1f94d2;
  border-radius: 0 0.6rem 0.6rem 0;
  font-size: 0.96em;
  line-height: 1.55;
  letter-spacing: 0.01em;
}
.page-terms .text-wrapper p.legal-lead {
  font-weight: 700;
  line-height: 1.45;
  color: #121212;
}
.page-terms .text-wrapper p.legal-lead strong {
  font-weight: 700;
}
.page-terms .text-wrapper p.legal-subclause {
  padding-left: 1.2rem;
  border-left: 2px solid rgba(31, 148, 210, 0.35);
}
.page-terms .text-wrapper p.legal-subheading {
  font-weight: 700;
  font-size: 1.02em;
  line-height: 1.4;
  color: #121212;
}
.page-terms .text-wrapper .legal-toc {
  padding: 1.6rem 1.8rem;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.8rem;
}
.page-terms .text-wrapper .legal-toc .legal-toc-title {
  margin: 0 0 1rem;
  font-weight: 700;
  font-size: 1.05em;
  color: #121212;
}
.page-terms .text-wrapper .legal-toc ol {
  margin: 0;
  padding: 0 0 0 1.6rem;
  list-style: decimal;
}
.page-terms .text-wrapper .legal-toc ol li {
  margin: 0 0 0.5rem;
  padding: 0;
  line-height: 1.5;
}
.page-terms .text-wrapper .legal-toc ol li::before {
  display: none;
}
.page-terms .text-wrapper .legal-toc ol li:last-child {
  margin-bottom: 0;
}
.page-terms .text-wrapper .legal-toc a {
  color: #1f94d2;
  text-decoration: none;
  font-weight: 500;
}
.page-terms .text-wrapper .legal-toc a:hover {
  text-decoration: underline;
  color: #1578a8;
}
.page-terms .text-wrapper ul.legal-product-list li::before {
  background-color: #1578a8;
}
.page-terms .text-wrapper sup {
  font-size: 0.65em;
  line-height: 0;
  vertical-align: super;
  font-weight: inherit;
}
.page-terms .text-wrapper > div {
  gap: 2.4rem;
}
.page-terms .text-wrapper p {
  line-height: 1.72;
}
.page-terms .text-wrapper p.legal-section {
  margin-top: 1rem;
}
.page-terms .text-wrapper p.legal-callout {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.page-terms .text-wrapper ul li {
  margin-bottom: 1rem;
}
.sub2 {
  font-size: 1.05rem;
  margin-left: 1.5rem;
  font-weight: bold;
}
.sub2 .sub3 {
  font-size: 1.03rem;
  margin-left: 1.5rem;
  font-weight: normal;
}
@media screen and (max-width: 990px) {
  .page-terms {
    padding-bottom: 4rem;
  }
  .page-terms:has(.page-legal-banner) {
    padding-top: 0;
  }
  .page-terms .page-legal-banner {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
  .page-terms .page-legal-banner-title {
    font-size: 2.6rem;
  }
  .page-terms .text-wrapper {
    margin-top: 0;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .page-terms .text-wrapper > div {
    gap: 1.4rem;
  }
  .page-terms .text-wrapper p.legal-meta,
  .page-terms .text-wrapper > div > p.legal-meta,
  .page-terms .text-wrapper > div > p:first-child:not(.legal-section):not(.legal-heading):not(.legal-callout) {
    font-size: 1.3rem;
  }
  .page-terms .text-wrapper p.legal-section {
    margin-top: 0.6rem;
    scroll-margin-top: 8rem;
  }
  .page-terms .text-wrapper ul li {
    padding-left: 1.4rem;
    margin-bottom: 0.75rem;
  }
  .page-terms .text-wrapper ul li::before {
    width: 0.4rem;
    height: 0.4rem;
    top: 0.58em;
  }
  .page-terms .text-wrapper p.legal-callout {
    padding: 1.2rem 1.4rem;
  }
  .page-terms .text-wrapper .legal-toc {
    padding: 1.4rem 1.6rem;
  }
  .page-terms .text-wrapper > div {
    gap: 1.9rem;
  }
  .page-terms .text-wrapper p {
    line-height: 1.68;
  }
  .page-terms .text-wrapper p.legal-section {
    margin-top: 0.8rem;
  }
  .page-terms .text-wrapper ul li {
    margin-bottom: 0.85rem;
  }
}
