:root {
	--hpc-ink: #2b2b2b;
	--hpc-accent: #078587;
	--hpc-sand: #f7f1e8;
	--hpc-cream: #fff8ef;
	--hpc-slate: #5b6066;
	--hpc-shadow: 0 24px 50px rgba(34, 34, 34, 0.12);
	--hpc-glow: 0 16px 40px rgba(7, 133, 135, 0.18);
}

.oplossingen-page {
	padding: 110px 0 40px;
	position: relative;
	color: var(--hpc-ink);
	overflow: visible;
	z-index: 1;
}

.oplossingen-page::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 15% 10%, rgba(7, 133, 135, 0.08), transparent 55%);
	pointer-events: none;
	z-index: 0;
}

.oplossingen-page::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100px;
	background: #fff;
	pointer-events: none;
	z-index: 1;
}

.oplossingen-page.hpc-section--soft {
	background: linear-gradient(120deg, #f9f1e8 0%, #fff8ef 55%, #f3ebe2 100%);
}

.oplossingen-page.hpc-section--hero-tint {
	background: linear-gradient(130deg, #efe6dc 0%, #f9f2ea 55%, #f1e8df 100%);
}

body.oplossingen .hpc-subtitle {
	text-transform: uppercase;
	letter-spacing: 0.32em;
	font-size: 0.8rem;
	color: var(--hpc-accent);
	margin-bottom: 12px;
	opacity: 1 !important;
	visibility: visible !important;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}

body.oplossingen .hpc-title {
	font-family: "Prata", serif;
	font-size: clamp(2.2rem, 3.2vw, 3rem);
	margin-bottom: 16px;
	color: #111;
	opacity: 1 !important;
	visibility: visible !important;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}

.oplossingen-page .hpc-story {
	margin-top: 46px;
	color: var(--hpc-ink);
}

.oplossingen-page .op-image-row {
	margin-top: -12px;
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}

.oplossingen-page .op-image {
	display: block;
	box-shadow: none;
	filter: drop-shadow(0 28px 58px rgba(0, 0, 0, 0.36));
}

@media (max-width: 767px) {
	.oplossingen-page {
		padding: 80px 0 28px;
	}

	.oplossingen-page .container {
		padding-left: 28px;
		padding-right: 28px;
	}

	.oplossingen-page .op-image-col {
		display: block;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.oplossingen-page .op-image-col img {
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}

	.oplossingen-page .op-image {
		display: block;
		width: 100%;
		max-width: 420px;
		margin-left: auto;
		margin-right: auto;
		transform: translateY(20px);
		filter: drop-shadow(0 22px 44px rgba(0, 0, 0, 0.32));
	}

	.oplossingen-page::after {
		height: 64px;
	}
}

@media (min-width: 768px) {
	.oplossingen-page .op-image-col {
		text-align: left;
	}

	.oplossingen-page .op-image {
		margin-left: 0;
		width: 65%;
		transform: translateY(30px);
		filter: drop-shadow(0 28px 58px rgba(0, 0, 0, 0.36));
	}

	.oplossingen-page::after {
		height: 110px;
	}
}

body.oplossingen footer,
body.oplossingen .ftco-footer,
body.oplossingen .ftco-section_footer {
	background: #fff;
}
