:root {
	--mtl-navy: #071d2d;
	--mtl-navy-soft: #0c2b3d;
	--mtl-ink: #102a3b;
	--mtl-copy: #526b7a;
	--mtl-red: #ef4036;
	--mtl-cyan: #18bec8;
	--mtl-green: #80cf34;
	--mtl-pale: #f0f5f5;
	--mtl-warm: #f4f4ef;
	--mtl-line: #d8e3e6;
	--mtl-white: #ffffff;
}

.mvp-transparent-page .entry-header,
.mvp-transparent-page .post-thumb {
	display: none !important;
}

.mvp-transparent-page .site-content > .ast-container,
.mvp-transparent-page .site-content #primary,
.mvp-transparent-page .entry-content {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.mtl,
.mtl * {
	box-sizing: border-box;
}

.mtl {
	overflow: visible;
	color: var(--mtl-ink);
	background: var(--mtl-white);
	font-family: Inter, Roboto, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
}

.mtl img {
	display: block;
	max-width: 100%;
}

.mtl a {
	text-decoration: none !important;
}

.mtl :is(section, nav)[id] {
	scroll-margin-top: 140px;
}

.mtl a:focus-visible,
.mtl summary:focus-visible {
	outline: 3px solid var(--mtl-green);
	outline-offset: 4px;
}

.mtl-shell {
	width: min(1240px, calc(100% - 64px));
	margin-inline: auto;
}

.mtl h1,
.mtl h2,
.mtl h3,
.mtl p {
	margin-top: 0;
}

.mtl h1,
.mtl h2,
.mtl h3 {
	font-family: Inter, Roboto, Arial, sans-serif;
	letter-spacing: -0.035em;
}

.mtl h2 {
	margin-bottom: 0;
	color: var(--mtl-ink);
	font-size: clamp(36px, 3.4vw, 44px);
	font-weight: 760;
	line-height: 1.08;
}

.mtl h3 {
	font-size: 22px;
	line-height: 1.2;
}

.mtl p {
	color: var(--mtl-copy);
	font-size: 16px;
	line-height: 1.72;
}

.mtl-kicker {
	margin-bottom: 16px !important;
	color: var(--mtl-red) !important;
	font-size: 11px !important;
	font-weight: 900;
	letter-spacing: 0.15em;
	line-height: 1.3 !important;
}

.mtl-kicker::before {
	display: inline-block;
	width: 18px;
	height: 2px;
	margin: 0 10px 3px 0;
	background: var(--mtl-green);
	content: "";
}

.mtl-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 25px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 850;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mtl-btn:hover {
	transform: translateY(-2px);
}

.mtl-btn-primary {
	color: var(--mtl-white) !important;
	background: var(--mtl-red);
	box-shadow: 0 12px 26px rgba(239, 64, 54, 0.2);
}

.mtl-text-link {
	color: var(--mtl-ink) !important;
	font-size: 14px;
	font-weight: 800;
}

.mtl-text-link span {
	margin-left: 8px;
	color: var(--mtl-red);
}

.mtl-hero {
	position: relative;
	min-height: 710px;
	overflow: hidden;
	color: var(--mtl-white);
	background: var(--mtl-navy);
}

.mtl-hero::after {
	position: absolute;
	z-index: 1;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(3, 18, 30, 0.96) 0%, rgba(3, 18, 30, 0.88) 36%, rgba(3, 18, 30, 0.42) 67%, rgba(3, 18, 30, 0.12) 100%),
		linear-gradient(0deg, rgba(3, 18, 30, 0.48) 0%, transparent 45%);
	content: "";
}

.mtl-hero-media {
	position: absolute;
	inset: 0;
	margin: 0;
}

.mtl-hero-media picture {
	display: block;
	width: 100%;
	height: 100%;
}

.mtl-hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 48%;
}

.mtl-hero > .mtl-shell {
	position: relative;
	z-index: 2;
}

.mtl-breadcrumb {
	display: flex;
	gap: 11px;
	align-items: center;
	padding: 28px 0 14px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 12px;
}

