:root {
	--flow-bg: #f5f7f8;
	--flow-navy: #0f3148;
	--flow-deep: #08283b;
	--flow-teal: #1594ad;
	--flow-teal-soft: #39b4c7;
	--flow-muted: #657b8a;
	--flow-line: rgba(15, 49, 72, 0.12);
	--flow-white: #ffffff;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body.mercan-corporate-page {
	margin: 0;
	background:
		radial-gradient(circle at top left, rgba(57, 180, 199, 0.14), transparent 34rem),
		linear-gradient(180deg, #f7fbfc 0%, var(--flow-bg) 100%);
	overflow-x: hidden;
}

.mercan-corporate-page a {
	text-decoration: none;
}

.mercan-corporate-page img {
	display: block;
	max-width: 100%;
	height: auto;
}

.mercan-flow-main {
	position: relative;
	overflow: hidden;
}

.mercan-flow-container {
	width: min(1240px, calc(100% - 40px));
	margin: 0 auto;
}

.mercan-flow-hero {
	position: relative;
	isolation: isolate;
	padding: 84px 0 78px;
	background:
		radial-gradient(circle at 78% 38%, rgba(57, 180, 199, 0.34), transparent 28rem),
		linear-gradient(135deg, #092a3d 0%, #0f5668 54%, #158aa1 100%);
	color: #fff;
	overflow: hidden;
}

.mercan-flow-hero::before {
	content: "";
	position: absolute;
	inset: auto -8% -45% 46%;
	height: 72%;
	background: radial-gradient(circle at center, rgba(255, 255, 255, 0.16), transparent 62%);
	z-index: -1;
}

.mercan-flow-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
		linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), transparent 78%);
	z-index: -2;
}

.mercan-flow-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
	gap: 56px;
	align-items: center;
}

.mercan-flow-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.mercan-flow-kicker::before {
	content: "";
	width: 38px;
	height: 1px;
	background: rgba(255, 255, 255, 0.58);
}

.mercan-flow-hero h1 {
	max-width: 720px;
	margin: 0;
	color: #fff;
	font-size: clamp(3rem, 6vw, 5.7rem);
	line-height: 0.98;
	letter-spacing: 0;
}

.mercan-flow-hero p {
	max-width: 620px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.14rem;
	line-height: 1.8;
}

.mercan-flow-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.mercan-flow-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 24px;
	border-radius: 999px;
	font-size: 0.94rem;
	font-weight: 800;
	color: var(--flow-navy);
	background: #fff;
	box-shadow: 0 18px 34px rgba(5, 22, 33, 0.2);
}

.mercan-flow-button.is-ghost {
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.24);
	box-shadow: none;
	backdrop-filter: blur(10px);
}

.mercan-corporate-page .mercan-mobile-quote {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	border-radius: 999px;
	color: var(--flow-navy);
	background: #eefafd;
	font-size: 14px;
	font-weight: 800;
}

.mercan-flow-visual {
	position: relative;
	min-height: 520px;
	display: grid;
	place-items: center;
	overflow: hidden;
	border-radius: 34px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.04)),
		radial-gradient(circle at center, rgba(59, 180, 199, 0.28), transparent 62%);
	border: 1px solid rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(12px);
}

.mercan-flow-visual::before {
	content: "";
	position: absolute;
	inset: 10%;
	background: radial-gradient(circle at center, rgba(255, 255, 255, 0.18), transparent 64%);
}

.mercan-flow-visual::after {
	content: "";
	position: absolute;
	left: 10%;
	right: 10%;
	bottom: 14%;
	height: 22px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.18);
	filter: blur(20px);
}

.mercan-flow-visual-bg {
	position: absolute;
	inset: 0;
	background-position: center;
	background-size: cover;
	opacity: 0.28;
	mix-blend-mode: screen;
	filter: saturate(0.8) contrast(1.05);
}

.mercan-flow-visual-bg.is-production {
	background-image: url("../images/hero/hero-production.jpg");
}

