/* 湃树科技 — 法律政策页面样式（复用主站设计令牌） */

@import url("styles.css");

/* --- Policy Page Layout --- */
.policy-page {
  padding-top: 100px;
  padding-bottom: 80px;
}

.policy-header {
  text-align: center;
  margin-bottom: 3rem;
}

.policy-header h1 {
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  color: var(--ink);
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.policy-header .last-updated {
  font-size: 0.8rem;
  color: var(--body);
}

.policy-content {
  max-width: 780px;
  margin: 0 auto;
}

.policy-content section {
  margin-bottom: 2.5rem;
  padding: 0;
  background: none;
}

.policy-content h2 {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  color: var(--ink);
  margin-bottom: 0.75rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid var(--line);
}

.policy-content h3 {
  font-size: 1rem;
  color: var(--ink);
  margin-bottom: 0.5rem;
  margin-top: 1.25rem;
}

.policy-content p {
  font-size: 0.9rem;
  line-height: 1.8;
  color: var(--body);
  margin-bottom: 0.75rem;
}

.policy-content ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
}

.policy-content ul li {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--body);
  margin-bottom: 0.3rem;
}

.policy-content strong {
  color: var(--ink);
  font-weight: 600;
}

.policy-content a {
  color: var(--jade);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.policy-content a:hover {
  color: var(--pine);
}
