.elementor-1297 .elementor-element.elementor-element-76fcd416{--display:flex;}/* Start custom CSS for html, class: .elementor-element-890dc54 */.pf-pp-wrap {
  width: 100%;
  background: #fff;
  padding: 5rem 5vw 6rem;
  font-family: 'DM Sans', sans-serif;
  color: #2a2a3a;
  font-size: 17px;
}
 
.pf-pp-inner {
  max-width: 820px;
  margin: 0 auto;
}
 
/* ── HEADER ── */
.pf-pp-header {
  border-bottom: 2px solid #1a2b5e;
  padding-bottom: 1.3rem;
  margin-bottom: 2.5rem;
}
.pf-pp-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2a9999;
  margin-bottom: 0.8rem;
}
.pf-pp-label::before {
  content: '';
  width: 22px; height: 2px;
  background: #3cbfbf;
  border-radius: 2px;
}
.pf-pp-header h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 3.5vw, 2.9rem);
  font-weight: 600;
  color: #1a2b5e;
  margin-bottom: 0.4rem;
  line-height: 1.2;
}
.pf-pp-meta {
  font-size: 0.9rem;
  color: #6b7280;
  font-weight: 400;
}
 
/* ── NOTICE BOX ── */
.pf-pp-notice {
  background: #f0f9f9;
  border: 1px solid #b8e4e4;
  border-left: 4px solid #3cbfbf;
  border-radius: 10px;
  padding: 1.1rem 1.4rem;
  font-size: 0.97rem;
  color: #1a4a4a;
  margin-bottom: 2.8rem;
  line-height: 1.7;
}
 
/* ── TOC ── */
.pf-pp-toc {
  background: #f8f7f4;
  border: 1px solid rgba(26,43,94,0.1);
  border-radius: 14px;
  padding: 1.5rem 1.8rem;
  margin-bottom: 3rem;
}
.pf-pp-toc-title {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a90aa;
  margin-bottom: 0.9rem;
}
.pf-pp-toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem 2rem;
}
.pf-pp-toc-list li a {
  font-size: 0.93rem;
  color: #1a2b5e;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s;
  font-weight: 500;
}
.pf-pp-toc-list li a:hover { color: #2a9999; }
.pf-pp-toc-list li a::before {
  content: '';
  width: 5px; height: 5px;
  border-radius: 50%;
  background: #3cbfbf;
  flex-shrink: 0;
}
 
/* ── SECTIONS ── */
.pf-pp-section {
  margin-bottom: 2.4rem;
  scroll-margin-top: 1rem;
}
.pf-pp-section h2 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a2b5e;
  margin-bottom: 0.6rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #e8edf2;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.pf-pp-section h2 .pf-pp-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px; height: 26px;
  border-radius: 6px;
  background: #1a2b5e;
  color: #5ee0e0;
  font-size: 0.78rem;
  font-weight: 700;
  flex-shrink: 0;
}
.pf-pp-section p {
  color: #3a3a4a;
  font-size: 1rem;
  line-height: 1.85;
  margin-bottom: 0.75rem;
}
.pf-pp-section p:last-child { margin-bottom: 0; }
.pf-pp-section ul {
  padding-left: 0;
  margin: 0.5rem 0 0.75rem;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.pf-pp-section ul li {
  color: #3a3a4a;
  font-size: 0.98rem;
  line-height: 1.78;
  padding-left: 1.3rem;
  position: relative;
}
.pf-pp-section ul li::before {
  content: '›';
  position: absolute;
  left: 0;
  color: #3cbfbf;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6;
}
.pf-pp-section a { color: #2a9999; text-decoration: none; }
.pf-pp-section a:hover { text-decoration: underline; }
.pf-pp-section strong { color: #1a2b5e; font-weight: 600; }
 
/* ── FOOTER STRIP ── */
.pf-pp-footer {
  margin-top: 3.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e8edf2;
  font-size: 0.9rem;
  color: #6b7280;
  line-height: 1.75;
}
.pf-pp-footer a { color: #2a9999; text-decoration: none; }
.pf-pp-footer a:hover { text-decoration: underline; }
.pf-pp-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.2rem;
  margin-top: 0.35rem;
  font-size: 0.9rem;
}
.pf-pp-disclaimer {
  margin-top: 1rem;
  font-size: 0.82rem;
  color: #9ca3af;
  line-height: 1.7;
}
.pf-pp-back-top {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 1.2rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #1a2b5e;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-family: 'DM Sans', sans-serif;
  transition: color 0.2s;
}
.pf-pp-back-top:hover { color: #2a9999; }
 
/* ── RESPONSIVE ── */
@media (max-width: 640px) {
  .pf-pp-wrap { padding: 3.5rem 5vw 4rem; }
  .pf-pp-toc-list { grid-template-columns: 1fr; }
}/* End custom CSS */