.mercan-flow-visual-bg.is-safety {
	background-image: url("../images/hero/hero-safety.jpg");
}

.mercan-flow-product {
	position: absolute;
	z-index: 2;
	object-fit: contain;
	filter: drop-shadow(0 28px 50px rgba(0, 0, 0, 0.22));
}

.mercan-flow-product.is-main {
	width: min(52%, 330px);
	right: 18%;
	bottom: 9%;
}

.mercan-flow-product.is-left {
	width: min(33%, 210px);
	left: 10%;
	bottom: 16%;
	opacity: 0.72;
	filter: blur(1px) drop-shadow(0 24px 38px rgba(0, 0, 0, 0.16));
	transform: rotate(-5deg);
}

.mercan-flow-product.is-top {
	width: min(30%, 190px);
	right: 8%;
	top: 11%;
	opacity: 0.66;
	filter: blur(1.5px) drop-shadow(0 20px 32px rgba(0, 0, 0, 0.15));
	transform: rotate(5deg);
}

.mercan-flow-product.is-safety-main {
	width: min(48%, 300px);
	right: 24%;
	bottom: 14%;
}

.mercan-flow-product.is-safety-left {
	width: min(34%, 210px);
	left: 9%;
	bottom: 18%;
	opacity: 0.72;
	filter: blur(1.2px) drop-shadow(0 22px 36px rgba(0, 0, 0, 0.16));
	transform: rotate(-6deg);
}

.mercan-flow-product.is-safety-top {
	width: min(32%, 200px);
	right: 8%;
	top: 14%;
	opacity: 0.7;
	filter: blur(1.4px) drop-shadow(0 20px 34px rgba(0, 0, 0, 0.16));
	transform: rotate(5deg);
}

.mercan-flow-section {
	padding: 86px 0;
}

.mercan-flow-section.is-compact {
	padding-top: 42px;
}

.mercan-flow-heading {
	display: grid;
	grid-template-columns: minmax(0, 0.78fr) minmax(280px, 0.62fr);
	gap: 40px;
	align-items: end;
	margin-bottom: 48px;
}

.mercan-flow-heading h2 {
	margin: 0;
	color: var(--flow-navy);
	font-size: clamp(2.15rem, 4vw, 4rem);
	line-height: 1.05;
	letter-spacing: 0;
}

.mercan-flow-heading p {
	margin: 0;
	color: var(--flow-muted);
	font-size: 1.02rem;
	line-height: 1.8;
}

.mercan-flow-timeline {
	position: relative;
	display: grid;
	gap: 0;
	border-top: 1px solid var(--flow-line);
	border-bottom: 1px solid var(--flow-line);
}

.mercan-flow-timeline::before {
	content: "";
	position: absolute;
	left: 32px;
	top: 0;
	bottom: 0;
	width: 1px;
	background: linear-gradient(180deg, transparent, rgba(21, 148, 173, 0.72), transparent);
}

.mercan-flow-step {
	position: relative;
	display: grid;
	grid-template-columns: 96px minmax(0, 0.78fr) minmax(260px, 0.72fr);
	gap: 28px;
	align-items: center;
	padding: 30px 0;
	border-top: 1px solid rgba(15, 49, 72, 0.08);
}

.mercan-flow-step:first-child {
	border-top: 0;
}

.mercan-flow-step-number {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	color: var(--flow-teal);
	font-size: 1rem;
	font-weight: 900;
	background: var(--flow-bg);
	border: 1px solid rgba(21, 148, 173, 0.3);
	box-shadow: 0 0 26px rgba(21, 148, 173, 0.18);
}

.mercan-flow-step h3 {
	margin: 0;
	color: var(--flow-navy);
	font-size: 1.35rem;
	line-height: 1.25;
	letter-spacing: 0;
}

.mercan-flow-step p {
	margin: 0;
	color: var(--flow-muted);
	line-height: 1.75;
}

.mercan-flow-splits {
	display: grid;
	gap: 74px;
}

