.vlp-fullwidth-shell {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

.volgen-landing-page {
	width: 100%;
	max-width: none;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #17202c;
}

.volgen-scania-engine-parts *,
.volgen-scania-engine-parts *::before,
.volgen-scania-engine-parts *::after {
	box-sizing: border-box;
}

.volgen-scania-engine-parts img {
	display: block;
	max-width: 100%;
	height: auto;
}

.vlp-container {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.vlp-section {
	padding: 110px 0;
}

.vlp-eyebrow {
	margin-bottom: 22px;
	color: #d30b2f;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.vlp-section-heading {
	max-width: 760px;
	margin-bottom: 54px;
}

.vlp-section-heading h2 {
	margin: 0 0 20px;
	font-size: clamp(42px, 5vw, 72px);
	line-height: .98;
	letter-spacing: -.04em;
}

.vlp-section-heading p {
	max-width: 700px;
	margin: 0;
	font-size: 18px;
	line-height: 1.6;
	color: #526071;
}


/* HERO */

.scania-hero {
	position: relative;
	overflow: hidden;
	padding: 96px 0 104px;
	color: #fff;
	background:
		radial-gradient(circle at 74% 38%, rgba(211,11,47,.20), transparent 30%),
		linear-gradient(122deg, #071018 0%, #101923 44%, #172130 100%);
	border-bottom: 6px solid #d30b2f;
}

.scania-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(7,16,24,.16), rgba(7,16,24,0) 52%),
		radial-gradient(circle at 82% 18%, rgba(255,255,255,.10), transparent 23%);
	pointer-events: none;
}

.scania-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(350px, .72fr) minmax(650px, 1.28fr);
	gap: 44px;
	align-items: center;
}

.scania-hero__content h1 {
	max-width: 580px;
	margin: 0 0 28px;
	color: #fff;
	font-size: clamp(58px, 5.2vw, 80px);
	font-weight: 800;
	line-height: .98;
	letter-spacing: -.045em;
}

.scania-hero__lead {
	max-width: 650px;
	margin: 0;
	color: #e4e8ed;
	font-size: 20px;
	line-height: 1.55;
}

.scania-hero__actions {
	display: flex;
	gap: 14px;
	margin-top: 34px;
	flex-wrap: nowrap;
}

.vlp-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 0 24px;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.vlp-button--primary {
	color: #fff;
	background: #d30b2f;
}

.vlp-button--primary:hover {
	color: #fff;
	background: #b60928;
}

.vlp-button--secondary {
	color: #fff;
	border: 1px solid rgba(255,255,255,.7);
	background: transparent;
}

.vlp-button--secondary:hover {
	color: #fff;
	border-color: #fff;
}

.scania-hero__trust {
	display: flex;
	flex-wrap: nowrap;
	gap: 18px;
	margin-top: 30px;
	color: #dce2e8;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
}

.scania-hero__trust span::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 10px;
	background: #d30b2f;
	vertical-align: middle;
}


/* HERO MEDIA */

.scania-hero__media {
	position: relative;
	min-height: 680px;
	margin-right: -118px;
}

.scania-hero__visual {
	position: absolute;
	inset: -18px -10px 26px -6px;
	padding: 4px;
	background: linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.02));
	box-shadow: 0 38px 96px rgba(0,0,0,.38);
}

.scania-hero__truck {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #18222e;
}

.scania-hero__truck::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			90deg,
			rgba(7,16,24,.34),
			rgba(7,16,24,0) 42%,
			rgba(7,16,24,.10)
		),
		linear-gradient(0deg, rgba(7,16,24,.32), rgba(7,16,24,0) 38%);
}

.scania-hero__truck img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.scania-hero__engine-card {
	position: absolute;
	right: 38px;
	bottom: 24px;
	width: min(44%, 380px);
	min-width: 330px;
	padding: 18px;
	background: #fff;
	box-shadow: 0 26px 70px rgba(0,0,0,.38);
	z-index: 3;
}

.scania-hero__engine-card img {
	width: 100%;
	aspect-ratio: 1 / .78;
	object-fit: contain;
	background: #fff;
}

.scania-engine-card__label {
	padding: 13px 5px 2px;
	color: #121820;
}

.scania-engine-card__label strong,
.scania-engine-card__label span,
.scania-engine-card__label em {
	display: block;
}

.scania-engine-card__label strong {
	font-size: 22px;
	text-transform: uppercase;
}

.scania-engine-card__label span {
	margin-top: 5px;
	color: #627080;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
}

