.trola-cellmotion-page {
	--trola-blue: #123078;
	--trola-deep: #061a3d;
	--trola-yellow: #ffd400;
	--trola-soft: #f5f7fb;
	--trola-line: rgba(18, 48, 120, 0.14);
	--trola-muted: #4b5f83;
	color: var(--trola-deep);
	background: #ffffff;
	font-family: inherit;
}

body .entry-title.main_title {
	display: none !important;
}

#main-content .et_builder_inner_content > br {
	display: none !important;
}

.trola-cellmotion-page *,
.trola-cellmotion-page *::before,
.trola-cellmotion-page *::after {
	box-sizing: border-box;
}

.trola-cellmotion-wrap {
	width: min(100% - 48px, 1320px);
	margin: 0 auto;
}

.trola-cellmotion-hero {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(90deg, #ffffff 0%, #ffffff 52%, rgba(245, 247, 251, 0.96) 52%, rgba(245, 247, 251, 0.84) 100%),
		linear-gradient(135deg, rgba(18, 48, 120, 0.08) 0 1px, transparent 1px 18px);
}

.trola-cellmotion-hero::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 270px;
	height: 150px;
	background-image: radial-gradient(var(--trola-yellow) 1.5px, transparent 1.5px);
	background-size: 14px 14px;
	opacity: 0.7;
}

.trola-cellmotion-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
	gap: 56px;
	align-items: center;
	min-height: 610px;
	padding: 78px 0;
}

.trola-cellmotion-eyebrow,
.trola-cellmotion-kicker {
	margin: 0 0 14px;
	color: var(--trola-blue);
	font-size: 13px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: uppercase;
}

.trola-cellmotion-hero h1 {
	max-width: 720px;
	margin: 0;
	color: var(--trola-blue);
	font-size: clamp(44px, 4.8vw, 78px);
	font-weight: 900;
	line-height: 0.98;
	letter-spacing: 0;
}

.trola-cellmotion-hero sup {
	font-size: 0.34em;
	line-height: 0;
}

.trola-cellmotion-subhead {
	margin: 22px 0 0;
	color: var(--trola-deep);
	font-size: clamp(22px, 2.1vw, 32px);
	font-weight: 900;
	line-height: 1.18;
}

.trola-cellmotion-subhead::after,
.trola-cellmotion-section-head h2::after,
.trola-cellmotion-capabilities h2::after {
	content: "";
	display: block;
	width: 48px;
	height: 4px;
	margin-top: 14px;
	background: var(--trola-yellow);
}

.trola-cellmotion-lead {
	max-width: 650px;
	margin: 24px 0 0;
	color: var(--trola-deep);
	font-size: 17px;
	font-weight: 600;
	line-height: 1.65;
}

.trola-cellmotion-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 34px;
}

.trola-cellmotion-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 14px 24px;
	border: 2px solid var(--trola-yellow);
	border-radius: 6px;
	background: var(--trola-yellow);
	color: var(--trola-blue) !important;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.15;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(6, 26, 61, 0.15);
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.trola-cellmotion-button:hover {
	background: #ffe45c;
	border-color: #ffe45c;
	color: var(--trola-deep) !important;
}

.trola-cellmotion-button--secondary {
	background: #ffffff;
	border-color: var(--trola-blue);
	color: var(--trola-blue) !important;
	box-shadow: none;
}

.trola-cellmotion-button--secondary:hover {
	background: var(--trola-blue);
	border-color: var(--trola-blue);
	color: #ffffff !important;
}

.trola-cellmotion-hero__visual {
	min-width: 0;
	padding: 30px;
}

.trola-cellmotion-cell {
	position: relative;
	width: min(100%, 680px);
	aspect-ratio: 1.35;
	margin: 0 auto;
	border: 1px solid rgba(18, 48, 120, 0.14);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 247, 251, 0.96)),
		linear-gradient(90deg, rgba(18, 48, 120, 0.08) 1px, transparent 1px),
		linear-gradient(0deg, rgba(18, 48, 120, 0.08) 1px, transparent 1px);
	background-size: auto, 48px 48px, 48px 48px;
	box-shadow: 0 24px 58px rgba(6, 26, 61, 0.16);
}

.trola-cellmotion-cell__rail,
.trola-cellmotion-cell__gantry,
.trola-cellmotion-cell__tool,
.trola-cellmotion-cell__deck,
.trola-cellmotion-cell__panel {
	position: absolute;
	display: block;
	border: 4px solid #8e99aa;
	background: #ffffff;
	box-shadow: inset 0 0 0 2px #d7dde8;
}

.trola-cellmotion-cell__rail--top {
	left: 11%;
	top: 18%;
	width: 62%;
	height: 13%;
}

.trola-cellmotion-cell__rail--left,
.trola-cellmotion-cell__rail--right {
	top: 18%;
	width: 5%;
	height: 58%;
}

.trola-cellmotion-cell__rail--left {
	left: 13%;
}

.trola-cellmotion-cell__rail--right {
	left: 70%;
}

.trola-cellmotion-cell__gantry {
	left: 38%;
	top: 20%;
	width: 9%;
	height: 43%;
	border-color: #5e6b7d;
}

