:root {
	--primary: #0e2a47;
	--navy: #0e2a47;
	--navy-2: #123356;
	--ink: #0e2a47;
	--slate: #5a6b82;
	--slate-2: #7a8aa0;
	--line: #d9e0ea;
	--line-2: #eaeef4;
	--paper: #fff;
	--accent: #c79a3a;
	--ok: #1f7a4c;
	--tint-a: #eef3fa;
	--tint-b: #e4ecf6
}
body.lp-site {
	background: #fff;
	color: var(--ink);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased
}
a {
	color: var(--accent);
}
a:hover {
    color: #987122
}
button, input, select {
	font: inherit
}
a, button, input, select, summary {
	touch-action: manipulation
}
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible {
	outline: 3px solid var(--accent);
	outline-offset: 5px
}
section[id], #lookup {
	scroll-margin-top: 24px
}
.lp-wrap {
	width: calc(100% - 64px);
	max-width: 1240px;
	margin-inline: auto
}
.lp-header a,
.lp-footer a {
    color: var(--ink)
}

.lp-header {
	border-bottom: 1px solid var(--line-2);
	background: #fff
}
.lp-header-inner {
	min-height: 96px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px
}
.lp-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-weight: 750;
	font-size: 22px;
	letter-spacing: -.7px;
	white-space: nowrap
}
.lp-brand-light {
	font-weight: 450
}
.lp-brand-icon {
	border: 2px solid currentColor;
	outline: 1px solid currentColor;
	outline-offset: -6px;
	border-radius: 7px;
	padding: 5px 10px;
	font-family: monospace;
	font-size: 20px;
	letter-spacing: 1px
}
.custom-logo-link img {
	max-width: 220px;
	max-height: 64px;
	width: auto
}
.lp-menu {
	display: flex;
	gap: 28px;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: 550
}
.lp-menu li {
	position: relative
}
.lp-menu a:hover {
	color: #987122
}
.lp-menu .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 200px;
	padding: 16px;
	list-style: none;
	background: #fff;
	box-shadow: 0 10px 25px #0e2a471a;
	z-index: 10
}
.lp-menu li:hover>.sub-menu, .lp-menu li:focus-within>.sub-menu {
	display: block
}
.lp-button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
	background: var(--navy);
	color: white;
	padding: 13px 21px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 650
}
.lp-button:hover {
	background: #17436e;
	color: #fff
}
.lp-menu-toggle {
	display: none
}
.lp-skip {
	position: absolute;
	left: 16px;
	top: -100px;
	background: var(--navy);
	color: #fff;
	padding: 12px;
	z-index: 1000
}
.lp-skip:focus {
	top: 12px
}
.lp-hero {
	padding-top: 32px;
	margin-bottom: 48px
}
.lp-hero .lp-banner-title {
	font-family: inherit;
	font-size: clamp(34px, 4.3vw, 56px);
	font-weight: 700
}
.lp-hero .sub {
	font-size: 18px;
	font-weight: 500
}
.lp-hero .bbody {
	padding: 64px 56px 60px
}
.lp-hero .search {
	max-width: 640px
}
.lp-hero .plate input {
	font-size: 26px;
	letter-spacing: .22em
}
.lp-hero .cta {
	margin-top: 0;
	height: 64px
}
.lp-plate-label {
	display: block
}
.lp-hero .searchrow {
	grid-template-columns: minmax(0, 1fr) 220px
}
.lp-hero .cta:disabled {
	cursor: not-allowed;
	opacity: .65
}
.lp-search-note {
	font-size: 12px;
	color: var(--slate);
	line-height: 1.6;
	margin: 13px 0 0;
	text-align: center
}
.lp-hero .found {
	max-width: 820px;
	gap: 10px 26px
}
.lp-hero .found .it {
	font-size: 13.5px
}
.lp-section {
	padding-top: 88px;
	padding-bottom: 88px
}
.lp-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 34px
}
.lp-eyebrow {
	font-family: "IBM Plex Mono", monospace;
	font-size: 10px;
	letter-spacing: .19em;
	font-weight: 600;
	color: #8a681f;
	margin: 0 0 15px
}
.lp-site h2 {
	font-weight: 650;
	letter-spacing: -1.1px;
	font-size: clamp(28px, 3vw, 38px);
	line-height: 1.2;
	margin: 0 0 16px
}
.lp-site h3 {
	font-weight: 650;
	letter-spacing: -.25px;
	font-size: 19px
}
.lp-section-head>p {
	max-width: 365px;
	margin: 0 0 18px;
	font-size: 14px;
	color: var(--slate)
}
.lp-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px
}
.lp-card {
	padding: 30px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: linear-gradient(140deg, #f7f9fc, #fff 65%)
}
.lp-card-number {
	display: inline-grid;
	place-items: center;
	width: 40px;
	height: 35px;
	border: 1px solid var(--line);
	border-radius: 5px;
	color: var(--slate);
	font-family: monospace;
	font-size: 12px;
	margin-bottom: 25px
}
.lp-card h3 {
	margin-bottom: 12px
}
.lp-card p {
	font-size: 14px;
	color: var(--slate);
	margin: 0 0 24px
}
.lp-card-caption {
	display: block;
	padding-top: 16px;
	border-top: 1px solid var(--line-2);
	font-size: 11px;
	font-weight: 600;
	color: #7f652e
}
.lp-section-note {
	text-align: center;
	color: var(--slate);
	font-size: 12px;
	margin: 26px 0 0
}
.lp-how {
	padding: 64px 0;
	background: var(--navy);
	color: white
}
.lp-how .lp-eyebrow {
	color: #dfbc71
}
.lp-how h2, .lp-how h3 {
	color: #fff
}
.lp-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 54px;
	margin-top: 42px
}
.lp-steps article>span {
	display: block;
	font-family: monospace;
	color: #dfbc71;
	font-size: 13px;
	border-top: 1px solid #ffffff30;
	padding-top: 20px;
	margin-bottom: 20px
}
.lp-steps p {
	color: #c2cedc;
	font-size: 14px;
	margin: 0
}
.lp-faq {
	display: grid;
	grid-template-columns: 1fr 1.55fr;
	gap: 70px
}
.lp-faq>div>p:not(.lp-eyebrow) {
	color: var(--slate);
	font-size: 14px
}
.lp-faq details {
	border-bottom: 1px solid var(--line);
	padding: 20px 0
}
.lp-faq details:first-child {
	border-top: 1px solid var(--line)
}
.lp-faq summary {
	cursor: pointer;
	font-weight: 600;
	font-size: 15px;
	list-style: none;
	display: flex;
	justify-content: space-between;
	gap: 20px
}
.lp-faq summary::-webkit-details-marker {
	display: none
}
.lp-faq summary:after {
	content: '+';
	color: #99752a;
	font-size: 20px;
	line-height: 1
}
.lp-faq details[open] summary:after {
	content: '−'
}
.lp-faq details p {
	font-size: 14px;
	color: var(--slate);
	margin: 12px 30px 0 0
}
.lp-bottom-cta {
	background: #eef3f9;
	border: 1px solid var(--line);
	border-radius: 8px;
	padding: 38px 42px;
	margin-bottom: 72px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px
}
.lp-bottom-cta h2 {
	font-size: 30px
}
.lp-bottom-cta p:last-child {
	font-size: 14px;
	color: var(--slate);
	margin: 0
}
.lp-footer {
	background: #f8f9fb;
	border-top: 1px solid var(--line-2);
	padding: 46px 0 28px
}
.lp-footer-top, .lp-footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px
}
.lp-footer-top {
	padding-bottom: 30px
}
.lp-footer-top p {
	font-size: 13px;
	color: var(--slate);
	margin-bottom: 0
}
.lp-footer-bottom {
	border-top: 1px solid var(--line);
	padding-top: 22px;
	font-size: 12px;
	color: var(--slate)
}
.lp-footer-bottom p {
	margin: 0
}
.lp-disclaimer {
	font-size: 11px;
	color: var(--slate);
	max-width: 760px;
	margin: 16px 0 0
}
.lp-editor-content {
	padding-bottom: 56px
}
.lp-site main>.container {
	padding-top: 48px;
	padding-bottom: 48px
}
.lp-site main>.msai-section {
	padding: 48px 0
}
.lp-content {
	padding-block: 64px;
	min-height: 50vh
}
.lp-content article {
	margin-bottom: 40px
}
.lp-content h1 {
	font-size: clamp(32px, 5vw, 48px);
	font-weight: 700
}
.lp-content .entry-content {
	overflow-wrap: anywhere
}
.lp-content .entry-content>* {
	max-width: 100%
}
@media(max-width:1000px) {
	.lp-header-inner {
		gap: 18px;
		flex-wrap: wrap;
		padding-block: 20px
	}
	.lp-header-cta {
		display: none
	}
	.lp-menu {
		gap: 20px
	}
	.lp-cards {
		gap: 16px
	}
	.lp-card {
		padding: 24px
	}
	.lp-faq {
		gap: 36px
	}
	.lp-steps {
		gap: 30px
	}
}
@media(max-width:700px) {
	.lp-wrap {
		width: calc(100% - 32px)
	}
	.lp-header-inner {
		min-height: 76px;
		gap: 16px
	}
	.lp-brand {
		font-size: 20px
	}
	.lp-menu-toggle:not([hidden]) {
		display: block;
		background: white;
		border: 1px solid var(--line);
		border-radius: 4px;
		padding: 7px 10px;
		font-size: 13px;
		color: var(--ink)
	}
	#lp-navigation {
		width: 100%
	}
	.lp-header-inner:has(.lp-menu-toggle:not([hidden])) #lp-navigation:not(.is-open) {
		display: none
	}
	.lp-menu {
		align-items: start;
		flex-direction: column;
		gap: 14px
	}
	.lp-menu .sub-menu {
		position: static;
		display: block;
		box-shadow: none;
		padding: 10px 15px
	}
	.lp-hero {
		padding-top: 18px
	}
	.lp-hero .bhead {
		padding: 14px 18px;
		font-size: 10px
	}
	.lp-hero .bhead .r {
		display: none
	}
	.lp-hero .bbody {
		padding: 36px 18px
	}
	.lp-hero .eyebrow {
		font-size: 9px;
		letter-spacing: .16em
	}
	.lp-hero .sub {
		font-size: 15px
	}
	.lp-hero .search {
		padding: 20px;
		margin-top: 26px
	}
	.lp-hero .search .stitle .s {
		font-size: 9px;
		letter-spacing: .05em
	}
	.lp-hero .flabel {
		font-size: 9px;
		letter-spacing: .08em
	}
	.lp-hero .searchrow {
		grid-template-columns: minmax(0, 1fr) 110px
	}
	.lp-hero .cta {
		height: 54px
	}
	.lp-hero .plate {
		height: 54px;
		padding-inline: 10px
	}
	.lp-hero .plate input {
		font-size: 18px;
		letter-spacing: .04em
	}
	.lp-hero .found {
		gap: 8px 15px;
		margin-top: 24px
	}
	.lp-hero .found .it {
		font-size: 10px
	}
	.lp-section {
		padding-block: 52px
	}
	.lp-section-head {
		display: block
	}
	.lp-section-head>p {
		max-width: none
	}
	.lp-cards {
		grid-template-columns: 1fr
	}
	.lp-card-number {
		margin-bottom: 16px
	}
	.lp-card p {
		margin-bottom: 18px
	}
	.lp-how {
		padding-block: 44px
	}
	.lp-steps {
		grid-template-columns: 1fr;
		gap: 28px;
		margin-top: 26px
	}
	.lp-faq {
		grid-template-columns: 1fr;
		gap: 20px
	}
	.lp-bottom-cta {
		display: block;
		padding: 28px;
		margin-bottom: 45px
	}
	.lp-bottom-cta .lp-button {
		margin-top: 24px
	}
	.lp-footer-top, .lp-footer-bottom {
		align-items: start;
		flex-direction: column
	}
	.lp-footer-top nav .lp-menu {
		gap: 10px
	}
	.lp-footer {
		padding-top: 32px
	}
}
@media(prefers-reduced-motion:reduce) {
	*, *::before, *::after {
		scroll-behavior: auto!important;
		transition: none!important
	}
}
@media(max-width:380px) {
	.lp-hero .searchrow {
		grid-template-columns: minmax(0, 1fr)
	}
	.lp-hero .found .it {
		font-size: 11px
	}
}
.lp-hero {
	font-family: Inter, system-ui, sans-serif
}
.lp-hero .lp-banner-title, .lp-hero .cta {
	font-family: Inter, system-ui, sans-serif
}
.lp-hero .lp-search-note {
	max-width: 640px
}
.lp-hero .plate {
	min-width: 0
}
/* Lookup consent dialog. */

