.ep-pseo {
	background: #f5f7fb;
	color: #0f172a;
}

body.ep-pseo-page .site-content > .ast-container {
	display: block;
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.ep-pseo,
.ep-pseo * {
	box-sizing: border-box;
}

.ep-pseo-container {
	margin: 0 auto;
	max-width: 1320px;
	padding-left: 24px;
	padding-right: 24px;
	width: 100%;
}

.ep-pseo-hero {
	background: radial-gradient(circle at 82% 12%, #234977 0, #122a4a 26%, #091322 68%);
	color: #fff;
	min-height: 460px;
	overflow: hidden;
	padding: 58px 0 64px;
	position: relative;
}

.ep-pseo-hero::after {
	border: 1px solid rgba(113, 171, 255, .14);
	border-radius: 50%;
	content: "";
	height: 390px;
	position: absolute;
	right: -90px;
	top: -120px;
	width: 390px;
}

.ep-pseo-breadcrumbs {
	margin-bottom: 44px;
	position: relative;
	z-index: 1;
}

.ep-pseo-breadcrumbs ol {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ep-pseo-breadcrumbs li {
	color: #b9c4d5;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
}

.ep-pseo-breadcrumbs li:not(:last-child)::after {
	color: #6f8097;
	content: "/";
	margin-left: 8px;
}

.ep-pseo-breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.ep-pseo-hero__grid {
	align-items: center;
	display: grid;
	gap: 60px;
	grid-template-columns: minmax(0, 1fr) 280px;
	position: relative;
	z-index: 1;
}

.ep-pseo-hero__copy {
	max-width: 900px;
}

.ep-pseo-eyebrow {
	color: #66a8ff;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .13em;
	line-height: 1.25;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.ep-pseo-hero h1 {
	color: #fff;
	font-size: clamp(42px, 5vw, 72px);
	font-weight: 850;
	letter-spacing: -.04em;
	line-height: 1.02;
	margin: 0;
	max-width: 980px;
}

.ep-pseo-hero__summary {
	color: #d4dce8;
	font-size: 19px;
	line-height: 1.48;
	margin: 22px 0 30px;
	max-width: 760px;
}

.ep-pseo-oem-link {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, .36);
	border-radius: 7px;
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	height: 50px;
	justify-content: center;
	min-height: 50px;
	padding: 0 20px;
	text-decoration: none;
	transition: background-color .2s ease, border-color .2s ease;
}

.ep-pseo-oem-link:hover,
.ep-pseo-oem-link:focus {
	background: rgba(255, 255, 255, .08);
	border-color: #fff;
	color: #fff;
}

.ep-pseo-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.ep-pseo-catalog-link {
	align-items: center;
	background: #2f6df6;
	border: 1px solid #2f6df6;
	border-radius: 7px;
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	height: 50px;
	justify-content: center;
	min-height: 50px;
	padding: 0 20px;
	text-decoration: none;
	transition: background-color .2s ease, border-color .2s ease;
}

.ep-pseo-catalog-link:hover,
.ep-pseo-catalog-link:focus {
	background: #205dde;
	border-color: #205dde;
	color: #fff;
}

.ep-pseo-hero__stat {
	align-items: center;
	background: rgba(7, 18, 33, .34);
	border: 1px solid rgba(130, 179, 244, .28);
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 190px;
	padding: 26px;
	text-align: center;
}

.ep-pseo-hero__stat strong {
	color: #fff;
	font-size: 52px;
	font-weight: 800;
	letter-spacing: -.04em;
	line-height: 1;
}

.ep-pseo-hero__stat span {
	color: #c9d5e5;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 12px;
	max-width: 180px;
}

.ep-pseo-trust {
	background: #080e19;
	color: #fff;
}

.ep-pseo-trust__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding-bottom: 25px;
	padding-top: 25px;
}

.ep-pseo-trust__grid > div {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 0 30px;
}

.ep-pseo-trust__grid > div + div {
	border-left: 1px solid #253044;
}

.ep-pseo-trust__grid > div:first-child {
	padding-left: 0;
}

.ep-pseo-trust strong {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .04em;
	line-height: 1.65;
	text-transform: uppercase;
}

.ep-pseo-trust span {
	color: #9eabba;
	font-size: 14px;
	line-height: 1.65;
}

.ep-pseo-section {
	padding: 72px 0;
}

.ep-pseo-heading {
	align-items: end;
	display: flex;
	gap: 36px;
	justify-content: space-between;
	margin-bottom: 28px;
}

.ep-pseo-heading h2,
.ep-pseo-copy h2,
.ep-pseo-faq h2 {
	color: #101a2d;
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 800;
	letter-spacing: -.035em;
	line-height: 1.15;
	margin: 0;
}

.ep-pseo-heading > p,
.ep-pseo-products__heading > div > p {
	color: #6c7890;
	font-size: 15px;
	line-height: 1.5;
	margin: 0;
}

.ep-pseo-heading .ep-pseo-eyebrow,
.ep-pseo-copy .ep-pseo-eyebrow,
.ep-pseo-faq .ep-pseo-eyebrow {
	margin-bottom: 10px;
}

.ep-pseo-route-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ep-pseo-route-card {
	background: #fff;
	border: 1px solid #dce3ec;
	border-radius: 12px;
	color: #0f172a;
	display: grid;
	min-height: 126px;
	padding: 22px;
	position: relative;
	text-decoration: none;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.ep-pseo-route-card:hover,
.ep-pseo-route-card:focus {
	border-color: #7aaeff;
	box-shadow: 0 14px 32px rgba(15, 23, 42, .08);
	color: #0f172a;
	transform: translateY(-2px);
}

.ep-pseo-route-card strong {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.3;
	padding-right: 24px;
}

.ep-pseo-route-card span {
	align-self: end;
	color: #718096;
	font-size: 14px;
}

.ep-pseo-route-card i {
	color: #2563eb;
	font-size: 18px;
	font-style: normal;
	position: absolute;
	right: 18px;
	top: 18px;
}

.ep-pseo-swipe {
	color: #748198;
	display: none;
	font-size: 13px;
	margin: 14px 4px 0;
	text-align: right;
}

.ep-pseo-products {
	background: #fff;
	border-bottom: 1px solid #e0e6ee;
	border-top: 1px solid #e0e6ee;
}

.ep-pseo-products__heading {
	align-items: center;
}

.ep-pseo-sort {
	align-items: center;
	display: flex;
	gap: 10px;
}

.ep-pseo-sort label {
	color: #526078;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}

.ep-pseo-sort select {
	background: #fff;
	border: 1px solid #cfd8e4;
	border-radius: 8px;
	color: #152033;
	font-size: 14px;
	font-weight: 650;
	min-height: 44px;
	padding: 8px 38px 8px 13px;
}

.ep-pseo-product-grid,
.ep-pseo-products .apcb-products-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ep-pseo-product-grid .aps-product-card {
	height: 100%;
	margin: 0;
	min-width: 0;
	width: 100%;
}

.ep-pseo-product-grid .aps-product-card__action,
.woocommerce .ep-pseo-product-grid a.button.aps-product-card__action {
	align-items: center;
	aspect-ratio: 1;
	box-sizing: border-box;
	display: inline-flex !important;
	flex: 0 0 38px;
	height: 38px;
	justify-content: center;
	margin: 0;
	max-width: 38px;
	min-height: 38px;
	min-width: 38px;
	padding: 0 !important;
	width: 38px !important;
}

.ep-pseo-fallback-card {
	background: #fff;
	border: 1px solid #dce3ec;
	border-radius: 10px;
	overflow: hidden;
	padding: 14px;
}

.ep-pseo-fallback-card a {
	color: inherit;
	text-decoration: none;
}

.ep-pseo-fallback-card img {
	height: 220px;
	object-fit: contain;
	width: 100%;
}

.ep-pseo-fallback-card h3 {
	font-size: 17px;
	line-height: 1.35;
}

.ep-pseo-pagination,
.ep-pseo-products .apcb-pagination {
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-top: 34px;
}

.ep-pseo-pagination .page-numbers,
.ep-pseo-products .apcb-pagination .page-numbers {
	align-items: center;
	background: #fff;
	border: 1px solid #d7dfe9;
	border-radius: 7px;
	color: #1f2b3d;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	height: 40px;
	justify-content: center;
	min-width: 40px;
	padding: 0 10px;
	text-decoration: none;
}

.ep-pseo-pagination .current,
.ep-pseo-products .apcb-pagination .current {
	background: #2563eb;
	border-color: #2563eb;
	color: #fff;
}

.ep-pseo-copy {
	background: #f5f7fb;
}

.ep-pseo-copy__grid,
.ep-pseo-faq__grid {
	display: grid;
	gap: 80px;
	grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
}

.ep-pseo-copy__body {
	color: #4e5b70;
	font-size: 16px;
	line-height: 1.75;
}

.ep-pseo-copy__body p {
	margin: 0 0 18px;
}

.ep-pseo-faq {
	background: #fff;
	border-top: 1px solid #e0e6ee;
}

.ep-pseo-faq__items details {
	border-bottom: 1px solid #dfe5ec;
	padding: 0;
}

.ep-pseo-faq__items summary {
	color: #152033;
	cursor: pointer;
	font-size: 17px;
	font-weight: 750;
	line-height: 1.45;
	list-style: none;
	padding: 21px 34px 21px 0;
	position: relative;
}

.ep-pseo-faq__items summary::-webkit-details-marker {
	display: none;
}

.ep-pseo-faq__items summary::after {
	color: #2563eb;
	content: "+";
	font-size: 24px;
	position: absolute;
	right: 4px;
	top: 16px;
}

.ep-pseo-faq__items details[open] summary::after {
	content: "−";
}

.ep-pseo-faq__items p {
	color: #5c687b;
	font-size: 15px;
	line-height: 1.7;
	margin: -3px 0 22px;
	max-width: 760px;
}

.ep-pseo-empty {
	background: #f7f9fc;
	border: 1px solid #dce3ec;
	border-radius: 12px;
	padding: 32px;
	text-align: center;
}

.ep-pseo-product-links {
	background: #f5f7fb;
	border-bottom: 1px solid #e2e8f0;
	border-top: 1px solid #e2e8f0;
	padding: 50px 0;
}

.ep-pseo-product-links__heading p {
	color: #3b82f6;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .13em;
	margin: 0 0 7px;
}

.ep-pseo-product-links__heading h2 {
	color: #101a2d;
	font-size: 28px;
	font-weight: 800;
	letter-spacing: -.025em;
	line-height: 1.2;
	margin: 0 0 22px;
}

.ep-pseo-product-links__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ep-pseo-product-links__list a {
	align-items: center;
	background: #fff;
	border: 1px solid #d7e0eb;
	border-radius: 8px;
	color: #172033;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	gap: 16px;
	justify-content: space-between;
	min-height: 46px;
	padding: 11px 14px;
	text-decoration: none;
}

.ep-pseo-product-links__list a:hover,
.ep-pseo-product-links__list a:focus {
	border-color: #7eabff;
	color: #1d4ed8;
}

.ep-pseo-product-links__list i {
	color: #2563eb;
	font-style: normal;
}

.ep-pseo-product-links__swipe {
	color: #718096;
	display: none;
	font-size: 13px;
	margin: 12px 0 0;
	text-align: right;
}

@media (max-width: 1100px) {
	.ep-pseo-route-grid,
	.ep-pseo-product-grid,
	.ep-pseo-products .apcb-products-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ep-pseo-hero__grid {
		gap: 36px;
		grid-template-columns: minmax(0, 1fr) 220px;
	}
}

@media (max-width: 767px) {
	.ep-pseo-container {
		padding-left: 18px;
		padding-right: 18px;
	}

	.ep-pseo-hero {
		min-height: auto;
		padding: 28px 0 34px;
	}

	.ep-pseo-breadcrumbs {
		margin-bottom: 32px;
	}

	.ep-pseo-hero__grid {
		display: block;
	}

	.ep-pseo-hero h1 {
		font-size: clamp(36px, 10vw, 54px);
	}

	.ep-pseo-hero__summary {
		font-size: 16px;
		line-height: 1.45;
		margin: 16px 0 22px;
	}

	.ep-pseo-hero__stat {
		display: none;
	}

	.ep-pseo-trust__grid > div:nth-child(2) {
		display: none;
	}

	.ep-pseo-trust__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.ep-pseo-page .ep-pseo-trust__grid {
		padding-bottom: 0 !important;
		padding-left: 12px !important;
		padding-right: 12px !important;
		padding-top: 0 !important;
	}

	.ep-pseo-trust__grid > div {
		align-items: center;
		justify-content: center;
		min-height: 76px;
		padding: 14px 10px;
		text-align: center;
	}

	.ep-pseo-trust__grid > div:nth-child(3) {
		border-left: 1px solid #253044;
	}

	.ep-pseo-trust span {
		display: none;
	}

	.ep-pseo-trust strong {
		font-size: 13px;
		font-weight: 800;
		letter-spacing: .05em;
		line-height: 1.45;
	}

	.ep-pseo-section {
		padding: 52px 0;
	}

	.ep-pseo-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.ep-pseo-route-grid {
		display: flex;
		gap: 12px;
		margin-left: -18px;
		margin-right: -18px;
		overflow-x: auto;
		padding: 0 18px 8px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.ep-pseo-route-grid::-webkit-scrollbar {
		display: none;
	}

	.ep-pseo-route-card {
		flex: 0 0 220px;
		scroll-snap-align: start;
	}

	.ep-pseo-swipe {
		display: block;
	}

	.ep-pseo-product-grid,
	.ep-pseo-products .apcb-products-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ep-pseo-product-links__list {
		flex-wrap: nowrap;
		margin-left: -18px;
		margin-right: -18px;
		overflow-x: auto;
		padding: 0 18px 7px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.ep-pseo-product-links__list::-webkit-scrollbar {
		display: none;
	}

	.ep-pseo-product-links__list a {
		flex: 0 0 230px;
		scroll-snap-align: start;
	}

	.ep-pseo-product-links__swipe {
		display: block;
	}

	.ep-pseo-copy__grid,
	.ep-pseo-faq__grid {
		gap: 28px;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.ep-pseo-hero::after {
		height: 250px;
		right: -110px;
		top: -80px;
		width: 250px;
	}

	.ep-pseo-breadcrumbs li {
		font-size: 13px;
	}

	.ep-pseo-eyebrow {
		font-size: 14px;
		letter-spacing: .13em;
	}

	.ep-pseo-hero h1 {
		font-size: 38px;
	}

	.ep-pseo-hero__actions,
	.ep-pseo-catalog-link,
	.ep-pseo-oem-link {
		width: 100%;
	}

	.ep-pseo-trust strong {
		font-size: 13px;
	}

	.ep-pseo-section {
		padding: 42px 0;
	}

	.ep-pseo-heading h2,
	.ep-pseo-copy h2,
	.ep-pseo-faq h2 {
		font-size: 28px;
	}

	.ep-pseo-products__heading {
		align-items: stretch;
	}

	.ep-pseo-sort {
		justify-content: space-between;
		width: 100%;
	}

	.ep-pseo-sort select {
		flex: 1;
		max-width: 230px;
	}

	.ep-pseo-product-grid,
	.ep-pseo-products .apcb-products-grid {
		grid-template-columns: 1fr;
	}
}