.mtl-breadcrumb a {
	color: rgba(255, 255, 255, 0.72) !important;
}

.mtl-breadcrumb b {
	color: var(--mtl-white);
}

.mtl-hero-layout {
	display: grid;
	grid-template-columns: minmax(0, 690px);
	align-items: center;
	min-height: 628px;
	padding: 54px 0 74px;
}

.mtl-hero-copy h1 {
	max-width: 660px;
	margin-bottom: 16px;
	color: var(--mtl-white);
	font-size: clamp(56px, 5.4vw, 68px);
	font-weight: 800;
	line-height: 0.98;
}

.mtl-hero-subtitle {
	max-width: 610px;
	margin-bottom: 22px !important;
	color: var(--mtl-white) !important;
	font-size: clamp(25px, 2.2vw, 30px) !important;
	font-weight: 680;
	line-height: 1.22 !important;
	letter-spacing: -0.025em;
}

.mtl-hero-lead {
	max-width: 610px;
	margin-bottom: 30px !important;
	color: rgba(255, 255, 255, 0.82) !important;
	font-size: 17px !important;
}

.mtl-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	align-items: center;
}

.mtl-hero-proof {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 9px;
	margin-top: 32px;
}

.mtl-hero-proof span {
	padding: 14px 12px;
	color: rgba(255, 255, 255, 0.66);
	background: rgba(8, 31, 46, 0.64);
	border: 1px solid rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(8px);
	font-size: 10px;
	line-height: 1.45;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.mtl-hero-proof b {
	display: block;
	margin-bottom: 3px;
	color: var(--mtl-white);
	font-size: 11px;
}

.mtl-hero .mtl-text-link {
	color: var(--mtl-white) !important;
}

.mtl-jump {
	position: sticky;
	z-index: 8000;
	top: 82px;
	background: rgba(255, 255, 255, 0.97);
	border-bottom: 1px solid var(--mtl-line);
	box-shadow: 0 5px 16px rgba(7, 32, 44, 0.05);
	backdrop-filter: blur(12px);
}

.admin-bar .mtl-jump {
	top: 114px;
}

.mtl-jump .mtl-shell {
	display: flex;
	gap: 34px;
	overflow-x: auto;
	white-space: nowrap;
}

.mtl-jump a {
	padding: 16px 0;
	color: #5c727f !important;
	font-size: 13px;
	font-weight: 750;
}

.mtl-jump a:hover {
	color: var(--mtl-red) !important;
}

.mtl-overview,
.mtl-products,
.mtl-applications,
.mtl-selection,
.mtl-installation,
.mtl-faq {
	padding: 92px 0;
}

.mtl-overview {
	padding-top: 36px;
}

.mtl-overview-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 72px;
	align-items: center;
}

.mtl-overview figure {
	margin: 0;
	overflow: hidden;
	background: var(--mtl-navy);
}

.mtl-overview figure img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transform: scale(1.04);
}

.mtl-overview figcaption {
	padding: 14px 17px;
	color: #8edce1;
	background: var(--mtl-navy);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.12em;
}

.mtl-overview-copy > p:not(.mtl-kicker) {
	margin: 24px 0 27px;
}

.mtl-benefit-list {
	border-top: 1px solid var(--mtl-line);
}

.mtl-benefit-list article {
	display: grid;
	grid-template-columns: 38px 1fr;
	gap: 15px;
	padding: 18px 0;
	border-bottom: 1px solid var(--mtl-line);
}

.mtl-benefit-list article > b {
	color: var(--mtl-red);
	font-size: 11px;
	letter-spacing: 0.1em;
}

.mtl-benefit-list h3 {
	margin: 0 0 5px;
	color: var(--mtl-ink);
	font-size: 19px;
}

.mtl-benefit-list p {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
}

.mtl-section-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 410px;
	gap: 70px;
	align-items: end;
	margin-bottom: 42px;
}

.mtl-section-head > p {
	margin-bottom: 0;
	font-size: 15px;
}

.mtl-products {
	background: var(--mtl-navy);
}