.trola-cellmotion-cell__tool {
	left: 40.6%;
	top: 58%;
	width: 4%;
	height: 16%;
	border-width: 3px;
	border-color: var(--trola-blue);
	background: var(--trola-yellow);
}

.trola-cellmotion-cell__deck {
	left: 16%;
	bottom: 16%;
	width: 59%;
	height: 16%;
	border-color: #6d7888;
	background: repeating-linear-gradient(90deg, #eef2f8 0 28px, #ffffff 28px 44px);
}

.trola-cellmotion-cell__panel {
	right: 7%;
	bottom: 15%;
	width: 16%;
	height: 48%;
	border-color: #687487;
	background:
		linear-gradient(180deg, #f8fafc 0 26%, #dfe5ef 26% 100%);
}

.trola-cellmotion-cell__panel::before,
.trola-cellmotion-cell__panel::after {
	content: "";
	position: absolute;
	left: 18%;
	border-radius: 50%;
}

.trola-cellmotion-cell__panel::before {
	top: 12%;
	width: 64%;
	height: 26%;
	border-radius: 4px;
	background: linear-gradient(135deg, #9ed6ff, #ffffff 54%, #ffd400 54% 63%, #ffffff 63%);
}

.trola-cellmotion-cell__panel::after {
	bottom: 14%;
	width: 18px;
	height: 18px;
	background: #d62f45;
	box-shadow: 28px 0 0 var(--trola-yellow), 56px 0 0 var(--trola-blue);
}

.trola-cellmotion-pillars {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	padding: 36px 0 24px;
}

.trola-cellmotion-card {
	min-width: 0;
	border: 1px solid var(--trola-line);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 12px 28px rgba(6, 26, 61, 0.09);
}

.trola-cellmotion-pillar {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 22px;
	align-items: center;
	padding: 28px;
}

.trola-cellmotion-icon,
.trola-cellmotion-step__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--trola-blue);
	line-height: 1;
}

.trola-cellmotion-icon {
	width: 62px;
	height: 62px;
	border: 2px solid var(--trola-blue);
	border-radius: 8px;
	font-size: 34px;
}

.trola-cellmotion-page h2,
.trola-cellmotion-page h3,
.trola-cellmotion-page p {
	letter-spacing: 0;
}

.trola-cellmotion-page h2 {
	margin: 0;
	color: var(--trola-blue);
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 900;
	line-height: 1.08;
}

.trola-cellmotion-pillar h2 {
	font-size: 20px;
}

.trola-cellmotion-page h3 {
	margin: 16px 0 10px;
	color: var(--trola-blue);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.18;
}

.trola-cellmotion-page p {
	margin: 0;
	color: var(--trola-deep);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.58;
}

.trola-cellmotion-band,
.trola-cellmotion-benefits,
.trola-cellmotion-fit,
.trola-cellmotion-process {
	padding: 58px 0;
}

.trola-cellmotion-band {
	background: var(--trola-soft);
}

.trola-cellmotion-section-head {
	max-width: 760px;
	margin: 0 auto 32px;
	text-align: center;
}

.trola-cellmotion-section-head h2::after {
	margin-left: auto;
	margin-right: auto;
}

.trola-cellmotion-app-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.trola-cellmotion-app {
	padding: 26px;
	text-align: center;
}

.trola-cellmotion-app .trola-cellmotion-icon {
	margin: 0 auto;
}

.trola-cellmotion-benefit-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.trola-cellmotion-benefit {
	position: relative;
	padding-left: 24px;
	border-left: 1px solid var(--trola-line);
}

.trola-cellmotion-benefit span {
	display: inline-flex;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--trola-yellow);
	color: var(--trola-blue);
	font-size: 14px;
	font-weight: 900;
}

.trola-cellmotion-capabilities__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: 46px;
	align-items: center;
}

.trola-cellmotion-capabilities p {
	max-width: 620px;
	margin-top: 20px;
}

.trola-cellmotion-chip-list,
.trola-cellmotion-fit ul,
.trola-cellmotion-contact ul {
	margin: 0;
	padding: 0;
	list-style: none !important;
}

.trola-cellmotion-chip-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.trola-cellmotion-chip-list li {
	padding: 14px 16px;
	border: 1px solid var(--trola-line);
	border-radius: 6px;
	background: #ffffff;
	color: var(--trola-deep);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
}

