html { background: #fff; }
body {
  background-color: #f8fafc;
  font-family: 'Outfit', system-ui, sans-serif;
  margin: 0;
}
.pp-hero {
  background: linear-gradient(135deg, #003a6e 0%, #004e92 50%, #00a0a0 100%);
  padding: 120px 20px 60px;
  color: white;
  text-align: center;
}
.pp-hero .breadcrumb { font-size: 0.9rem; opacity: 0.75; margin-bottom: 20px; }
.pp-hero .breadcrumb a { color: rgba(255,255,255,0.85); text-decoration: none; }
.pp-hero .breadcrumb a:hover { text-decoration: underline; }
.pp-hero .breadcrumb span { margin: 0 8px; opacity: 0.5; }
.pp-hero h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.pp-hero .pp-meta { font-size: 0.95rem; opacity: 0.75; }
.pp-content { max-width: 860px; margin: 0 auto; padding: 60px 20px 80px; }
.pp-section {
  background: white;
  border-radius: 20px;
  padding: 40px 45px;
  margin-bottom: 30px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px rgba(0, 78, 146, 0.05);
}
.pp-section h2 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #004e92;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 2px solid #e2e8f0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.pp-section h2 .section-num {
  background: linear-gradient(135deg, #004e92, #00a0a0);
  color: white;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  font-weight: 800;
  flex-shrink: 0;
}
.pp-section h3 { font-size: 1.1rem; font-weight: 700; color: #1e293b; margin: 24px 0 10px; }
.pp-section p, .pp-section li {
  color: #475569;
  line-height: 1.75;
  font-size: 0.975rem;
}
.pp-section ul, .pp-section ol { padding-left: 20px; margin-bottom: 14px; }
.pp-section a { color: #00a0a0; text-decoration: none; font-weight: 600; }
.pp-section a:hover { text-decoration: underline; }
.pp-toc {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 30px 35px;
  margin-bottom: 40px;
}
.pp-toc h2 { font-size: 1.1rem; font-weight: 700; color: #004e92; margin-bottom: 16px; }
.pp-toc a { color: #00a0a0; font-weight: 500; }
.pp-highlight {
  background: linear-gradient(135deg, rgba(0, 78, 146, 0.05), rgba(0, 160, 160, 0.05));
  border-left: 4px solid #00a0a0;
  border-radius: 0 12px 12px 0;
  padding: 18px 22px;
  margin: 18px 0;
}
#cookie-policy { border: 2px solid #00a0a0; }
.cookie-type {
  background: #f8fafc;
  border-radius: 12px;
  padding: 20px 24px;
  margin: 16px 0;
  border: 1px solid #e2e8f0;
}
.cookie-type h4 { font-size: 1rem; font-weight: 700; color: #004e92; margin-bottom: 8px; }
.pp-footer-bar {
  background: #1e293b;
  color: rgba(255,255,255,0.65);
  text-align: center;
  padding: 24px 20px;
  font-size: 0.875rem;
}
.pp-footer-bar a { color: rgba(255,255,255,0.75); text-decoration: none; font-weight: 600; margin: 0 8px; }
@media (max-width: 640px) {
  .pp-section { padding: 28px 22px; }
  .pp-toc { padding: 22px 20px; }
}
