.lm-turnkey-solutions {
	--lm-turnkey-ink: #17384f;
	--lm-turnkey-muted: #46566a;
	--lm-turnkey-accent: #d7a16c;
	--lm-turnkey-soft: #f7f0ea;
	--lm-turnkey-tab: #f1f2f4;
	width: 100vw;
	max-width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding: clamp(10px, 0.4vw, 12px) 0 clamp(12px, 3vw, 26px);
	background: #fff;
	color: var(--lm-turnkey-ink);
	overflow: hidden;
}

.lm-turnkey-solutions.alignfull {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.lm-turnkey-solutions *,
.lm-turnkey-solutions *::before,
.lm-turnkey-solutions *::after {
	box-sizing: border-box;
}

.lm-turnkey-solutions__inner {
	width: min(1680px, 100%);
	margin: 0 auto;
	padding: 0 clamp(18px, 5vw, 96px);
}

.lm-turnkey-solutions__header {
	max-width: 1040px;
	margin: 0 auto clamp(22px, 3.2vw, 48px);
	text-align: center;
}

.lm-turnkey-solutions__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	margin-bottom: clamp(12px, 1.3vw, 18px);
	padding: 5px 24px;
	border-radius: 999px;
	background: var(--lm-turnkey-soft);
	color: #c98a50;
	font-size: clamp(12px, 0.9vw, 15px);
	font-weight: 500;
	line-height: 1.2;
}

.lm-turnkey-solutions__title {
	margin: 0;
	color: var(--lm-turnkey-ink);
	font-size: clamp(30px, 3vw, 42px) !important;
	font-weight: 700 !important;
	line-height: 1.14 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	overflow-wrap: anywhere;
}

.lm-turnkey-solutions__description {
	max-width: 1000px;
	margin: clamp(12px, 1.4vw, 18px) auto 0;
	color: var(--lm-turnkey-muted);
	font-size: clamp(14px, 1.05vw, 18px) !important;
	font-weight: 500;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.lm-turnkey-solutions__tabs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(14px, 1.6vw, 22px);
	width: min(1430px, 100%);
	margin: 0 auto clamp(26px, 3vw, 42px);
}

.lm-turnkey-solutions__tab {
	display: flex;
	align-items: center;
	gap: clamp(14px, 1.1vw, 22px);
	min-height: clamp(76px, 5vw, 92px);
	padding: clamp(16px, 1.35vw, 22px) clamp(16px, 1.45vw, 24px);
	border: 0;
	border-radius: 18px;
	background: var(--lm-turnkey-tab);
	color: #2f3d50;
	box-shadow: none;
	text-align: left;
	cursor: pointer;
	transform: translateY(0);
	transition: background 220ms ease, color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.lm-turnkey-solutions__tab:hover,
.lm-turnkey-solutions__tab:focus-visible {
	background: #e1e3e7;
	color: #263446;
	outline: none;
	transform: translateY(-3px);
	box-shadow: 0 16px 30px rgba(16, 33, 47, 0.1);
}

.lm-turnkey-solutions__tab.is-active {
	background: var(--lm-turnkey-ink);
	color: #fff;
	box-shadow: 0 24px 42px rgba(20, 43, 62, 0.18), inset 0 0 0 2px rgba(255, 255, 255, 0.28);
}

.lm-turnkey-solutions__tab.is-active:hover,
.lm-turnkey-solutions__tab.is-active:focus-visible {
	background: #1c435f;
	color: #fff;
	box-shadow: 0 28px 48px rgba(20, 43, 62, 0.22), inset 0 0 0 2px rgba(255, 255, 255, 0.32);
}

.lm-turnkey-solutions__tab-icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	color: currentColor;
}