.scania-engine-card__label em {
	margin-top: 4px;
	color: #313b47;
	font-size: 13px;
	font-style: normal;
	line-height: 1.35;
}

.scania-hero__engine-card a {
	display: inline-flex;
	margin: 14px 5px 1px;
	color: #c90b2c;
	font-size: 11px;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
}

.scania-hero__badge {
	position: absolute;
	left: 22px;
	bottom: 54px;
	z-index: 4;
	padding: 10px 14px;
	color: #fff;
	background: rgba(9,18,28,.74);
	border-left: 3px solid #d30b2f;
	backdrop-filter: blur(10px);
}

.scania-hero__badge span,
.scania-hero__badge strong {
	display: block;
}

.scania-hero__badge span {
	margin-bottom: 3px;
	color: #adb7c2;
	font-size: 9px;
	font-weight: 700;
}

.scania-hero__badge strong {
	font-size: 12px;
}


/* CAPABILITIES */

.scania-capabilities {
	background: linear-gradient(135deg, #101923 0%, #17202b 100%);
	color: #fff;
}

.scania-capabilities__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.scania-capabilities__grid > div {
	padding: 30px 25px;
	border-right: 1px solid rgba(255,255,255,.12);
}

.scania-capabilities__grid > div:last-child {
	border-right: 0;
}

.scania-capabilities strong,
.scania-capabilities span {
	display: block;
}

.scania-capabilities strong {
	margin-bottom: 6px;
	font-size: 17px;
}

.scania-capabilities span {
	color: #aab3bc;
	font-size: 12px;
}


/* APPLICATIONS */

.scania-applications {
	padding: 70px 0;
	background: #f6f8fa;
	border-bottom: 1px solid #dce1e6;
}

.scania-applications__heading {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: 60px;
	align-items: end;
	margin-bottom: 34px;
}

.scania-applications__heading h2 {
	margin: 0;
	font-size: clamp(34px, 4vw, 54px);
	line-height: 1;
	letter-spacing: -.035em;
}

.scania-applications__heading p {
	margin: 0;
	color: #526071;
	font-size: 16px;
	line-height: 1.6;
}

.scania-applications__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid #dce1e6;
	border-left: 1px solid #dce1e6;
}

.scania-applications__grid > div {
	min-height: 150px;
	padding: 26px;
	background: #fff;
	border-right: 1px solid #dce1e6;
	border-bottom: 1px solid #dce1e6;
}

.scania-applications__grid strong,
.scania-applications__grid span {
	display: block;
}

.scania-applications__grid strong {
	margin-bottom: 14px;
	font-size: 18px;
}

.scania-applications__grid span {
	color: #596676;
	font-size: 14px;
	line-height: 1.5;
}


/* CATEGORIES */

.scania-categories {
	background: #fff;
}

.scania-category-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid #dce1e6;
	border-left: 1px solid #dce1e6;
}

.scania-category {
	min-height: 300px;
	padding: 34px;
	border-right: 1px solid #dce1e6;
	border-bottom: 1px solid #dce1e6;
}

.scania-category__number {
	margin-bottom: 42px;
	color: #d30b2f;
	font-size: 12px;
	font-weight: 800;
}

.scania-category h3 {
	margin: 0 0 18px;
	font-size: 22px;
	line-height: 1.2;
}

.scania-category p {
	margin: 0 0 28px;
	color: #536172;
	line-height: 1.55;
}

.scania-category a,
.vlp-text-link {
	color: #c90b2c;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
}

.scania-category-cta {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 30px 0 0;
}


/* OEM */

.scania-oem {
	background: #f3f5f7;
}

.scania-oem__grid {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	gap: 70px;
}

.scania-oem__intro h2 {
	margin: 0 0 24px;
	font-size: clamp(46px, 5vw, 70px);
	line-height: .98;
	letter-spacing: -.04em;
}

.scania-oem__intro > p {
	color: #526071;
	font-size: 18px;
	line-height: 1.55;
}

.scania-oem__note {
	margin-top: 34px;
	padding: 24px;
	border-left: 4px solid #d30b2f;
	background: #fff;
}

.scania-oem__note p {
	margin-bottom: 0;
	color: #596676;
}

.scania-oem__steps {
	display: grid;
	gap: 14px;
}

.scania-oem-step {
	display: grid;
	grid-template-columns: 54px 1fr;
	gap: 20px;
	align-items: start;
	padding: 28px;
	background: #fff;
	border: 1px solid #dce1e6;
}

.scania-oem-step__number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	color: #fff;
	background: #d30b2f;
	font-weight: 800;
}

.scania-oem-step h3 {
	margin: 1px 0 6px;
	font-size: 20px;
}

