.pp-page {
	background: #fff;
	color: var(--cb-text);
	font-size: 16px;
	line-height: 1.7;
	overflow-x: hidden;
}

/* ---- Container narrow for readability ---- */
.pp-page .cb-container {
	max-width: 880px;
}

/* ---- Sections ---- */
.pp-section { padding: 60px 0; }
.pp-section--soft { background: #F8FAFC; }
.pp-section--alert { background: #FFFBEB; }

.pp-section + .pp-section {
	border-top: 1px solid rgba(0,0,0,0.04);
}

/* ---- Headings ---- */
.pp-page h1, .pp-page h2, .pp-page h3 {
	margin: 0 0 16px;
	color: var(--cb-blue);
	letter-spacing: -0.01em;
}

.pp-page h1 {
	font-size: 40px;
	line-height: 1.12;
	max-width: 780px;
}

.pp-page h2 {
	font-size: 26px;
	line-height: 1.25;
	margin-top: 0;
	padding-bottom: 14px;
	border-bottom: 3px solid var(--cb-light-blue);
	position: relative;
}
.pp-page h2::after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 52px;
	height: 3px;
	background: var(--cb-green);
	border-radius: 2px;
}

.pp-page h3 {
	font-size: 18px;
	line-height: 1.3;
	margin-top: 24px;
	color: var(--cb-blue-2);
}

.pp-page p {
	color: var(--cb-muted);
	font-size: 16px;
	line-height: 1.7;
	margin: 0 0 14px;
}
.pp-page p:last-child { margin-bottom: 0; }
.pp-page p strong { color: var(--cb-text); }

/* ---- Breadcrumb ---- */
.pp-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
	color: #94A3B8;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.pp-breadcrumb a {
	color: var(--cb-blue-2);
	text-decoration: none;
}
.pp-breadcrumb a:hover {
	color: var(--cb-green);
}

