.plm-widget {
	--plm-card-bg: #f2f2f2;
	direction: rtl;
	display: flex;
	align-items: flex-start;
	gap: 38px;
	width: 100%;
	box-sizing: border-box;
}

.plm-widget *,
.plm-widget *::before,
.plm-widget *::after {
	box-sizing: border-box;
}

.plm-map-side-left .plm-widget {
	flex-direction: row-reverse;
}

.plm-map-column {
	flex: 0 1 57%;
	min-width: 0;
}

.plm-services-column {
	flex: 1 1 0;
	min-width: 0;
}

.plm-column-header {
	text-align: right;
}

.plm-heading {
	margin: 0;
	color: #111;
	font-size: clamp(2rem, 3.4vw, 3.6rem);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.plm-map-title {
	color: #b63b16;
}

.plm-services-subtitle {
	margin: .35rem 0 0;
	font-size: clamp(.95rem, 1.4vw, 1.18rem);
	line-height: 1.55;
}

.plm-map-stage {
	position: relative;
	width: 100%;
	margin: 36px auto 0;
	background: transparent !important;
	isolation: isolate;
}

.plm-map-stage::before,
.plm-map-stage::after {
	display: none !important;
	content: none !important;
}

.plm-map-image,
.plm-map-image:hover,
.plm-map-stage:hover .plm-map-image,
.plm-map-stage:focus-within .plm-map-image {
	display: block;
	width: 100%;
	height: auto;
	opacity: 1 !important;
	filter: none !important;
	transform: none !important;
	transition: none !important;
}

.plm-route-layer {
	position: absolute;
	z-index: 2;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
	pointer-events: none;
}

.plm-route {
	stroke-linecap: round;
	stroke-linejoin: round;
	vector-effect: non-scaling-stroke;
}

.plm-map-hub {
	position: absolute;
	z-index: 4;
	left: 61%;
	top: 45%;
	width: 9px;
	height: 9px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #b63b16;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.plm-map-label {
	position: absolute;
	z-index: 3;
	display: block;
	max-width: 22%;
	color: #222;
	font-size: clamp(.58rem, 1vw, .88rem);
	font-weight: 650;
	line-height: 1.25;
	white-space: normal;
	text-align: center;
	text-shadow: 0 1px 2px rgba(255,255,255,.92), 1px 0 2px rgba(255,255,255,.92), -1px 0 2px rgba(255,255,255,.92);
	pointer-events: none;
}

.plm-label-center { transform: translate(-50%, -50%); }
.plm-label-right { transform: translate(0, -50%); }
.plm-label-left { transform: translate(-100%, -50%); }

.plm-services-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 34px;
}

.plm-service-card {
	padding: 24px;
	background: var(--plm-card-bg);
	border-radius: 18px;
	overflow: hidden;
}

.plm-service-inner {
	display: flex;
	align-items: center;
	gap: 22px;
}

a.plm-service-inner {
	color: inherit;
	text-decoration: none;
}

a.plm-service-inner:focus-visible {
	outline: 3px solid currentColor;
	outline-offset: -4px;
	border-radius: inherit;
}

.plm-service-icon {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 38px;
	color: #111;
	font-size: 38px;
	line-height: 1;
}

.plm-service-icon svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.plm-service-copy {
	flex: 1 1 auto;
	min-width: 0;
}

.plm-service-title {
	margin: 0;
	color: #b63b16;
	font-size: clamp(1rem, 1.45vw, 1.28rem);
	font-weight: 750;
	line-height: 1.35;
}

.plm-service-description {
	margin-top: 8px;
	color: #303030;
	font-size: clamp(.82rem, 1.05vw, .98rem);
	line-height: 1.65;
}

.plm-service-description p {
	margin: 0;
}

@media (max-width: 767px) {
	.plm-widget,
	.plm-map-side-left .plm-widget {
		flex-direction: column;
		gap: 44px;
	}

	.plm-map-column,
	.plm-services-column {
		flex-basis: auto !important;
		width: 100%;
	}

	.plm-heading {
		font-size: clamp(1.75rem, 8.5vw, 2.55rem);
	}

	.plm-map-stage {
		margin-top: 24px;
	}

	.plm-map-label {
		font-size: clamp(.48rem, 2.2vw, .72rem);
	}

	.plm-service-inner {
		gap: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.plm-widget *,
	.plm-widget *::before,
	.plm-widget *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
	}
}