.trola-cellmotion-fit {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.trola-cellmotion-fit__column {
	padding: 32px;
	border: 1px solid var(--trola-line);
	border-radius: 8px;
	background: #ffffff;
}

.trola-cellmotion-fit__column--good {
	background: linear-gradient(135deg, rgba(10, 120, 58, 0.09), #ffffff 58%);
}

.trola-cellmotion-fit__column--not {
	background: linear-gradient(135deg, rgba(194, 43, 62, 0.10), #ffffff 58%);
}

.trola-cellmotion-fit h2 {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 30px;
}

.trola-cellmotion-fit h2::before {
	display: inline-flex;
	width: 38px;
	height: 38px;
	align-items: center;
	justify-content: center;
	border: 3px solid currentColor;
	border-radius: 50%;
	font-size: 20px;
	font-weight: 900;
}

.trola-cellmotion-fit__column--good h2 {
	color: #11733b;
}

.trola-cellmotion-fit__column--not h2 {
	color: #b72a3f;
}

.trola-cellmotion-fit__column--good h2::before {
	content: "\2713";
}

.trola-cellmotion-fit__column--not h2::before {
	content: "\00d7";
}

.trola-cellmotion-fit ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 24px;
	margin-top: 22px;
}

.trola-cellmotion-fit li {
	position: relative;
	padding-left: 22px;
	color: var(--trola-deep);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.42;
}

.trola-cellmotion-fit li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.58em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: currentColor;
}

.trola-cellmotion-process__grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.trola-cellmotion-process__grid::before {
	content: "";
	position: absolute;
	top: 43px;
	left: 10%;
	right: 10%;
	height: 2px;
	background: repeating-linear-gradient(90deg, var(--trola-yellow) 0 8px, transparent 8px 18px);
}

.trola-cellmotion-step {
	position: relative;
	text-align: center;
}

.trola-cellmotion-step__number {
	position: absolute;
	z-index: 2;
	left: calc(50% - 48px);
	top: 0;
	display: inline-flex;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--trola-yellow);
	color: var(--trola-blue);
	font-size: 14px;
	font-weight: 900;
}

.trola-cellmotion-step__icon {
	position: relative;
	z-index: 1;
	width: 88px;
	height: 88px;
	margin: 0 auto 18px;
	border: 1px solid var(--trola-line);
	border-radius: 50%;
	background: #ffffff;
	font-size: 42px;
	box-shadow: 0 10px 24px rgba(6, 26, 61, 0.08);
}

.trola-cellmotion-step h3 {
	margin-top: 0;
	font-size: 20px;
}

.trola-cellmotion-final {
	padding: 48px 0;
	background:
		linear-gradient(90deg, rgba(6, 26, 61, 0.98), rgba(18, 48, 120, 0.96)),
		linear-gradient(135deg, transparent 0 49%, rgba(255, 255, 255, 0.08) 49% 51%, transparent 51% 100%);
	color: #ffffff;
}

.trola-cellmotion-final__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 34px;
	align-items: center;
}

.trola-cellmotion-final .trola-cellmotion-kicker,
.trola-cellmotion-final h2,
.trola-cellmotion-final p,
.trola-cellmotion-final li,
.trola-cellmotion-final a {
	color: #ffffff;
}

.trola-cellmotion-final .trola-cellmotion-kicker {
	color: var(--trola-yellow);
}

.trola-cellmotion-final h2 {
	margin: 0 0 12px;
	font-size: clamp(28px, 3vw, 44px);
}

.trola-cellmotion-contact {
	display: grid;
	gap: 18px;
	justify-items: end;
}

.trola-cellmotion-contact ul {
	display: grid;
	gap: 6px;
	text-align: right;
}

.trola-cellmotion-contact li,
.trola-cellmotion-contact a {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
}

@media (max-width: 1180px) {
	.trola-cellmotion-app-grid,
	.trola-cellmotion-benefit-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	.trola-cellmotion-hero {
		background: #ffffff;
	}

	.trola-cellmotion-hero__grid,
	.trola-cellmotion-capabilities__grid,
	.trola-cellmotion-final__inner {
		grid-template-columns: 1fr;
	}

	.trola-cellmotion-hero__grid {
		min-height: auto;
		gap: 30px;
		padding: 62px 0 42px;
	}

	.trola-cellmotion-hero__visual {
		padding: 0;
	}

	.trola-cellmotion-pillars,
	.trola-cellmotion-fit,
	.trola-cellmotion-process__grid {
		grid-template-columns: 1fr 1fr;
	}

	.trola-cellmotion-process__grid::before {
		content: none;
	}

	.trola-cellmotion-contact {
		justify-items: start;
	}

	.trola-cellmotion-contact ul {
		text-align: left;
	}
}

@media (max-width: 760px) {
	.trola-cellmotion-wrap {
		width: min(100% - 28px, 1320px);
	}

	.trola-cellmotion-hero h1 {
		font-size: 42px;
	}

	.trola-cellmotion-actions,
	.trola-cellmotion-button {
		width: 100%;
	}

	.trola-cellmotion-pillars,
	.trola-cellmotion-pillar,
	.trola-cellmotion-app-grid,
	.trola-cellmotion-benefit-grid,
	.trola-cellmotion-capabilities__grid,
	.trola-cellmotion-chip-list,
	.trola-cellmotion-fit,
	.trola-cellmotion-fit ul,
	.trola-cellmotion-process__grid {
		grid-template-columns: 1fr;
	}

	.trola-cellmotion-hero__visual {
		display: none;
	}

	.trola-cellmotion-band,
	.trola-cellmotion-benefits,
	.trola-cellmotion-fit,
	.trola-cellmotion-process {
		padding: 42px 0;
	}

	.trola-cellmotion-pillar,
	.trola-cellmotion-app,
	.trola-cellmotion-fit__column {
		padding: 22px;
	}
}