.lm-turnkey-solutions__tab-icon svg {
	display: block;
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.lm-turnkey-solutions__tab-copy {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.lm-turnkey-solutions__tab-title {
	font-size: clamp(15px, 1.02vw, 19px);
	font-weight: 700;
	line-height: 1.12;
	overflow-wrap: anywhere;
}

.lm-turnkey-solutions__tab-subtitle {
	color: currentColor;
	font-size: clamp(11px, 0.76vw, 14px);
	font-weight: 600;
	line-height: 1.2;
	opacity: 0.78;
	overflow-wrap: anywhere;
}

.lm-turnkey-solutions__panel {
	width: min(1590px, 100%);
	margin: 0 auto;
	padding: clamp(26px, 3vw, 46px) clamp(28px, 4vw, 66px) clamp(32px, 3.4vw, 54px);
	border: 1px solid rgba(23, 56, 79, 0.08);
	border-radius: 28px;
	background: linear-gradient(180deg, #fff, #fcfcfd);
	box-shadow: 0 28px 56px rgba(16, 33, 47, 0.14);
}

.lm-turnkey-solutions__panel[hidden] {
	display: none;
}

.lm-turnkey-solutions__panel h3 {
	margin: 0 0 clamp(22px, 2.8vw, 36px);
	color: var(--lm-turnkey-ink);
	font-size: clamp(22px, 1.7vw, 30px) !important;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: none;
}

.lm-turnkey-solutions__feature-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(24px, 2.2vw, 34px) clamp(24px, 2.4vw, 38px);
}

.lm-turnkey-solutions__feature {
	display: flex;
	align-items: center;
	gap: clamp(18px, 1.7vw, 26px);
	min-height: 116px;
	padding: clamp(22px, 2vw, 30px);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 22px rgba(16, 31, 44, 0.13);
	transform: translateY(0);
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.lm-turnkey-solutions__feature:hover,
.lm-turnkey-solutions__feature:focus-within {
	background: #fff;
	box-shadow: 0 18px 34px rgba(16, 31, 44, 0.16);
	transform: translateY(-5px);
}

.lm-turnkey-solutions__feature-icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border-radius: 18px;
	background: var(--lm-turnkey-soft);
	color: var(--lm-turnkey-accent);
}

.lm-turnkey-solutions__feature-icon svg {
	width: 32px;
	height: 32px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.lm-turnkey-solutions__feature strong,
.lm-turnkey-solutions__fabrication strong {
	display: block;
	color: var(--lm-turnkey-ink);
	font-size: clamp(17px, 1.14vw, 21px);
	font-weight: 700;
	line-height: 1.2;
}

.lm-turnkey-solutions__feature small,
.lm-turnkey-solutions__fabrication small {
	display: block;
	margin-top: 12px;
	color: var(--lm-turnkey-muted);
	font-size: clamp(13px, 0.9vw, 16px);
	font-weight: 500;
	line-height: 1.4;
}

.lm-turnkey-solutions__metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(22px, 2.2vw, 34px);
	margin-top: clamp(34px, 3.5vw, 46px);
}

.lm-turnkey-solutions__metrics div {
	min-height: clamp(118px, 8vw, 148px);
	padding: clamp(25px, 2vw, 34px);
	border-radius: 16px;
	background: var(--lm-turnkey-ink);
	color: #fff;
	text-align: center;
}

.lm-turnkey-solutions__metrics strong {
	display: block;
	font-size: clamp(25px, 2vw, 34px);
	font-weight: 500;
	line-height: 1.15;
}

.lm-turnkey-solutions__metrics span {
	display: block;
	margin-top: 15px;
	font-size: clamp(12px, 0.86vw, 15px);
	font-weight: 500;
	line-height: 1.25;
	opacity: 0.9;
}

.lm-turnkey-solutions__swatches {
	display: flex;
	justify-content: center;
	gap: clamp(16px, 1.4vw, 24px);
	margin: 0 auto clamp(34px, 4vw, 54px);
}

.lm-turnkey-solutions__swatch {
	width: clamp(98px, 7.2vw, 126px);
	text-align: center;
	transform: translateY(0);
	transition: transform 220ms ease;
}

.lm-turnkey-solutions__swatch span {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 16px;
	background: linear-gradient(180deg, var(--lm-swatch-top) 0 65%, var(--lm-swatch-bottom) 65% 100%);
	box-shadow: 0 16px 28px rgba(19, 34, 45, 0.16);
	transition: box-shadow 220ms ease, transform 220ms ease;
}

.lm-turnkey-solutions__swatch:hover,
.lm-turnkey-solutions__swatch:focus-within {
	transform: translateY(-5px);
}

.lm-turnkey-solutions__swatch:hover span,
.lm-turnkey-solutions__swatch:focus-within span {
	box-shadow: 0 22px 36px rgba(19, 34, 45, 0.2);
	transform: scale(1.02);
}

.lm-turnkey-solutions__swatch small {
	display: block;
	margin-top: 12px;
	color: #34495e;
	font-size: clamp(12px, 0.86vw, 15px);
	font-weight: 500;
	line-height: 1.2;
}

.lm-turnkey-solutions__included,
.lm-turnkey-solutions__warranty {
	border-radius: 16px;
	background: #fbf6f2;
}

.lm-turnkey-solutions__included {
	padding: clamp(26px, 2.5vw, 36px);
}

.lm-turnkey-solutions__included h4,
.lm-turnkey-solutions__phase h4 {
	margin: 0;
	color: var(--lm-turnkey-ink);
	font-size: clamp(16px, 1.08vw, 19px);
	font-weight: 700;
	line-height: 1.2;
}

.lm-turnkey-solutions__included ul,
.lm-turnkey-solutions__phase ul {
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.lm-turnkey-solutions__included li {
	position: relative;
	margin-top: 18px;
	padding-left: 48px;
	color: var(--lm-turnkey-muted);
	font-size: clamp(13px, 0.92vw, 16px);
	font-weight: 500;
	line-height: 1.35;
}

.lm-turnkey-solutions__included li::before {
	position: absolute;
	left: 0;
	top: -3px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 999px;
	background: var(--lm-turnkey-accent);
	color: #fff;
	content: "✓";
	font-size: 16px;
	font-weight: 700;
}

.lm-turnkey-solutions__fabrication-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(24px, 2.2vw, 34px);
}

.lm-turnkey-solutions__fabrication {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	grid-template-rows: auto auto;
	align-content: center;
	align-items: center;
	column-gap: clamp(18px, 1.5vw, 26px);
	min-height: clamp(120px, 8vw, 148px);
	padding: clamp(22px, 1.8vw, 30px);
	border: 2px solid transparent;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 22px rgba(16, 31, 44, 0.13);
	transform: translateY(0);
	transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease, background 220ms ease;
}

.lm-turnkey-solutions__fabrication:hover,
.lm-turnkey-solutions__fabrication:focus-within {
	border-color: rgba(215, 161, 108, 0.72);
	background: #fff;
	box-shadow: 0 18px 34px rgba(16, 31, 44, 0.16);
	transform: translateY(-5px);
}

.lm-turnkey-solutions__fabrication > span {
	grid-row: 1 / 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: clamp(46px, 3.6vw, 58px);
	height: clamp(46px, 3.6vw, 58px);
	margin-bottom: 0;
	color: var(--lm-turnkey-accent);
	font-size: clamp(28px, 2vw, 36px);
	line-height: 1;
}

.lm-turnkey-solutions__fabrication > span i {
	display: inline-block;
	min-width: 1em;
	text-align: center;
}

.lm-turnkey-solutions__banner {
	margin-top: clamp(34px, 3.6vw, 48px);
	padding: clamp(26px, 2.1vw, 34px);
	border-radius: 16px;
	background: linear-gradient(135deg, var(--lm-turnkey-ink), #2d6388);
	color: #fff;
	font-size: clamp(16px, 1.12vw, 20px);
	font-weight: 600;
	line-height: 1.25;
	text-align: center;
}

.lm-turnkey-solutions__timeline {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(20px, 2vw, 28px);
}

.lm-turnkey-solutions__phase {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 16px;
	padding: clamp(20px, 1.7vw, 26px);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 22px rgba(16, 31, 44, 0.13);
	transform: translateY(0);
	transition: box-shadow 220ms ease, transform 220ms ease, background 220ms ease;
}

.lm-turnkey-solutions__phase:hover,
.lm-turnkey-solutions__phase:focus-within {
	background: #fff;
	box-shadow: 0 18px 34px rgba(16, 31, 44, 0.16);
	transform: translateY(-5px);
}

.lm-turnkey-solutions__phase-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 999px;
	background: var(--lm-turnkey-accent);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.lm-turnkey-solutions__phase ul {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}

.lm-turnkey-solutions__phase li {
	position: relative;
	padding-left: 15px;
	color: var(--lm-turnkey-muted);
	font-size: clamp(12px, 0.86vw, 15px);
	font-weight: 500;
	line-height: 1.35;
}

.lm-turnkey-solutions__phase li::before {
	position: absolute;
	top: 0.55em;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 999px;
	background: var(--lm-turnkey-accent);
	content: "";
}

.lm-turnkey-solutions__warranty {
	display: grid;
	justify-items: center;
	gap: 10px;
	margin-top: clamp(24px, 2.6vw, 36px);
	padding: clamp(25px, 2.4vw, 36px);
	text-align: center;
}

.lm-turnkey-solutions__warranty span {
	color: var(--lm-turnkey-accent);
	font-size: 28px;
	line-height: 1;
}

.lm-turnkey-solutions__warranty strong {
	color: var(--lm-turnkey-ink);
	font-size: clamp(15px, 1.1vw, 18px);
	font-weight: 700;
	line-height: 1.25;
}

.lm-turnkey-solutions__warranty small {
	color: var(--lm-turnkey-muted);
	font-size: clamp(12px, 0.9vw, 15px);
	font-weight: 500;
	line-height: 1.3;
}

.lm-turnkey-solutions__cta {
	margin-top: clamp(28px, 3.4vw, 48px);
	text-align: center;
}

.lm-turnkey-solutions__cta p {
	margin: 0 auto clamp(16px, 1.9vw, 24px);
	color: var(--lm-turnkey-muted);
	font-size: clamp(13px, 0.92vw, 16px);
	font-weight: 500;
	line-height: 1.4;
}

.lm-turnkey-solutions__cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 14px 38px;
	border-radius: 14px;
	background: var(--lm-turnkey-ink);
	color: #fff;
	font-size: clamp(14px, 0.96vw, 17px);
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	box-shadow: 0 16px 30px rgba(17, 42, 61, 0.18);
	transition: background 180ms ease, transform 180ms ease;
}

.lm-turnkey-solutions__cta a:hover,
.lm-turnkey-solutions__cta a:focus-visible {
	background: #234d6d;
	color: #fff;
	outline: none;
	transform: translateY(-2px);
}

@media (max-width: 1180px) {
	.lm-turnkey-solutions__tabs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lm-turnkey-solutions__timeline,
	.lm-turnkey-solutions__fabrication-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 960px) {
	.lm-turnkey-solutions__timeline {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 782px) {
	.lm-turnkey-solutions {
		padding-top: 4px;
		padding-bottom: 18px;
	}

	.lm-turnkey-solutions__header {
		margin-bottom: 24px;
	}

	.lm-turnkey-solutions__tabs,
	.lm-turnkey-solutions__feature-grid,
	.lm-turnkey-solutions__metrics,
	.lm-turnkey-solutions__fabrication-grid,
	.lm-turnkey-solutions__phase ul {
		grid-template-columns: 1fr;
	}

	.lm-turnkey-solutions__tabs {
		margin-bottom: 24px;
	}

	.lm-turnkey-solutions__tab {
		min-height: 76px;
		border-radius: 14px;
	}

	.lm-turnkey-solutions__panel {
		padding: 22px 18px 26px;
		border-radius: 18px;
	}

	.lm-turnkey-solutions__feature,
	.lm-turnkey-solutions__phase {
		align-items: flex-start;
	}

	.lm-turnkey-solutions__swatches {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		justify-items: center;
	}
}
