:root {
	--motorit-primary: #067b9d;
	--motorit-hover: #047b91;
	--motorit-accent: #38B6FF;
	--motorit-header-text: #ffffff;
	--motorit-header-muted: rgba(255, 255, 255, 0.82);
	--motorit-header-pill: rgba(255, 255, 255, 0.14);
	--motorit-header-pill-border: rgba(255, 255, 255, 0.28);
}

.mgh1-header {
	position: relative !important;
	z-index: 20 !important;
	box-sizing: border-box;
	display: grid !important;
	grid-template-columns: minmax(330px, 1fr) auto auto !important;
	align-items: center !important;
	column-gap: 0 !important;
	width: 100% !important;
	height: 88px !important;
	min-height: 88px !important;
	max-height: 88px !important;
	margin: 0 !important;
	padding: 8px 72px 8px 40px !important;
	overflow: visible !important;
	color: var(--motorit-header-text) !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	opacity: 1 !important;
	visibility: visible !important;
	font-family: Inter, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif !important;
}

.mgh1-header,
.mgh1-header *,
.mgh1-header *::before,
.mgh1-header *::after {
	box-sizing: border-box;
}

.mgh1-logo-cell {
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	width: 198px !important;
	min-width: 198px !important;
	max-width: 198px !important;
	height: 64px !important;
	min-height: 64px !important;
	max-height: 64px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
}

