.msp-vision-page {
	--service-accent: #c7a75e;
	--service-accent-rgb: 199, 167, 94;
}

.msp-vision-page .msp-service-scenarios {
	padding-bottom: clamp(92px, 10vw, 140px);
}

.msp-vision-plan {
	padding: clamp(100px, 11vw, 165px) 0;
	background: #fff;
}

.msp-vision-plan__head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, .62fr);
	align-items: end;
	gap: clamp(44px, 8vw, 118px);
}

.msp-vision-plan__head h2 {
	max-width: 780px;
	margin: 0;
	color: #1f2937;
	font-size: clamp(42px, 5.2vw, 72px);
	font-weight: 700;
	letter-spacing: -.058em;
	line-height: .98;
}

.msp-vision-plan__head > p {
	margin: 0;
	color: var(--msp-muted);
	font-size: 16px;
	line-height: 1.75;
}

.msp-vision-plan__media {
	margin: 64px 0 0;
	background: #f5f3ee;
	border: 1px solid rgba(42, 38, 30, .16);
	box-shadow: 0 28px 70px rgba(33, 29, 21, .09);
}

.msp-plan-editor {
	display: grid;
	grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
	align-items: stretch;
	background: #fff;
	border-bottom: 1px solid rgba(42, 38, 30, .14);
}

.msp-plan-editor__intro {
	display: grid;
	align-content: center;
	gap: 5px;
	min-height: 102px;
	padding: 20px 24px;
	border-right: 1px solid rgba(42, 38, 30, .14);
}

