.europeparts-info-page .entry-header,
.europeparts-info-page .entry-title {
	display: none;
}

.europeparts-info-page .site-content,
.europeparts-info-page .ast-container,
.europeparts-info-page .content-area,
.europeparts-info-page .site-main,
.europeparts-info-page article.page,
.europeparts-info-page .entry-content {
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}

.ep-info {
	--ep-blue: #2563eb;
	--ep-blue-soft: #eff6ff;
	--ep-border: #dbe3ee;
	--ep-muted: #64748b;
	--ep-navy: #07111f;
	--ep-soft: #f6f8fb;
	background: #fff;
	color: #0f172a;
	font-family: var(--aps-font, inherit);
}

.ep-info *,
.ep-info *::before,
.ep-info *::after {
	box-sizing: border-box;
}

.ep-info a {
	text-decoration: none !important;
}

.ep-info svg {
	fill: none;
	height: 22px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 22px;
}

.ep-info__hero {
	background:
		radial-gradient(circle at 86% 14%, rgba(37, 99, 235, .24), transparent 28%),
		linear-gradient(125deg, #07111f 0%, #0d1b30 62%, #122a4b 100%);
	color: #fff;
	overflow: hidden;
	padding: 64px 24px 58px;
	position: relative;
}

.ep-info__hero::after {
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 999px;
	content: "";
	height: 420px;
	position: absolute;
	right: -80px;
	top: -230px;
	width: 420px;
}

.ep-info__hero-inner,
.ep-info__section-nav-inner,
.ep-info__content {
	margin: 0 auto;
	max-width: 1440px;
}

.ep-info__crumbs {
	align-items: center;
	color: #aab8ca;
	display: flex;
	font-size: 14px;
	font-weight: 650;
	gap: 9px;
	margin-bottom: 44px;
}

.ep-info__crumbs a {
	color: #fff;
}

.ep-info__eyebrow {
	color: #60a5fa;
	font-size: 13px;
	font-weight: 850;
	letter-spacing: .14em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.ep-info__hero h1 {
	color: #fff;
	font-size: clamp(42px, 5vw, 72px);
	font-weight: 850;
	letter-spacing: -.045em;
	line-height: .98;
	margin: 0;
	max-width: 920px;
}

.ep-info__lead {
	color: #cbd5e1;
	font-size: 20px;
	line-height: 1.55;
	margin: 24px 0 0;
	max-width: 820px;
}

.ep-info__hero-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 30px;
	margin-top: 34px;
}

.ep-info__hero-meta span {
	align-items: center;
	color: #e2e8f0;
	display: inline-flex;
	font-size: 14px;
	font-weight: 750;
	gap: 8px;
}

.ep-info__hero-meta svg {
	color: #60a5fa;
	height: 18px;
	width: 18px;
}

.ep-info__section-nav {
	background: #fff;
	border-bottom: 1px solid var(--ep-border);
	box-shadow: 0 8px 26px rgba(15,23,42,.04);
	position: sticky;
	top: 0;
	z-index: 20;
}

.ep-info__section-nav-inner {
	display: flex;
	overflow-x: auto;
	padding: 0 24px;
	scrollbar-width: none;
}

.ep-info__section-nav-inner::-webkit-scrollbar {
	display: none;
}

.ep-info__section-nav a {
	border-bottom: 3px solid transparent;
	color: #475569;
	flex: 0 0 auto;
	font-size: 14px;
	font-weight: 750;
	padding: 20px 18px 17px;
	white-space: nowrap;
}

.ep-info__section-nav a:hover,
.ep-info__section-nav a.is-current {
	border-bottom-color: var(--ep-blue);
	color: var(--ep-blue);
}

.ep-info__content {
	padding: 58px 24px 88px;
}

.ep-info__notice {
	align-items: flex-start;
	background: var(--ep-blue-soft);
	border: 1px solid #bfdbfe;
	border-radius: 16px;
	color: #334155;
	display: flex;
	font-size: 15px;
	gap: 14px;
	line-height: 1.6;
	margin-bottom: 64px;
	padding: 20px 22px;
}

.ep-info__notice svg {
	color: var(--ep-blue);
	flex: 0 0 22px;
	margin-top: 1px;
}

.ep-info__notice a,
.ep-info__prose a,
.ep-info__card a {
	color: var(--ep-blue);
	font-weight: 750;
}

.ep-info__block {
	border-bottom: 1px solid var(--ep-border);
	padding: 64px 0;
}

.ep-info__block:first-child {
	padding-top: 0;
}

.ep-info__block--soft {
	background: var(--ep-soft);
	border: 0;
	border-radius: 22px;
	margin: 64px 0 0;
	padding: 48px;
}

.ep-info__heading {
	max-width: 900px;
}

.ep-info__heading h2,
.ep-info__cta h2 {
	color: #0f172a;
	font-size: clamp(30px, 3vw, 44px);
	font-weight: 850;
	letter-spacing: -.035em;
	line-height: 1.08;
	margin: 0;
}

.ep-info__prose {
	color: #53627a;
	font-size: 17px;
	line-height: 1.75;
	margin-top: 20px;
}

.ep-info__prose p {
	margin: 0 0 16px;
}

.ep-info__prose p:last-child {
	margin-bottom: 0;
}

.ep-info__steps {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 36px;
}

.ep-info__step {
	border: 1px solid var(--ep-border);
	border-radius: 18px;
	padding: 24px;
}

.ep-info__step-number {
	align-items: center;
	background: var(--ep-blue);
	border-radius: 10px;
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 850;
	height: 32px;
	justify-content: center;
	margin-bottom: 28px;
	width: 32px;
}

.ep-info__step h3,
.ep-info__card h3 {
	color: #0f172a;
	font-size: 18px;
	font-weight: 820;
	line-height: 1.25;
	margin: 0 0 10px;
}

.ep-info__step p,
.ep-info__card div {
	color: #64748b;
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
}

.ep-info__card p {
	margin: 0 0 8px;
}

.ep-info__cards {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 36px;
}

.ep-info__card {
	background: #fff;
	border: 1px solid var(--ep-border);
	border-radius: 18px;
	padding: 26px;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.ep-info__card:hover {
	border-color: #b7cdfa;
	box-shadow: 0 16px 38px rgba(15,23,42,.07);
	transform: translateY(-2px);
}

.ep-info__card-icon {
	align-items: center;
	background: var(--ep-blue-soft);
	border-radius: 12px;
	color: var(--ep-blue);
	display: inline-flex;
	height: 46px;
	justify-content: center;
	margin-bottom: 24px;
	width: 46px;
}

.ep-info__checklist {
	display: grid;
	gap: 0 32px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 32px 0 0;
	padding: 0;
}

.ep-info__checklist li {
	align-items: flex-start;
	border-top: 1px solid var(--ep-border);
	color: #475569;
	display: flex;
	font-size: 15px;
	gap: 12px;
	line-height: 1.6;
	padding: 18px 0;
}

.ep-info__checklist svg {
	color: #16a34a;
	flex: 0 0 18px;
	height: 18px;
	margin-top: 3px;
	width: 18px;
}

.ep-info__accordion {
	border-top: 1px solid var(--ep-border);
	margin-top: 34px;
}

.ep-info__accordion details {
	border-bottom: 1px solid var(--ep-border);
}

.ep-info__accordion summary {
	align-items: center;
	color: #0f172a;
	cursor: pointer;
	display: flex;
	font-size: 17px;
	font-weight: 800;
	gap: 20px;
	justify-content: space-between;
	list-style: none;
	padding: 24px 2px;
}

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

.ep-info__accordion summary span {
	color: var(--ep-blue);
	font-size: 26px;
	font-weight: 500;
	transition: transform .2s ease;
}

.ep-info__accordion details[open] summary span {
	transform: rotate(45deg);
}

.ep-info__accordion details > div {
	color: #64748b;
	font-size: 15px;
	line-height: 1.7;
	max-width: 960px;
	padding: 0 40px 24px 2px;
}

.ep-info__cta {
	align-items: center;
	background: var(--ep-navy);
	border-radius: 24px;
	color: #fff;
	display: flex;
	gap: 40px;
	justify-content: space-between;
	margin-top: 72px;
	overflow: hidden;
	padding: 44px 48px;
	position: relative;
}

.ep-info__cta h2 {
	color: #fff;
	font-size: clamp(28px, 3vw, 40px);
}

.ep-info__cta > div:first-child {
	max-width: 720px;
	position: relative;
	z-index: 1;
}

.ep-info__cta p:not(.ep-info__eyebrow) {
	color: #b9c5d6;
	font-size: 15px;
	line-height: 1.6;
	margin: 14px 0 0;
}

.ep-info__cta-actions {
	display: flex;
	flex: 0 0 auto;
	gap: 10px;
	position: relative;
	z-index: 1;
}

.ep-info__button {
	align-items: center;
	border: 1px solid #fff;
	border-radius: 10px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
}

.ep-info__button--light {
	background: #fff;
	color: #0f172a;
}

.ep-info__button--outline {
	background: transparent;
	color: #fff;
}

@media (max-width: 980px) {
	.ep-info__steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ep-info__cards {
		grid-template-columns: 1fr;
	}

	.ep-info__cta {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 680px) {
	.ep-info__hero {
		padding: 28px 20px 36px;
	}

	.ep-info__crumbs {
		font-size: 13px;
		margin-bottom: 32px;
	}

	.ep-info__hero h1 {
		font-size: 38px;
		line-height: 1.02;
	}

	.ep-info__lead {
		font-size: 16px;
		line-height: 1.55;
		margin-top: 18px;
	}

	.ep-info__hero-meta {
		display: grid;
		gap: 10px;
		grid-template-columns: 1fr 1fr;
		margin-top: 26px;
	}

	.ep-info__hero-meta span {
		font-size: 12px;
	}

	.ep-info__hero-meta span:last-child {
		display: none;
	}

	.ep-info__section-nav {
		position: static;
	}

	.ep-info__section-nav-inner {
		padding: 0 12px;
	}

	.ep-info__section-nav a {
		font-size: 13px;
		padding: 16px 12px 13px;
	}

	.ep-info__content {
		padding: 30px 20px 56px;
	}

	.ep-info__notice {
		border-radius: 14px;
		font-size: 14px;
		margin-bottom: 38px;
		padding: 16px;
	}

	.ep-info__block {
		padding: 44px 0;
	}

	.ep-info__block--soft {
		border-radius: 16px;
		margin-top: 44px;
		padding: 26px 20px;
	}

	.ep-info__heading h2 {
		font-size: 28px;
	}

	.ep-info__prose {
		font-size: 15px;
		line-height: 1.7;
		margin-top: 16px;
	}

	.ep-info__steps {
		gap: 12px;
		grid-template-columns: 1fr;
		margin-top: 24px;
	}

	.ep-info__step {
		display: grid;
		gap: 4px 14px;
		grid-template-columns: 34px minmax(0, 1fr);
		padding: 18px;
	}

	.ep-info__step-number {
		grid-row: span 2;
		height: 34px;
		margin: 0;
		width: 34px;
	}

	.ep-info__step h3 {
		font-size: 16px;
		margin: 0;
	}

	.ep-info__step p {
		font-size: 14px;
	}

	.ep-info__cards {
		gap: 12px;
		margin-top: 24px;
	}

	.ep-info__card {
		padding: 20px;
	}

	.ep-info__card-icon {
		height: 42px;
		margin-bottom: 18px;
		width: 42px;
	}

	.ep-info__checklist {
		grid-template-columns: 1fr;
		margin-top: 22px;
	}

	.ep-info__checklist li {
		font-size: 14px;
		padding: 15px 0;
	}

	.ep-info__accordion {
		margin-top: 24px;
	}

	.ep-info__accordion summary {
		font-size: 15px;
		line-height: 1.4;
		padding: 20px 0;
	}

	.ep-info__accordion details > div {
		font-size: 14px;
		padding: 0 26px 20px 0;
	}

	.ep-info__cta {
		border-radius: 18px;
		gap: 26px;
		margin-top: 48px;
		padding: 30px 22px;
	}

	.ep-info__cta h2 {
		font-size: 28px;
	}

	.ep-info__cta-actions {
		flex-direction: column;
		width: 100%;
	}

	.ep-info__button {
		width: 100%;
	}
}
