/* PurePoint — 产品中心 / 系列页 */
body.pp-products-page {
	font-family: var(--font-sans);
	background: #fff;
	color: #1a2332;
	-webkit-font-smoothing: antialiased;
}

/* 产品子导航：Hero 底缘叠层（首屏可见）或 Hero 下方 */
main.pp-products-page > .page-hero .menu,
main.pp-main-offset.pp-products-page > .page-hero .menu,
main.pp-products-page > .page-hero ~ .menu,
main.pp-main-offset.pp-products-page > .page-hero ~ .menu {
	position: relative;
	z-index: 5;
}

.pp-products-body {
	padding: 56px 0 72px;
}

.pp-products-section-title {
	margin: 0 0 28px;
	font-size: clamp(22px, 2.5vw, 28px);
	font-weight: 700;
	color: #0c1424;
}

.pp-products-cats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin-bottom: 48px;
}

.pp-products-cat {
	display: flex;
	flex-direction: column;
	padding: 28px 24px;
	background: #fff;
	border: 1px solid rgba(12, 20, 36, 0.08);
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(12, 20, 36, 0.06);
	text-decoration: none;
	color: inherit;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.pp-products-cat:hover {
	border-color: rgba(240, 180, 41, 0.45);
	box-shadow: 0 12px 32px rgba(12, 20, 36, 0.1);
	transform: translateY(-2px);
}

.pp-products-cat__name {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 700;
	color: #0c1424;
}

.pp-products-cat__intro {
	margin: 0 0 16px;
	flex: 1;
	font-size: 14px;
	line-height: 1.6;
	color: #5c6470;
}

.pp-products-cat__link {
	font-size: 14px;
	font-weight: 600;
	color: var(--pp-gold, #c89400);
}

.pp-products-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 24px;
}

.pp-products-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid rgba(12, 20, 36, 0.15);
	border-radius: 5px;
	overflow: hidden;
	box-shadow:
		0 2px 8px rgba(12, 20, 36, 0.06),
		0 10px 28px rgba(12, 20, 36, 0.12);
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease;
}

.pp-products-card:hover {
	border-color: rgba(12, 20, 36, 0.22);
	box-shadow:
		0 4px 12px rgba(12, 20, 36, 0.08),
		0 14px 36px rgba(12, 20, 36, 0.14);
}

.pp-products-card__media {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 16 / 9;
	min-height: 0;
	padding: 8px;
	overflow: hidden;
	background: #fff;
	box-sizing: border-box;
}

.pp-products-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: contain;
	object-position: center;
}

.pp-products-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 22px 22px 24px;
}

.pp-products-card__cat {
	margin: 0 0 6px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--pp-gold, #c89400);
}

.pp-products-card__name {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	color: #0c1424;
}

.pp-products-card__summary {
	margin: 0 0 16px;
	flex: 1;
	font-size: 14px;
	line-height: 1.6;
	color: #5c6470;
}

.pp-products-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	margin-bottom: 18px;
	font-size: 13px;
	color: #5c6470;
}

.pp-products-card__meta strong {
	color: #0c1424;
	font-weight: 600;
}

.pp-products-card__specs {
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
	font-size: 13px;
	line-height: 1.55;
	color: #5c6470;
}

.pp-products-card__specs li + li {
	margin-top: 4px;
}

.pp-products-card__specs strong {
	color: #334155;
	font-weight: 600;
}

.pp-products-catalog-head {
	margin-bottom: 28px;
}

.pp-products-catalog-head__lead {
	margin: -12px 0 0;
	max-width: 720px;
	font-size: 15px;
	line-height: 1.7;
	color: #5c6470;
}

.pp-products-catalog-table-wrap {
	margin-top: 56px;
}

.pp-products-catalog-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border: 1px solid rgba(12, 20, 36, 0.08);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(12, 20, 36, 0.06);
}

.pp-products-catalog-table {
	width: 100%;
	min-width: 760px;
	border-collapse: collapse;
	font-size: 14px;
}

.pp-products-catalog-table th,
.pp-products-catalog-table td {
	padding: 14px 16px;
	border-bottom: 1px solid rgba(12, 20, 36, 0.08);
	text-align: left;
	vertical-align: middle;
}

.pp-products-catalog-table thead th {
	background: #f8fafc;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #64748b;
}

.pp-products-catalog-table tbody th {
	font-weight: 700;
	color: #0c1424;
	white-space: nowrap;
}

.pp-products-catalog-table tbody tr:last-child th,
.pp-products-catalog-table tbody tr:last-child td {
	border-bottom: none;
}

.pp-products-catalog-table a {
	font-weight: 600;
	color: #1d5198;
	text-decoration: none;
}

.pp-products-catalog-table a:hover {
	text-decoration: underline;
}

.pp-products-empty {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
	color: #5c6470;
}

.pp-products-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.pp-products-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.pp-products-btn--primary {
	background: var(--pp-gold, #f0b429);
	color: #1a1200;
}

.pp-products-btn--primary:hover {
	background: var(--pp-gold-hover, #ffc940);
}

.pp-products-btn--ghost {
	border: 1px solid rgba(12, 20, 36, 0.18);
	color: #0c1424;
	background: #fff;
}

.pp-products-btn--ghost:hover {
	border-color: rgba(240, 180, 41, 0.55);
	color: #c89400;
}

.pp-products-detail {
	display: grid;
	grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
	gap: 40px;
	align-items: start;
	margin-bottom: 48px;
}

.pp-products-detail__media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 320px;
	padding: 32px;
	background: #fff;
	border: 1px solid rgba(12, 20, 36, 0.08);
	border-radius: 12px;
}

.pp-products-detail__media img {
	max-width: 100%;
	max-height: 280px;
	object-fit: contain;
}

.pp-products-detail__sku {
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 600;
	color: var(--pp-gold, #c89400);
}

.pp-products-detail__title {
	margin: 0 0 12px;
	font-size: clamp(28px, 3vw, 36px);
	font-weight: 700;
	line-height: 1.2;
	color: #0c1424;
}

.pp-products-detail__summary {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.65;
	color: #5c6470;
}

.pp-products-detail__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
	margin-bottom: 24px;
	font-size: 14px;
	color: #5c6470;
}

.pp-products-block {
	margin-bottom: 40px;
}

.pp-products-block h2 {
	margin: 0 0 16px;
	font-size: 22px;
	font-weight: 700;
	color: #0c1424;
}

.pp-products-spec-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border: 1px solid rgba(12, 20, 36, 0.08);
	border-radius: 12px;
	overflow: hidden;
}

.pp-products-spec-table th,
.pp-products-spec-table td {
	padding: 14px 18px;
	text-align: left;
	border-bottom: 1px solid rgba(12, 20, 36, 0.06);
	font-size: 14px;
}

.pp-products-spec-table th {
	width: 38%;
	font-weight: 600;
	color: #3a4556;
	background: #f8f9fb;
}

.pp-products-spec-table tr:last-child th,
.pp-products-spec-table tr:last-child td {
	border-bottom: none;
}

.pp-products-list {
	margin: 0;
	padding-left: 20px;
	color: #3a4556;
	line-height: 1.75;
}

.pp-products-features {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 20px;
}

.pp-products-feature {
	padding: 22px;
	background: #fff;
	border: 1px solid rgba(12, 20, 36, 0.08);
	border-radius: 12px;
}

.pp-products-feature h3 {
	margin: 0 0 8px;
	font-size: 16px;
	font-weight: 700;
	color: #0c1424;
}

.pp-products-feature p {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: #5c6470;
}

.pp-products-cta {
	padding: 56px 0 72px;
	background: linear-gradient(135deg, #0c1424 0%, #141f35 100%);
	color: #fff;
	text-align: center;
}

.pp-products-cta h2 {
	margin: 0 0 12px;
	font-size: clamp(24px, 3vw, 32px);
	font-weight: 700;
}

.pp-products-cta p {
	margin: 0 auto 24px;
	max-width: 560px;
	font-size: 16px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 960px) {
	.pp-products-cats {
		grid-template-columns: 1fr;
	}

	.pp-products-detail {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.pp-products-card__actions {
		flex-direction: column;
	}

	.pp-products-btn {
		width: 100%;
	}
}

/* —— 产品详情内页 —— */
.pp-product-detail__hero {
	padding: 40px 0 48px;
	background: #fff;
	border-bottom: 1px solid rgba(12, 20, 36, 0.06);
}

.pp-product-detail__hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(300px, 420px);
	gap: 48px;
	align-items: start;
}

.pp-product-detail__main {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 380px;
	padding: 32px;
	background: #fff;
	border: 1px solid rgba(12, 20, 36, 0.08);
	border-radius: 16px;
}

.pp-product-detail__main-img {
	max-width: 100%;
	max-height: 340px;
	object-fit: contain;
}

.pp-product-detail__thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.pp-product-detail__thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	padding: 6px;
	border: 2px solid rgba(12, 20, 36, 0.1);
	border-radius: 10px;
	background: #fff;
	cursor: pointer;
	transition: border-color 0.2s ease;
}

.pp-product-detail__thumb.is-active,
.pp-product-detail__thumb:hover {
	border-color: var(--pp-gold, #f0b429);
}

.pp-product-detail__thumb img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.pp-product-detail__buy {
	position: sticky;
	top: 24px;
	padding: 28px;
	background: #f8f9fb;
	border: 1px solid rgba(12, 20, 36, 0.08);
	border-radius: 16px;
	box-shadow: 0 12px 40px rgba(12, 20, 36, 0.06);
}

.pp-product-detail__series {
	margin: 0 0 6px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--pp-gold, #c89400);
}

.pp-product-detail__sku {
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 600;
	color: #5c6470;
}

.pp-product-detail__title {
	margin: 0 0 12px;
	font-size: clamp(26px, 3vw, 34px);
	font-weight: 700;
	line-height: 1.2;
	color: #0c1424;
}

.pp-product-detail__summary {
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 1.65;
	color: #5c6470;
}

.pp-product-detail__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 20px;
}

.pp-product-detail__badges span {
	padding: 5px 12px;
	border-radius: 999px;
	background: rgba(240, 180, 41, 0.14);
	border: 1px solid rgba(240, 180, 41, 0.35);
	font-size: 12px;
	font-weight: 600;
	color: #7a5a00;
}

.pp-product-detail__meta {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin: 0 0 22px;
	padding: 16px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid rgba(12, 20, 36, 0.06);
}

.pp-product-detail__meta div {
	margin: 0;
}

.pp-product-detail__meta dt {
	margin: 0 0 4px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #5c6470;
}

.pp-product-detail__meta dd {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	color: #0c1424;
}

.pp-product-detail__actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 16px;
}

.pp-product-detail__actions .pp-products-btn {
	width: 100%;
	padding: 12px 18px;
}

.pp-product-detail__series-link {
	margin: 0;
	font-size: 13px;
}