.msp-plan-editor__intro small {
	color: #a9853d;
	font-family: "Jura", Arial, sans-serif;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.msp-plan-editor__intro strong {
	color: #1f2937;
	font-size: 13px;
	font-weight: 600;
}

.msp-plan-editor__intro span {
	color: #8a857d;
	font-size: 10px;
}

.msp-plan-editor__tools {
	display: grid;
	grid-template-columns: repeat(var(--tool-count, 5), minmax(0, 1fr));
}

.msp-plan-editor__tools button {
	display: grid;
	min-height: 102px;
	place-items: center;
	align-content: center;
	gap: 8px;
	padding: 12px 8px;
	color: #514b41;
	background: #fff;
	border: 0;
	border-right: 1px solid rgba(42, 38, 30, .12);
	cursor: pointer;
	transition: color .2s ease, background .2s ease;
}

.msp-plan-editor__tools button:last-child { border-right: 0; }
.msp-plan-editor__tools button:hover,
.msp-plan-editor__tools button:focus-visible { color: #161914; background: #f5f2ea; outline: 0; }

.msp-plan-editor__tools i {
	display: grid;
	min-width: 38px;
	height: 31px;
	place-items: center;
	padding: 0 7px;
	color: #9a7632;
	border: 1px solid rgba(169, 133, 61, .45);
	font-family: "Jura", Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: .04em;
}

.msp-plan-editor__tools button > span {
	font-family: "Jura", Arial, sans-serif;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.msp-plan-editor__reset i { color: #5f5a52; border-color: rgba(42, 38, 30, .22); font-size: 15px; }

.msp-plan-editor__save { color: #fff !important; background: #151813 !important; }
.msp-plan-editor__save i { color: #d9bc76; border-color: rgba(217, 188, 118, .5); font-size: 14px; }
.msp-plan-editor__save:disabled { cursor: wait; opacity: .55; }

.msp-plan-editor__selection {
	grid-column: 1 / -1;
	display: flex;
	flex-wrap: wrap;
	min-height: 58px;
	align-items: center;
	gap: 18px;
	padding: 9px 14px 9px 24px;
	background: #151813;
	color: #fff;
}

.msp-plan-editor__selection[hidden] {
	display: flex !important;
	visibility: hidden;
	pointer-events: none;
}

.msp-plan-editor__selection > strong {
	min-width: 112px;
	font-family: "Jura", Arial, sans-serif;
	font-size: 9px;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.msp-plan-editor__group {
	display: flex;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, .17);
}

.msp-plan-editor__group[hidden] { display: none; }

.msp-plan-editor__model {
	display: grid;
	min-width: 290px;
	gap: 4px;
}

.msp-plan-editor__model[hidden] { display: none; }

.msp-plan-editor__model > span {
	color: rgba(255, 255, 255, .56);
	font-family: "Jura", Arial, sans-serif;
	font-size: 7px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.msp-plan-editor__model select {
	max-width: 330px;
	height: 30px;
	padding: 0 28px 0 9px;
	color: #fff;
	background: #20241d;
	border: 1px solid rgba(255, 255, 255, .2);
	font-family: "Jura", Arial, sans-serif;
	font-size: 8px;
}

.msp-plan-editor__group button,
.msp-plan-editor__remove {
	height: 36px;
	padding: 0 13px;
	color: #fff;
	background: transparent;
	border: 0;
	cursor: pointer;
}

.msp-plan-editor__group button:hover,
.msp-plan-editor__group button:focus-visible { color: #151813; background: var(--service-accent); outline: 0; }

.msp-plan-editor__group small {
	min-width: 112px;
	padding: 0 10px;
	color: rgba(255, 255, 255, .7);
	font-family: "Jura", Arial, sans-serif;
	font-size: 8px;
	letter-spacing: .08em;
	text-align: center;
	text-transform: uppercase;
}

.msp-plan-editor__group small b { color: #d9bc76; font-weight: 700; }

.msp-plan-editor__remove {
	margin-left: auto;
	color: #d9bc76;
	border: 1px solid rgba(217, 188, 118, .4);
	font-family: "Jura", Arial, sans-serif;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.msp-plan-editor__remove:hover,
.msp-plan-editor__remove:focus-visible { color: #151813; background: #d9bc76; outline: 0; }

.msp-plan-editor__product {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr) auto;
	flex: 1 0 100%;
	min-width: 0;
	min-height: 78px;
	align-items: center;
	gap: 16px;
	margin: 1px -14px -9px -24px;
	padding: 8px 18px 8px 24px;
	color: #1f2937;
	background: #f3f1eb;
	border-top: 1px solid rgba(255, 255, 255, .12);
}

.msp-plan-editor__product-media {
	display: grid;
	width: 72px;
	height: 62px;
	place-items: center;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(42, 38, 30, .12);
}

.msp-plan-editor__product-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.msp-plan-editor__product-media img[hidden],
.msp-plan-editor__product-media i[hidden] { display: none; }

.msp-plan-editor__product-media i {
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	color: #9a7632;
	border: 1px solid rgba(154, 118, 50, .45);
	font-family: "Jura", Arial, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: .08em;
}

.msp-plan-editor__product-copy {
	display: grid;
	min-width: 0;
	gap: 3px;
}

.msp-plan-editor__product-copy small {
	color: #9a7632;
	font-family: "Jura", Arial, sans-serif;
	font-size: 7px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.msp-plan-editor__product-copy strong {
	overflow: hidden;
	font-size: 13px;
	font-weight: 650;
	letter-spacing: -.01em;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.msp-plan-editor__product-copy em {
	overflow: hidden;
	color: #767168;
	font-size: 10px;
	font-style: normal;
	line-height: 1.45;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.msp-plan-editor__product > a {
	padding: 10px 12px;
	color: #6f5827;
	border: 1px solid rgba(154, 118, 50, .3);
	font-family: "Jura", Arial, sans-serif;
	font-size: 7px;
	font-weight: 700;
	letter-spacing: .08em;
	text-decoration: none;
	text-transform: uppercase;
}

.msp-plan-editor__product > a[hidden] { display: none; }
.msp-plan-editor__product > a:hover,
.msp-plan-editor__product > a:focus-visible { color: #fff; background: #151813; outline: 0; }

.msp-vision-plan__visual {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	background: #e8e6df;
}

.msp-vision-plan__visual > img {
	display: block;
	width: 100%;
	height: auto;
	filter: saturate(.86) contrast(1.02);
}

.msp-vision-plan__visual::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(7, 12, 10, .12), transparent 22%, transparent 77%, rgba(7, 12, 10, .2));
}

.msp-vision-plan__status {
	position: absolute;
	top: 22px;
	left: 22px;
	z-index: 5;
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 10px 13px;
	color: #fff;
	background: rgba(12, 16, 14, .78);
	border: 1px solid rgba(255, 255, 255, .25);
	backdrop-filter: blur(10px);
	font-family: "Jura", Arial, sans-serif;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.msp-vision-plan__status span {
	width: 6px;
	height: 6px;
	background: var(--service-accent);
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(var(--service-accent-rgb), .15);
}

.msp-vision-plan__cameras {
	position: absolute;
	inset: 0;
	z-index: 3;
}

.msp-plan-device {
	position: absolute;
	left: var(--x);
	top: var(--y);
	width: 20px;
	height: 20px;
	transform: translate(-50%, -50%);
	touch-action: none;
	cursor: grab;
	user-select: none;
}

.msp-plan-device:active { cursor: grabbing; }

.msp-plan-device--camera::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: clamp(54px, 7vw, 104px);
	height: clamp(34px, 4.4vw, 66px);
	transform: translateY(-50%) rotate(var(--r)) scaleY(var(--fov-scale, 1));
	transform-origin: 0 50%;
	background: linear-gradient(90deg, rgba(199, 167, 94, .38), rgba(199, 167, 94, .045));
	clip-path: polygon(0 46%, 100% 0, 100% 100%, 0 54%);
	filter: drop-shadow(0 0 1px rgba(94, 69, 19, .75));
}

.msp-plan-device b {
	position: relative;
	z-index: 2;
	display: grid;
	width: 20px;
	height: 20px;
	place-items: center;
	color: #fff;
	background: #111411;
	border: 1px solid rgba(255, 255, 255, .8);
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(199, 167, 94, .32), 0 4px 12px rgba(0, 0, 0, .24);
	font-family: "Jura", Arial, sans-serif;
	font-size: 6px;
	letter-spacing: .05em;
}

.msp-plan-device:focus-visible { outline: 0; }

.msp-plan-device.is-selected b,
.msp-plan-device:focus-visible b {
	box-shadow: 0 0 0 4px rgba(255, 255, 255, .74), 0 0 0 7px rgba(199, 167, 94, .74), 0 5px 14px rgba(0, 0, 0, .28);
}

.msp-camera-shape--dome b {
	color: #171a16;
	background: #f8f7f3;
	border: 2px solid #171a16;
}

.msp-camera-shape--bullet b {
	width: 23px;
	height: 14px;
	color: #fff;
	border-radius: 3px;
}

.msp-camera-shape--bullet b::after {
	content: "";
	position: absolute;
	right: -4px;
	top: 4px;
	width: 5px;
	height: 5px;
	background: #d9bc76;
	border: 1px solid #fff;
	border-radius: 50%;
}

.msp-camera-shape--ptz b {
	color: #171a16;
	background: #d9bc76;
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px #171a16, 0 4px 10px rgba(0, 0, 0, .22);
}

.msp-camera-shape--panoramic b {
	width: 25px;
	height: 16px;
	color: #171a16;
	background: #fff;
	border: 2px solid #171a16;
	border-radius: 8px 8px 4px 4px;
}

.msp-camera-shape--panoramic b::before,
.msp-camera-shape--panoramic b::after {
	content: "";
	position: absolute;
	top: 3px;
	width: 3px;
	height: 3px;
	background: #171a16;
	border-radius: 50%;
}

.msp-camera-shape--panoramic b::before { left: 3px; }
.msp-camera-shape--panoramic b::after { right: 3px; }

.msp-camera-shape--panoramic-bullet b {
	width: 28px;
	height: 15px;
	color: #fff;
	background: #151813;
	border-radius: 3px;
}

.msp-camera-shape--panoramic-bullet b::before,
.msp-camera-shape--panoramic-bullet b::after {
	content: "";
	position: absolute;
	top: 4px;
	width: 5px;
	height: 5px;
	background: #d9bc76;
	border: 1px solid #fff;
	border-radius: 50%;
}

.msp-camera-shape--panoramic-bullet b::before { left: -4px; }
.msp-camera-shape--panoramic-bullet b::after { right: -4px; }

.msp-camera-shape--tandemvu b {
	width: 18px;
	height: 25px;
	color: #fff;
	background: linear-gradient(180deg, #1d211d 0 43%, #d9bc76 44% 100%);
	border: 2px solid #fff;
	border-radius: 5px 5px 9px 9px;
	box-shadow: 0 0 0 2px #171a16, 0 4px 10px rgba(0, 0, 0, .22);
}

.msp-camera-shape--tandemvu b::before {
	content: "";
	position: absolute;
	top: 4px;
	width: 8px;
	height: 3px;
	border-top: 2px dotted #d9bc76;
}

.msp-plan-device--camera.is-selected::after {
	content: attr(data-fov) "°";
	position: absolute;
	left: 50%;
	top: calc(100% + 8px);
	z-index: 5;
	padding: 4px 6px;
	color: #fff;
	background: rgba(13, 16, 13, .86);
	font-family: "Jura", Arial, sans-serif;
	font-size: 7px;
	font-weight: 700;
	letter-spacing: .05em;
	transform: translateX(-50%);
}

.msp-plan-device--pole b {
	color: #151813;
	background: #d7b762;
	border-radius: 2px;
}

.msp-plan-device--poe b {
	width: 29px;
	height: 17px;
	color: #151813;
	background: #fff;
	border-color: #151813;
	border-radius: 2px;
}

.msp-plan-device--unifi b {
	color: #fff;
	background: #1f2937;
	border: 2px solid #fff;
	box-shadow: 0 0 0 4px rgba(31, 41, 55, .45), 0 4px 12px rgba(0, 0, 0, .24);
}

.msp-vision-plan__scale {
	position: absolute;
	right: 22px;
	bottom: 19px;
	z-index: 4;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 11px;
	color: #fff;
	background: rgba(12, 16, 14, .72);
	font-family: "Jura", Arial, sans-serif;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .08em;
}

.msp-vision-plan__scale i {
	width: 64px;
	height: 7px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	border-left: 1px solid currentColor;
}

.msp-vision-plan__frame {
	position: relative;
	display: grid;
	min-height: 580px;
	place-items: center;
	background-color: #f8f7f3;
	background-image:
		linear-gradient(rgba(50, 45, 35, .045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(50, 45, 35, .045) 1px, transparent 1px);
	background-size: 32px 32px;
}

.msp-vision-plan__frame > div {
	position: relative;
	z-index: 2;
	display: grid;
	gap: 12px;
	text-align: center;
}

.msp-vision-plan__frame small,
.msp-vision-plan__frame span,
.msp-vision-plan__media figcaption span {
	font-family: "Jura", Arial, sans-serif;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .14em;
}

.msp-vision-plan__frame strong {
	font-family: "Jura", Arial, sans-serif;
	font-size: clamp(20px, 3vw, 36px);
	font-weight: 500;
	letter-spacing: .12em;
}

.msp-vision-plan__axis {
	position: absolute;
	background: rgba(199, 167, 94, .55);
}

.msp-vision-plan__axis--x { left: 8%; right: 8%; top: 50%; height: 1px; }
.msp-vision-plan__axis--y { top: 8%; bottom: 8%; left: 50%; width: 1px; }

.msp-vision-plan__media figcaption {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	background: #fff;
}

.msp-vision-plan__media figcaption span {
	padding: 20px 22px;
	color: #6b675f;
	border-right: 1px solid rgba(42, 38, 30, .14);
}

.msp-vision-plan__media figcaption span:last-child { border-right: 0; }

.msp-vision-network {
	padding: clamp(100px, 11vw, 165px) 0;
	color: #1f2937;
	background:
		radial-gradient(circle at 78% 16%, rgba(199, 167, 94, .13), transparent 28%),
		linear-gradient(135deg, #f5f3ee 0%, #ece9e1 100%);
}

.msp-vision-network__head,
.msp-vision-delivery__head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, .62fr);
	align-items: end;
	gap: clamp(44px, 8vw, 118px);
}

.msp-vision-network__head h2,
.msp-vision-delivery__head h2,
.msp-vision-process h2 {
	margin: 0;
	font-size: clamp(42px, 5.2vw, 72px);
	font-weight: 700;
	letter-spacing: -.058em;
	line-height: .98;
}

.msp-vision-network__head h2 { color: #1f2937; }

.msp-vision-network__head > p,
.msp-vision-delivery__head > p {
	margin: 0;
	font-size: 16px;
	line-height: 1.75;
}

.msp-vision-network__head > p { color: var(--msp-muted); }

.msp-network-map {
	position: relative;
	margin-top: 64px;
	padding: clamp(30px, 4vw, 54px);
	background-color: rgba(255, 255, 255, .9);
	background-image:
		linear-gradient(rgba(55, 48, 34, .04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(55, 48, 34, .04) 1px, transparent 1px);
	background-size: 28px 28px;
	border: 1px solid rgba(42, 38, 30, .16);
	box-shadow: 0 26px 70px rgba(33, 29, 21, .07);
}

.msp-network-map__mobile-hint { display: none; }

.msp-network-map__core {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 94px minmax(0, 1fr) 94px minmax(0, 1fr);
	align-items: stretch;
}

.msp-network-node {
	position: relative;
	z-index: 2;
	min-height: 248px;
	padding: 25px;
	background: rgba(255, 255, 255, .95);
	border: 1px solid rgba(42, 38, 30, .16);
	box-shadow: 0 12px 30px rgba(36, 31, 22, .045);
	transition: transform .28s ease, border-color .28s ease, background .28s ease;
}

.msp-network-node:hover {
	transform: translateY(-5px);
	background: #fffdf8;
	border-color: rgba(199, 167, 94, .5);
}

.msp-network-node--lan {
	border-color: rgba(199, 167, 94, .55);
}

.msp-network-node > small,
.msp-network-branch > small {
	display: block;
	color: #c7a75e;
	font-family: "Jura", Arial, sans-serif;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .15em;
}

.msp-network-node--lan > small { color: var(--msp-gold); }

.msp-network-node__mark {
	display: grid;
	width: 88px;
	height: 64px;
	place-items: center;
	margin-top: 38px;
	color: #c7a75e;
	background: #f7f4ec;
	border: 1px solid rgba(199, 167, 94, .38);
	font-family: "Jura", Arial, sans-serif;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: .08em;
}

.msp-network-node__mark b {
	margin-left: 3px;
	color: var(--msp-gold);
	font-size: 12px;
}

.msp-network-node--lan .msp-network-node__mark {
	color: var(--msp-gold);
	border-color: rgba(199, 167, 94, .48);
}

.msp-network-node h3 {
	margin: 24px 0 9px;
	color: #1f2937;
	font-size: 20px;
	font-weight: 600;
}

.msp-network-node p,
.msp-network-branch p {
	margin: 0;
	color: #746f66;
	font-size: 12px;
	line-height: 1.62;
}

.msp-network-connector {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.msp-network-connector::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 1px;
	background: #c7a75e;
}

.msp-network-connector::after {
	content: "";
	position: absolute;
	right: -1px;
	top: calc(50% - 4px);
	width: 7px;
	height: 7px;
	border-top: 1px solid #c7a75e;
	border-right: 1px solid #c7a75e;
	transform: rotate(45deg);
}

.msp-network-connector i {
	position: absolute;
	z-index: 1;
	left: 0;
	top: calc(50% - 4px);
	width: 8px;
	height: 8px;
	background: #c7a75e;
	border-radius: 50%;
	box-shadow: 0 0 14px rgba(199, 167, 94, .8);
	animation: msp-network-pulse 2.5s linear infinite;
}

.msp-network-connector small {
	position: relative;
	z-index: 2;
	padding: 7px 8px;
	color: #6b6252;
	background: #f9f7f2;
	border: 1px solid rgba(199, 167, 94, .2);
	font-family: "Jura", Arial, sans-serif;
	font-size: 7px;
	font-weight: 700;
	letter-spacing: .08em;
	text-align: center;
	text-transform: uppercase;
}

.msp-network-map__branch {
	position: relative;
	height: 72px;
}

.msp-network-map__branch::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	height: 37px;
	border-left: 1px solid #c7a75e;
}

.msp-network-map__branch span {
	position: absolute;
	left: 16.66%;
	right: 16.66%;
	top: 36px;
	border-top: 1px solid #c7a75e;
}

.msp-network-map__branch span::before,
.msp-network-map__branch span::after {
	content: "";
	position: absolute;
	top: -1px;
	height: 37px;
	border-left: 1px solid #c7a75e;
}

.msp-network-map__branch span::before { left: 0; }
.msp-network-map__branch span::after { right: 0; }

.msp-data-packet {
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 4;
	width: 8px;
	height: 8px;
	background: #c7a75e;
	border: 1px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 3px rgba(199, 167, 94, .17), 0 0 16px rgba(160, 121, 39, .72);
	transform: translate(-50%, -50%);
	opacity: 0;
}

.msp-data-packet--nvr { animation: msp-network-branch-left 3.6s ease-in-out infinite; }
.msp-data-packet--remote { animation: msp-network-branch-center 3.6s .55s ease-in-out infinite; }
.msp-data-packet--bridge { animation: msp-network-branch-right 3.6s 1.1s ease-in-out infinite; }

.msp-network-map__branches {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.msp-network-branch {
	min-height: 228px;
	padding: 25px;
	background: rgba(255, 255, 255, .93);
	border: 1px solid rgba(42, 38, 30, .14);
	box-shadow: 0 12px 30px rgba(36, 31, 22, .035);
}

.msp-network-branch__mark {
	display: inline-grid;
	min-width: 66px;
	height: 42px;
	place-items: center;
	margin-top: 30px;
	padding-inline: 13px;
	color: var(--msp-gold);
	background: #f7f4ec;
	border: 1px solid rgba(199, 167, 94, .4);
	font-family: "Jura", Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .1em;
}

.msp-network-branch h3 {
	margin: 22px 0 9px;
	color: #1f2937;
	font-size: 18px;
	font-weight: 600;
}

.msp-network-bridge {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 30px;
}

.msp-network-bridge b {
	display: grid;
	min-width: 38px;
	height: 36px;
	place-items: center;
	padding: 0 6px;
	color: #c7a75e;
	background: #f7f4ec;
	border: 1px solid rgba(199, 167, 94, .35);
	font-family: "Jura", Arial, sans-serif;
	font-size: 9px;
	letter-spacing: .05em;
}

.msp-network-bridge i {
	width: 36px;
	border-top: 1px dashed #c7a75e;
}

.msp-network-bridge span { color: #8b8170; font-size: 12px; }

.msp-vision-network__note {
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 32px;
	margin-top: 24px;
	padding: 24px 28px;
	background: rgba(255, 255, 255, .76);
	border: 1px solid rgba(42, 38, 30, .14);
}

.msp-vision-network__note span {
	color: var(--msp-gold);
	font-family: "Jura", Arial, sans-serif;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.msp-vision-network__note p {
	margin: 0;
	color: #6b675f;
	font-size: 13px;
	line-height: 1.65;
}

.msp-vision-delivery {
	padding: clamp(100px, 11vw, 165px) 0;
	background: #fff;
}

.msp-vision-delivery__head > p { color: var(--msp-muted); }

.msp-vision-delivery__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 66px;
	border: 1px solid var(--msp-line);
}

.msp-vision-delivery__grid article {
	display: flex;
	min-height: 410px;
	flex-direction: column;
	padding: 32px 30px;
	border-right: 1px solid var(--msp-line);
}

.msp-vision-delivery__grid article:last-child { border-right: 0; }

.msp-vision-delivery__grid small {
	color: #a9853d;
	font-family: "Jura", Arial, sans-serif;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .14em;
}

.msp-vision-delivery__grid h3 {
	margin: 68px 0 24px;
	font-size: 27px;
	font-weight: 600;
	letter-spacing: -.035em;
}

.msp-vision-delivery__grid ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.msp-vision-delivery__grid li {
	position: relative;
	padding: 12px 0 12px 22px;
	color: var(--msp-muted);
	border-top: 1px solid var(--msp-line);
	font-size: 13px;
	line-height: 1.5;
}

.msp-vision-delivery__grid li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 18px;
	width: 6px;
	height: 6px;
	background: #c7a75e;
	border-radius: 50%;
}

.msp-vision-delivery__grid strong {
	margin-top: auto;
	padding-top: 28px;
	color: #1f2937;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.55;
}

.msp-vision-process {
	padding: clamp(92px, 10vw, 145px) 0;
	background: var(--msp-paper);
}

.msp-vision-process ol {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 58px 0 0;
	padding: 0;
	border-top: 1px solid var(--msp-line);
	list-style: none;
}

.msp-vision-process li {
	min-height: 210px;
	padding: 26px 24px;
	border-right: 1px solid var(--msp-line);
}

.msp-vision-process li:first-child { padding-left: 0; }
.msp-vision-process li:last-child { border-right: 0; }

.msp-vision-process li > span {
	color: #a9853d;
	font-family: "Jura", Arial, sans-serif;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .14em;
}

.msp-vision-process h3 {
	margin: 54px 0 10px;
	font-size: 20px;
	font-weight: 600;
}

.msp-vision-process li p {
	margin: 0;
	color: var(--msp-muted);
	font-size: 13px;
	line-height: 1.6;
}

.msp-vision-faq {
	background: #fff;
}

@keyframes msp-network-pulse {
	0% { left: 0; opacity: 0; }
	12% { opacity: 1; }
	88% { opacity: 1; }
	100% { left: calc(100% - 8px); opacity: 0; }
}

@keyframes msp-network-branch-left {
	0% { left: 50%; top: 0; opacity: 0; }
	10%, 18% { left: 50%; top: 0; opacity: 1; }
	42% { left: 50%; top: 36px; opacity: 1; }
	76% { left: 16.66%; top: 36px; opacity: 1; }
	92% { left: 16.66%; top: 72px; opacity: 1; }
	100% { left: 16.66%; top: 72px; opacity: 0; }
}

@keyframes msp-network-branch-center {
	0% { left: 50%; top: 0; opacity: 0; }
	10%, 18% { left: 50%; top: 0; opacity: 1; }
	92% { left: 50%; top: 72px; opacity: 1; }
	100% { left: 50%; top: 72px; opacity: 0; }
}

@keyframes msp-network-branch-right {
	0% { left: 50%; top: 0; opacity: 0; }
	10%, 18% { left: 50%; top: 0; opacity: 1; }
	42% { left: 50%; top: 36px; opacity: 1; }
	76% { left: 83.33%; top: 36px; opacity: 1; }
	92% { left: 83.33%; top: 72px; opacity: 1; }
	100% { left: 83.33%; top: 72px; opacity: 0; }
}

@media (max-width: 980px) {
	.msp-network-map__core { grid-template-columns: minmax(0, 1fr) 66px minmax(0, 1fr) 66px minmax(0, 1fr); }
	.msp-network-node { padding: 20px; }
	.msp-network-map__branches { gap: 10px; }
	.msp-network-branch { padding: 21px; }
	.msp-network-bridge { gap: 5px; }
	.msp-network-bridge i { width: 20px; }
}

@media (max-width: 820px) {
	.msp-vision-plan__head,
	.msp-vision-network__head,
	.msp-vision-delivery__head { grid-template-columns: 1fr; }
	.msp-vision-plan__media { margin-top: 46px; }
	.msp-plan-editor { grid-template-columns: 1fr; }
	.msp-plan-editor__intro { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(42, 38, 30, .14); }
	.msp-plan-editor__tools {
		display: flex;
		overflow-x: auto;
		scrollbar-color: #c7a75e rgba(75, 66, 49, .08);
		scrollbar-width: thin;
	}
	.msp-plan-editor__tools button { flex: 0 0 104px; min-height: 88px; }
	.msp-plan-editor__selection { gap: 9px; overflow-x: auto; padding-left: 14px; }
	.msp-plan-editor__selection > strong { flex: 0 0 90px; min-width: 90px; }
	.msp-plan-editor__group { flex: 0 0 auto; }
	.msp-plan-editor__remove { flex: 0 0 auto; margin-left: 0; }
	.msp-plan-editor__product { min-width: 100%; margin-left: -14px; }
	.msp-network-map__mobile-hint {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 34px 0 -1px;
		padding: 14px 17px;
		color: #776d5b;
		background: rgba(255, 255, 255, .66);
		border: 1px solid rgba(42, 38, 30, .14);
		font-family: "Jura", Arial, sans-serif;
		font-size: 8px;
		font-weight: 700;
		letter-spacing: .12em;
		text-transform: uppercase;
	}
	.msp-network-map {
		margin-top: 0;
		overflow-x: auto;
		scroll-behavior: smooth;
		scroll-snap-type: x proximity;
		scrollbar-color: #c7a75e rgba(75, 66, 49, .08);
		scrollbar-width: thin;
	}
	.msp-network-map__core,
	.msp-network-map__branch,
	.msp-network-map__branches { min-width: 940px; }
	.msp-network-map__core { grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr) 72px minmax(0, 1fr); }
	.msp-network-node { min-height: 230px; scroll-snap-align: start; }
	.msp-network-map__branches { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.msp-network-branch { min-height: 218px; scroll-snap-align: start; }
	.msp-vision-delivery__grid {
		display: flex;
		gap: 12px;
		overflow-x: auto;
		padding: 0 0 14px;
		border: 0;
		scroll-snap-type: x mandatory;
		scrollbar-color: #a9853d var(--msp-paper);
		scrollbar-width: thin;
	}
	.msp-vision-delivery__grid article {
		flex: 0 0 min(82vw, 360px);
		min-height: 390px;
		border: 1px solid var(--msp-line);
		scroll-snap-align: start;
	}
	.msp-vision-process ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.msp-vision-process li:nth-child(2) { border-right: 0; }
	.msp-vision-process li:nth-child(-n+2) { border-bottom: 1px solid var(--msp-line); }
}

@media (max-width: 680px) {
	.msp-vision-plan__head h2,
	.msp-vision-network__head h2,
	.msp-vision-delivery__head h2,
	.msp-vision-process h2 { font-size: clamp(38px, 11.3vw, 52px); }
	.msp-vision-plan { padding-block: 76px; }
	.msp-vision-plan__media { margin-inline: -18px; border-right: 0; border-left: 0; }
	.msp-vision-plan__status { top: 10px; left: 10px; padding: 8px 9px; font-size: 7px; }
	.msp-vision-plan__scale { right: 10px; bottom: 10px; }
	.msp-vision-plan__scale i { width: 38px; }
	.msp-plan-editor__intro { padding: 15px 16px; }
	.msp-plan-editor__intro strong { font-size: 12px; }
	.msp-plan-editor__intro span { font-size: 9px; }
	.msp-plan-editor__tools {
		display: grid;
		grid-template-columns: repeat(var(--tool-count, 5), minmax(0, 1fr));
		overflow: visible;
	}
	.msp-plan-editor__tools button { min-width: 0; min-height: 80px; }
	.msp-plan-editor__tools button > span { font-size: 6px; letter-spacing: .05em; }
	.msp-plan-editor__selection {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		min-height: 54px;
		gap: 8px;
		overflow: visible;
		padding: 10px;
	}
	.msp-plan-editor__selection[hidden] { display: grid !important; }
	.msp-plan-editor__selection > strong { min-width: 0; align-self: center; }
	.msp-plan-editor__group { width: 100%; }
	.msp-plan-editor__group button { padding-inline: 8px; }
	.msp-plan-editor__group small { min-width: 0; flex: 1; padding-inline: 4px; font-size: 7px; }
	.msp-plan-editor__remove { justify-self: end; }
	.msp-plan-editor__model { grid-column: 1 / -1; min-width: 0; width: 100%; }
	.msp-plan-editor__model select { width: 100%; max-width: none; }
	.msp-plan-editor__product {
		grid-column: 1 / -1;
		grid-template-columns: 58px minmax(0, 1fr);
		min-width: 0;
		margin: 2px -10px -10px;
		padding: 9px 10px;
	}
	.msp-plan-editor__product-media { width: 58px; height: 54px; }
	.msp-plan-editor__product-copy em { white-space: normal; }
	.msp-plan-editor__product > a { grid-column: 1 / -1; justify-self: start; }
	.msp-plan-device,
	.msp-plan-device b { width: 16px; height: 16px; }
	.msp-camera-shape--bullet b { width: 19px; height: 12px; }
	.msp-camera-shape--panoramic b { width: 21px; height: 14px; }
	.msp-camera-shape--panoramic-bullet b { width: 23px; height: 12px; }
	.msp-camera-shape--tandemvu b { width: 15px; height: 21px; }
	.msp-plan-device--poe b { width: 25px; height: 15px; }
	.msp-plan-device b { font-size: 6px; box-shadow: 0 0 0 3px rgba(199, 167, 94, .32), 0 3px 8px rgba(0, 0, 0, .2); }
	.msp-plan-device.is-selected b,
	.msp-plan-device:focus-visible b { box-shadow: 0 0 0 4px rgba(255, 255, 255, .72), 0 0 0 6px rgba(199, 167, 94, .72), 0 4px 12px rgba(0, 0, 0, .25); }
	.msp-vision-plan__media figcaption { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.msp-vision-plan__media figcaption span { padding: 15px 12px; font-size: 7px; }
	.msp-vision-plan__media figcaption span:nth-child(2) { border-right: 0; }
	.msp-vision-plan__media figcaption span:nth-child(-n+2) { border-bottom: 1px solid rgba(42, 38, 30, .14); }
	.msp-vision-plan__frame { min-height: 440px; }
	.msp-vision-network { padding-block: 76px; }
	.msp-network-map { padding: 18px; background-size: 22px 22px; }
	.msp-network-branch { padding: 22px; }
	.msp-vision-network__note { grid-template-columns: 1fr; gap: 10px; padding: 21px; }
	.msp-vision-delivery__grid { margin-top: 42px; }
	.msp-vision-delivery__grid article { padding: 28px 22px; }
	.msp-vision-process ol { margin-top: 42px; }
	.msp-vision-process li,
	.msp-vision-process li:first-child { min-height: 180px; padding: 22px 14px; border-bottom: 1px solid var(--msp-line); }
	.msp-vision-process li:nth-child(odd) { padding-left: 0; }
	.msp-vision-process h3 { margin-top: 30px; }
}

@media (prefers-reduced-motion: reduce) {
	.msp-network-connector i { animation: none; left: calc(50% - 4px); }
	.msp-data-packet { animation: none; opacity: 1; }
	.msp-data-packet--nvr { left: 16.66%; top: 72px; }
	.msp-data-packet--remote { left: 50%; top: 72px; }
	.msp-data-packet--bridge { left: 83.33%; top: 72px; }
	.msp-network-node { transition: none; }
}