.mercan-flow-split {
	display: grid;
	grid-template-columns: minmax(0, 0.84fr) minmax(360px, 0.72fr);
	gap: 58px;
	align-items: center;
	padding: 0 0 74px;
	border-bottom: 1px solid var(--flow-line);
}

.mercan-flow-split.is-reversed {
	grid-template-columns: minmax(360px, 0.72fr) minmax(0, 0.84fr);
}

.mercan-flow-split.is-reversed .mercan-flow-copy {
	order: 2;
}

.mercan-flow-split.is-reversed .mercan-flow-image {
	order: 1;
}

.mercan-flow-index {
	display: block;
	margin-bottom: 16px;
	color: var(--flow-teal);
	font-size: 0.88rem;
	font-weight: 900;
}

.mercan-flow-copy h2,
.mercan-flow-copy h3 {
	margin: 0;
	color: var(--flow-navy);
	font-size: clamp(2rem, 3.5vw, 3.35rem);
	line-height: 1.08;
	letter-spacing: 0;
}

.mercan-flow-copy p {
	max-width: 650px;
	margin: 20px 0 0;
	color: var(--flow-muted);
	font-size: 1.02rem;
	line-height: 1.85;
}

.mercan-flow-lines {
	display: grid;
	gap: 12px;
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid rgba(15, 49, 72, 0.1);
}

.mercan-flow-lines span {
	color: var(--flow-navy);
	font-weight: 800;
}

.mercan-flow-image {
	position: relative;
	min-height: 380px;
	display: grid;
	place-items: center;
	overflow: hidden;
	border-radius: 30px;
	background:
		radial-gradient(circle at center, rgba(59, 180, 199, 0.25), transparent 58%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.32));
	border: 1px solid rgba(15, 49, 72, 0.08);
	backdrop-filter: blur(10px);
}

.mercan-flow-image::after {
	content: "";
	position: absolute;
	left: 18%;
	right: 18%;
	bottom: 16%;
	height: 20px;
	border-radius: 50%;
	background: rgba(15, 49, 72, 0.16);
	filter: blur(18px);
}

.mercan-flow-image img {
	position: relative;
	z-index: 1;
	max-height: 320px;
	object-fit: contain;
	filter: drop-shadow(0 25px 44px rgba(15, 49, 72, 0.2));
}

.mercan-flow-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	max-width: 900px;
}

.mercan-flow-tags span {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0 18px;
	border-radius: 999px;
	color: var(--flow-navy);
	font-weight: 800;
	background: rgba(255, 255, 255, 0.68);
	border: 1px solid rgba(21, 148, 173, 0.24);
	box-shadow: 0 14px 34px rgba(15, 49, 72, 0.06);
	backdrop-filter: blur(10px);
}

.mercan-service-lines {
	border-top: 1px solid var(--flow-line);
}

.mercan-service-line {
	display: grid;
	grid-template-columns: 72px minmax(240px, 0.5fr) minmax(0, 1fr);
	gap: 30px;
	align-items: start;
	padding: 30px 0;
	border-bottom: 1px solid var(--flow-line);
}

.mercan-service-icon {
	display: inline-grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 900;
	background: linear-gradient(135deg, var(--flow-teal), #0e7084);
	box-shadow: 0 18px 34px rgba(21, 148, 173, 0.24);
}

.mercan-service-line h3 {
	margin: 0;
	color: var(--flow-navy);
	font-size: 1.28rem;
	line-height: 1.3;
	letter-spacing: 0;
}

.mercan-service-line p {
	margin: 0;
	color: var(--flow-muted);
	line-height: 1.8;
}

.mercan-sector-flow {
	display: grid;
	border-top: 1px solid var(--flow-line);
}

.mercan-sector-line {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 34px;
	align-items: center;
	padding: 28px 0;
	border-bottom: 1px solid var(--flow-line);
}

.mercan-sector-line strong {
	color: var(--flow-navy);
	font-size: clamp(1.35rem, 2vw, 2rem);
	letter-spacing: 0;
}

.mercan-sector-line span {
	color: var(--flow-muted);
	line-height: 1.8;
}

.mercan-advantage-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	border-top: 1px solid var(--flow-line);
	border-bottom: 1px solid var(--flow-line);
}