/* ---- Hero ---- */
.pp-hero {
	background: linear-gradient(180deg, #EEF5FF 0%, #fff 100%);
	border-bottom: 1px solid #E5E7EB;
}
.pp-hero__inner {
	padding-top: 56px;
	padding-bottom: 44px;
}
.pp-hero__meta {
	font-size: 14px !important;
	color: #64748B !important;
	margin: 0 0 16px !important;
	display: inline-block;
	background: #E5E7EB;
	padding: 4px 14px;
	border-radius: 20px;
	font-weight: 600;
}
.pp-hero__intro {
	font-size: 18px !important;
	color: var(--cb-text) !important;
	max-width: 780px;
	margin-bottom: 16px !important;
	line-height: 1.6 !important;
}

/* ---- Alert Boxes ---- */
.pp-alert {
	padding: 18px 22px;
	border-radius: 10px;
	font-size: 15px;
	line-height: 1.55;
	margin: 20px 0;
	position: relative;
}
.pp-alert--warning {
	background: #FFFBEB;
	border: 1px solid #FDE68A;
	border-left: 4px solid #F59E0B;
	color: #92400E;
}
.pp-alert--warning strong { color: #78350F; }

/* ---- Note Boxes ---- */
.pp-note {
	padding: 16px 20px;
	background: #F8FAFC;
	border-radius: 10px;
	border-left: 4px solid var(--cb-green);
	font-size: 15px;
	color: var(--cb-muted);
	margin: 18px 0;
	line-height: 1.55;
}
.pp-note--warn {
	background: #FFFBEB;
	border-left-color: #F59E0B;
	color: #92400E;
}

.pp-note p { margin-bottom: 8px; }
.pp-note p:last-child { margin-bottom: 0; }

/* ---- Lists ---- */
.pp-list {
	padding-left: 20px;
	margin: 10px 0 18px;
	color: var(--cb-muted);
	line-height: 1.7;
}
.pp-list li { margin-bottom: 6px; }
.pp-list li strong { color: var(--cb-text); }

/* ---- Tables ---- */
.pp-table-wrap {
	overflow-x: auto;
	margin: 20px 0;
	-webkit-overflow-scrolling: touch;
	border-radius: 10px;
	border: 1px solid var(--cb-border);
}
.pp-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
	line-height: 1.5;
}
.pp-table th, .pp-table td {
	padding: 13px 18px;
	border: 1px solid var(--cb-border);
	text-align: left;
	vertical-align: top;
}
.pp-table th {
	background: var(--cb-blue);
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.pp-table td { color: var(--cb-muted); }
.pp-table tr:nth-child(even) td { background: #F9FAFB; }
.pp-table tr:hover td { background: #EEF5FF; }

/* ---- Summary ---- */
.pp-summary {
	max-width: 780px;
	margin: 0 auto;
	padding: 28px 24px;
	background: #F8FAFC;
	border-radius: 14px;
	border: 1px solid var(--cb-border);
}
.pp-summary__links {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 22px;
}
.pp-summary__links a {
	color: var(--cb-blue-2);
	font-weight: 700;
	font-size: 16px;
	text-decoration: none;
	padding: 6px 0;
	border-bottom: 1px solid var(--cb-border);
	transition: color 0.15s;
}
.pp-summary__links a:last-child { border-bottom: none; }
.pp-summary__links a:hover { color: var(--cb-green); }

/* ---- FAQ ---- */
.pp-faq__list {
	max-width: 780px;
	margin: 0 auto;
}
.pp-faq__item {
	border: 1px solid var(--cb-border);
	border-radius: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	background: #fff;
	transition: box-shadow 0.2s;
}
.pp-faq__item:hover {
	box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.pp-faq__item summary {
	padding: 16px 20px;
	font-weight: 700;
	font-size: 16px;
	color: var(--cb-blue);
	cursor: pointer;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: background 0.15s, color 0.15s;
}
.pp-faq__item summary::-webkit-details-marker { display: none; }
.pp-faq__item summary::after {
	content: '+';
	font-size: 20px;
	font-weight: 700;
	color: var(--cb-green);
	transition: transform 0.25s ease;
	margin-left: 12px;
	flex-shrink: 0;
	line-height: 1;
}
.pp-faq__item[open] summary {
	background: #F8FAFC;
	color: var(--cb-green);
}
.pp-faq__item[open] summary::after {
	content: '\2212';
	transform: rotate(180deg);
}
.pp-faq__item summary:hover { background: #F8FAFC; }
.pp-faq__item p {
	padding: 0 20px 18px;
	margin: 0;
	color: var(--cb-muted);
	font-size: 15px;
	line-height: 1.6;
}

/* ---- Final CTA ---- */
.pp-final-cta {
	background: linear-gradient(135deg, #082B63 0%, #0F3D7A 100%);
	color: #fff;
	text-align: center;
	padding: 56px 0 52px;
}
.pp-final-cta h2 {
	color: #fff;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 20px;
}
.pp-final-cta h2::after { display: none; }
.pp-final-cta__links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

/* ---- Buttons ---- */
.pp-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 24px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 15px;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	transition: all 0.2s;
	text-decoration: none;
}
.pp-button--primary {
	background: var(--cb-green);
	color: #fff;
	box-shadow: 0 2px 8px rgba(24, 166, 58, 0.25);
}
.pp-button--primary:hover, .pp-button--primary:focus-visible {
	background: var(--cb-green-dark);
	color: #fff;
	box-shadow: 0 4px 14px rgba(24, 166, 58, 0.35);
	transform: translateY(-1px);
}
.pp-button--secondary {
	background: rgba(255,255,255,0.1);
	color: #fff;
	border: 1px solid rgba(255,255,255,0.25);
	backdrop-filter: blur(4px);
}
.pp-button--secondary:hover, .pp-button--secondary:focus-visible {
	background: rgba(255,255,255,0.18);
	border-color: rgba(255,255,255,0.5);
	color: #fff;
}

/* ---- Mobile ---- */
@media (max-width: 768px) {
	.pp-section { padding: 40px 0; }
	.pp-page h1 { font-size: 28px; }
	.pp-page h2 { font-size: 22px; }
	.pp-hero__inner { padding-top: 36px; padding-bottom: 32px; }
	.pp-hero__intro { font-size: 16px !important; }
	.pp-table th, .pp-table td { padding: 10px 12px; font-size: 14px; }
	.pp-final-cta__links { flex-direction: column; align-items: center; }
	.pp-button { width: 100%; max-width: 300px; white-space: normal; }
	.pp-summary { padding: 20px 18px; }
}

@media (max-width: 480px) {
	.pp-section { padding: 28px 0; }
	.pp-page h1 { font-size: 24px; }
	.pp-page h2 { font-size: 19px; }
	.pp-page h3 { font-size: 16px; }
	.pp-faq__item summary { font-size: 14px; padding: 12px 16px; }
	.pp-faq__item p { padding: 0 16px 14px; }
	.pp-alert { padding: 14px 16px; }
}