.pp-product-detail__series-link a {
	color: #5c6470;
	text-decoration: none;
}

.pp-product-detail__series-link a:hover {
	color: var(--pp-gold, #c89400);
}

.pp-product-detail__trust {
	padding: 28px 0;
	background: linear-gradient(135deg, #0c1424 0%, #141f35 100%);
	color: #fff;
}

.pp-product-detail__trust ul {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pp-product-detail__trust li {
	position: relative;
	padding-left: 28px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.88);
}

.pp-product-detail__trust li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: var(--pp-gold, #f0b429);
	box-shadow: 0 0 0 3px rgba(240, 180, 41, 0.25);
}

.pp-product-detail__body {
	padding: 56px 0 64px;
}

.pp-product-detail__duo {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px;
	margin-bottom: 8px;
}

.pp-product-detail__checklist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pp-product-detail__checklist li {
	position: relative;
	padding: 10px 0 10px 28px;
	border-bottom: 1px solid rgba(12, 20, 36, 0.06);
	font-size: 15px;
	line-height: 1.55;
	color: #3a4556;
}

.pp-product-detail__checklist li::before {
	content: '✓';
	position: absolute;
	left: 0;
	top: 10px;
	font-weight: 700;
	color: var(--pp-gold, #c89400);
}

.pp-product-detail__oem-table thead th {
	background: #0c1424;
	color: #fff;
	font-weight: 600;
}

.pp-product-detail__faq-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.pp-product-detail__faq-item {
	padding: 0 20px;
	background: #fff;
	border: 1px solid rgba(12, 20, 36, 0.08);
	border-radius: 12px;
	overflow: hidden;
}

.pp-product-detail__faq-item summary {
	padding: 18px 0;
	font-size: 15px;
	font-weight: 600;
	color: #0c1424;
	cursor: pointer;
	list-style: none;
}

.pp-product-detail__faq-item summary::-webkit-details-marker {
	display: none;
}

.pp-product-detail__faq-item p {
	margin: 0 0 18px;
	padding-top: 0;
	font-size: 14px;
	line-height: 1.65;
	color: #5c6470;
}

.pp-product-detail__sticky {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 90;
	padding: 12px 0 calc(12px + env(safe-area-inset-bottom));
	background: rgba(255, 255, 255, 0.96);
	border-top: 1px solid rgba(12, 20, 36, 0.1);
	box-shadow: 0 -8px 24px rgba(12, 20, 36, 0.08);
	backdrop-filter: blur(8px);
}

.pp-product-detail__sticky-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.pp-product-detail__sticky-label {
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	color: #0c1424;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pp-product-detail__sticky .pp-products-btn {
	flex-shrink: 0;
	padding: 10px 20px;
}

body.pp-product-detail-page {
	padding-bottom: env(safe-area-inset-bottom);
}

/* 经典产品详情页：隐藏全站右侧悬浮条 */
body.pp-product-detail-page .floating-actions {
	display: none !important;
}

@media (max-width: 960px) {
	.pp-product-detail__hero-grid {
		grid-template-columns: 1fr;
	}

	.pp-product-detail__buy {
		position: static;
	}

	.pp-product-detail__trust ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pp-product-detail__duo {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.pp-product-detail__trust ul {
		grid-template-columns: 1fr;
	}

	.pp-product-detail__sticky {
		display: block;
	}

	body.pp-product-detail-page {
		padding-bottom: calc(72px + env(safe-area-inset-bottom));
	}
}

/* —— 产品目录 · 浅色（与产品总览一致） —— */
body.pp-products-page:has(.pp-catalog-dark),
main.pp-products-page:has(.pp-catalog-dark) {
	background: #fff;
}

.pp-catalog-dark {
	--catalog-bg: #ffffff;
	--catalog-surface: #ffffff;
	--catalog-surface-2: #ffffff;
	--catalog-border: rgba(12, 20, 36, 0.15);
	--catalog-text: #1a2332;
	--catalog-muted: #5c6470;
	--catalog-blue: #2563eb;
	--catalog-blue-bright: #3b82f6;
	--catalog-orange: #f97316;
	--catalog-orange-hover: #fb923c;
	background: var(--catalog-bg);
	color: var(--catalog-text);
}

.pp-catalog-hero {
	position: relative;
	overflow: hidden;
	padding: 48px 0 56px;
}

.pp-catalog-hero--has-bg {
	display: flex;
	align-items: center;
	min-height: clamp(420px, 52vw, 720px);
	padding: 64px 0 72px;
}

.pp-catalog-hero__bg {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 20% 20%, rgba(37, 99, 235, 0.22), transparent 42%),
		radial-gradient(circle at 80% 10%, rgba(59, 130, 246, 0.12), transparent 36%),
		linear-gradient(180deg, #07101f 0%, #050a14 100%);
}

.pp-catalog-hero--has-bg .pp-catalog-hero__bg {
	background-image:
		linear-gradient(90deg, rgba(5, 10, 20, 0.94) 0%, rgba(5, 10, 20, 0.72) 38%, rgba(5, 10, 20, 0.28) 62%, rgba(5, 10, 20, 0.08) 100%),
		var(--catalog-hero-bg-image);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.pp-catalog-hero__bg::before {
	content: '';
	position: absolute;
	inset: 0;
	opacity: 0.35;
	background-image:
		radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.8) 0.5px, transparent 0.6px),
		radial-gradient(circle at 70% 40%, rgba(255, 255, 255, 0.6) 0.5px, transparent 0.6px),
		radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.5) 0.5px, transparent 0.6px);
	background-size: 120px 120px, 180px 180px, 140px 140px;
}

.pp-catalog-hero--has-bg .pp-catalog-hero__bg::before {
	display: none;
}

.pp-catalog-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(280px, 460px);
	gap: 32px;
	align-items: center;
}

.pp-catalog-hero--has-bg .pp-catalog-hero__grid {
	grid-template-columns: minmax(0, 1fr);
	max-width: 56rem;
}

.pp-catalog-hero--has-bg .pp-catalog-hero__copy {
	max-width: 36rem;
}

.pp-catalog-hero__eyebrow {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(147, 197, 253, 0.88);
}

.pp-catalog-hero__title {
	margin: 0 0 16px;
	font-size: clamp(34px, 4.2vw, 52px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.02em;
	color: #fff;
}

.pp-catalog-hero__lead {
	margin: 0 0 28px;
	max-width: 34rem;
	font-size: 16px;
	line-height: 1.75;
	color: var(--catalog-muted);
}

.pp-catalog-hero__visual {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 360px;
}

.pp-catalog-hero__glow {
	position: absolute;
	inset: auto 10% 8%;
	height: 42%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(59, 130, 246, 0.35), transparent 68%);
	filter: blur(18px);
}

.pp-catalog-hero__visual img {
	position: relative;
	z-index: 1;
	max-width: min(100%, 380px);
	max-height: 420px;
	object-fit: contain;
	filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.45));
}

.pp-catalog-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 22px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition:
		background 0.2s ease,
		color 0.2s ease,
		border-color 0.2s ease,
		transform 0.2s ease;
}

.pp-catalog-btn--orange {
	background: var(--catalog-orange);
	color: #fff;
	box-shadow: 0 10px 28px rgba(249, 115, 22, 0.35);
}

.pp-catalog-btn--orange:hover {
	background: var(--catalog-orange-hover);
	transform: translateY(-1px);
}

.pp-catalog-btn--ghost {
	border: 1px solid rgba(255, 255, 255, 0.72);
	color: #fff;
	background: transparent;
}

.pp-catalog-btn--ghost:hover {
	background: rgba(255, 255, 255, 0.08);
}

.pp-catalog-toolbar {
	border-top: none;
	border-bottom: 1px solid var(--catalog-border);
	background: #fff;
	box-shadow: 0 1px 0 rgba(12, 20, 36, 0.04);
}

.pp-catalog-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	padding-top: 14px;
}

.pp-catalog-tabs__item {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 18px;
	border-radius: 8px 8px 0 0;
	font-size: 14px;
	font-weight: 600;
	color: var(--catalog-muted);
	text-decoration: none;
	transition:
		color 0.2s ease,
		background 0.2s ease;
}

.pp-catalog-tabs__item:hover {
	color: var(--catalog-text);
}

.pp-catalog-tabs__item.is-active {
	background: var(--catalog-blue);
	color: #fff;
}

.pp-catalog-filters {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 18px;
	padding: 12px 0 16px;
	font-size: 13px;
	color: var(--catalog-muted);
}

.pp-catalog-filters__count {
	font-weight: 600;
	color: var(--catalog-text);
}

.pp-catalog-filters__range {
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(37, 99, 235, 0.1);
	color: var(--catalog-blue);
}

.pp-catalog-filters__hint {
	margin-left: auto;
}

.pp-catalog-body {
	padding: 40px 0 64px;
}

.pp-catalog-head {
	margin-bottom: 28px;
}

.pp-catalog-head__title {
	margin: 0 0 10px;
	font-size: clamp(22px, 2.5vw, 28px);
	font-weight: 700;
	color: #0c1424;
}

.pp-catalog-head__lead {
	margin: 0;
	max-width: none;
	width: 100%;
	font-size: 15px;
	line-height: 1.7;
	color: var(--catalog-muted);
}

.pp-catalog-selector {
	margin-bottom: 28px;
	padding: 20px 22px;
	border: 1px solid var(--catalog-border);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(12, 20, 36, 0.06);
}

.pp-catalog-selector__title {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 700;
	color: #0c1424;
}

.pp-catalog-selector__lead {
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 1.6;
	color: var(--catalog-muted);
}

.pp-catalog-selector__list {
	margin: 0 0 14px;
	padding-left: 1.2rem;
	color: var(--catalog-muted);
	font-size: 14px;
	line-height: 1.7;
}

.pp-catalog-selector__link {
	font-size: 14px;
	font-weight: 600;
	color: var(--catalog-orange);
	text-decoration: none;
}

.pp-catalog-selector__link:hover {
	text-decoration: underline;
}

.pp-catalog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.pp-catalog-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--catalog-border);
	border-radius: 5px;
	background: #fff;
	box-shadow:
		0 2px 8px rgba(12, 20, 36, 0.06),
		0 10px 28px rgba(12, 20, 36, 0.12);
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease;
}

.pp-catalog-card:hover {
	border-color: rgba(12, 20, 36, 0.22);
	box-shadow:
		0 4px 12px rgba(12, 20, 36, 0.08),
		0 14px 36px rgba(12, 20, 36, 0.14);
}

.pp-catalog-card__media {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	min-height: 0;
	padding: 8px;
	overflow: hidden;
	background: #fff;
	box-sizing: border-box;
}

.pp-catalog-card__warranty {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 700;
	color: #0c1424;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(29, 81, 152, 0.25);
}

.pp-catalog-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
}