.mercan-advantage-item {
	position: relative;
	min-height: 150px;
	display: flex;
	align-items: center;
	padding: 28px 22px 28px 0;
	color: var(--flow-navy);
	font-size: 1.08rem;
	font-weight: 900;
	border-right: 1px solid var(--flow-line);
}

.mercan-advantage-item:last-child {
	border-right: 0;
}

.mercan-advantage-item::before {
	content: "";
	width: 11px;
	height: 11px;
	margin-right: 14px;
	border-radius: 50%;
	background: var(--flow-teal);
	box-shadow: 0 0 0 8px rgba(21, 148, 173, 0.12);
}

.mercan-flow-cta {
	position: relative;
	overflow: hidden;
	padding: 68px 0;
	color: #fff;
	background:
		radial-gradient(circle at 78% 40%, rgba(57, 180, 199, 0.34), transparent 28rem),
		linear-gradient(135deg, var(--flow-deep), #106f82);
}

.mercan-flow-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
	background-size: 62px 62px;
	opacity: 0.34;
}

.mercan-flow-cta-inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 36px;
	align-items: center;
}

.mercan-flow-cta h2 {
	max-width: 850px;
	margin: 0;
	color: #fff;
	font-size: clamp(2.2rem, 4.3vw, 4.3rem);
	line-height: 1.04;
	letter-spacing: 0;
}

.mercan-flow-cta p {
	max-width: 680px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.8;
}

.mercan-flow-footer {
	padding: 42px 0 34px;
	background: #f4f8f9;
	border-top: 1px solid var(--flow-line);
}

.mercan-flow-footer-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 42px;
	align-items: start;
}

.mercan-flow-footer-brand img {
	max-height: 58px;
	width: auto;
}

.mercan-flow-footer-brand p {
	max-width: 560px;
	margin: 18px 0 0;
	color: var(--flow-muted);
	line-height: 1.8;
}

.mercan-flow-footer-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 14px 22px;
	max-width: 460px;
}

.mercan-flow-footer-links a {
	color: var(--flow-navy);
	font-weight: 800;
}

.mercan-flow-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 30px;
	padding-top: 22px;
	border-top: 1px solid rgba(15, 49, 72, 0.1);
	color: var(--flow-muted);
	font-size: 0.94rem;
}

.mercan-flow-footer-bottom a {
	color: var(--flow-muted);
}

