.pp-hero { background-color: #f7f7ff; background-image: linear-gradient(rgba(20, 80, 222, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(20, 80, 222, 0.05) 1px, transparent 1px); background-size: 56px 56px; position: relative; overflow: hidden; padding: 140px 20px 60px; text-align: center; }
.pp-hero-inner { max-width: 760px; margin: 0 auto; }
.pp-hero h1 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: clamp(2rem, 4vw, 2.75rem); font-weight: 700; color: #102c6d; margin: 0 0 12px; letter-spacing: -0.02em; }
.pp-hero p { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15px; color: #475569; margin: 0; }
.pp-wrap { max-width: 860px; margin: 0 auto; padding: 60px 20px 100px; font-family: 'Plus Jakarta Sans', sans-serif; color: #444655; }
.pp-toc { background: #f7f7ff; border: 1px solid #e5e9f5; border-radius: 14px; padding: 22px 26px; margin-bottom: 40px; }
.pp-toc-title { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: #1450de; margin: 0 0 12px; }
.pp-toc ol { margin: 0; padding-left: 20px; columns: 2; gap: 24px; }
.pp-toc li { margin-bottom: 6px; }
.pp-toc a { color: #102c6d; text-decoration: none; font-size: 14px; }
.pp-toc a:hover { color: #1450de; text-decoration: underline; }
.pp-section { margin-bottom: 44px; scroll-margin-top: 100px; }
.pp-section h2 { font-size: clamp(1.3rem, 2.2vw, 1.6rem); font-weight: 700; color: #102c6d; margin: 0 0 16px; letter-spacing: -0.01em; }
.pp-section h3 { font-size: 1.05rem; font-weight: 700; color: #102c6d; margin: 22px 0 10px; }
.pp-section p { font-size: 15px; line-height: 1.75; margin: 0 0 14px; }
.pp-section ul { margin: 0 0 14px; padding-left: 22px; }
.pp-section li { font-size: 15px; line-height: 1.75; margin-bottom: 6px; }
.pp-section a { color: #1450de; font-weight: 600; text-decoration: underline; }
.pp-section strong { color: #102c6d; }
.pp-table-wrap { overflow-x: auto; margin: 4px 0 20px; border: 1px solid #e5e9f5; border-radius: 12px; }
.pp-table { width: 100%; min-width: 640px; border-collapse: collapse; font-size: 14px; }
.pp-table th { background: #f7f7ff; color: #102c6d; text-align: left; font-weight: 700; padding: 12px 16px; border-bottom: 1px solid #e5e9f5; white-space: nowrap; }
.pp-table td { padding: 12px 16px; border-bottom: 1px solid #f0f2f9; vertical-align: top; color: #475569; }
.pp-table tr:last-child td { border-bottom: none; }
.pp-note { background: #f7f7ff; border: 1px solid #e5e9f5; border-left: 4px solid #1450de; border-radius: 10px; padding: 16px 20px; font-size: 14px; line-height: 1.7; margin: 0 0 14px; }
.pp-meta { font-size: 13px; color: #94a3b8; margin-top: 40px; padding-top: 24px; border-top: 1px solid #e5e9f5; }
@media (max-width: 600px) {
  .pp-toc ol { columns: 1; }
  .pp-hero { padding: 120px 16px 44px; }
  .pp-wrap { padding: 40px 16px 70px; }
}