.mgh1-logo {
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	width: 198px !important;
	min-width: 198px !important;
	max-width: 198px !important;
	height: 64px !important;
	min-height: 64px !important;
	max-height: 64px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	text-decoration: none !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.mgh1-logo img {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	display: block !important;
	width: 188px !important;
	height: 188px !important;
	min-width: 188px !important;
	min-height: 188px !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 !important;
	object-fit: contain !important;
	object-position: center !important;
	border: 0 !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: translate(-50%, -50%) !important;
}

.mgh1-nav {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-end !important;
	gap: 4px !important;
	height: 40px !important;
	margin: 0 !important;
	padding: 0 !important;
	white-space: nowrap !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.mgh1-nav a,
.mgh1-nav-link {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: 40px !important;
	min-height: 40px !important;
	margin: 0 !important;
	padding: 0 10px !important;
	color: var(--motorit-header-text) !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 12px !important;
	box-shadow: none !important;
	font-size: 14px !important;
	font-weight: 760 !important;
	letter-spacing: 0 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	white-space: nowrap !important;
	opacity: 1 !important;
	visibility: visible !important;
	transition: color 160ms ease, background-color 160ms ease;
}

.mgh1-nav a:hover,
.mgh1-nav a:focus-visible,
.mgh1-nav-link:hover,
.mgh1-nav-link:focus-visible,
.mgh1-actions a:hover,
.mgh1-actions a:focus-visible {
	color: var(--motorit-header-text) !important;
	background: rgba(56, 182, 255, 0.18) !important;
	transform: none !important;
}

.mgh1-nav a.is-active,
.mgh1-nav-link.is-active {
	color: var(--motorit-header-text) !important;
	background: rgba(56, 182, 255, 0.18) !important;
}

.mgh1-actions {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-end !important;
	gap: 6px !important;
	height: 44px !important;
	margin: 0 !important;
	padding: 0 !important;
	white-space: nowrap !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.mgh1-actions a,
.mgh1-account,
.mgh1-logout {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: 44px !important;
	min-height: 44px !important;
	margin: 0 !important;
	padding: 0 16px !important;
	border: 0 !important;
	border-radius: 14px !important;
	box-shadow: none !important;
	font-size: 14px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	white-space: nowrap !important;
	opacity: 1 !important;
	visibility: visible !important;
	transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.mgh1-account {
	min-width: 112px !important;
	color: var(--motorit-header-text) !important;
	background: transparent !important;
}

.mgh1-logout {
	min-width: 74px !important;
	height: 40px !important;
	min-height: 40px !important;
	padding: 0 14px !important;
	color: var(--motorit-header-text) !important;
	background: transparent !important;
	font-weight: 800 !important;
}

.mgh1-account:hover,
.mgh1-account:focus-visible {
	color: var(--motorit-header-text) !important;
	background: rgba(56, 182, 255, 0.18) !important;
	transform: none !important;
}

.mgh1-logout:hover,
.mgh1-logout:focus-visible {
	color: var(--motorit-header-text) !important;
	background: rgba(56, 182, 255, 0.18) !important;
	transform: none !important;
}

@media (min-width: 901px) and (max-width: 1180px) {
	.mgh1-header {
		grid-template-columns: minmax(250px, 1fr) auto auto !important;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.mgh1-logo-cell,
	.mgh1-logo {
		width: 180px !important;
		min-width: 180px !important;
		max-width: 180px !important;
		height: 60px !important;
		min-height: 60px !important;
		max-height: 60px !important;
	}

	.mgh1-logo img {
		width: 172px !important;
		height: 172px !important;
		min-width: 172px !important;
		min-height: 172px !important;
	}

	.mgh1-nav {
		gap: 0 !important;
	}
}

@media (max-width: 900px) {
	.mgh1-header {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		height: 92px !important;
		min-height: 92px !important;
		max-height: 92px !important;
		padding: 8px 18px !important;
	}

	.mgh1-logo-cell,
	.mgh1-logo {
		width: 190px !important;
		min-width: 190px !important;
		max-width: 190px !important;
		height: 66px !important;
		min-height: 66px !important;
		max-height: 66px !important;
	}

	.mgh1-logo img {
		width: 218px !important;
		height: 218px !important;
		min-width: 218px !important;
		min-height: 218px !important;
	}

	.mgh1-nav {
		display: none !important;
	}

	.mgh1-actions .mgh1-logout {
		display: none !important;
	}

	.mgh1-actions .mgh1-account {
		min-width: auto !important;
		height: 44px !important;
		min-height: 44px !important;
		padding: 0 16px !important;
		border-radius: 14px !important;
	}
}

.motorit-shared-vrm {
	box-sizing: border-box;
	width: 100%;
	max-width: 620px;
	color: #0f172a;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.motorit-shared-vrm,
.motorit-shared-vrm * {
	box-sizing: border-box;
}

.motorit-shared-vrm-title {
	margin: 0 0 9px;
	color: #0f172a;
	font-size: 26px;
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: 0;
}

.motorit-shared-vrm-description {
	margin: 0 0 14px;
	color: #334155;
	font-size: 13px;
	line-height: 1.4;
}

.motorit-shared-vrm-field {
	position: relative;
	width: 100%;
	max-width: 620px;
	height: 66px;
	min-height: 66px;
	max-height: 66px;
	margin: 0 0 16px;
	overflow: visible;
}

.motorit-shared-vrm-preview {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: stretch;
	width: 100%;
	height: 66px;
	min-height: 66px;
	max-height: 66px;
	overflow: hidden;
	background: #f7d117;
	border: 2px solid #111827;
	border-radius: 18px;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.13);
	transform: translateZ(0);
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.motorit-shared-vrm-uk {
	display: flex;
	flex: 0 0 64px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 64px;
	min-width: 64px;
	max-width: 64px;
	height: 100%;
	gap: 2px;
	color: #ffffff;
	background: #1B4D9A;
	line-height: 1;
	text-transform: uppercase;
}

.motorit-shared-vrm-flag {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15px;
	height: 10px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: transparent;
	font-size: 0;
	line-height: 1;
}

.motorit-shared-vrm-flag::before {
	content: "";
	display: block;
	width: 15px;
	height: 10px;
	background:
		linear-gradient(28deg, transparent 41%, #ffffff 41%, #ffffff 47%, #c8102e 47%, #c8102e 53%, #ffffff 53%, #ffffff 59%, transparent 59%),
		linear-gradient(152deg, transparent 41%, #ffffff 41%, #ffffff 47%, #c8102e 47%, #c8102e 53%, #ffffff 53%, #ffffff 59%, transparent 59%),
		linear-gradient(90deg, transparent 37%, #ffffff 37%, #ffffff 45%, #c8102e 45%, #c8102e 55%, #ffffff 55%, #ffffff 63%, transparent 63%),
		linear-gradient(0deg, transparent 32%, #ffffff 32%, #ffffff 42%, #c8102e 42%, #c8102e 58%, #ffffff 58%, #ffffff 68%, transparent 68%),
		#012169;
	border-radius: 1px;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.28);
	transform: scale(.72);
}

.motorit-shared-vrm-uktext {
	display: block;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
}

.motorit-shared-vrm-text {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	justify-content: center;
	height: 66px;
	min-height: 66px;
	max-height: 66px;
	margin: 0;
	padding: 1px 24px 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 1000;
	gap: 0.05em;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
}

.motorit-shared-vrm-char {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 0.86em;
	min-width: 0.86em;
	height: 1em;
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: 1000;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

.motorit-shared-vrm-space {
	width: 0.4em;
	min-width: 0.4em;
}

.motorit-shared-vrm-char.is-empty {
	opacity: 0.18;
}

.motorit-shared-vrm-char.is-entering {
	animation: motoritSharedVrmCharIn 160ms ease;
}

.motorit-shared-vrm-input {
	position: absolute;
	z-index: 3;
	inset: 0;
	width: 100%;
	height: 66px;
	min-height: 66px;
	max-height: 66px;
	margin: 0;
	padding: 0;
	color: transparent;
	-webkit-text-fill-color: transparent;
	caret-color: transparent;
	cursor: text;
	background: transparent;
	border: 0;
	box-shadow: none;
	opacity: 0;
	outline: none;
}

.motorit-shared-vrm-input::placeholder {
	color: transparent;
	opacity: 0;
}

.motorit-shared-vrm-field.is-active .motorit-shared-vrm-preview,
.motorit-shared-vrm-field:focus-within .motorit-shared-vrm-preview,
.motorit-shared-vrm-field.is-valid .motorit-shared-vrm-preview {
	border-color: #111827;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.13);
}

.motorit-shared-vrm-field.is-invalid .motorit-shared-vrm-preview {
	border-color: #b42318;
	box-shadow: 0 0 0 4px rgba(180, 35, 24, 0.14), 0 14px 30px rgba(180, 35, 24, 0.12);
	animation: motoritSharedVrmShake 320ms ease;
}

.motorit-shared-vrm-field.motorit-shared-vrm-glow-once .motorit-shared-vrm-preview {
	animation: motoritSharedVrmGlow 820ms ease-out 1;
}

.motorit-shared-vrm-field.is-looking-up .motorit-shared-vrm-preview {
	border-color: var(--motorit-accent);
	box-shadow: 0 0 0 6px rgba(56, 182, 255, 0.18), 0 16px 34px rgba(6, 123, 157, 0.24);
	animation: motoritSharedVrmLookupPulse 1050ms ease-in-out infinite;
}

.motorit-shared-vrm-action {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	margin: 0;
	padding: 0;
}

.motorit-shared-vrm-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	min-height: 44px;
	height: 44px;
	margin: 0;
	padding: 0 16px;
	color: #ffffff !important;
	background: #067b9d !important;
	border-radius: 11px;
	box-shadow: 0 10px 22px rgba(6, 123, 157, 0.18);
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.motorit-shared-vrm-cta:hover,
.motorit-shared-vrm-cta:focus-visible {
	color: #ffffff !important;
	background: #047b91 !important;
	transform: translateY(-1px);
}

.motorit-shared-vrm-cta:focus-visible {
	box-shadow: 0 0 0 4px rgba(56, 182, 255, 0.24), 0 10px 22px rgba(6, 123, 157, 0.18);
	outline: none;
}

.motorit-shared-vrm-secure-note {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 10px;
	color: #334155;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}

.motorit-shared-vrm-secure-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	color: #334155;
	font-size: 13px;
	line-height: 1;
}

.mgh1-footer {
	box-sizing: border-box;
	width: 92%;
	max-width: 1430px;
	margin: 0 auto;
	padding: 30px 0 20px;
	color: #ffffff;
	background: var(--motorit-primary);
	font-family: Inter, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.mgh1-footer,
.mgh1-footer * {
	box-sizing: border-box;
}

.mgh1-footer-container {
	width: 100%;
	max-width: none;
	margin: 0 auto;
	padding: 0 32px;
}

.mgh1-footer-top {
	display: grid;
	grid-template-columns: minmax(220px, 1.35fr) repeat(3, minmax(150px, 1fr));
	align-items: start;
	gap: 20px;
}

.mgh1-footer-brand img {
	display: block;
	width: 240px;
	max-width: 100%;
	height: auto;
	max-height: 56px;
	margin: 0;
	object-fit: contain;
	object-position: left center;
}

.mgh1-footer h4 {
	margin: 0 0 8px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-transform: uppercase;
}

.mgh1-footer-links {
	display: grid;
	gap: 5px;
}

.mgh1-footer-links a {
	color: rgba(255, 255, 255, 0.92);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	text-decoration: none;
	transition: color 160ms ease;
}

.mgh1-footer-links a:hover,
.mgh1-footer-links a:focus-visible {
	color: #38B6FF;
	outline: none;
}

.mgh1-footer-bottom {
	display: grid;
	grid-template-columns: minmax(320px, 1.35fr) minmax(220px, 1fr) minmax(180px, 1fr);
	align-items: center;
	gap: 20px;
	margin-top: 18px;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	color: rgba(255, 255, 255, 0.82);
	font-size: 14px;
	line-height: 1.5;
}

.mgh1-footer-bottom p {
	max-width: 390px;
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 13px;
	line-height: 1.4;
}

.mgh1-footer-bottom div:nth-child(2) {
	text-align: center;
}

.mgh1-footer-bottom div:nth-child(3) {
	text-align: right;
}

@media (max-width: 900px) {
	.mgh1-footer-top {
		grid-template-columns: minmax(0, 1fr) repeat(3, minmax(140px, 1fr));
	}

	.mgh1-footer-brand {
		grid-column: 1 / -1;
	}

	.mgh1-footer-bottom {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.mgh1-footer-bottom div:nth-child(2),
	.mgh1-footer-bottom div:nth-child(3) {
		text-align: left;
	}
}

@media (max-width: 700px) {
	.mgh1-footer {
		width: 94%;
		padding: 24px 0 16px;
	}

	.mgh1-footer-container {
		padding: 0 20px;
	}

	.mgh1-footer-top {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.mgh1-footer-brand img {
		width: 220px;
		max-height: 52px;
	}

	.mgh1-footer-bottom {
		margin-top: 16px;
		padding-top: 14px;
	}
}

@keyframes motoritSharedVrmCharIn {
	0% {
		opacity: 0.25;
		transform: translateY(3px) scale(0.94);
	}

	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes motoritSharedVrmShake {
	0% {
		transform: translateX(0);
	}

	20% {
		transform: translateX(-4px);
	}

	40% {
		transform: translateX(4px);
	}

	60% {
		transform: translateX(-3px);
	}

	80% {
		transform: translateX(3px);
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes motoritSharedVrmGlow {
	0% {
		border-color: #111827;
		box-shadow: 0 0 0 0 rgba(56, 182, 255, 0), 0 12px 28px rgba(15, 23, 42, 0.13);
	}

	55% {
		border-color: var(--motorit-accent);
		box-shadow: 0 0 0 7px rgba(56, 182, 255, 0.22), 0 18px 36px rgba(15, 23, 42, 0.16);
	}

	100% {
		border-color: #111827;
		box-shadow: 0 0 0 0 rgba(56, 182, 255, 0), 0 12px 28px rgba(15, 23, 42, 0.13);
	}
}

@keyframes motoritSharedVrmLookupPulse {
	0%,
	100% {
		box-shadow: 0 0 0 4px rgba(56, 182, 255, 0.14), 0 16px 34px rgba(6, 123, 157, 0.2);
	}

	50% {
		box-shadow: 0 0 0 9px rgba(56, 182, 255, 0.24), 0 18px 38px rgba(6, 123, 157, 0.28);
	}
}

@media (prefers-reduced-motion: reduce) {
	.motorit-shared-vrm-field.is-looking-up .motorit-shared-vrm-preview {
		animation: none;
	}
}

@media (max-width: 700px) {
	.motorit-shared-vrm-field,
	.motorit-shared-vrm-preview,
	.motorit-shared-vrm-text,
	.motorit-shared-vrm-input {
		height: 64px;
		min-height: 64px;
		max-height: 64px;
	}

	.motorit-shared-vrm-preview {
		border-radius: 18px;
	}

	.motorit-shared-vrm-uk {
		width: 60px;
		min-width: 60px;
		max-width: 60px;
	}

	.motorit-shared-vrm-flag {
		width: 14px;
		height: 9px;
	}

	.motorit-shared-vrm-uktext {
		font-size: 11px;
	}

	.motorit-shared-vrm-text {
		padding: 2px 14px 0;
	}

	.motorit-shared-vrm-char {
		width: 0.7em;
		min-width: 0.7em;
		font-size: 29px;
		letter-spacing: 0;
	}

	.motorit-shared-vrm-space {
		width: 0.24em;
		min-width: 0.24em;
	}
}