.scania-oem-step p {
	margin: 0;
	color: #596676;
}


/* PRODUCTS */

.scania-products {
	background: #fff;
}

.scania-product-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}

.scania-product-card {
	border: 1px solid #dce1e6;
	background: #fff;
}

.scania-product-card__image {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	padding: 20px;
	background: #f5f6f7;
}

.scania-product-card__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.scania-product-card__body {
	padding: 24px;
}

.scania-product-card__label {
	margin-bottom: 10px;
	color: #d30b2f;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.scania-product-card h3 {
	min-height: 72px;
	margin: 0 0 22px;
	font-size: 19px;
	line-height: 1.3;
}

.scania-product-card h3 a {
	color: #17202c;
	text-decoration: none;
}

.scania-product-card__meta {
	padding-top: 15px;
	border-top: 1px solid #dce1e6;
}

.scania-product-card__meta span,
.scania-product-card__meta strong {
	display: block;
}

.scania-product-card__meta span {
	margin-bottom: 4px;
	color: #6d7885;
	font-size: 10px;
	font-weight: 800;
}

.scania-product-card__actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 22px;
}

.scania-product-card__actions a {
	color: #c90b2c;
	font-size: 11px;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
}


/* WHY */

.scania-why {
	color: #fff;
	background: linear-gradient(135deg, #111923 0%, #182433 100%);
}

.scania-why .vlp-section-heading h2 {
	color: #fff;
}

.scania-why__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid rgba(255,255,255,.15);
	border-left: 1px solid rgba(255,255,255,.15);
}

.scania-why__grid > div {
	padding: 32px;
	border-right: 1px solid rgba(255,255,255,.15);
	border-bottom: 1px solid rgba(255,255,255,.15);
}

.scania-why__grid strong {
	font-size: 19px;
}

.scania-why__grid p {
	color: #b8c0c8;
}


/* RESOURCES */

.scania-resources {
	background: #f6f8fa;
}

.scania-resources__grid {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	gap: 70px;
	align-items: start;
}

.scania-resources h2 {
	margin: 0;
	font-size: clamp(36px, 4vw, 56px);
	line-height: 1;
	letter-spacing: -.035em;
}

.scania-resources__links {
	display: grid;
	border-top: 1px solid #dce1e6;
}

.scania-resources__links a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 22px 0;
	color: #17202c;
	border-bottom: 1px solid #dce1e6;
	font-size: 17px;
	font-weight: 700;
	text-decoration: none;
}

.scania-resources__links a::after {
	content: "->";
	color: #c90b2c;
	font-size: 12px;
	font-weight: 800;
}

.scania-resources__links a:hover {
	color: #c90b2c;
}


/* FAQ */

.scania-faq {
	background: #fff;
}

.scania-faq__grid {
	display: grid;
	grid-template-columns: .7fr 1.3fr;
	gap: 80px;
}

.scania-faq h2 {
	font-size: clamp(42px, 5vw, 66px);
	line-height: 1;
}

.scania-faq details {
	border-top: 1px solid #dce1e6;
}

.scania-faq details:last-child {
	border-bottom: 1px solid #dce1e6;
}

.scania-faq summary {
	padding: 24px 0;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
}

.scania-faq details p {
	padding: 0 0 24px;
	margin: 0;
	color: #596676;
}


/* RFQ */