.mtl-products h2,
.mtl-products .mtl-section-head > p {
	color: var(--mtl-white);
}

.mtl-products .mtl-section-head > p {
	color: #a6bac5;
}

.mtl-product-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 18px;
}

.mtl-product-grid article {
	grid-column: span 2;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: var(--mtl-white);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.mtl-product-grid article:nth-child(4),
.mtl-product-grid article:nth-child(5) {
	grid-column: span 2;
}

.mtl-product-grid article:nth-child(4) {
	grid-column: 2 / span 2;
}

.mtl-product-grid article:nth-child(5) {
	grid-column: 4 / span 2;
}

.mtl-product-grid figure {
	margin: 0;
	overflow: hidden;
	background: var(--mtl-warm);
	border-bottom: 1px solid var(--mtl-line);
}

.mtl-product-grid img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: contain;
	transition: transform 0.3s ease;
}

.mtl-product-grid article:hover img {
	transform: scale(1.025);
}

.mtl-product-grid article > div {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 25px 25px 23px;
}

.mtl-product-grid span {
	margin-bottom: 10px;
	color: var(--mtl-red);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.12em;
}

.mtl-product-grid h3 {
	min-height: 53px;
	margin: 0 0 12px;
	color: var(--mtl-ink);
}

.mtl-product-grid p {
	margin-bottom: 18px;
	font-size: 14px;
	line-height: 1.65;
}

.mtl-product-grid ul {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 15px;
	margin: auto 0 0;
	padding: 0;
	list-style: none;
}

.mtl-product-grid li {
	color: #4e6674;
	font-size: 11px;
}

.mtl-product-grid li::before {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 7px 1px 0;
	background: var(--mtl-green);
	content: "";
}

.mtl-product-cta {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	align-items: center;
	margin-top: 28px;
	padding: 20px 24px;
	background: var(--mtl-navy-soft);
	border: 1px solid #294657;
}

.mtl-product-cta p {
	margin: 0;
	color: #afbec7;
	font-size: 14px;
}

.mtl-product-cta p b {
	color: var(--mtl-white);
}

.mtl-product-cta a {
	flex: 0 0 auto;
	color: var(--mtl-white) !important;
	font-size: 14px;
	font-weight: 850;
}

.mtl-product-cta a span {
	margin-left: 7px;
	color: var(--mtl-cyan);
}

.mtl-applications {
	background: var(--mtl-white);
}

.mtl-app-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.mtl-app-grid figure {
	position: relative;
	margin: 0;
	overflow: hidden;
	background: var(--mtl-navy);
}

.mtl-app-grid img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.mtl-app-grid figure:hover img {
	transform: scale(1.035);
}

.mtl-app-grid figure::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(5, 24, 37, 0.9), rgba(5, 24, 37, 0) 62%);
	content: "";
}

.mtl-app-grid figcaption {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 22px;
}

.mtl-app-grid figcaption span {
	display: block;
	margin-bottom: 5px;
	color: #9fe6e9;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.11em;
}

.mtl-app-grid figcaption b {
	color: var(--mtl-white);
	font-size: 20px;
}

.mtl-selection {
	color: var(--mtl-white);
	background: var(--mtl-navy);
}

.mtl-selection h2 {
	color: var(--mtl-white);
}

.mtl-selection .mtl-section-head > p {
	color: #a6bac5;
}

.mtl-table-wrap {
	overflow-x: auto;
	border: 1px solid #2b495a;
}

.mtl-selection table {
	width: 100%;
	min-width: 920px;
	border-collapse: collapse;
}

.mtl-selection th,
.mtl-selection td {
	padding: 19px 20px;
	border-right: 1px solid #2b495a;
	border-bottom: 1px solid #2b495a;
	text-align: left;
}