.lp-lookup-notice {
	width: min(672px, calc(100% - 32px));
	max-height: calc(100dvh - 48px);
	padding: 32px;
	border: 0;
	border-radius: 10px;
	color: var(--ink);
	background: #fff;
	box-shadow: 0 24px 80px #0e2a4740;
	overflow-y: auto;
}
.lp-lookup-notice::backdrop {
	background: #202c4ca6;
}
.lp-lookup-notice h2 {
	text-align: center;
	margin-bottom: 24px;
}
.lp-notice-content p {
	font-size: 14px;
	line-height: 1.65;
	margin: 0 0 16px;
}
.lp-notice-actions {
	display: flex;
	gap: 12px;
	margin-top: 24px;
}
.lp-notice-actions button {
	flex: 1;
	border: 0;
	padding: 14px;
	border-radius: 6px;
	font-weight: 700;
	cursor: pointer;
}
.lp-notice-decline {
	background: #e4ecf6;
	color: var(--navy);
}
.lp-notice-actions button:disabled {
	opacity: .65;
	cursor: wait;
}
@media (max-width: 480px) {
	.lp-lookup-notice {
		padding: 24px 20px;
	}
	.lp-notice-actions {
		flex-direction: column;
	}
}
/* The page heading follows the shared banner. */
.lp-hero ~ .lp-content { padding-top: 0; }
.lp-page-heading { margin-bottom: 32px; }