.scania-rfq {
	padding: 110px 0;
	color: #fff;
	background:
		radial-gradient(circle at 18% 20%, rgba(211,11,47,.18), transparent 28%),
		linear-gradient(135deg, #071018 0%, #111b27 50%, #182332 100%);
}

.scania-rfq__grid {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: 80px;
	align-items: start;
}

.scania-rfq__content h2 {
	max-width: 560px;
	margin: 0 0 26px;
	color: #fff;
	font-size: clamp(48px, 5vw, 72px);
	line-height: .98;
	letter-spacing: -.045em;
}

.scania-rfq__content > p {
	max-width: 580px;
	color: #d7dde3;
	font-size: 18px;
	line-height: 1.55;
}

.scania-rfq__content ul {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 22px;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.scania-rfq__content li {
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.scania-rfq__content li::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 8px;
	background: #d30b2f;
	vertical-align: middle;
}

.scania-rfq__form {
	padding: 36px;
	background: #fff;
	color: #17202c;
}


/* WPFORMS SCOPED */

.volgen-scania-engine-parts .wpforms-container {
	margin: 0;
}

.volgen-scania-engine-parts .wpforms-container label {
	color: #17202c !important;
	font-weight: 700 !important;
}

.volgen-scania-engine-parts .wpforms-container input,
.volgen-scania-engine-parts .wpforms-container textarea,
.volgen-scania-engine-parts .wpforms-container select {
	width: 100% !important;
	color: #17202c !important;
	background: #fff !important;
	border: 1px solid #cbd2d9 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.volgen-scania-engine-parts .wpforms-container input:focus,
.volgen-scania-engine-parts .wpforms-container textarea:focus,
.volgen-scania-engine-parts .wpforms-container select:focus {
	border-color: #d30b2f !important;
	outline: 2px solid rgba(211,11,47,.15) !important;
}

.volgen-scania-engine-parts .wpforms-submit {
	min-height: 52px !important;
	padding: 0 30px !important;
	color: #fff !important;
	background: #d30b2f !important;
	border: 0 !important;
	border-radius: 0 !important;
	font-weight: 800 !important;
	text-transform: uppercase;
}

.volgen-scania-engine-parts .wpforms-submit:hover {
	background: #b60928 !important;
}


/* RESPONSIVE */

@media (max-width: 1100px) {

	.scania-hero__grid,
	.scania-oem__grid,
	.scania-rfq__grid {
		grid-template-columns: 1fr;
	}

	.scania-hero__media {
		min-height: 560px;
		margin-right: 0;
	}

	.scania-product-grid,
	.scania-capabilities__grid,
	.scania-applications__grid,
	.scania-why__grid {
		grid-template-columns: repeat(2, 1fr);
	}

}


@media (max-width: 768px) {

	.vlp-container {
		width: min(100% - 32px, 1180px);
	}

	.vlp-section {
		padding: 78px 0;
	}

	.scania-hero {
		padding: 68px 0;
	}

	.scania-hero__grid {
		gap: 48px;
	}

	.scania-hero__content h1 {
		font-size: clamp(52px, 15vw, 72px);
	}

	.scania-hero__lead {
		font-size: 17px;
	}

	.scania-hero__actions {
		flex-direction: column;
		flex-wrap: wrap;
	}

	.vlp-button {
		width: 100%;
	}

	.scania-hero__trust {
		flex-wrap: wrap;
		white-space: normal;
	}

	.scania-hero__media {
		display: flex;
		flex-direction: column;
		gap: 18px;
		min-height: 0;
	}

	.scania-hero__visual {
		position: relative;
		inset: auto;
		width: 100%;
		aspect-ratio: 16 / 10;
		padding: 6px;
	}

	.scania-hero__engine-card {
		position: relative;
		right: auto;
		bottom: auto;
		left: auto;
		top: auto;
		transform: none;
		width: 100%;
		max-width: none;
		min-width: 0;
		padding: 18px;
	}

	.scania-engine-card__label strong {
		font-size: 20px;
	}

	.scania-engine-card__label span,
	.scania-engine-card__label em {
		font-size: 13px;
	}

	.scania-hero__badge {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		transform: none;
		width: 100%;
		max-width: none;
		padding: 14px 16px;
	}

	.scania-category-grid {
		grid-template-columns: 1fr;
	}

	.scania-category {
		min-height: 0;
	}

	.scania-category-cta {
		flex-direction: column;
	}

	.scania-applications__heading,
	.scania-oem__grid,
	.scania-resources__grid,
	.scania-faq__grid {
		grid-template-columns: 1fr;
		gap: 45px;
	}

	.scania-product-grid,
	.scania-capabilities__grid,
	.scania-applications__grid,
	.scania-why__grid {
		grid-template-columns: 1fr;
	}

	.scania-rfq {
		padding: 78px 0;
	}

	.scania-rfq__grid {
		gap: 45px;
	}

	.scania-rfq__form {
		padding: 22px;
	}

}


@media (max-width: 480px) {

	.scania-hero__media {
		gap: 16px;
	}

	.scania-hero__visual {
		aspect-ratio: 4 / 3;
	}

	.scania-hero__engine-card {
		padding: 14px;
	}

	.scania-engine-card__label {
		padding: 12px 2px 0;
	}

	.scania-engine-card__label strong {
		font-size: 18px;
		line-height: 1.15;
	}

	.scania-engine-card__label span,
	.scania-engine-card__label em {
		font-size: 12px;
		line-height: 1.4;
	}

	.scania-hero__engine-card a {
		margin-left: 2px;
		margin-right: 2px;
	}

}

/* 产品页红色顶部横幅不固定 */
.single-product .et-db #et-boc .et-l .et_pb_section_0_tb_header.et_pb_section {
    position: relative !important;
}
