.premium-service-layout {
	--service-accent: #cf2735;
	color: #181818;
	font-size: 16px;
	line-height: 1.65;
}

.premium-service-layout--maxton-design { --service-accent: #d71920; }
.premium-service-layout--remus-sportove-vyfuky { --service-accent: #d50d18; }
.premium-service-layout--novitec-tuning { --service-accent: #c92c37; }
.premium-service-layout--rohove-vazenie-vozidla { --service-accent: #cf2735; }

.premium-service-layout h2,
.premium-service-layout h3,
.premium-service-layout p,
.premium-service-layout span,
.premium-service-layout strong,
.premium-service-layout li {
	opacity: 1;
}

.premium-service-eyebrow {
	margin: 0 0 8px !important;
	color: #ef4050 !important;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.premium-service-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 470px;
	overflow: hidden;
	margin: 4px 0 0;
	padding: 48px 40px;
	background-position: center;
	background-size: cover;
	border-left: 5px solid var(--service-accent);
	box-shadow: 0 18px 42px rgba(0, 0, 0, .24);
}

.premium-service-hero::after {
	position: absolute;
	right: -90px;
	top: -110px;
	width: 320px;
	height: 320px;
	border: 46px solid rgba(207, 39, 53, .12);
	border-radius: 50%;
	content: "";
}

.premium-service-hero-copy {
	position: relative;
	z-index: 2;
	max-width: 590px;
}

.premium-service-hero h2 {
	margin: 0 0 16px;
	color: #fff !important;
	font-size: 39px;
	line-height: 1.05;
}

.premium-service-hero-copy > p:not(.premium-service-eyebrow) {
	margin: 0;
	color: #e3e3e3 !important;
	font-size: 17px;
}

.premium-service-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 25px;
}

.premium-service-layout .btn {
	padding: 11px 19px;
	border-radius: 0;
	font-weight: 700;
	text-transform: uppercase;
}

.premium-service-primary {
	background: var(--service-accent) !important;
	border: 1px solid var(--service-accent) !important;
	color: #fff !important;
}

.premium-service-primary:hover,
.premium-service-primary:focus {
	background: #a91f2b !important;
	border-color: #a91f2b !important;
	color: #fff !important;
}

.premium-service-secondary {
	background: rgba(0, 0, 0, .18) !important;
	border: 1px solid rgba(255, 255, 255, .62) !important;
	color: #fff !important;
}

.premium-service-secondary:hover,
.premium-service-secondary:focus {
	background: #fff !important;
	color: #111 !important;
}

.premium-service-brand {
	position: absolute;
	z-index: 2;
	right: 28px;
	top: 26px;
}

.premium-service-wordmark {
	display: inline-block;
	padding: 10px 15px;
	background: rgba(10, 10, 12, .84);
	border: 1px solid rgba(255, 255, 255, .38);
	box-shadow: 0 7px 20px rgba(0, 0, 0, .25);
	color: #fff !important;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1;
}

.premium-service-wordmark--maxton strong {
	color: #ef3340 !important;
}

.premium-service-logo {
	display: block;
	box-sizing: content-box;
	background: #fff;
	box-shadow: 0 7px 20px rgba(0, 0, 0, .25);
}

.premium-service-logo--maxton {
	width: 195px;
	height: 58px;
	padding: 6px 8px;
	object-fit: contain;
}

.premium-service-wordmark--remus {
	background: #d20a17;
	border-color: #d20a17;
	font-size: 24px;
	font-style: italic;
}

.premium-service-wordmark--novitec {
	font-size: 22px;
	letter-spacing: .16em;
}

.premium-service-wordmark--corner {
	font-size: 16px;
	letter-spacing: .12em;
}

.premium-service-facts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 18px 42px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(0, 0, 0, .12);
}

.premium-service-facts > div {
	padding: 18px 16px;
	border-right: 1px solid #e8e8e8;
	text-align: center;
}

.premium-service-facts > div:last-child {
	border-right: 0;
}

.premium-service-facts strong,
.premium-service-facts span {
	display: block;
}

.premium-service-facts strong {
	color: #171717 !important;
	font-size: 22px;
	line-height: 1.1;
}

.premium-service-facts span {
	margin-top: 5px;
	color: #6a6a6a !important;
	font-size: 12px;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.premium-service-intro {
	max-width: 780px;
	margin: 0 auto 31px;
	text-align: center;
}

.premium-service-intro h2,
.premium-service-process h2,
.premium-service-workshop h2,
.premium-service-cta h2 {
	margin: 0 0 11px;
	font-size: 30px;
	line-height: 1.12;
}

.premium-service-intro h2 {
	color: var(--service-accent) !important;
}

.premium-service-intro p:not(.premium-service-eyebrow) {
	color: #303030 !important;
}

.premium-service-card-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.premium-service-card-grid article {
	position: relative;
	min-height: 260px;
	overflow: hidden;
	padding: 28px 23px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-top: 4px solid var(--service-accent);
	box-shadow: 0 9px 24px rgba(0, 0, 0, .07);
}

.premium-service-number {
	display: block;
	margin-bottom: 13px;
	color: var(--service-accent) !important;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .08em;
}

.premium-service-card-grid h3 {
	margin: 0 0 10px;
	color: #171717 !important;
	font-size: 24px;
	line-height: 1.08;
}

.premium-service-card-grid p {
	margin: 0;
	color: #313131 !important;
}

.premium-service-workshop {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	margin-top: 34px;
	background: #17191d;
}

.premium-service-workshop-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 40px 38px;
}

.premium-service-workshop h2 {
	color: #fff !important;
}

.premium-service-workshop-copy > p:not(.premium-service-eyebrow) {
	color: #d9d9d9 !important;
}

.premium-service-workshop-copy a {
	display: inline-block;
	margin-top: 10px;
	color: #fff !important;
	font-weight: 700;
}

.premium-service-workshop-copy a span {
	color: #ef4050 !important;
}

.premium-service-workshop-photo {
	min-height: 400px;
	overflow: hidden;
}

.premium-service-workshop-photo img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 400px;
	object-fit: cover;
}

.premium-service-process {
	display: grid;
	grid-template-columns: .78fr 1.22fr;
	gap: 38px;
	margin-top: 34px;
	padding: 36px;
	background: #f2f2f2;
	border-left: 5px solid var(--service-accent);
}

.premium-service-process h2 {
	color: #171717 !important;
}

.premium-service-process ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.premium-service-process li {
	display: grid;
	grid-template-columns: 38px 1fr;
	gap: 13px;
	margin-bottom: 18px;
}

.premium-service-process li:last-child {
	margin-bottom: 0;
}

.premium-service-process li > span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	background: var(--service-accent);
	color: #fff !important;
	font-weight: 800;
}