.mercan-whatsapp-floating {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 70;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 58px;
	height: 58px;
	padding: 0 18px;
	border-radius: 999px;
	background: linear-gradient(135deg, #17ba8b, #0ea777);
	color: #fff;
	font-weight: 800;
	box-shadow: 0 18px 30px rgba(15, 167, 119, 0.28);
}

@media (prefers-reduced-motion: no-preference) {
	.mercan-flow-section,
	.mercan-flow-hero-copy,
	.mercan-flow-visual {
		animation: mercanFlowReveal 0.7s ease both;
	}
}

@keyframes mercanFlowReveal {
	from {
		opacity: 0;
		transform: translateY(18px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 1024px) {
	.mercan-flow-hero {
		padding: 64px 0;
	}

	.mercan-flow-hero-grid,
	.mercan-flow-heading,
	.mercan-flow-cta-inner {
		grid-template-columns: 1fr;
	}

	.mercan-flow-visual {
		min-height: 440px;
	}

	.mercan-flow-step {
		grid-template-columns: 82px minmax(0, 1fr);
		gap: 20px;
	}

	.mercan-flow-step p {
		grid-column: 2;
	}

	.mercan-flow-split,
	.mercan-flow-split.is-reversed {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.mercan-flow-split.is-reversed .mercan-flow-copy,
	.mercan-flow-split.is-reversed .mercan-flow-image {
		order: initial;
	}

	.mercan-service-line {
		grid-template-columns: 60px minmax(0, 1fr);
	}

	.mercan-service-line p {
		grid-column: 2;
	}

	.mercan-advantage-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mercan-advantage-item:nth-child(2) {
		border-right: 0;
	}
}

@media (max-width: 768px) {
	.mercan-flow-container {
		width: calc(100% - 32px);
	}

	.mercan-flow-hero {
		padding: 48px 0 54px;
	}

	.mercan-flow-hero-grid {
		gap: 34px;
	}

	.mercan-flow-hero h1 {
		font-size: clamp(2.55rem, 14vw, 4.2rem);
	}

	.mercan-flow-hero p,
	.mercan-flow-copy p,
	.mercan-flow-heading p {
		font-size: 1rem;
		line-height: 1.75;
	}

	.mercan-flow-actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.mercan-flow-button {
		width: 100%;
		min-height: 48px;
	}

	.mercan-flow-visual {
		min-height: 360px;
		border-radius: 26px;
	}

	.mercan-flow-product.is-main,
	.mercan-flow-product.is-safety-main {
		width: min(58%, 250px);
		right: 18%;
	}

	.mercan-flow-product.is-left,
	.mercan-flow-product.is-safety-left {
		width: min(34%, 150px);
	}

	.mercan-flow-product.is-top,
	.mercan-flow-product.is-safety-top {
		width: min(34%, 150px);
	}

	.mercan-flow-section {
		padding: 58px 0;
	}

	.mercan-flow-heading {
		gap: 18px;
		margin-bottom: 32px;
	}

	.mercan-flow-step {
		grid-template-columns: 64px minmax(0, 1fr);
		padding: 24px 0;
	}

	.mercan-flow-step-number {
		width: 52px;
		height: 52px;
	}

	.mercan-flow-timeline::before {
		left: 26px;
	}

	.mercan-flow-splits {
		gap: 48px;
	}

	.mercan-flow-split {
		padding-bottom: 50px;
	}

	.mercan-flow-image {
		min-height: 300px;
		border-radius: 24px;
	}

	.mercan-flow-image img {
		max-height: 250px;
	}

	.mercan-service-line {
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 26px 0;
	}

	.mercan-service-line p {
		grid-column: auto;
	}

	.mercan-sector-line {
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 24px 0;
	}

	.mercan-advantage-list {
		grid-template-columns: 1fr;
	}

	.mercan-advantage-item,
	.mercan-advantage-item:nth-child(2) {
		min-height: 92px;
		border-right: 0;
		border-bottom: 1px solid var(--flow-line);
	}

	.mercan-advantage-item:last-child {
		border-bottom: 0;
	}

	.mercan-flow-cta {
		padding: 52px 0;
	}

	.mercan-flow-footer-grid,
	.mercan-flow-footer-bottom {
		grid-template-columns: 1fr;
		flex-direction: column;
		align-items: flex-start;
	}

	.mercan-flow-footer-links {
		justify-content: flex-start;
	}
}

@media (max-width: 480px) {
	.mercan-flow-container {
		width: calc(100% - 24px);
	}

	.mercan-flow-hero h1,
	.mercan-flow-heading h2,
	.mercan-flow-copy h2,
	.mercan-flow-copy h3,
	.mercan-flow-cta h2 {
		word-break: break-word;
	}

	.mercan-flow-visual {
		min-height: 310px;
	}

	.mercan-flow-product.is-main,
	.mercan-flow-product.is-safety-main {
		width: min(64%, 220px);
		right: 15%;
	}

	.mercan-flow-tags span {
		width: 100%;
		justify-content: center;
	}

	.mercan-whatsapp-floating {
		right: 14px;
		bottom: 14px;
	}
}

.mercan-services-page .mercan-flow-hero {
	z-index: 80;
	display: flex;
	align-items: center;
	min-height: 540px;
	max-height: 620px;
	padding: 42px 0;
}

.mercan-services-page .mercan-flow-hero-grid {
	width: min(1280px, calc(100% - 40px));
	grid-template-columns: minmax(0, 1fr) minmax(380px, 0.86fr);
	gap: 44px;
	align-items: center;
	margin: 0 auto;
}

.mercan-services-page .mercan-flow-hero-copy {
	min-width: 0;
}

.mercan-services-page .mercan-flow-hero h1 {
	max-width: 690px;
	font-size: clamp(3rem, 4.8vw, 4rem);
	line-height: 1.06;
	overflow-wrap: normal;
}

.mercan-services-page .mercan-flow-hero p {
	max-width: 560px;
	margin-top: 20px;
	font-size: 1.04rem;
	line-height: 1.72;
}

.mercan-services-page .mercan-flow-actions {
	margin-top: 28px;
}

.mercan-services-page .mercan-flow-visual {
	min-height: 430px;
	max-height: 460px;
	border-radius: 30px;
}

.mercan-services-page .mercan-flow-product.is-safety-main {
	width: min(44%, 260px);
	right: 25%;
	bottom: 13%;
}

.mercan-services-page .mercan-flow-product.is-safety-left {
	width: min(30%, 170px);
	left: 11%;
	bottom: 17%;
}

.mercan-services-page .mercan-flow-product.is-safety-top {
	width: min(28%, 165px);
	right: 9%;
	top: 15%;
}

@media (max-width: 1024px) {
	.mercan-services-page .mercan-flow-hero {
		display: block;
		min-height: 0;
		max-height: none;
		height: auto;
		padding: 50px 0 56px;
	}

	.mercan-services-page .mercan-flow-hero-grid {
		width: min(1280px, calc(100% - 32px));
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.mercan-services-page .mercan-flow-hero h1 {
		max-width: 760px;
		font-size: clamp(2.45rem, 5.6vw, 2.875rem);
		line-height: 1.08;
	}

	.mercan-services-page .mercan-flow-hero p {
		max-width: 640px;
	}

	.mercan-services-page .mercan-flow-visual {
		min-height: 360px;
		max-height: none;
	}
}

@media (max-width: 768px) {
	.mercan-services-page .mercan-flow-hero {
		padding: 38px 0 46px;
	}

	.mercan-services-page .mercan-flow-hero-grid {
		width: calc(100% - 32px);
		gap: 24px;
	}

	.mercan-services-page .mercan-flow-hero h1 {
		font-size: clamp(2rem, 9vw, 2.125rem);
		line-height: 1.12;
	}

	.mercan-services-page .mercan-flow-hero p {
		max-width: 100%;
		margin-top: 16px;
		font-size: 0.98rem;
		line-height: 1.68;
	}

	.mercan-services-page .mercan-flow-actions {
		margin-top: 22px;
	}

	.mercan-services-page .mercan-flow-visual {
		min-height: 285px;
		border-radius: 24px;
	}

	.mercan-services-page .mercan-flow-product.is-safety-main {
		width: min(54%, 210px);
		right: 21%;
	}

	.mercan-services-page .mercan-flow-product.is-safety-left {
		width: min(31%, 125px);
	}

	.mercan-services-page .mercan-flow-product.is-safety-top {
		width: min(30%, 120px);
	}
}

@media (max-width: 480px) {
	.mercan-services-page .mercan-flow-hero-grid {
		width: calc(100% - 24px);
	}

	.mercan-services-page .mercan-flow-visual {
		min-height: 250px;
	}
}

/* Production and services hero visual cleanup: same premium product treatment as the home hero. */
.mercan-production-page .mercan-flow-visual,
.mercan-services-page .mercan-flow-visual {
	isolation: isolate;
	overflow: hidden;
	border: 1px solid rgba(245, 239, 226, 0.12);
	background:
		radial-gradient(circle at 52% 48%, rgba(245, 239, 226, 0.16), transparent 28%),
		radial-gradient(circle at 26% 64%, rgba(103, 183, 177, 0.1), transparent 34%),
		rgba(255, 255, 255, 0.05);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.1),
		0 22px 54px rgba(0, 0, 0, 0.11);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.mercan-production-page .mercan-flow-visual::before,
.mercan-services-page .mercan-flow-visual::before {
	inset: 12%;
	background:
		linear-gradient(rgba(245, 239, 226, 0.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(245, 239, 226, 0.05) 1px, transparent 1px),
		radial-gradient(circle at 54% 48%, rgba(245, 239, 226, 0.18), transparent 34%);
	background-size: 34px 34px, 34px 34px, auto;
	opacity: 0.42;
}

.mercan-production-page .mercan-flow-visual::after,
.mercan-services-page .mercan-flow-visual::after {
	left: 22%;
	right: 18%;
	bottom: 13%;
	height: 34px;
	background: radial-gradient(ellipse, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.08) 48%, transparent 72%);
	filter: none;
	opacity: 0.48;
}

.mercan-production-page .mercan-flow-visual-bg,
.mercan-services-page .mercan-flow-visual-bg {
	opacity: 0.1;
	filter: none;
	mix-blend-mode: screen;
}

.mercan-production-page .mercan-flow-product,
.mercan-services-page .mercan-flow-product {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	object-fit: contain;
}

.mercan-production-page .mercan-flow-product.is-main,
.mercan-services-page .mercan-flow-product.is-safety-main {
	left: 50%;
	right: auto;
	bottom: 8%;
	z-index: 8;
	width: min(78%, 520px);
	height: 80%;
	max-height: 440px;
	object-fit: contain;
	opacity: 1;
	transform: translateX(-50%) rotate(-2deg);
	filter:
		drop-shadow(0 24px 32px rgba(0, 0, 0, 0.2))
		drop-shadow(0 7px 12px rgba(0, 0, 0, 0.14));
	mix-blend-mode: normal;
}

.mercan-production-page .mercan-flow-product.is-left,
.mercan-services-page .mercan-flow-product.is-safety-left {
	left: 4%;
	right: auto;
	top: 20%;
	bottom: auto;
	z-index: 2;
	width: min(34%, 250px);
	height: 46%;
	object-fit: contain;
	opacity: 0.2;
	transform: scale(0.78) rotate(4deg);
	filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.1));
	mix-blend-mode: multiply;
}

.mercan-production-page .mercan-flow-product.is-top,
.mercan-services-page .mercan-flow-product.is-safety-top {
	left: auto;
	right: 4%;
	top: auto;
	bottom: 18%;
	z-index: 2;
	width: min(31%, 230px);
	height: 43%;
	object-fit: contain;
	opacity: 0.18;
	transform: scale(0.74) rotate(-4deg);
	filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.1));
	mix-blend-mode: multiply;
}

@media (max-width: 1024px) {
	.mercan-production-page .mercan-flow-product.is-main,
	.mercan-services-page .mercan-flow-product.is-safety-main {
		width: min(72%, 380px);
		height: 76%;
		max-height: 360px;
	}

	.mercan-production-page .mercan-flow-product.is-left,
	.mercan-services-page .mercan-flow-product.is-safety-left {
		top: 18%;
		width: min(30%, 160px);
		height: 38%;
	}

	.mercan-production-page .mercan-flow-product.is-top,
	.mercan-services-page .mercan-flow-product.is-safety-top {
		right: 5%;
		bottom: 17%;
		width: min(28%, 150px);
		height: 36%;
	}
}

@media (max-width: 768px) {
	.mercan-production-page .mercan-flow-product.is-main,
	.mercan-services-page .mercan-flow-product.is-safety-main {
		width: min(68%, 280px);
		height: 70%;
		max-height: 280px;
	}

	.mercan-production-page .mercan-flow-product.is-left,
	.mercan-services-page .mercan-flow-product.is-safety-left {
		top: 20%;
		width: min(28%, 120px);
		height: 34%;
	}

	.mercan-production-page .mercan-flow-product.is-top,
	.mercan-services-page .mercan-flow-product.is-safety-top {
		bottom: 18%;
		width: min(25%, 110px);
		height: 32%;
	}
}
