:root {
			--mrbus-header-height: 126px;
		}

		html {
			scroll-behavior: smooth;
			scroll-padding-top: var(--mrbus-header-height);
		}

		body {
			margin: 0;
			padding-top: var(--mrbus-header-height);
		}

		body.admin-bar .mrbus-header {
			top: 32px;
		}

		@media (max-width: 782px) {
			body.admin-bar .mrbus-header {
				top: 46px;
			}
		}

		.mrbus-header,
		.mrbus-header * {
			box-sizing: border-box;
		}

		.mrbus-header {
			position: fixed;
			top: 0;
			left: 0;
			right: 0;
			z-index: 999999;
			width: 100%;
			font-family: Arial, Helvetica, sans-serif;
			background:
				radial-gradient(circle at 8% 0%, rgba(19,168,238,.18), transparent 32%),
				radial-gradient(circle at 88% 0%, rgba(255,123,34,.12), transparent 28%),
				linear-gradient(180deg, rgba(248,253,255,.98), rgba(234,248,255,.96));
			backdrop-filter: blur(18px);
			-webkit-backdrop-filter: blur(18px);
			border-bottom: 1px solid rgba(7,95,159,.14);
			box-shadow: 0 14px 36px rgba(4,74,130,.11);
		}

		.mrbus-header:after {
			content: '';
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0;
			height: 4px;
			background: linear-gradient(90deg,#ff4d2d 0%,#ff7b22 48%,#ffc36b 100%);
		}

		.mrbus-header-shell {
			width: calc(100% - 2cm);
			max-width: 1920px;
			margin: 0 auto;
		}

		.mrbus-header-top {
			display: flex;
			align-items: center;
			justify-content: space-between;
			gap: 18px;
			padding: 8px 0;
			color: #38536d;
			font-size: 13px;
			line-height: 1.4;
		}

		.mrbus-header-top-left,
		.mrbus-header-top-right {
			display: flex;
			align-items: center;
			flex-wrap: wrap;
			gap: 12px;
		}

		.mrbus-header-pill {
			display: inline-flex;
			align-items: center;
			gap: 7px;
			padding: 7px 11px;
			border-radius: 999px;
			background: rgba(255,255,255,.84);
			border: 1px solid rgba(196,232,255,.95);
			color: #38536d;
			text-decoration: none !important;
			font-weight: 800;
			box-shadow: 0 8px 18px rgba(5,103,180,.06);
			white-space: nowrap;
		}

		.mrbus-header-pill:hover {
			color: #075fb0;
		}

		.mrbus-socials {
			display: flex;
			align-items: center;
			gap: 8px;
		}

		.mrbus-socials a {
			width: 34px;
			height: 34px;
			display: inline-flex;
			align-items: center;
			justify-content: center;
			border-radius: 12px;
			background: #ffffff;
			border: 1px solid rgba(196,232,255,.96);
			color: #075fb0;
			text-decoration: none !important;
			box-shadow: 0 8px 18px rgba(5,103,180,.08);
			transition: .2s ease;
		}

		.mrbus-socials a:hover {
			transform: translateY(-2px);
			color: #ffffff;
			background: linear-gradient(135deg,#075fb0,#13a8ee);
			border-color: transparent;
		}

		.mrbus-socials svg {
			width: 17px;
			height: 17px;
			fill: currentColor;
		}

		.mrbus-header-main {
			position: relative;
			display: grid;
			grid-template-columns: auto minmax(0, 1fr) auto;
			align-items: center;
			gap: 18px;
			padding: 13px 0 17px;
		}

		.mrbus-brand {
			display: inline-flex;
			align-items: center;
			gap: 12px;
			text-decoration: none !important;
			min-width: max-content;
		}

		.mrbus-brand-mark {
			width: 54px;
			height: 54px;
			border-radius: 19px;
			display: inline-flex;
			align-items: center;
			justify-content: center;
			background:
				radial-gradient(circle at 35% 20%, rgba(255,255,255,.28), transparent 34%),
				linear-gradient(135deg,#063b70,#13a8ee);
			box-shadow: 0 16px 34px rgba(5,103,180,.22);
			color: #ffffff;
			font-weight: 950;
			font-size: 18px;
			letter-spacing: -.6px;
			position: relative;
			overflow: hidden;
		}

		.mrbus-brand-mark:after {
			content: '';
			position: absolute;
			width: 42px;
			height: 5px;
			border-radius: 999px;
			background: linear-gradient(90deg,#ff4d2d,#ffc36b);
			bottom: 8px;
			left: 50%;
			transform: translateX(-50%);
		}

		.mrbus-brand-text {
			display: flex;
			flex-direction: column;
			line-height: 1;
		}

		.mrbus-logo-line {
			display: inline-flex;
			align-items: baseline;
			gap: 6px;
			font-weight: 950;
			font-size: 31px;
			letter-spacing: -.9px;
		}

		.mrbus-logo-line .mrbus-blue {
			color: #075fb0;
		}

		.mrbus-logo-line .mrbus-red {
			color: #e94224;
		}

		.mrbus-tagline {
			margin-top: 6px;
			color: #49647b;
			font-size: 12.5px;
			font-weight: 850;
			letter-spacing: .2px;
		}

		.mrbus-nav {
			display: flex;
			align-items: center;
			justify-content: center;
			gap: 4px;
			padding: 6px;
			border-radius: 20px;
			background: rgba(255,255,255,.58);
			border: 1px solid rgba(196,232,255,.76);
			box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
			min-width: 0;
		}

		.mrbus-nav a {
			position: relative;
			display: inline-flex;
			align-items: center;
			padding: 10px 10px;
			border-radius: 14px;
			color: #143855;
			font-size: 13.5px;
			font-weight: 900;
			line-height: 1.2;
			text-decoration: none !important;
			transition: .2s ease;
			border-bottom: 0 !important;
			white-space: nowrap;
		}

		.mrbus-nav a:hover,
		.mrbus-nav a:focus {
			color: #075fb0;
			background: #ffffff;
			box-shadow: 0 10px 22px rgba(5,103,180,.10);
			transform: translateY(-1px);
		}

		.mrbus-header-actions {
			display: flex;
			align-items: center;
			justify-content: flex-end;
			gap: 10px;
			min-width: max-content;
		}

		.mrbus-header-btn {
			display: inline-flex;
			align-items: center;
			justify-content: center;
			min-height: 45px;
			padding: 12px 15px;
			border-radius: 15px;
			font-size: 14px;
			font-weight: 950;
			text-decoration: none !important;
			border-bottom: 0 !important;
			transition: .2s ease;
			white-space: nowrap;
		}

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

		.mrbus-header-btn-primary {
			color: #ffffff !important;
			background: linear-gradient(135deg,#075fb0,#13a8ee);
			box-shadow: 0 12px 28px rgba(5,103,180,.20);
		}

		.mrbus-header-btn-secondary {
			color: #075fb0 !important;
			background: #ffffff;
			border: 1px solid #bfe8ff;
			box-shadow: 0 10px 22px rgba(5,103,180,.08);
		}

		.mrbus-mobile-toggle {
			position: absolute;
			opacity: 0;
			pointer-events: none;
		}

		.mrbus-mobile-button {
			display: none;
			width: 46px;
			height: 46px;
			border-radius: 15px;
			background: #ffffff;
			border: 1px solid #bfe8ff;
			align-items: center;
			justify-content: center;
			cursor: pointer;
			box-shadow: 0 10px 22px rgba(5,103,180,.08);
		}

		.mrbus-mobile-button span,
		.mrbus-mobile-button span:before,
		.mrbus-mobile-button span:after {
			display: block;
			width: 22px;
			height: 2px;
			border-radius: 99px;
			background: #075fb0;
			position: relative;
			content: '';
			transition: .2s ease;
		}

		.mrbus-mobile-button span:before {
			position: absolute;
			top: -7px;
		}

		.mrbus-mobile-button span:after {
			position: absolute;
			top: 7px;
		}

		.mrbus-mobile-toggle:checked + .mrbus-mobile-button span {
			background: transparent;
		}

		.mrbus-mobile-toggle:checked + .mrbus-mobile-button span:before {
			top: 0;
			transform: rotate(45deg);
		}

		.mrbus-mobile-toggle:checked + .mrbus-mobile-button span:after {
			top: 0;
			transform: rotate(-45deg);
		}

		@media (max-width: 1380px) {
			.mrbus-header-shell {
				width: calc(100% - 44px);
			}

			.mrbus-logo-line {
				font-size: 28px;
			}

			.mrbus-nav a {
				font-size: 13px;
				padding: 9px 8px;
			}

			.mrbus-header-btn {
				padding: 11px 13px;
			}
		}

		@media (max-width: 1220px) {
			:root {
				--mrbus-header-height: 114px;
			}

			.mrbus-header-main {
				grid-template-columns: auto auto;
				justify-content: space-between;
			}

			.mrbus-mobile-button {
				display: inline-flex;
			}

			.mrbus-nav,
			.mrbus-header-actions {
				display: none;
			}

			.mrbus-mobile-toggle:checked ~ .mrbus-nav {
				display: grid;
				position: absolute;
				left: 0;
				right: 0;
				top: calc(100% + 12px);
				grid-template-columns: 1fr;
				gap: 8px;
				padding: 16px;
				border-radius: 24px 24px 0 0;
				background: rgba(255,255,255,.99);
				border: 1px solid rgba(196,232,255,.96);
				border-bottom: 0;
				box-shadow: 0 22px 58px rgba(4,74,130,.16);
			}

			.mrbus-mobile-toggle:checked ~ .mrbus-header-actions {
				display: grid;
				position: absolute;
				left: 0;
				right: 0;
				top: calc(100% + 338px);
				grid-template-columns: 1fr;
				gap: 10px;
				padding: 0 16px 18px;
				background: rgba(255,255,255,.99);
				border-left: 1px solid rgba(196,232,255,.96);
				border-right: 1px solid rgba(196,232,255,.96);
				border-bottom: 1px solid rgba(196,232,255,.96);
				border-radius: 0 0 24px 24px;
				box-shadow: 0 22px 58px rgba(4,74,130,.16);
			}

			.mrbus-mobile-toggle:checked ~ .mrbus-nav a,
			.mrbus-mobile-toggle:checked ~ .mrbus-header-actions a {
				width: 100%;
			}
		}

		@media (max-width: 800px) {
			:root {
				--mrbus-header-height: 105px;
			}

			.mrbus-header-shell {
				width: calc(100% - 18px);
			}

			.mrbus-header-top {
				justify-content: center;
				text-align: center;
				padding: 7px 0;
			}

			.mrbus-header-top-left {
				display: none;
			}

			.mrbus-header-top-right {
				justify-content: center;
			}

			.mrbus-header-main {
				padding: 10px 0 14px;
			}

			.mrbus-logo-line {
				font-size: 25px;
			}

			.mrbus-brand-mark {
				width: 46px;
				height: 46px;
				border-radius: 16px;
			}

			.mrbus-tagline {
				font-size: 11px;
			}

			.mrbus-mobile-toggle:checked ~ .mrbus-nav {
				top: calc(100% + 10px);
			}

			.mrbus-mobile-toggle:checked ~ .mrbus-header-actions {
				top: calc(100% + 336px);
			}
		}

		@media (max-width: 480px) {
			:root {
				--mrbus-header-height: 98px;
			}

			.mrbus-brand {
				gap: 9px;
			}

			.mrbus-logo-line {
				font-size: 22px;
			}

			.mrbus-tagline {
				display: none;
			}

			.mrbus-socials a {
				width: 32px;
				height: 32px;
			}

			.mrbus-header-main {
				gap: 10px;
			}
		}