.pp-catalog-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 18px 18px 20px;
}

.pp-catalog-card__sku {
	margin: 0 0 6px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--catalog-blue);
}

.pp-catalog-card__name {
	margin: 0 0 14px;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
	color: #0c1424;
}

.pp-catalog-card__specs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 14px;
	margin: 0 0 18px;
}

.pp-catalog-card__specs div {
	min-width: 0;
}

.pp-catalog-card__specs dt {
	margin: 0 0 2px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #94a3b8;
}

.pp-catalog-card__specs dd {
	margin: 0;
	font-size: 13px;
	line-height: 1.45;
	color: var(--catalog-text);
}

.pp-catalog-card__actions {
	margin-top: auto;
}

.pp-catalog-card__actions .pp-catalog-btn {
	width: 100%;
}

.pp-catalog-compare {
	margin-top: 52px;
}

.pp-catalog-compare__scroll {
	overflow-x: auto;
	border: 1px solid var(--catalog-border);
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(12, 20, 36, 0.06);
}

.pp-catalog-compare__table {
	width: 100%;
	min-width: 760px;
	border-collapse: collapse;
	font-size: 14px;
}

.pp-catalog-compare__table th,
.pp-catalog-compare__table td {
	padding: 14px 16px;
	border-bottom: 1px solid var(--catalog-border);
	text-align: left;
	vertical-align: middle;
}

.pp-catalog-compare__table thead th {
	background: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #64748b;
}

.pp-catalog-compare__table tbody th {
	color: #0c1424;
	white-space: nowrap;
}

.pp-catalog-compare__table tbody td {
	color: var(--catalog-muted);
}

.pp-catalog-compare__table a {
	font-weight: 600;
	color: var(--catalog-blue);
	text-decoration: none;
}

.pp-catalog-compare__table a:hover {
	text-decoration: underline;
}

.pp-catalog-compare__table tbody tr:last-child th,
.pp-catalog-compare__table tbody tr:last-child td {
	border-bottom: none;
}

.pp-catalog-banner {
	padding: 56px 0;
	background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
}

.pp-catalog-banner__inner {
	text-align: center;
}

.pp-catalog-banner h2 {
	margin: 0 0 12px;
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 700;
	color: #fff;
}

.pp-catalog-banner p {
	margin: 0 auto 22px;
	max-width: 640px;
	font-size: 16px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.86);
}

.pp-catalog-empty {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
	color: var(--catalog-muted);
}

@media (max-width: 1080px) {
	.pp-catalog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pp-catalog-hero__grid {
		grid-template-columns: 1fr;
	}

	.pp-catalog-hero__visual {
		min-height: 280px;
	}
}

@media (max-width: 720px) {
	.pp-catalog-grid {
		grid-template-columns: 1fr;
	}

	.pp-catalog-filters__hint {
		margin-left: 0;
		width: 100%;
	}

	.pp-catalog-tabs {
		overflow-x: auto;
		flex-wrap: nowrap;
		padding-bottom: 2px;
	}

	.pp-catalog-tabs__item {
		flex-shrink: 0;
	}
}

/* —— Products hub: tab filter + dark catalog cards —— */
body.pp-products-page:has(.pp-products-hub),
main.pp-products-page:has(.pp-products-hub) {
	background: #fff;
}

.pp-products-hub__toolbar-wrap {
	position: sticky;
	top: 0;
	z-index: 8;
	padding: 0 0 24px;
	background: linear-gradient(180deg, #fff 70%, rgba(255, 255, 255, 0));
}

.pp-products-hub__toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px 16px;
	padding: 14px 18px;
	border: 1px solid rgba(12, 20, 36, 0.1);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 4px 18px rgba(12, 20, 36, 0.06);
}

.pp-products-hub__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	min-width: 0;
}

.pp-products-hub__tab {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 16px;
	border: 1px solid transparent;
	border-radius: 5px;
	background: transparent;
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	color: rgba(12, 20, 36, 0.62);
	cursor: pointer;
	transition:
		color 0.2s ease,
		background 0.2s ease,
		border-color 0.2s ease;
}

.pp-products-hub__tab:hover {
	color: #0c1424;
	border-color: rgba(12, 20, 36, 0.12);
	background: rgba(12, 20, 36, 0.04);
}

.pp-products-hub__tab.is-active {
	border-color: rgba(29, 81, 152, 0.35);
	background: #1d5198;
	color: #fff;
}

/* Hub buttons — match product detail certs (.pp-eng-btn--primary) */
.pp-products-hub .pp-eng-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	box-sizing: border-box;
	min-height: 44px;
	padding: 11px 22px;
	border: 1px solid transparent;
	border-radius: var(--radius, 5px);
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.25;
	text-decoration: none;
	cursor: pointer;
	transition:
		background 0.2s ease,
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		color 0.2s ease;
}

.pp-products-hub .pp-eng-btn__icon {
	display: block;
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.pp-products-hub .pp-eng-btn--primary {
	background: var(--site-brand-orange, #e05a00);
	border-color: var(--site-brand-orange, #e05a00);
	color: #fff;
	box-shadow: 0 2px 8px rgba(12, 20, 36, 0.06);
}

.pp-products-hub a.pp-eng-btn--primary,
.pp-products-hub a.pp-eng-btn--primary:hover,
.pp-products-hub a.pp-eng-btn--primary:visited,
.pp-products-hub a.pp-eng-btn--primary:focus {
	color: #fff;
}

.pp-products-hub .pp-eng-btn--primary:hover {
	background: #c44e00;
	border-color: #c44e00;
	box-shadow: 0 4px 12px rgba(12, 20, 36, 0.12);
}

.pp-products-hub__toolbar-cta {
	flex-shrink: 0;
}

.pp-products-hub__body {
	padding: 8px 0 72px;
}

.pp-products-hub__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.pp-products-hub-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 12px;
	background: linear-gradient(180deg, #1a3a6b 0%, #071428 55%, #040a14 100%);
	box-shadow: 0 12px 32px rgba(7, 20, 40, 0.22);
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease,
		opacity 0.2s ease;
}

.pp-products-hub-card.is-hidden {
	display: none;
}

.pp-products-hub-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 40px rgba(7, 20, 40, 0.28);
}

.pp-products-hub-card__media {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 220px;
	padding: 24px 18px 8px;
	background:
		radial-gradient(circle at 50% 18%, rgba(42, 107, 181, 0.35), transparent 58%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, transparent 100%);
}

.pp-products-hub-card__media img {
	display: block;
	width: 100%;
	max-width: 180px;
	height: auto;
	max-height: 220px;
	object-fit: contain;
	filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.35));
}

.pp-products-hub-card__media--art {
	min-height: 0;
	padding: 0;
	aspect-ratio: 640 / 560;
	background: #071428;
}

.pp-products-hub-card__media--art img {
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: cover;
	object-position: center bottom;
	filter: none;
}

/* Art card — mockup: CSS gradient, real product cutout at bottom, copy overlay */
.pp-products-hub-card--art {
	align-self: start;
	background: transparent;
	box-shadow: none;
}

.pp-products-hub-card--art:hover {
	box-shadow: none;
	transform: none;
}

.pp-products-hub-card__visual {
	position: relative;
	aspect-ratio: 4 / 6;
	overflow: hidden;
	border-radius: 12px;
	background:
		radial-gradient(circle at 50% 16%, rgba(42, 107, 181, 0.38), transparent 52%),
		linear-gradient(180deg, #1a3a6b 0%, #0d2244 42%, #071428 72%, #040a14 100%);
}

.pp-products-hub-card__visual--scene {
	background: #eef1f6;
	border: 1px solid rgba(12, 20, 36, 0.22);
	box-shadow:
		0 2px 8px rgba(12, 20, 36, 0.08),
		0 12px 36px rgba(12, 20, 36, 0.14);
}

.pp-products-hub-card__product {
	position: absolute;
	left: 50%;
	bottom: 58px;
	z-index: 1;
	width: auto;
	height: 68%;
	max-width: 86%;
	object-fit: contain;
	object-position: center bottom;
	transform: translateX(-50%);
	filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.45));
	pointer-events: none;
}

.pp-products-hub-card__copy {
	position: absolute;
	inset: 0 0 auto;
	z-index: 2;
	padding: 20px 18px 0;
	pointer-events: none;
}

.pp-products-hub-card--art .pp-products-hub-card__foot {
	position: absolute;
	right: 0;
	bottom: 16px;
	left: 0;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	padding: 0 18px;
	pointer-events: none;
}

.pp-products-hub-card__title {
	margin: 0;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
	color: #fff;
	text-align: center;
	text-shadow:
		0 1px 2px rgba(0, 0, 0, 0.55),
		0 4px 18px rgba(0, 0, 0, 0.35);
}

.pp-products-hub-card--art .pp-products-hub-card__title {
	max-width: 100%;
}

.pp-products-hub-card__tagline {
	margin: 0;
	max-width: 96%;
	font-size: 11.5px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.88);
	text-shadow: 0 1px 10px rgba(0, 0, 0, 0.42);
}

.pp-products-hub-card--art .pp-products-hub-card__btn {
	position: static;
	transform: none;
	pointer-events: auto;
	width: fit-content;
	max-width: calc(100% - 24px);
	margin-inline: auto;
	padding-inline: 16px;
}

.pp-products-hub-card--art .pp-products-hub-card__btn.pp-eng-btn--primary {
	background: rgba(255, 255, 255, 0.3);
	border-color: rgba(255, 255, 255, 0.55);
	color: #0c1424;
	box-shadow: 0 2px 12px rgba(12, 20, 36, 0.08);
	backdrop-filter: blur(10px) saturate(1.15);
	-webkit-backdrop-filter: blur(10px) saturate(1.15);
}

.pp-products-hub-card--art a.pp-products-hub-card__btn.pp-eng-btn--primary,
.pp-products-hub-card--art a.pp-products-hub-card__btn.pp-eng-btn--primary:visited,
.pp-products-hub-card--art a.pp-products-hub-card__btn.pp-eng-btn--primary:focus {
	color: #0c1424;
}

.pp-products-hub-card--art .pp-products-hub-card__btn.pp-eng-btn--primary:hover {
	background: rgba(255, 255, 255, 0.45);
	border-color: rgba(255, 255, 255, 0.72);
	color: #0c1424;
	box-shadow: 0 4px 16px rgba(12, 20, 36, 0.12);
	transform: none;
}

.pp-products-hub-card--art .pp-products-hub-card__btn.pp-eng-btn--primary:hover .pp-eng-btn__icon {
	stroke: #0c1424;
}

.pp-products-hub-card__scene {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.pp-products-hub-card__visual--scene .pp-products-hub-card__title {
	text-shadow:
		0 1px 3px rgba(0, 0, 0, 0.65),
		0 4px 20px rgba(0, 0, 0, 0.45);
}

.pp-products-hub-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: center;
	padding: 16px 18px 22px;
	text-align: center;
}