.premium-service-process li strong {
	color: #171717 !important;
	font-size: 18px;
}

.premium-service-process li p {
	margin: 2px 0 0;
	color: #343434 !important;
}

.premium-service-note {
	margin-top: 24px;
	padding: 18px 21px;
	background: #fff7e8;
	border-left: 4px solid #d99b22;
	color: #292929 !important;
	font-size: 14px;
}

.premium-service-note strong {
	color: #171717 !important;
}

.premium-service-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	margin-top: 28px;
	padding: 31px 34px;
	background: #202328;
	border-left: 5px solid var(--service-accent);
}

.premium-service-cta > div {
	max-width: 690px;
}

.premium-service-cta h2 {
	color: #fff !important;
}

.premium-service-cta p:not(.premium-service-eyebrow) {
	margin-bottom: 0;
	color: #d9d9d9 !important;
}

@media (max-width: 1000px) {
	.premium-service-hero {
		min-height: 430px;
		background-position: 64% center;
	}

	.premium-service-hero-copy {
		max-width: 540px;
	}

	.premium-service-card-grid {
		grid-template-columns: 1fr;
	}

	.premium-service-card-grid article {
		min-height: 0;
	}

	.premium-service-process {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.premium-service-hero {
		min-height: 500px;
		padding: 42px 28px;
		background-position: 68% center;
	}

	.premium-service-hero h2 {
		font-size: 34px;
	}

	.premium-service-brand {
		right: 18px;
		top: 18px;
	}

	.premium-service-wordmark {
		font-size: 15px;
	}

	.premium-service-logo--maxton {
		width: 165px;
		height: auto;
	}

	.premium-service-facts {
		margin-right: 8px;
		margin-left: 8px;
	}

	.premium-service-facts strong {
		font-size: 18px;
	}

	.premium-service-workshop {
		grid-template-columns: 1fr;
	}

	.premium-service-workshop-photo,
	.premium-service-workshop-photo img {
		min-height: 310px;
	}

	.premium-service-cta {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 560px) {
	.premium-service-logo--maxton {
		width: 145px;
	}

	.premium-service-hero {
		min-height: 550px;
		padding: 78px 21px 30px;
		background-position: 72% center;
	}

	.premium-service-hero h2 {
		font-size: 30px;
	}

	.premium-service-hero-copy > p:not(.premium-service-eyebrow) {
		font-size: 16px;
	}

	.premium-service-actions,
	.premium-service-layout .btn {
		width: 100%;
		text-align: center;
	}

	.premium-service-facts {
		grid-template-columns: 1fr;
		margin-bottom: 34px;
	}

	.premium-service-facts > div {
		border-right: 0;
		border-bottom: 1px solid #e8e8e8;
	}

	.premium-service-facts > div:last-child {
		border-bottom: 0;
	}

	.premium-service-intro h2,
	.premium-service-process h2,
	.premium-service-workshop h2,
	.premium-service-cta h2 {
		font-size: 26px;
	}

	.premium-service-card-grid article,
	.premium-service-workshop-copy,
	.premium-service-process,
	.premium-service-cta {
		padding: 24px 21px;
	}
}
