.pol-page {
  --pol-navy: oklch(0.32 0.06 330);
  --pol-muted: oklch(0.52 0.02 330);
  --pol-line: oklch(0.91 0.01 330);
  --pol-bg: oklch(0.985 0.008 40);
  min-height: 100vh;
  margin: 0;
  font-family: Manrope, system-ui, sans-serif;
  color: var(--pol-navy);
  background: linear-gradient(180deg, var(--pol-bg), #fff 220px);
}

.pol-header {
  border-bottom: 1px solid var(--pol-line);
  background: #fff;
}

.pol-header-inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.pol-header .site-logo-img {
  height: 36px;
  max-width: 170px;
}

.pol-back {
  font-size: 13px;
  font-weight: 650;
  color: var(--pol-muted);
  text-decoration: none;
}

.pol-back:hover {
  color: var(--pol-navy);
}

.pol-main {
  max-width: 920px;
  margin: 0 auto;
  padding: 36px 20px 72px;
}

.pol-kicker {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: oklch(0.48 0.14 20);
}

.pol-main h1 {
  margin: 8px 0 0;
  font-family: Outfit, Manrope, sans-serif;
  font-size: clamp(28px, 4vw, 36px);
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.pol-lead {
  margin: 12px 0 0;
  max-width: 62ch;
  font-size: 15px;
  line-height: 1.55;
  color: var(--pol-muted);
}

.pol-content {
  margin-top: 28px;
  padding: 22px 22px 8px;
  border: 1px solid var(--pol-line);
  border-radius: 16px;
  background: #fff;
}

.pol-content h2 {
  margin: 0 0 8px;
  font-size: 17px;
  font-family: Outfit, Manrope, sans-serif;
}

.pol-content p,
.pol-content li {
  font-size: 14px;
  line-height: 1.6;
  color: var(--pol-muted);
}

.pol-content p {
  margin: 0 0 14px;
}

.pol-content ul {
  margin: 0 0 16px;
  padding-left: 1.15rem;
}

.pol-content li {
  margin-bottom: 6px;
}

.pol-note {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 12px;
  background: oklch(0.97 0.02 40);
  border: 1px solid color-mix(in oklab, oklch(0.48 0.14 20) 22%, var(--pol-line));
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--pol-navy);
}

.pol-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 22px;
}

.pol-nav a {
  font-size: 13px;
  font-weight: 650;
  color: var(--pol-navy);
  text-decoration: underline;
  text-underline-offset: 2px;
}