.pp-products-hub-card__sku {
	margin: 0 0 8px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}

.pp-products-hub-card__name {
	margin: 0 0 10px;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
	color: #fff;
}

.pp-products-hub-card__summary {
	margin: 0 0 18px;
	flex: 1;
	font-size: 13px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.72);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media (max-width: 1080px) {
	.pp-products-hub__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.pp-products-hub__toolbar {
		flex-direction: column;
		align-items: stretch;
	}

	.pp-products-hub__tabs {
		overflow-x: auto;
		flex-wrap: nowrap;
		padding-bottom: 2px;
	}

	.pp-products-hub__tab {
		flex-shrink: 0;
	}

	.pp-products-hub__toolbar-cta {
		width: 100%;
	}

	.pp-products-hub__grid {
		grid-template-columns: 1fr;
	}
}

/* ========== OEM / ODM page ========== */
.pp-oem-page .pp-products-body {
	padding-top: 2.5rem;
	padding-bottom: 3.5rem;
	background: #fff;
}

.pp-oem-page .pp-products-body > .pp-shell + .pp-shell {
	margin-top: 2.75rem;
}

.pp-oem-stats {
	margin: 0 0 2.75rem;
	padding: 1.35rem 1.5rem;
	border-radius: 3px;
	background: linear-gradient(135deg, #0c1424 0%, #1a3d7a 55%, #1d5198 100%);
	box-shadow: 0 16px 36px rgba(12, 20, 36, 0.16);
}

.pp-oem-stats__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (min-width: 768px) {
	.pp-oem-stats__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.pp-oem-stats__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.55rem;
	padding: 0.95rem 0.75rem;
	border-radius: 3px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.05);
	text-align: center;
	font-size: 0.84rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.92);
	transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.pp-oem-stats__item:hover {
	border-color: rgba(240, 180, 41, 0.35);
	background: rgba(255, 255, 255, 0.08);
	transform: translateY(-1px);
}

