/* ── Shared policy / static content pages ────────────────────────── */
.policy-wrap {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 32px 40px;
  margin: 24px 0 32px;
}

.policy-wrap h1 {
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
  color: #222;
}

.policy-wrap h2 {
  font-size: 1rem;
  font-weight: 700;
  color: #222;
  margin: 24px 0 10px;
}

.policy-wrap h3 {
  font-size: .93rem;
  font-weight: 700;
  color: #333;
  margin: 16px 0 8px;
}

.policy-wrap p {
  font-size: .9rem;
  color: #444;
  line-height: 1.75;
  margin: 0 0 10px;
}

.policy-wrap ul,
.policy-wrap ol {
  padding-left: 20px;
  margin: 0 0 12px;
}

.policy-wrap li {
  font-size: .9rem;
  color: #444;
  line-height: 1.7;
  margin-bottom: 6px;
}

.policy-wrap a {
  color: var(--primary);
  text-decoration: none;
}

.policy-wrap a:hover {
  text-decoration: underline;
}

.policy-divider {
  border: none;
  border-top: 1px solid var(--border);
  margin: 20px 0;
}

.policy-highlight {
  background: #f0f8ff;
  border-left: 3px solid var(--primary);
  border-radius: 0 4px 4px 0;
  padding: 12px 16px;
  margin: 16px 0;
  font-size: .9rem;
  color: #333;
  line-height: 1.65;
}

.policy-highlight strong {
  color: #222;
}

@media (max-width: 600px) {
  .policy-wrap {
    padding: 20px 16px;
  }
}
