/* Listing Value Pack + factual guide */

.pch-value-pack {
	margin: 16px 0 8px;
	padding: 0;
}

.pch-value-pack__inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 18px 20px;
	border-radius: 12px;
	border: 1px solid #e5e7eb;
	background:
		linear-gradient(135deg, rgba(15, 118, 110, 0.05), rgba(255, 255, 255, 0.95)),
		#f8fafb;
}

.pch-value-pack__eyebrow {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #0f766e;
	margin-bottom: 6px;
}

.pch-value-pack__title {
	margin: 0 0 14px;
	font-size: 20px;
	font-weight: 700;
	color: #111827;
	line-height: 1.25;
}

.pch-value-pack__metrics {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 24px;
	margin-bottom: 14px;
}

.pch-value-pack__value {
	display: block;
	font-size: 22px;
	font-weight: 800;
	color: #0f766e;
	line-height: 1.15;
}

.pch-value-pack__hint {
	font-size: 12px;
	color: #6b7280;
}

.pch-value-pack__bullets {
	margin: 0 0 12px;
	padding-left: 1.15em;
	color: #374151;
	font-size: 14px;
	line-height: 1.45;
}

.pch-value-pack__bullets li {
	margin-bottom: 6px;
}

.pch-value-pack__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
}

.pch-value-pack__link {
	font-size: 13px;
	font-weight: 600;
	color: #0f766e;
	text-decoration: none;
}

.pch-value-pack__link:hover {
	text-decoration: underline;
}

.pch-value-pack__link--muted {
	color: #6b7280;
	font-weight: 500;
}

/* Refine chips */
.pch-refine-chips {
	margin: 0 0 14px;
}

.pch-refine-chips__label {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #6b7280;
	margin-bottom: 8px;
}

.pch-refine-chips__row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.pch-refine-chip {
	appearance: none;
	border: 1px solid #99f6e4;
	background: #fff;
	color: #115e59;
	font-size: 13px;
	font-weight: 600;
	padding: 8px 14px;
	border-radius: 999px;
	cursor: pointer;
	transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.pch-refine-chip:hover {
	background: #ecfdf5;
	border-color: #5eead4;
}

.pch-refine-chip.is-active {
	background: #0f766e;
	border-color: #0f766e;
	color: #fff;
}

/* Bottom TOC */
.pch-listing-toc {
	margin: 20px 0 12px;
	padding: 14px 18px;
	border-radius: 12px;
	border: 1px solid #e5e7eb;
	background: #f8fafb;
}

.pch-listing-toc__label {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #6b7280;
	margin-bottom: 8px;
}

.pch-listing-toc__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
}

.pch-listing-toc__list a {
	font-size: 14px;
	font-weight: 600;
	color: #0f766e;
	text-decoration: none;
}

.pch-listing-toc__list a:hover {
	text-decoration: underline;
}

#pch-listing-guide,
#pch-listing-faq,
#pch-listing-market,
#pch-listing-crosslinks,
#pch-latest-reviews {
	scroll-margin-top: 88px;
}

.pch-listing-guide {
	margin: 24px 0 16px;
}

.pch-listing-guide__inner {
	padding: 20px 22px;
	border-radius: 12px;
	border: 1px solid #e5e7eb;
	background: #fff;
}

.pch-listing-guide__title {
	margin: 0 0 12px;
	font-size: 22px;
	font-weight: 700;
	color: #111827;
}

.pch-listing-guide h3,
.pch-listing-guide__acc summary {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	color: #111827;
}

.pch-listing-guide__acc {
	margin: 12px 0 0;
	padding: 12px 14px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #f9fafb;
}

.pch-listing-guide__acc summary {
	cursor: pointer;
	list-style: none;
}

.pch-listing-guide__acc summary::-webkit-details-marker {
	display: none;
}

.pch-listing-guide__acc summary::after {
	content: '+';
	float: right;
	color: #0f766e;
	font-weight: 700;
}

.pch-listing-guide__acc[open] summary::after {
	content: '−';
}

.pch-listing-guide__acc[open] {
	background: #fff;
}

.pch-listing-guide p,
.pch-listing-guide li {
	font-size: 14px;
	line-height: 1.55;
	color: #374151;
}

.pch-listing-guide__steps,
.pch-listing-guide__mistakes {
	margin: 10px 0 0;
	padding-left: 1.2em;
}

.pch-listing-guide__steps li,
.pch-listing-guide__mistakes li {
	margin-bottom: 6px;
}

.pch-listing-guide-anchor {
	height: 0;
	overflow: hidden;
}

/* FAQ spoilers start closed on listing */
.pch-listing-faq .spoiler .text {
	display: none;
}

#pch-ai-anchor,
#pch-calc-anchor {
	scroll-margin-top: 80px;
	width: 100%;
}

@media (max-width: 640px) {
	.pch-value-pack__title {
		font-size: 18px;
	}
	.pch-value-pack__value {
		font-size: 18px;
	}
}