.pp-oem-stats__icon {
	font-size: 1.35rem;
	color: var(--pp-gold, #f0b429);
	line-height: 1;
}

.pp-oem-band {
	margin-top: 0;
	padding: 2.75rem 0;
}

.pp-oem-band--alt {
	background: #fff;
	border-block: 1px solid rgba(12, 20, 36, 0.06);
}

.pp-oem-page .pp-oem-section + .pp-oem-section {
	margin-top: 3.25rem;
}

.pp-oem-compare .pp-oem-section-title {
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.pp-oem-section-title {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.55rem;
	margin: 0 0 1.35rem;
	padding-left: 0.9rem;
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
	font-weight: 700;
	line-height: 1.25;
	color: #0c1424;
}

.pp-oem-section-title__icon {
	flex-shrink: 0;
	font-size: 1.15rem;
	color: #1d5198;
	line-height: 1;
}

.pp-oem-section-title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.15em;
	bottom: 0.15em;
	width: 4px;
	border-radius: 2px;
	background: linear-gradient(180deg, #1d5198, #16467f);
}

.pp-oem-section-lead {
	max-width: 52rem;
	margin: -0.35rem 0 1.75rem;
	font-size: 0.98rem;
	line-height: 1.65;
	color: rgba(12, 20, 36, 0.72);
}

.pp-oem-compare {
	margin-bottom: 2.75rem;
}

.pp-oem-compare__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.85rem;
	align-items: stretch;
}

@media (min-width: 768px) {
	.pp-oem-compare__grid {
		grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
		gap: 1rem;
		align-items: center;
	}
}

.pp-oem-compare__vs {
	display: none;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background: #fff;
	border: 1px solid rgba(12, 20, 36, 0.1);
	box-shadow: 0 6px 16px rgba(12, 20, 36, 0.08);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	color: rgba(12, 20, 36, 0.45);
}

@media (min-width: 768px) {
	.pp-oem-compare__vs {
		display: inline-flex;
	}
}

.pp-oem-compare__card {
	position: relative;
	margin: 0;
	padding: 1.35rem 1.2rem 1.25rem;
	border-radius: 3px;
	border: 1px solid rgba(12, 20, 36, 0.08);
	background: #fff;
	box-shadow: 0 8px 24px rgba(12, 20, 36, 0.05);
	overflow: hidden;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.pp-oem-compare__card::before {
	content: '';
	position: absolute;
	inset: 0 auto auto 0;
	width: 100%;
	height: 3px;
}

.pp-oem-compare__card--oem::before,
.pp-oem-compare__card--odm::before {
	background: linear-gradient(90deg, #1d5198, rgba(29, 81, 152, 0.35));
}

.pp-oem-compare__card:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 32px rgba(12, 20, 36, 0.08);
}

.pp-oem-compare__card--oem:hover,
.pp-oem-compare__card--odm:hover {
	border-color: rgba(29, 81, 152, 0.28);
}

.pp-oem-compare__card--oem {
	border-top: none;
}

.pp-oem-compare__card--odm {
	border-top: none;
}

.pp-oem-compare__tag {
	display: inline-block;
	margin-bottom: 0.65rem;
	padding: 0.22rem 0.55rem;
	border-radius: 3px;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.pp-oem-compare__card--oem .pp-oem-compare__tag,
.pp-oem-compare__card--odm .pp-oem-compare__tag {
	background: rgba(29, 81, 152, 0.08);
	color: #1d5198;
}

.pp-oem-compare__card p {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.68;
	color: rgba(12, 20, 36, 0.78);
}

.pp-oem-tracks__shell {
	padding: 1.35rem 1.2rem 1.5rem;
	border: 1px solid rgba(12, 20, 36, 0.08);
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(12, 20, 36, 0.06);
}

@media (min-width: 768px) {
	.pp-oem-tracks__shell {
		padding: 1.5rem 1.45rem 1.65rem;
	}
}

.pp-oem-tracks__nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.35rem;
	margin-bottom: 1.5rem;
	padding: 0;
	border: none;
	background: transparent;
}

.pp-oem-tracks__tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	padding: 0.75rem 1rem;
	border: 1px solid rgba(12, 20, 36, 0.12);
	border-radius: 3px;
	background: #fff;
	font-size: 0.88rem;
	font-weight: 600;
	line-height: 1.3;
	color: rgba(12, 20, 36, 0.62);
	cursor: pointer;
	transition:
		background 0.15s ease,
		color 0.15s ease,
		box-shadow 0.15s ease,
		border-color 0.15s ease;
}

.pp-oem-tracks__tab:hover {
	border-color: rgba(29, 81, 152, 0.28);
	color: #1d5198;
}

.pp-oem-tracks__tab .bx {
	font-size: 1.05rem;
	line-height: 1;
}

.pp-oem-tracks__tab.is-active {
	border-color: transparent;
	background: linear-gradient(135deg, #0c1424 0%, #1a3d7a 55%, #1d5198 100%);
	color: #fff;
	box-shadow: 0 8px 20px rgba(12, 20, 36, 0.14);
}

.pp-oem-tracks__panel[hidden] {
	display: none !important;
}

.pp-oem-tracks__panel {
	--pp-oem-track-inset: 1.25rem;
}

.pp-oem-tracks__intro {
	margin-bottom: 1.65rem;
	padding: 1.2rem var(--pp-oem-track-inset);
	border-radius: 3px;
	border: 1px solid rgba(12, 20, 36, 0.08);
	background: #fff;
}

[data-oem-track-panel='odm'] .pp-oem-tracks__intro {
	background: #fff;
}

.pp-oem-tracks__headline {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	margin: 0 0 1rem;
	padding-bottom: 0.85rem;
	border-bottom: 1px solid rgba(12, 20, 36, 0.08);
	font-size: 1.08rem;
	font-weight: 700;
	line-height: 1.45;
	color: #0c1424;
}

.pp-oem-tracks__headline-icon {
	flex-shrink: 0;
	margin-top: 0.12rem;
	font-size: 1.1rem;
	color: #1d5198;
	line-height: 1;
}

.pp-oem-tracks__meta {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.85rem;
	margin: 0;
}

@media (min-width: 768px) {
	.pp-oem-tracks__meta {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem;
	}
}

.pp-oem-tracks__meta div {
	margin: 0;
	padding: 0.85rem 0.9rem;
	border-radius: 3px;
	border: 1px solid rgba(12, 20, 36, 0.06);
	background: #fff;
}

.pp-oem-tracks__meta dt {
	position: relative;
	margin: 0 0 0.45rem;
	padding-left: calc(0.95rem + 0.4rem);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(12, 20, 36, 0.52);
}

.pp-oem-tracks__meta dt .bx {
	position: absolute;
	left: 0;
	top: 0.02rem;
	width: 0.95rem;
	font-size: 0.95rem;
	color: #1d5198;
	line-height: 1;
	text-align: center;
}

.pp-oem-tracks__meta dd {
	margin: 0;
	padding-left: calc(0.95rem + 0.4rem);
	font-size: 0.88rem;
	line-height: 1.62;
	color: rgba(12, 20, 36, 0.78);
}

.pp-oem-tracks__pipeline-head {
	margin-bottom: 1.35rem;
	padding-inline: var(--pp-oem-track-inset);
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(12, 20, 36, 0.08);
}

.pp-oem-tracks__pipeline-title {
	margin: 0 0 0.45rem;
	font-size: 1.22rem;
	font-weight: 700;
	line-height: 1.3;
	color: #0c1424;
}

.pp-oem-tracks__pipeline-title-icon {
	display: none;
}

.pp-oem-tracks__pipeline-head .pp-oem-section-lead {
	margin: 0;
	max-width: 100%;
	padding-left: 0;
}

.pp-oem-section--band {
	margin-inline: calc(-1 * clamp(0.75rem, 2vw, 1.25rem));
	padding: 2.5rem clamp(0.75rem, 2vw, 1.25rem);
	background: #fff;
	border-block: 1px solid rgba(12, 20, 36, 0.06);
}

.pp-oem-pipeline {
	display: flex;
	flex-direction: column;
	gap: 1.15rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pp-oem-pipeline--timeline {
	position: relative;
}

@media (min-width: 992px) {
	.pp-oem-pipeline--timeline {
		padding-left: var(--pp-oem-track-inset, 1.25rem);
	}

	.pp-oem-pipeline--timeline::before {
		content: '';
		position: absolute;
		left: 0.28rem;
		top: 1.25rem;
		bottom: 1.25rem;
		width: 2px;
		background: linear-gradient(180deg, #1d5198 0%, rgba(29, 81, 152, 0.2) 100%);
	}
}

.pp-oem-pipeline__step {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1rem;
	padding: 1.15rem;
	border: 1px solid rgba(12, 20, 36, 0.08);
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 6px 20px rgba(12, 20, 36, 0.04);
	transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

@media (min-width: 992px) {
	.pp-oem-pipeline--timeline .pp-oem-pipeline__step {
		position: relative;
	}

	.pp-oem-pipeline--timeline .pp-oem-pipeline__step::before {
		content: '';
		position: absolute;
		left: -1.14rem;
		top: 1.55rem;
		width: 0.62rem;
		height: 0.62rem;
		border-radius: 50%;
		background: #1d5198;
		box-shadow:
			0 0 0 4px #fff,
			0 0 0 5px rgba(29, 81, 152, 0.22);
	}
}

.pp-oem-pipeline__step:hover {
	border-color: rgba(29, 81, 152, 0.22);
	box-shadow: 0 12px 28px rgba(12, 20, 36, 0.08);
	transform: translateY(-1px);
}

@media (min-width: 768px) {
	.pp-oem-pipeline__step {
		grid-template-columns: minmax(293px, 373px) minmax(0, 1fr);
		align-items: start;
		gap: 1.35rem;
		padding: 1.25rem 1.35rem;
	}
}

.pp-oem-pipeline__media {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 3px;
	background: #eef1f6;
}

.pp-oem-pipeline__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.25s ease;
}

.pp-oem-pipeline__step:hover .pp-oem-pipeline__media img {
	transform: scale(1.03);
}

.pp-oem-pipeline__badge {
	position: absolute;
	top: 0.65rem;
	left: 0.65rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.35rem;
	padding: 0.2rem 0.55rem;
	border-radius: 3px;
	background: linear-gradient(135deg, #0c1424 0%, #1d5198 100%);
	color: #fff;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.2;
	box-shadow: 0 4px 12px rgba(12, 20, 36, 0.22);
}

.pp-oem-pipeline__body h3 {
	position: relative;
	margin: 0 0 0.55rem;
	padding-left: calc(1.05rem + 0.5rem);
	font-size: 1.08rem;
	font-weight: 700;
	line-height: 1.3;
	color: #0c1424;
}

.pp-oem-pipeline__step-icon {
	position: absolute;
	left: 0;
	top: 0.1rem;
	width: 1.05rem;
	font-size: 1.05rem;
	color: #1d5198;
	line-height: 1;
	text-align: center;
}

.pp-oem-pipeline__body p {
	margin: 0 0 0.85rem;
	padding-left: calc(1.05rem + 0.5rem);
	font-size: 0.9rem;
	line-height: 1.65;
	color: rgba(12, 20, 36, 0.72);
}

.pp-oem-pipeline__deliverables {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin: 0;
	padding: 0 0 0 calc(1.05rem + 0.5rem);
	list-style: none;
}

.pp-oem-pipeline__deliverables li {
	display: inline-flex;
	align-items: center;
	gap: 0.28rem;
	padding: 0.28rem 0.65rem;
	border-radius: 3px;
	border: 1px solid rgba(29, 81, 152, 0.14);
	background: rgba(29, 81, 152, 0.06);
	font-size: 0.78rem;
	line-height: 1.35;
	color: #1d5198;
}

.pp-oem-pipeline__deliverables li .bx {
	font-size: 0.82rem;
	line-height: 1;
	opacity: 0.85;
}

.pp-oem-pipeline__link {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	margin-top: 0.85rem;
	margin-left: calc(1.05rem + 0.5rem);
	font-size: 0.86rem;
	font-weight: 600;
	color: #1d5198;
	text-decoration: none;
}

.pp-oem-pipeline__link:hover {
	color: #0c1424;
}

.pp-oem-pipeline__link .bx {
	font-size: 1.1rem;
	line-height: 1;
}

.pp-oem-scope {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem;
}

@media (min-width: 768px) {
	.pp-oem-scope {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.pp-oem-scope__card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(12, 20, 36, 0.08);
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 6px 20px rgba(12, 20, 36, 0.04);
	text-decoration: none;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.pp-oem-scope__card:hover {
	border-color: rgba(29, 81, 152, 0.28);
	box-shadow: 0 10px 28px rgba(12, 20, 36, 0.08);
	transform: translateY(-2px);
}

.pp-oem-scope__media {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #eef1f6;
}

.pp-oem-scope__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pp-oem-scope__title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	padding: 0.85rem 0.9rem 1rem;
	font-size: 0.88rem;
	font-weight: 600;
	line-height: 1.45;
	color: #0c1424;
	text-align: center;
}

.pp-oem-scope__title-icon {
	flex-shrink: 0;
	font-size: 1rem;
	color: #1d5198;
	line-height: 1;
}

.pp-oem-capabilities {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

@media (min-width: 992px) {
	.pp-oem-capabilities {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.pp-oem-capability {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border: 1px solid rgba(12, 20, 36, 0.08);
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 6px 20px rgba(12, 20, 36, 0.05);
	transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.pp-oem-capability:hover {
	border-color: rgba(240, 180, 41, 0.45);
	box-shadow: 0 10px 28px rgba(12, 20, 36, 0.08);
	transform: translateY(-2px);
}

.pp-oem-capability__media {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #eef1f6;
}

.pp-oem-capability__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pp-oem-capability__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 1rem 1.05rem 1.15rem;
}

.pp-oem-capability__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.15rem;
	height: 2.15rem;
	margin-bottom: 0.65rem;
	border-radius: 3px;
	background: rgba(29, 81, 152, 0.08);
	color: #1d5198;
	font-size: 1.1rem;
	line-height: 1;
}

.pp-oem-capability h3 {
	margin: 0 0 0.5rem;
	font-size: 0.98rem;
	line-height: 1.35;
	color: #0c1424;
}

.pp-oem-capability p {
	margin: 0;
	flex: 1;
	font-size: 0.86rem;
	line-height: 1.6;
	color: rgba(12, 20, 36, 0.68);
}

.pp-oem-gallery {
	margin-top: 3.25rem;
}

.pp-oem-gallery__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

@media (min-width: 768px) {
	.pp-oem-gallery__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.pp-oem-gallery__item {
	margin: 0;
	overflow: hidden;
	border-radius: 3px;
	border: 1px solid rgba(12, 20, 36, 0.08);
	background: #fff;
	box-shadow: 0 6px 20px rgba(12, 20, 36, 0.05);
}

.pp-oem-gallery__item img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.pp-oem-gallery__item figcaption {
	padding: 0.75rem 0.9rem;
	font-size: 0.84rem;
	line-height: 1.5;
	color: rgba(12, 20, 36, 0.68);
}

.pp-oem-custom-layout {
	display: grid;
	gap: 1rem;
}

@media (min-width: 992px) {
	.pp-oem-custom-layout {
		grid-template-columns: minmax(15rem, 0.82fr) minmax(0, 1.18fr);
		align-items: start;
	}
}

.pp-oem-factory {
	margin: 0;
	overflow: hidden;
	border-radius: 3px;
	border: 1px solid rgba(12, 20, 36, 0.08);
	background: #fff;
	box-shadow: 0 6px 20px rgba(12, 20, 36, 0.05);
}

.pp-oem-factory img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.pp-oem-factory figcaption {
	padding: 0.8rem 0.95rem;
	font-size: 0.84rem;
	line-height: 1.5;
	color: rgba(12, 20, 36, 0.68);
}

.pp-oem-custom-groups {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

@media (min-width: 768px) {
	.pp-oem-custom-groups {
		grid-template-columns: 1fr;
	}
}

.pp-oem-custom-group {
	display: grid;
	grid-template-columns: 7.5rem 1fr;
	gap: 0.85rem;
	align-items: start;
	padding: 0.85rem;
	border: 1px solid rgba(29, 81, 152, 0.12);
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 4px 16px rgba(12, 20, 36, 0.04);
}

@media (min-width: 640px) {
	.pp-oem-custom-group {
		grid-template-columns: 9.5rem 1fr;
	}
}

.pp-oem-custom-group__media {
	overflow: hidden;
	border-radius: 3px;
	background: #eef1f6;
}

.pp-oem-custom-group__media img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.pp-oem-custom-group__body {
	min-width: 0;
}

.pp-oem-custom-group__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	margin-bottom: 0.55rem;
	border-radius: 3px;
	background: rgba(240, 180, 41, 0.14);
	color: #b8860b;
	font-size: 1rem;
	line-height: 1;
}

.pp-oem-custom-group h3 {
	margin: 0 0 0.85rem;
	font-size: 1rem;
	font-weight: 700;
	color: #1d5198;
}

.pp-oem-custom-group ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.65;
	color: rgba(12, 20, 36, 0.76);
}

.pp-oem-custom-group li {
	position: relative;
	padding-left: 1.15rem;
	font-size: 0.9rem;
}

.pp-oem-custom-group li + li {
	margin-top: 0.45rem;
}

.pp-oem-custom-group li::before {
	content: '✓';
	position: absolute;
	left: 0;
	top: 0;
	font-size: 0.78rem;
	font-weight: 700;
	color: #1d5198;
}

.pp-oem-steps {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.85rem;
}

@media (min-width: 992px) {
	.pp-oem-steps {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 0.75rem;
	}
}

.pp-oem-step {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	height: 100%;
	padding: 1.15rem 1rem 1.2rem;
	border: 1px solid rgba(12, 20, 36, 0.08);
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 4px 16px rgba(12, 20, 36, 0.04);
}

.pp-oem-step__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 3px;
	background: rgba(240, 180, 41, 0.16);
	font-size: 0.95rem;
	font-weight: 800;
	color: #b8860b;
	line-height: 1;
}

.pp-oem-step__title {
	margin: 0 0 0.35rem;
	font-size: 0.98rem;
	line-height: 1.35;
	color: #0c1424;
}

.pp-oem-step__body {
	margin: 0;
	font-size: 0.86rem;
	line-height: 1.6;
	color: rgba(12, 20, 36, 0.68);
}

.pp-oem-references {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

@media (min-width: 992px) {
	.pp-oem-references {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.pp-oem-reference {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border: 1px solid rgba(12, 20, 36, 0.1);
	border-radius: 3px;
	background: #fff;
	text-decoration: none;
	color: inherit;
	box-shadow: 0 4px 16px rgba(12, 20, 36, 0.04);
	transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.pp-oem-reference:hover {
	border-color: rgba(29, 81, 152, 0.28);
	box-shadow: 0 10px 28px rgba(12, 20, 36, 0.08);
	transform: translateY(-2px);
}

.pp-oem-reference__media {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #eef1f6;
	border-bottom: 3px solid #1d5198;
}

.pp-oem-reference__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 8px;
	background: #fff;
}

.pp-oem-reference__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 1rem 1rem 0.95rem;
}

.pp-oem-reference h3 {
	display: flex;
	align-items: flex-start;
	gap: 0.45rem;
	margin: 0 0 0.4rem;
	font-size: 0.96rem;
	line-height: 1.35;
	color: #0c1424;
}

.pp-oem-reference__icon {
	flex-shrink: 0;
	margin-top: 0.08rem;
	font-size: 1rem;
	color: #1d5198;
	line-height: 1;
}

.pp-oem-reference p {
	margin: 0 0 0.75rem;
	flex: 1;
	font-size: 0.84rem;
	line-height: 1.55;
	color: rgba(12, 20, 36, 0.64);
}

.pp-oem-reference__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.84rem;
	font-weight: 600;
	color: #1d5198;
}

.pp-oem-reference__cta .bx {
	font-size: 1rem;
	line-height: 1;
	transition: transform 0.15s ease;
}

.pp-oem-reference:hover .pp-oem-reference__cta .bx {
	transform: translateX(3px);
}

.pp-oem-cta {
	margin-top: 0;
}

.pp-oem-page .pp-advantages-cta {
	margin-top: 0;
	width: 100%;
	padding: clamp(2.75rem, 4.5vw, 3.5rem) 1.75rem;
	border-radius: 3px;
	background: linear-gradient(135deg, #0c1424 0%, #1a3d7a 62%, #1d5198 100%);
	box-shadow: 0 16px 36px rgba(12, 20, 36, 0.14);
	text-align: center;
}

.pp-oem-page .pp-advantages-cta__title {
	margin: 0 0 0.75rem;
	font-size: clamp(1.25rem, 2.2vw, 1.6rem);
	color: #fff;
}

.pp-oem-page .pp-advantages-cta__lead {
	max-width: 100%;
	margin: 0 auto 1.5rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.82);
}

.pp-oem-page .pp-advantages-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
}

.pp-oem-page .pp-advantages-cta__actions .pp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 2.75rem;
	padding: 0.65rem 1.35rem;
	border-radius: 3px;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none;
	transition:
		background 0.15s ease,
		border-color 0.15s ease,
		color 0.15s ease,
		box-shadow 0.15s ease,
		transform 0.15s ease;
}

.pp-oem-page .pp-btn--gold {
	border: none;
	color: #1a1200;
	background: var(--pp-gold, #f0b429);
	box-shadow: 0 4px 14px rgba(240, 180, 41, 0.28);
}

.pp-oem-page .pp-btn--gold:hover {
	background: var(--pp-gold-hover, #ffc940);
	box-shadow: 0 8px 22px rgba(240, 180, 41, 0.38);
	transform: translateY(-1px);
}

.pp-oem-page .pp-btn--outline {
	border: 1px solid rgba(255, 255, 255, 0.35);
	color: #fff;
	background: transparent;
}

.pp-oem-page .pp-btn--outline:hover {
	border-color: rgba(255, 255, 255, 0.75);
	color: #fff;
	background: rgba(255, 255, 255, 0.08);
}

/* ========== Advantages hub & sub-pages ========== */
.pp-hub-section-title {
	margin: 0 0 1rem;
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
	font-weight: 700;
	color: #0c1424;
}

.pp-adv-hub-cards {
	margin-bottom: 2.5rem;
}

.pp-adv-hub-cards__desc {
	margin: 0 0 1.25rem;
	max-width: 42rem;
	line-height: 1.65;
	color: rgba(12, 20, 36, 0.68);
}

.pp-adv-hub-cards__grid {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 1rem;
}

@media (min-width: 768px) {
	.pp-adv-hub-cards__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.pp-adv-hub-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 1.35rem 1.25rem;
	border: 1px solid rgba(12, 20, 36, 0.1);
	border-radius: 10px;
	text-decoration: none;
	color: inherit;
	background: #fff;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.pp-adv-hub-card:hover {
	border-color: #b8860b;
	box-shadow: 0 8px 24px rgba(12, 20, 36, 0.08);
	transform: translateY(-2px);
}

.pp-adv-hub-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	margin-bottom: 0.75rem;
	border-radius: 8px;
	background: rgba(184, 134, 11, 0.12);
	color: #b8860b;
	font-size: 1.2rem;
	line-height: 1;
}

.pp-adv-hub-card h3 {
	margin: 0 0 0.5rem;
	font-size: 1.05rem;
	line-height: 1.35;
	color: #0c1424;
}

.pp-adv-hub-card p {
	margin: 0;
	flex: 1;
	font-size: 0.875rem;
	line-height: 1.6;
	color: rgba(12, 20, 36, 0.68);
}

.pp-adv-hub-card__more {
	margin-top: 1rem;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #b8860b;
}

.pp-adv-loop {
	margin: 2.5rem 0;
	padding-top: 2rem;
	border-top: 1px solid rgba(12, 20, 36, 0.08);
}

.pp-adv-loop__desc {
	margin: 0 0 1.25rem;
	max-width: 42rem;
	line-height: 1.65;
	color: rgba(12, 20, 36, 0.68);
}

.pp-adv-loop__track {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 1rem;
}

@media (min-width: 768px) {
	.pp-adv-loop__track {
		grid-template-columns: repeat(3, 1fr);
	}
}

.pp-adv-loop__item {
	padding: 1rem 1.1rem;
	border: 1px solid rgba(12, 20, 36, 0.08);
	border-radius: 10px;
	background: #f8fafc;
}

.pp-adv-loop__item.is-current {
	border-color: #b8860b;
	background: rgba(184, 134, 11, 0.06);
}

.pp-adv-loop__item a {
	font-weight: 600;
	color: #0c1424;
	text-decoration: none;
}

.pp-adv-loop__item a:hover {
	color: #b8860b;
}

.pp-adv-loop__item p {
	margin: 0.5rem 0 0;
	font-size: 0.8125rem;
	line-height: 1.55;
	color: rgba(12, 20, 36, 0.65);
}

.pp-adv-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0.75rem;
	margin: 0 0 2rem;
	padding: 0;
	list-style: none;
}

.pp-adv-stats li {
	padding: 1rem;
	text-align: center;
	background: #f8fafc;
	border: 1px solid rgba(12, 20, 36, 0.08);
	border-radius: 10px;
}

.pp-adv-stats strong {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 1.35rem;
	color: #b8860b;
}

.pp-adv-stats span {
	font-size: 0.8125rem;
	color: rgba(12, 20, 36, 0.68);
}

.pp-advantages-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr));
	gap: 1.25rem;
	margin-bottom: 2.5rem;
}

.pp-advantages-card .pp-products-card__body {
	padding: 1.35rem 1.25rem 1.5rem;
}

.pp-advantages-card .pp-products-card__name {
	font-size: 1.05rem;
	line-height: 1.35;
}

.pp-adv-process {
	margin-bottom: 2.5rem;
}

.pp-adv-process__steps {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.85rem;
}

@media (min-width: 768px) {
	.pp-adv-process__steps {
		grid-template-columns: repeat(2, 1fr);
	}
}

.pp-adv-process__steps li {
	display: flex;
	gap: 1rem;
	padding: 1rem 1.1rem;
	background: #fff;
	border: 1px solid rgba(12, 20, 36, 0.08);
	border-radius: 10px;
}

.pp-adv-process__num {
	flex-shrink: 0;
	font-size: 1.125rem;
	font-weight: 700;
	color: #b8860b;
}

.pp-adv-process__steps strong {
	display: block;
	margin-bottom: 0.35rem;
	color: #0c1424;
}

.pp-adv-process__steps p {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.55;
	color: rgba(12, 20, 36, 0.68);
}

.pp-advantages-cta {
	margin-top: 2rem;
	padding: 2rem 1.5rem;
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(12, 20, 36, 0.04), rgba(184, 134, 11, 0.1));
	text-align: center;
}

.pp-advantages-cta__title {
	margin: 0 0 0.75rem;
	font-size: clamp(1.25rem, 2.2vw, 1.6rem);
	color: #0c1424;
}

.pp-advantages-cta__lead {
	max-width: 40rem;
	margin: 0 auto 1.5rem;
	line-height: 1.7;
	color: rgba(12, 20, 36, 0.72);
}

.pp-advantages-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
}

/* —— Advantages hub (overview) —— */
.pp-advantages-hub {
	background: #fff;
}

.pp-adv-hub-stats-wrap {
	padding: 2rem 0 0;
	background:
		radial-gradient(circle at 12% 0%, rgba(240, 180, 41, 0.08), transparent 42%),
		linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.pp-adv-hub-stats {
	margin: 0;
	padding: 1.35rem 1.5rem;
	border-radius: 14px;
	background: linear-gradient(135deg, #0c1424 0%, #1a3d7a 55%, #1d5198 100%);
	box-shadow: 0 18px 40px rgba(12, 20, 36, 0.18);
}

.pp-adv-hub-stats__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pp-adv-hub-stats__item {
	position: relative;
	text-align: center;
	padding: 1rem 0.75rem;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.pp-adv-hub-stats__icon {
	display: grid;
	place-items: center;
	width: 2.25rem;
	height: 2.25rem;
	margin: 0 auto 0.65rem;
	border-radius: 999px;
	background: rgba(240, 180, 41, 0.14);
	color: #f0b429;
	font-size: 1.05rem;
	line-height: 1;
}

.pp-adv-hub-stats__value {
	display: block;
	font-size: clamp(1.45rem, 3vw, 2rem);
	font-weight: 700;
	color: #fff;
	line-height: 1.1;
}

.pp-adv-hub-stats__label {
	display: block;
	margin-top: 0.35rem;
	font-size: 0.8125rem;
	color: rgba(255, 255, 255, 0.76);
}

.pp-adv-hub-showcase-wrap {
	padding: 2.5rem 0;
}

.pp-adv-hub-showcase {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 2rem;
	align-items: center;
}

.pp-adv-hub-showcase__visual {
	position: relative;
	min-height: 18rem;
	border-radius: 16px;
	overflow: hidden;
	background: linear-gradient(145deg, #0c1424, #1d5198);
	box-shadow: 0 20px 45px rgba(12, 20, 36, 0.16);
}

.pp-adv-hub-showcase__visual-bg {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 80% 20%, rgba(240, 180, 41, 0.22), transparent 35%),
		radial-gradient(circle at 10% 90%, rgba(255, 255, 255, 0.08), transparent 30%);
}

.pp-adv-hub-showcase__image {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 18rem;
	object-fit: cover;
	mix-blend-mode: screen;
	opacity: 0.92;
}

.pp-adv-hub-showcase__badges {
	position: absolute;
	left: 1rem;
	right: 1rem;
	bottom: 1rem;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pp-adv-hub-showcase__badges li {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.4rem 0.65rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(6px);
	font-size: 0.75rem;
	font-weight: 600;
	color: #0c1424;
	box-shadow: 0 4px 14px rgba(12, 20, 36, 0.12);
}

.pp-adv-hub-showcase__badges i {
	color: #1d5198;
	font-size: 0.95rem;
	line-height: 1;
}

.pp-adv-hub-showcase__title {
	margin: 0 0 0.85rem;
	font-size: clamp(1.45rem, 2.8vw, 2rem);
	line-height: 1.25;
	font-weight: 700;
	color: #0c1424;
}

.pp-adv-hub-showcase__lead {
	margin: 0 0 1.25rem;
	max-width: 36rem;
	line-height: 1.75;
	color: rgba(12, 20, 36, 0.72);
}

.pp-adv-hub-showcase__bullets {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.75rem;
}

.pp-adv-hub-showcase__bullets li {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	padding: 0.85rem 1rem;
	border-radius: 10px;
	background: #f4f7fb;
	border: 1px solid rgba(29, 81, 152, 0.1);
	font-size: 0.9rem;
	line-height: 1.6;
	color: rgba(12, 20, 36, 0.78);
}

.pp-adv-hub-showcase__bullets i {
	flex-shrink: 0;
	margin-top: 0.1rem;
	color: #b8860b;
	font-size: 1.1rem;
	line-height: 1;
}

.pp-adv-eyebrow {
	margin: 0 0 0.35rem;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #b8860b;
}

.pp-adv-hub-pillars-wrap {
	padding: 2.5rem 0 3rem;
	background:
		linear-gradient(180deg, #fff 0%, #f4f7fb 100%);
}

.pp-adv-hub-pillars__head {
	margin-bottom: 1.5rem;
	max-width: 42rem;
}

.pp-adv-hub-pillars__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.pp-adv-pillar-card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 1.35rem 1.25rem 1.4rem;
	border: 1px solid rgba(12, 20, 36, 0.08);
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.pp-adv-pillar-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: var(--adv-accent, #1d5198);
}

.pp-adv-pillar-card:hover {
	transform: translateY(-3px);
	border-color: rgba(29, 81, 152, 0.22);
	box-shadow: 0 14px 30px rgba(12, 20, 36, 0.08);
}

.pp-adv-pillar-card--blue {
	--adv-accent: #1d5198;
}

.pp-adv-pillar-card--gold {
	--adv-accent: #b8860b;
}

.pp-adv-pillar-card--teal {
	--adv-accent: #0d9488;
}

.pp-adv-pillar-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.9rem;
}

.pp-adv-pillar-card__num {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: rgba(12, 20, 36, 0.28);
}

.pp-adv-pillar-card__icon {
	display: grid;
	place-items: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 12px;
	background: color-mix(in srgb, var(--adv-accent) 12%, white);
	color: var(--adv-accent);
	font-size: 1.25rem;
	line-height: 1;
}

.pp-adv-pillar-card__title {
	margin: 0 0 0.5rem;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.35;
	color: #0c1424;
}

.pp-adv-pillar-card__body {
	margin: 0;
	flex: 1;
	font-size: 0.875rem;
	line-height: 1.65;
	color: rgba(12, 20, 36, 0.68);
}

.pp-adv-hub-band {
	padding: 3rem 0;
	background:
		radial-gradient(circle at 100% 0%, rgba(29, 81, 152, 0.08), transparent 35%),
		#eef2f7;
	border-block: 1px solid rgba(12, 20, 36, 0.06);
}

.pp-adv-hub-cards__head {
	max-width: 42rem;
	margin-bottom: 1.5rem;
}

.pp-adv-hub-cards__desc {
	margin: 0.5rem 0 0;
	line-height: 1.65;
	color: rgba(12, 20, 36, 0.68);
}

.pp-adv-hub-card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 1.5rem 1.35rem 1.35rem;
	border: 1px solid rgba(12, 20, 36, 0.1);
	border-radius: 14px;
	text-decoration: none;
	color: inherit;
	background: #fff;
	overflow: hidden;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.pp-adv-hub-card::after {
	content: '';
	position: absolute;
	right: -2rem;
	top: -2rem;
	width: 6rem;
	height: 6rem;
	border-radius: 999px;
	background: color-mix(in srgb, var(--adv-card-accent, #1d5198) 10%, transparent);
}

.pp-adv-hub-card:hover {
	border-color: color-mix(in srgb, var(--adv-card-accent, #1d5198) 35%, white);
	box-shadow: 0 16px 34px rgba(12, 20, 36, 0.1);
	transform: translateY(-4px);
}

.pp-adv-hub-card--blue {
	--adv-card-accent: #1d5198;
}

.pp-adv-hub-card--gold {
	--adv-card-accent: #b8860b;
}

.pp-adv-hub-card--teal {
	--adv-card-accent: #0d9488;
}

.pp-adv-hub-card__step {
	position: absolute;
	top: 1rem;
	right: 1rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: rgba(12, 20, 36, 0.22);
}

.pp-adv-hub-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	margin-bottom: 0.9rem;
	border-radius: 12px;
	background: color-mix(in srgb, var(--adv-card-accent, #1d5198) 12%, white);
	color: var(--adv-card-accent, #1d5198);
	font-size: 1.35rem;
	line-height: 1;
}

.pp-adv-hub-card h3 {
	margin: 0 0 0.5rem;
	font-size: 1.08rem;
	line-height: 1.35;
	color: #0c1424;
}

.pp-adv-hub-card p {
	margin: 0;
	flex: 1;
	font-size: 0.875rem;
	line-height: 1.6;
	color: rgba(12, 20, 36, 0.68);
}

.pp-adv-hub-card__more {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	margin-top: 1rem;
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--adv-card-accent, #b8860b);
}

.pp-adv-loop {
	margin: 2.75rem 0 0;
	padding-top: 2.25rem;
	border-top: 1px dashed rgba(12, 20, 36, 0.14);
}

.pp-adv-loop__head {
	max-width: 42rem;
	margin-bottom: 1.75rem;
}

.pp-adv-loop__desc {
	margin: 0.5rem 0 0;
	line-height: 1.65;
	color: rgba(12, 20, 36, 0.68);
}

.pp-adv-loop__timeline {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 1rem;
}

@media (min-width: 900px) {
	.pp-adv-loop__timeline {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1.25rem;
	}

	.pp-adv-loop__timeline::before {
		content: '';
		position: absolute;
		top: 1.65rem;
		left: 12%;
		right: 12%;
		height: 2px;
		background: linear-gradient(90deg, #1d5198, #b8860b, #0d9488);
		opacity: 0.35;
	}
}

.pp-adv-loop__step {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.pp-adv-loop__node {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 3.3rem;
	height: 3.3rem;
	margin-bottom: 0.85rem;
	border-radius: 999px;
	background: #fff;
	border: 2px solid rgba(29, 81, 152, 0.18);
	box-shadow: 0 8px 18px rgba(12, 20, 36, 0.08);
	color: #1d5198;
}

.pp-adv-loop__node-num {
	position: absolute;
	top: -0.45rem;
	right: -0.2rem;
	min-width: 1.35rem;
	height: 1.35rem;
	padding: 0 0.25rem;
	border-radius: 999px;
	background: #b8860b;
	color: #fff;
	font-size: 0.62rem;
	font-weight: 700;
	line-height: 1.35rem;
}

.pp-adv-loop__node i {
	font-size: 1.2rem;
	line-height: 1;
}

.pp-adv-loop__step.is-current .pp-adv-loop__node {
	border-color: #b8860b;
	background: rgba(184, 134, 11, 0.08);
}

.pp-adv-loop__panel {
	width: 100%;
	padding: 1.1rem 1rem 1.15rem;
	border-radius: 12px;
	background: #fff;
	border: 1px solid rgba(12, 20, 36, 0.08);
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.pp-adv-loop__step.is-current .pp-adv-loop__panel {
	border-color: rgba(184, 134, 11, 0.35);
	box-shadow: 0 10px 24px rgba(184, 134, 11, 0.08);
}

.pp-adv-loop__panel-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.pp-adv-loop__panel-link strong {
	display: block;
	font-size: 1rem;
	color: #0c1424;
}

.pp-adv-loop__panel-link p {
	margin: 0.55rem 0 0;
	font-size: 0.8125rem;
	line-height: 1.55;
	color: rgba(12, 20, 36, 0.65);
}

.pp-adv-loop__link {
	display: inline-flex;
	align-items: center;
	gap: 0.2rem;
	margin-top: 0.75rem;
	font-size: 0.78rem;
	font-weight: 600;
	color: #1d5198;
}

.pp-adv-loop__panel-link:hover .pp-adv-loop__link {
	color: #b8860b;
}

.pp-adv-hub-cta-band {
	padding: 3rem 0;
	background: linear-gradient(135deg, #0c1424 0%, #142a52 45%, #1a3d7a 100%);
}

.pp-adv-hub-cta-band__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	flex-wrap: wrap;
}

.pp-adv-hub-cta-band__eyebrow {
	margin: 0 0 0.45rem;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #93c5fd;
}

.pp-adv-hub-cta-band__copy h2 {
	margin: 0 0 0.65rem;
	font-size: clamp(1.35rem, 2.5vw, 1.85rem);
	color: #fff;
}

.pp-adv-hub-cta-band__copy p {
	margin: 0;
	max-width: 38rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.78);
}

.pp-adv-hub-cta-band__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.pp-btn--on-dark {
	border-color: rgba(255, 255, 255, 0.35);
	color: #fff;
	background: transparent;
}

.pp-btn--on-dark:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 1024px) {
	.pp-adv-hub-pillars__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pp-adv-hub-showcase {
		grid-template-columns: 1fr;
	}
}

.pp-btn--outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.65rem 1.25rem;
	border: 1px solid rgba(12, 20, 36, 0.2);
	border-radius: 6px;
	font-weight: 600;
	color: #0c1424;
	text-decoration: none;
	background: #fff;
}

@media (max-width: 720px) {
	.pp-adv-stats {
		grid-template-columns: repeat(2, 1fr);
	}

	.pp-adv-hub-stats__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pp-adv-hub-pillars__grid {
		grid-template-columns: 1fr;
	}

	.pp-adv-hub-cta-band__inner {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* ========== Technical resource hub (/service/) ========== */
.pp-tech-hub .pp-tech-quick {
	margin-bottom: 2.5rem;
}

.pp-tech-quick__grid {
	display: grid;
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (min-width: 640px) {
	.pp-tech-quick__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.pp-tech-quick__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.pp-tech-library__head {
	margin-bottom: 1.75rem;
}

.pp-tech-library__desc {
	margin: 0.5rem 0 0;
	max-width: 44rem;
	line-height: 1.65;
	color: rgba(12, 20, 36, 0.68);
}

.pp-tech-library__group {
	margin-bottom: 2.5rem;
}

.pp-tech-library__group-head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 0.75rem 1.25rem;
	margin-bottom: 1rem;
}

.pp-tech-library__sku {
	margin: 0 0 0.25rem;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	color: rgba(12, 20, 36, 0.45);
}

.pp-tech-library__group-head .pp-products-section-title {
	margin: 0;
}

.pp-tech-library__product-link {
	font-size: 0.875rem;
	font-weight: 600;
	color: #1d5198;
	text-decoration: none;
	white-space: nowrap;
}

.pp-tech-library__product-link:hover {
	text-decoration: underline;
}

.pp-tech-card__media {
	display: block;
	transition: opacity 0.15s ease;
}

.pp-tech-card__media:hover {
	opacity: 0.92;
}

.pp-tech-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.pp-tech-card__actions .pp-products-btn {
	flex: 1 1 auto;
	min-width: 7.5rem;
	justify-content: center;
	text-align: center;
}

.pp-products-card__name {
	margin: 0;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.35;
}

/* ========== Service packing (/service/packing/) ========== */
.pp-service-packing__jump ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 0.75rem;
	margin: 0 0 1.5rem;
	padding: 0;
	list-style: none;
}

.pp-service-packing__jump-link {
	display: inline-flex;
	align-items: center;
	padding: 0.45rem 0.9rem;
	border: 1px solid rgba(12, 20, 36, 0.12);
	border-radius: 999px;
	font-size: 0.875rem;
	font-weight: 600;
	background: #fff;
}

.pp-service-packing__template {
	margin-bottom: 2.5rem;
}

.pp-service-packing__desc,
.pp-service-packing__note {
	margin: 0 0 1rem;
	max-width: 44rem;
	line-height: 1.65;
	color: rgba(12, 20, 36, 0.68);
}

.pp-service-packing__table-wrap {
	margin-top: 1rem;
}

.pp-service-packing__footnote {
	margin: 1rem 0 0;
	max-width: 44rem;
	font-size: 0.875rem;
	line-height: 1.65;
	color: rgba(12, 20, 36, 0.58);
}

.pp-service-packing__catalog {
	scroll-margin-top: 6rem;
}

.pp-service-packing__filter {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem 1rem;
	margin: 0 0 1.75rem;
	padding: 1rem 1.1rem;
	border: 1px solid rgba(12, 20, 36, 0.08);
	border-radius: 0.75rem;
	background: rgba(244, 247, 251, 0.65);
}

.pp-service-packing__filter-label {
	font-size: 0.875rem;
	font-weight: 600;
	color: rgba(12, 20, 36, 0.72);
}

.pp-service-packing__select {
	min-width: min(100%, 18rem);
	padding: 0.5rem 0.75rem;
	border: 1px solid rgba(12, 20, 36, 0.14);
	border-radius: 0.5rem;
	font-size: 0.9rem;
	background: #fff;
}

.pp-service-packing__group {
	margin-bottom: 2.5rem;
	scroll-margin-top: 6rem;
}

.pp-service-packing__group-title {
	margin: 0 0 1rem;
	font-size: 1.1rem;
	font-weight: 700;
}

.pp-service-packing__group[hidden] {
	display: none;
}

.pp-service-packing__grid {
	display: grid;
	gap: 1.25rem;
}

@media (min-width: 768px) {
	.pp-service-packing__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.pp-service-packing__card {
	padding: 1.25rem;
	border: 1px solid rgba(12, 20, 36, 0.08);
	border-radius: 0.75rem;
	background: #fff;
}

.pp-service-packing__card[hidden] {
	display: none;
}

.pp-service-packing__card-head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.75rem 1rem;
	margin-bottom: 1rem;
}

.pp-service-packing__card-sku {
	margin: 0 0 0.25rem;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(12, 20, 36, 0.45);
}

.pp-service-packing__card-head h4 {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 600;
}

.pp-service-packing__product-link {
	font-size: 0.875rem;
	font-weight: 600;
	white-space: nowrap;
}

.pp-service-packing__cta {
	display: grid;
	gap: 1rem;
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(12, 20, 36, 0.08);
}

.pp-service-packing__cta p {
	margin: 0;
	max-width: 40rem;
	line-height: 1.65;
	color: rgba(12, 20, 36, 0.68);
}

/* ========== Service photometrics (/service/photometrics/) ========== */
.pp-service-photometrics__jump ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 0.75rem;
	margin: 0 0 1.5rem;
	padding: 0;
	list-style: none;
}

.pp-service-photometrics__jump-link {
	display: inline-flex;
	align-items: center;
	padding: 0.45rem 0.9rem;
	border: 1px solid rgba(12, 20, 36, 0.12);
	border-radius: 999px;
	font-size: 0.875rem;
	font-weight: 600;
	background: #fff;
}

.pp-service-photometrics__note {
	margin: 0 0 2rem;
	max-width: 44rem;
	line-height: 1.65;
	color: rgba(12, 20, 36, 0.68);
}

.pp-service-photometrics__kind {
	margin-bottom: 2.5rem;
	scroll-margin-top: 6rem;
}

.pp-service-photometrics__kind-head {
	margin-bottom: 1.25rem;
}

.pp-service-photometrics__kind-head p {
	margin: 0.5rem 0 0;
	max-width: 44rem;
	line-height: 1.65;
	color: rgba(12, 20, 36, 0.68);
}

.pp-service-photometrics__sku {
	margin: 0 0 0.35rem;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(12, 20, 36, 0.45);
}

.pp-service-photometrics__product-link {
	display: inline-block;
	margin-top: 0.75rem;
	font-size: 0.875rem;
	font-weight: 600;
}

.pp-service-photometrics__cta {
	display: grid;
	gap: 1rem;
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(12, 20, 36, 0.08);
}

.pp-service-photometrics__cta p {
	margin: 0;
	max-width: 40rem;
	line-height: 1.65;
	color: rgba(12, 20, 36, 0.68);
}

/* ========== Service shared doc / support pages ========== */
.pp-service-tender__note,
.pp-service-certs__note {
	margin: 0 0 2rem;
	max-width: 44rem;
	line-height: 1.65;
	color: rgba(12, 20, 36, 0.68);
}

.pp-service-tender__group,
.pp-service-faq__section {
	margin-bottom: 2.5rem;
}

.pp-service-tender__group-desc,
.pp-service-faq__section-desc {
	margin: 0.5rem 0 1rem;
	max-width: 44rem;
	line-height: 1.65;
	color: rgba(12, 20, 36, 0.68);
}

.pp-service-doc-list {
	display: grid;
	gap: 0.75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pp-service-doc-list__item {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.75rem 1rem;
	padding: 1rem 1.1rem;
	border: 1px solid rgba(12, 20, 36, 0.08);
	border-radius: 0.75rem;
	background: #fff;
}

.pp-service-doc-list__body h3 {
	margin: 0 0 0.35rem;
	font-size: 1rem;
	font-weight: 600;
}

.pp-service-doc-list__body p {
	margin: 0;
	max-width: 36rem;
	line-height: 1.6;
	color: rgba(12, 20, 36, 0.68);
	font-size: 0.9375rem;
}

.pp-service-doc-list__link {
	font-size: 0.875rem;
	font-weight: 600;
	white-space: nowrap;
}

.pp-service-tender__cta,
.pp-service-certs__cta,
.pp-service-warranty__cta {
	display: grid;
	gap: 1rem;
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(12, 20, 36, 0.08);
}

.pp-service-tender__cta p,
.pp-service-certs__cta p,
.pp-service-warranty__cta p {
	margin: 0;
	max-width: 40rem;
	line-height: 1.65;
	color: rgba(12, 20, 36, 0.68);
}

.pp-service-certs__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (min-width: 768px) {
	.pp-service-certs__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.pp-service-certs__card {
	display: grid;
	gap: 0.65rem;
	height: 100%;
}

.pp-service-certs__frame {
	display: block;
	overflow: hidden;
	border: 1px solid rgba(12, 20, 36, 0.08);
	border-radius: 0.5rem;
	background: #fff;
}

.pp-service-certs__frame img {
	display: block;
	width: 100%;
	height: auto;
}

.pp-service-certs__caption {
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.4;
}

.pp-service-certs__grid-desc {
	margin: 0.5rem 0 1.25rem;
	max-width: 44rem;
	line-height: 1.65;
	color: rgba(12, 20, 36, 0.68);
}

.pp-service-certs__report {
	margin-bottom: 2rem;
}

.pp-service-certs__report p {
	margin: 0.5rem 0 1rem;
	max-width: 44rem;
	line-height: 1.65;
	color: rgba(12, 20, 36, 0.68);
}

.pp-service-certs__bullets {
	margin: 0;
	padding-left: 1.2rem;
	line-height: 1.7;
	color: rgba(12, 20, 36, 0.75);
}

.pp-service-bom__desc,
.pp-service-warranty__lead {
	margin: 0.5rem 0 1.25rem;
	max-width: 44rem;
	line-height: 1.65;
	color: rgba(12, 20, 36, 0.68);
}

.pp-service-bom__table-wrap {
	margin-bottom: 1rem;
}

.pp-service-bom__footnote {
	margin: 0 0 2rem;
	font-size: 0.875rem;
	line-height: 1.65;
	color: rgba(12, 20, 36, 0.62);
}

.pp-service-bom__group {
	margin-bottom: 2rem;
}

.pp-service-bom__group-title {
	margin: 0 0 1rem;
	font-size: 1.1rem;
	font-weight: 600;
}

.pp-service-bom__sku-grid {
	display: grid;
	gap: 1rem;
}

@media (min-width: 768px) {
	.pp-service-bom__sku-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.pp-service-bom__card {
	padding: 1.1rem;
	border: 1px solid rgba(12, 20, 36, 0.08);
	border-radius: 0.75rem;
	background: #fff;
}

.pp-service-bom__card-head {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.85rem;
}

.pp-service-bom__sku {
	margin: 0 0 0.25rem;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(12, 20, 36, 0.45);
}

.pp-service-bom__card-head h4 {
	margin: 0;
	font-size: 1rem;
	font-weight: 600;
}

.pp-service-bom__product-link {
	font-size: 0.875rem;
	font-weight: 600;
	white-space: nowrap;
}

.pp-service-bom__parts-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.875rem;
}

.pp-service-bom__parts-table th {
	width: 34%;
	padding: 0.45rem 0.65rem 0.45rem 0;
	text-align: left;
	font-weight: 600;
	vertical-align: top;
}

.pp-service-bom__parts-table td {
	padding: 0.45rem 0;
	line-height: 1.5;
	color: rgba(12, 20, 36, 0.75);
}

.pp-service-warranty__list {
	display: grid;
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (min-width: 768px) {
	.pp-service-warranty__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.pp-service-warranty__list li {
	padding: 1rem;
	border: 1px solid rgba(12, 20, 36, 0.08);
	border-radius: 0.75rem;
	background: #fff;
}

.pp-service-warranty__list h3 {
	margin: 0 0 0.35rem;
	font-size: 1rem;
	font-weight: 600;
}

.pp-service-warranty__list p {
	margin: 0;
	line-height: 1.6;
	color: rgba(12, 20, 36, 0.68);
	font-size: 0.9375rem;
}

.pp-service-warranty__notes {
	margin-bottom: 1rem;
}
