/* PurePoint — 产品中心 / 系列页 */
body.pp-products-page {
	font-family: Inter, 'Segoe UI', system-ui, sans-serif;
	background: #f4f6fa;
	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.08);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(12, 20, 36, 0.06);
}

.pp-products-card__media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 200px;
	padding: 24px;
	background: linear-gradient(180deg, #eef1f6 0%, #f8f9fb 100%);
}

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

.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: linear-gradient(180deg, #eef1f6 0%, #f8f9fb 100%);
	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: #050a14;
}

.pp-catalog-dark {
	--catalog-bg: #050a14;
	--catalog-surface: #111827;
	--catalog-surface-2: #1a2332;
	--catalog-border: rgba(148, 163, 184, 0.14);
	--catalog-text: rgba(255, 255, 255, 0.92);
	--catalog-muted: rgba(203, 213, 225, 0.72);
	--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: rgba(8, 15, 28, 0.92);
	backdrop-filter: blur(10px);
}

.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: #fff;
}

.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: rgba(255, 255, 255, 0.88);
}

.pp-catalog-filters__range {
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(37, 99, 235, 0.18);
	color: #93c5fd;
}

.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: #fff;
}

.pp-catalog-head__lead {
	margin: 0;
	max-width: 42rem;
	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: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.02) 100%);
}

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

.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: #ffb347;
	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: 14px;
	background: linear-gradient(180deg, var(--catalog-surface-2) 0%, var(--catalog-surface) 100%);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.pp-catalog-card__media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 210px;
	padding: 22px;
	background:
		radial-gradient(circle at 50% 100%, rgba(59, 130, 246, 0.12), transparent 58%),
		#0b1220;
}

.pp-catalog-card__media img {
	max-width: 100%;
	max-height: 170px;
	object-fit: contain;
}

.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: #93c5fd;
}

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

.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: rgba(148, 163, 184, 0.88);
}

.pp-catalog-card__specs dd {
	margin: 0;
	font-size: 13px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.9);
}

.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: 14px;
	background: var(--catalog-surface);
}

.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: rgba(255, 255, 255, 0.04);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(148, 163, 184, 0.95);
}

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

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

.pp-catalog-compare__table a {
	font-weight: 600;
	color: #93c5fd;
	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;
	}
}
