.lm-technical-support {
	--lm-technical-bg: #1a3f59;
	--lm-technical-panel: #426a84;
	--lm-technical-text: #f6f8fb;
	--lm-technical-muted: rgba(246, 248, 251, 0.78);
	--lm-technical-border: rgba(255, 255, 255, 0.22);
	--lm-technical-accent: #dca86f;
	width: 100vw;
	max-width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding: clamp(14px, 1vw, 20px) 0 clamp(18px, 1.4vw, 26px);
	background: var(--lm-technical-bg);
	color: var(--lm-technical-text);
	overflow: hidden;
}

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

.lm-technical-support *,
.lm-technical-support *::before,
.lm-technical-support *::after {
	box-sizing: border-box;
}

.lm-technical-support__inner {
	width: min(1680px, calc(100% - 48px));
	margin: 0 auto;
}

.lm-technical-support__header {
	max-width: 860px;
	margin: 0 auto clamp(28px, 3.2vw, 46px);
	text-align: center;
}

.lm-technical-support__title {
	margin: 0;
	color: #fff !important;
	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-technical-support__description {
	max-width: 780px;
	margin: clamp(12px, 1.4vw, 18px) auto 0;
	color: var(--lm-technical-muted);
	font-size: clamp(14px, 1.05vw, 18px) !important;
	font-weight: 500;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.lm-technical-support__viewport {
	width: 100%;
}

.lm-technical-support__track {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(28px, 3vw, 48px);
}

.lm-technical-support__card {
	display: flex;
	min-width: 0;
	min-height: 100%;
	flex-direction: column;
	border: 1px solid var(--lm-technical-border);
	border-radius: 18px;
	background: var(--lm-technical-panel);
	color: var(--lm-technical-text);
	overflow: hidden;
	transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.lm-technical-support__card:hover,
.lm-technical-support__card:focus-within {
	border-color: var(--lm-technical-accent);
	box-shadow: 0 22px 46px rgba(8, 24, 36, 0.22);
	transform: translateY(-4px);
}

.lm-technical-support__media {
	position: relative;
	aspect-ratio: 1.92 / 1;
	background: #254c66;
	overflow: hidden;
}

.lm-technical-support__media::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, rgba(18, 54, 78, 0.12) 0%, rgba(18, 54, 78, 0.76) 100%);
	pointer-events: none;
}

.lm-technical-support__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lm-technical-support__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: clamp(12px, 1.75vw, 20px) clamp(12px, 1.8vw, 20px) clamp(14px, 1.9vw, 22px);
}

.lm-technical-support__card-title {
	margin: 0;
	color: #fff !important;
	font-size: clamp(20px, 1.35vw, 25px) !important;
	font-weight: 700;
	line-height: 1.22 !important;
	letter-spacing: 0;
}

.lm-technical-support__card-text {
	margin: clamp(14px, 1.2vw, 18px) 0 0;
	color: var(--lm-technical-muted);
	font-size: clamp(14px, 0.95vw, 17px);
	font-weight: 500;
	line-height: 1.5;
}

.lm-technical-support__list {
	display: grid;
	gap: 10px;
	margin: clamp(18px, 1.45vw, 24px) 0 0;
	padding: 0;
	color: var(--lm-technical-muted);
	font-size: clamp(13px, 0.9vw, 16px);
	font-weight: 600;
	line-height: 1.35;
	list-style: none;
}

.lm-technical-support__list li {
	position: relative;
	padding-left: 18px;
	overflow-wrap: anywhere;
}

.lm-technical-support__list li::before {
	position: absolute;
	top: 0.62em;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--lm-technical-accent);
	content: "";
	transform: translateY(-50%);
}

.lm-technical-support__dots {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 8px;
	margin-top: 20px;
	margin-bottom: 0;
}

.lm-technical-support__dot {
	display: block;
	width: 8px !important;
	min-width: 8px !important;
	max-width: 8px !important;
	height: 8px !important;
	min-height: 8px !important;
	max-height: 8px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 999px;
	background: #7f8d99;
	box-shadow: none !important;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	appearance: none;
	transition: width 180ms ease, background-color 180ms ease;
}

.lm-technical-support__dot.is-active {
	width: 22px !important;
	max-width: 22px !important;
	background: var(--lm-technical-accent);
}

.wp-block-acf-technical-customization-support {
	width: 100vw;
	max-width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.wp-block-acf-technical-customization-support .lm-technical-support {
	margin-right: 0;
	margin-left: 0;
}

.editor-styles-wrapper .wp-block-acf-technical-customization-support,
.editor-styles-wrapper .lm-technical-support {
	width: 100%;
	max-width: none;
	margin-right: 0;
	margin-left: 0;
}

@media (max-width: 1180px) {
	.lm-technical-support__track {
		gap: 22px;
	}

	.lm-technical-support__body {
		padding: 22px 20px 24px;
	}
}

@media (max-width: 767px) {
	.lm-technical-support {
		padding: 28px 0 30px;
	}

	.lm-technical-support__inner {
		width: 100%;
		padding: 0 16px;
	}

	.lm-technical-support__header {
		margin-bottom: 22px;
	}

	.lm-technical-support__title {
		font-size: clamp(28px, 8vw, 34px) !important;
		line-height: 1.16 !important;
	}

	.lm-technical-support__description {
		font-size: 14px !important;
		line-height: 1.48;
	}

	.lm-technical-support__viewport {
		margin-right: -16px;
		margin-left: -16px;
		overflow: hidden;
	}

	.lm-technical-support__track {
		display: flex;
		gap: 16px;
		padding: 0 16px 4px;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-padding: 16px;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		touch-action: pan-x;
	}

	.lm-technical-support__track::-webkit-scrollbar {
		display: none;
	}

	.lm-technical-support__track.is-dragging {
		cursor: grabbing;
		scroll-snap-type: none;
	}

	.lm-technical-support__card {
		flex: 0 0 calc(100% - 32px);
		border-radius: 16px;
		scroll-snap-align: start;
	}

	.lm-technical-support__media {
		aspect-ratio: 1.72 / 1;
	}

	.lm-technical-support__body {
		padding: 20px 18px 22px;
	}

	.lm-technical-support__card-title {
		font-size: 20px !important;
	}

	.lm-technical-support__card-text {
		font-size: 14px;
	}

	.lm-technical-support__list {
		font-size: 13px;
	}

	.lm-technical-support__dots {
		display: flex;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lm-technical-support__card,
	.lm-technical-support__dot {
		transition: none;
	}
}