.mtl-selection thead th {
	color: #8ddce1;
	background: var(--mtl-navy-soft);
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.mtl-selection tbody th {
	width: 220px;
	color: var(--mtl-white);
	font-size: 14px;
}

.mtl-selection td {
	color: #b2c0c8;
	font-size: 14px;
	line-height: 1.55;
}

.mtl-selection tr:last-child :is(th, td) {
	border-bottom: 0;
}

.mtl-selection tr :is(th, td):last-child {
	border-right: 0;
}

.mtl-table-note {
	margin: 18px 0 0 !important;
	color: #8fa5b1 !important;
	font-size: 13px !important;
}

.mtl-installation {
	background: var(--mtl-pale);
}

.mtl-input-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.mtl-input-grid article {
	min-height: 235px;
	padding: 27px 24px;
	background: var(--mtl-white);
	border-top: 3px solid var(--mtl-cyan);
	box-shadow: 0 12px 30px rgba(16, 42, 59, 0.05);
}

.mtl-input-grid article:nth-child(2) {
	border-top-color: var(--mtl-red);
}

.mtl-input-grid article:nth-child(3) {
	border-top-color: var(--mtl-green);
}

.mtl-input-grid article:nth-child(4) {
	border-top-color: #1c87d2;
}

.mtl-input-grid article > b {
	color: var(--mtl-red);
	font-size: 11px;
	letter-spacing: 0.1em;
}

.mtl-input-grid h3 {
	margin: 46px 0 11px;
	color: var(--mtl-ink);
}

.mtl-input-grid p {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
}

.mtl-installation-cta {
	display: flex;
	justify-content: space-between;
	gap: 35px;
	align-items: center;
	margin-top: 24px;
	padding: 30px 32px;
	color: var(--mtl-white);
	background: var(--mtl-navy);
}

.mtl-installation-cta .mtl-kicker {
	margin-bottom: 9px !important;
	color: #85dce0 !important;
}

.mtl-installation-cta h3 {
	margin: 0;
	color: var(--mtl-white);
	font-size: 26px;
}

.mtl-faq {
	background: var(--mtl-white);
}

.mtl-faq-layout {
	display: grid;
	grid-template-columns: 350px minmax(0, 1fr);
	gap: 82px;
}

.mtl-faq-intro {
	position: sticky;
	top: 160px;
	align-self: start;
}

.mtl-faq-intro > p:not(.mtl-kicker) {
	margin: 20px 0;
}

.mtl-faq-intro > a {
	color: var(--mtl-red) !important;
	font-size: 14px;
	font-weight: 850;
}

.mtl-faq-list details {
	border-bottom: 1px solid var(--mtl-line);
}

.mtl-faq-list details:first-child {
	border-top: 1px solid var(--mtl-line);
}

.mtl-faq-list summary {
	position: relative;
	padding: 21px 48px 21px 0;
	color: var(--mtl-ink);
	font-size: 17px;
	font-weight: 760;
	line-height: 1.45;
	cursor: pointer;
	list-style: none;
}

.mtl-faq-list summary::-webkit-details-marker {
	display: none;
}

.mtl-faq-list summary::after {
	position: absolute;
	right: 7px;
	color: var(--mtl-red);
	font-size: 24px;
	content: "+";
}

.mtl-faq-list details[open] summary::after {
	content: "\2212";
}

.mtl-faq-list details p {
	margin: 0;
	padding: 0 48px 22px 0;
	font-size: 15px;
}

.mtl-final {
	padding: 78px 0;
	background: var(--mtl-navy);
}

.mtl-final-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 70px;
	align-items: center;
}

.mtl-final h2 {
	max-width: 780px;
	color: var(--mtl-white);
}

.mtl-final p:not(.mtl-kicker) {
	margin: 17px 0 0;
	color: #afbec7;
}

.mtl-final-layout > div:last-child {
	display: flex;
	flex-direction: column;
	gap: 14px;
	align-items: flex-start;
}

.mtl-final-layout > div:last-child > a:last-child {
	color: var(--mtl-white) !important;
	font-size: 14px;
	font-weight: 780;
}

@media (max-width: 1100px) {
	.mtl-hero-layout {
		grid-template-columns: minmax(0, 650px);
	}

	.mtl-hero-copy h1 {
		font-size: 58px;
	}

	.mtl-input-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.mtl-shell {
		width: min(100% - 40px, 720px);
	}

	.mtl-hero-layout,
	.mtl-overview-layout,
	.mtl-section-head,
	.mtl-faq-layout,
	.mtl-final-layout {
		grid-template-columns: 1fr;
	}

	.mtl-hero-layout {
		padding: 34px 0 54px;
	}

	.mtl-hero-copy h1 {
		max-width: none;
		font-size: 58px;
	}

	.mtl-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mtl-product-grid article,
	.mtl-product-grid article:nth-child(4),
	.mtl-product-grid article:nth-child(5) {
		grid-column: auto;
	}

	.mtl-product-grid article:nth-child(5) {
		grid-column: 1 / -1;
		width: calc(50% - 9px);
		justify-self: center;
	}

	.mtl-section-head {
		gap: 20px;
	}

	.mtl-overview-layout {
		gap: 42px;
	}

	.mtl-faq-layout {
		gap: 35px;
	}

	.mtl-faq-intro {
		position: static;
	}

	.mtl-app-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.mtl {
		font-size: 16px;
	}

	.mtl-shell {
		width: calc(100% - 30px);
	}

	.mtl h2 {
		font-size: 34px;
		line-height: 1.1;
	}

	.mtl h3 {
		font-size: 21px;
	}

	.mtl p {
		font-size: 16px;
	}

	.mtl-breadcrumb {
		padding: 18px 0 6px;
		font-size: 11px;
	}

	.mtl-hero-layout {
		min-height: 660px;
		padding: 34px 0 48px;
	}

	.mtl-hero-copy h1 {
		font-size: 47px;
		line-height: 1;
	}

	.mtl-hero-subtitle {
		font-size: 25px !important;
	}

	.mtl-hero-lead {
		font-size: 16px !important;
	}

	.mtl-actions {
		align-items: stretch;
	}

	.mtl-btn {
		width: 100%;
	}

	.mtl-text-link {
		padding: 10px 0 0;
	}

	.mtl-hero-proof {
		grid-template-columns: 1fr;
	}

	.mtl-hero {
		min-height: 720px;
	}

	.mtl-hero::after {
		background:
			linear-gradient(90deg, rgba(3, 18, 30, 0.94), rgba(3, 18, 30, 0.7)),
			linear-gradient(0deg, rgba(3, 18, 30, 0.55), transparent);
	}

	.mtl-hero-media img {
		object-position: 56% center;
	}

	.mtl-jump {
		top: 72px;
	}

	.admin-bar .mtl-jump {
		top: 118px;
	}

	.mtl-jump .mtl-shell {
		gap: 25px;
	}

	.mtl-jump a {
		padding: 14px 0;
		font-size: 12px;
	}

	.mtl-overview,
	.mtl-products,
	.mtl-applications,
	.mtl-selection,
	.mtl-installation,
	.mtl-faq {
		padding: 68px 0;
	}

	.mtl-overview {
		padding-top: 28px;
	}

	.mtl-product-grid {
		grid-template-columns: 1fr;
	}

	.mtl-product-grid article,
	.mtl-product-grid article:nth-child(4),
	.mtl-product-grid article:nth-child(5) {
		grid-column: 1;
		width: auto;
		min-height: 515px;
	}

	.mtl-product-grid article > div {
		padding: 22px 20px;
	}

	.mtl-product-grid h3 {
		min-height: 0;
	}

	.mtl-product-cta,
	.mtl-installation-cta {
		flex-direction: column;
		align-items: flex-start;
	}

	.mtl-app-grid,
	.mtl-input-grid {
		grid-template-columns: 1fr;
	}

	.mtl-input-grid article {
		min-height: 0;
	}

	.mtl-input-grid h3 {
		margin-top: 28px;
	}

	.mtl-installation-cta {
		padding: 26px 22px;
	}

	.mtl-installation-cta h3 {
		font-size: 23px;
	}

	.mtl-faq-list summary {
		font-size: 16px;
	}

	.mtl-final {
		padding: 62px 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mtl *,
	.mtl *::before,
	.mtl *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
