:root {
	--qlpm-ink: #101820;
	--qlpm-muted: #5a6673;
	--qlpm-line: #dfe5eb;
	--qlpm-soft: #f6f8fa;
	--qlpm-white: #ffffff;
	--qlpm-accent: #f26522;
	--qlpm-accent-dark: #b84516;
	--qlpm-blue: #284b63;
	--qlpm-radius: 8px;
	--qlpm-shadow: 0 18px 50px rgba(16, 24, 32, 0.12);
}

body {
	color: var(--qlpm-ink);
	background: var(--qlpm-soft);
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

body.home .site-main,
body.post-type-archive-case .site-main {
	background: linear-gradient(180deg, #ffffff 0%, #f6f8fa 44%, #ffffff 100%);
}

a {
	text-underline-offset: 0.18em;
}

img {
	max-width: 100%;
	height: auto;
}

.elementor-location-header,
header.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	backdrop-filter: saturate(170%) blur(18px);
	background: rgba(255, 255, 255, 0.88) !important;
	border-bottom: 1px solid rgba(16, 24, 32, 0.08);
	box-shadow: 0 10px 30px rgba(16, 24, 32, 0.05);
}

.elementor-nav-menu--main .elementor-item,
.menu-item a {
	transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.elementor-nav-menu--main .elementor-item:hover,
.menu-item a:hover {
	color: var(--qlpm-accent) !important;
}

body.home .elementor-element-5a26770c {
	min-height: clamp(440px, 64vh, 680px) !important;
	background:
		linear-gradient(135deg, rgba(16, 24, 32, 0.94) 0%, rgba(40, 75, 99, 0.92) 58%, rgba(242, 101, 34, 0.88) 100%) !important;
	margin-top: 0 !important;
	padding-top: clamp(110px, 16vw, 190px) !important;
	overflow: hidden;
}

body.home .elementor-element-1c66a584 .elementor-heading-title {
	font-size: 86px !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	font-weight: 650 !important;
	line-height: 0.98 !important;
	max-width: 980px;
	margin: 0 auto;
}

body.home .elementor-element-1c66a584 .elementor-heading-title::after {
	content: "Enterprise engineering portfolio for seismic systems, structural monitoring, testing laboratories, scientific instrumentation, and advanced simulation.";
	display: block;
	max-width: 820px;
	margin: 22px auto 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 22px;
	font-weight: 400;
	line-height: 1.45;
}

.qlpm-toolbar {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto 24px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
}

.qlpm-search {
	position: relative;
}

.qlpm-search input {
	width: 100%;
	min-height: 48px;
	border: 1px solid var(--qlpm-line);
	border-radius: var(--qlpm-radius);
	background: var(--qlpm-white);
	padding: 0 16px 0 44px;
	color: var(--qlpm-ink);
	box-shadow: 0 8px 22px rgba(16, 24, 32, 0.06);
}

.qlpm-search::before {
	content: "";
	position: absolute;
	left: 16px;
	top: 50%;
	width: 15px;
	height: 15px;
	border: 2px solid var(--qlpm-muted);
	border-radius: 50%;
	transform: translateY(-50%);
}

.qlpm-search::after {
	content: "";
	position: absolute;
	left: 29px;
	top: 30px;
	width: 8px;
	height: 2px;
	background: var(--qlpm-muted);
	transform: rotate(45deg);
}

.qlpm-count {
	color: var(--qlpm-muted);
	font-size: 14px;
	white-space: nowrap;
}

body.home .elementor-element-58fb974f,
body.home .elementor-element-70170f25 {
	background: transparent !important;
	box-shadow: none !important;
}

body.home .elementor-element-70170f25 {
	border: 1px solid var(--qlpm-line);
	border-radius: var(--qlpm-radius) !important;
	box-shadow: 0 10px 28px rgba(16, 24, 32, 0.06) !important;
}

.e-filter button,
.elementor-widget-taxonomy-filter button {
	border-radius: 999px !important;
	border: 1px solid transparent !important;
	transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.e-filter button:hover,
.elementor-widget-taxonomy-filter button:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 20px rgba(16, 24, 32, 0.1);
}

.elementor-widget-loop-grid .e-loop-item,
.elementor-widget-loop-grid article {
	transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.elementor-widget-loop-grid .e-loop-item:hover,
.elementor-widget-loop-grid article:hover {
	transform: translateY(-4px);
	box-shadow: var(--qlpm-shadow);
}

.qlpm-hidden {
	display: none !important;
}

.qlpm-case-panel,
.qlpm-related-cases,
.qlpm-cta {
	width: min(1120px, calc(100% - 32px));
	margin: 40px auto;
	padding: clamp(24px, 4vw, 44px);
	border: 1px solid var(--qlpm-line);
	border-radius: var(--qlpm-radius);
	background: var(--qlpm-white);
	box-shadow: 0 14px 42px rgba(16, 24, 32, 0.08);
}

.qlpm-case-panel__header,
.qlpm-related-cases__head {
	max-width: 850px;
}

.qlpm-eyebrow {
	margin: 0 0 8px;
	color: var(--qlpm-accent-dark);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.qlpm-case-panel h2,
.qlpm-related-cases h2,
.qlpm-cta h2 {
	margin: 0 0 14px;
	font-size: 40px;
	line-height: 1.12;
	letter-spacing: 0;
	color: var(--qlpm-ink);
}

.qlpm-case-panel p,
.qlpm-cta p {
	color: var(--qlpm-muted);
	font-size: 17px;
	line-height: 1.65;
}

.qlpm-case-facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 24px 0;
}

.qlpm-case-facts div {
	padding: 18px;
	border: 1px solid var(--qlpm-line);
	border-radius: var(--qlpm-radius);
	background: var(--qlpm-soft);
}

.qlpm-case-facts span,
.qlpm-related-card span {
	display: block;
	margin-bottom: 6px;
	color: var(--qlpm-muted);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.qlpm-case-facts strong,
.qlpm-related-card strong {
	color: var(--qlpm-ink);
	font-size: 16px;
	line-height: 1.3;
}

.qlpm-chip-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.qlpm-chip-list span {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 12px;
	border: 1px solid rgba(40, 75, 99, 0.18);
	border-radius: 999px;
	background: #eef4f7;
	color: var(--qlpm-blue);
	font-size: 13px;
	font-weight: 650;
}

.qlpm-related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.qlpm-related-card {
	display: block;
	overflow: hidden;
	min-height: 100%;
	padding: 14px;
	border: 1px solid var(--qlpm-line);
	border-radius: var(--qlpm-radius);
	background: var(--qlpm-white);
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.qlpm-related-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 32px rgba(16, 24, 32, 0.12);
}

.qlpm-related-card img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	margin: 0 0 14px;
	border-radius: 6px;
	background: var(--qlpm-soft);
}

.qlpm-cta {
	background: linear-gradient(135deg, #101820 0%, #284b63 100%);
	color: #ffffff;
}

.qlpm-cta h2,
.qlpm-cta p {
	color: #ffffff;
}

.qlpm-cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin-top: 12px;
	padding: 0 18px;
	border-radius: 999px;
	background: var(--qlpm-accent);
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
}

@media (max-width: 900px) {
	.qlpm-toolbar,
	.qlpm-case-facts,
	.qlpm-related-grid {
		grid-template-columns: 1fr;
	}

	body.home .elementor-element-32d4a14c > .e-con-inner {
		display: block !important;
	}

	body.home .elementor-element-37b9cac1,
	body.home .elementor-element-1415828c {
		width: 100% !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

/* Sprint 2 enterprise portfolio layer */
:root {
	--qlpm-steel: #6f8795;
	--qlpm-signal: #1d6f78;
	--qlpm-deep: #0b141d;
	--qlpm-panel: #fbfcfd;
	--qlpm-radius-lg: 8px;
	--qlpm-shadow-soft: 0 18px 48px rgba(11, 20, 29, 0.10);
	--qlpm-shadow-lift: 0 24px 70px rgba(11, 20, 29, 0.16);
}

body.home,
body.post-type-archive-case,
body.single-case {
	background: #f4f7f9;
}

body.home .elementor-element-5a26770c {
	min-height: clamp(500px, 68vh, 760px) !important;
	padding-top: clamp(128px, 14vw, 210px) !important;
	padding-bottom: clamp(72px, 9vw, 130px) !important;
	background:
		linear-gradient(130deg, rgba(9, 18, 28, 0.97) 0%, rgba(23, 52, 67, 0.95) 52%, rgba(135, 57, 27, 0.90) 100%) !important;
	isolation: isolate;
}

body.home .elementor-element-5a26770c::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.55), rgba(255,255,255,0));
	pointer-events: none;
}

body.home .elementor-element-1c66a584 .elementor-heading-title {
	font-size: 92px !important;
	font-weight: 720 !important;
	line-height: 0.96 !important;
	max-width: 1040px;
	text-wrap: balance;
}

body.home .elementor-element-1c66a584 .elementor-heading-title::before {
	content: "QUAKELOGIC ENGINEERING PORTFOLIO";
	display: block;
	width: fit-content;
	margin: 0 auto 18px;
	padding: 8px 12px;
	border: 1px solid rgba(255,255,255,0.20);
	border-radius: 999px;
	background: rgba(255,255,255,0.08);
	color: rgba(255,255,255,0.82);
	font-size: 12px;
	font-weight: 760;
	letter-spacing: 0.14em;
	line-height: 1;
}

body.home .elementor-element-1c66a584 .elementor-heading-title::after {
	max-width: 900px;
	margin-top: 26px;
	color: rgba(255,255,255,0.86);
	font-size: 23px;
}

.qlpm-toolbar {
	margin: clamp(28px, 5vw, 54px) auto 24px;
	padding: 12px;
	border: 1px solid rgba(111, 135, 149, 0.20);
	border-radius: var(--qlpm-radius-lg);
	background: rgba(255,255,255,0.84);
	box-shadow: var(--qlpm-shadow-soft);
	backdrop-filter: blur(18px) saturate(150%);
}

.qlpm-search input {
	min-height: 54px;
	border-radius: 10px;
	font-size: 15px;
}

.qlpm-count {
	padding: 0 10px;
	font-weight: 700;
	color: #455563;
}

.qlpm-enhanced-card.elementor,
.elementor-widget-loop-grid .qlpm-enhanced-card,
.elementor-widget-loop-grid .e-loop-item.case {
	position: relative;
	border-radius: var(--qlpm-radius-lg);
}

.elementor-widget-loop-grid .e-loop-item.case > .elementor,
.elementor-widget-loop-grid .e-loop-item.case .elementor-element-34ec5d02,
.elementor-widget-loop-grid .e-loop-item.case .elementor-element-1d26e40b {
	overflow: hidden;
	border: 1px solid rgba(111, 135, 149, 0.22) !important;
	border-radius: var(--qlpm-radius-lg) !important;
	background: linear-gradient(180deg, #ffffff 0%, #f8fafb 100%) !important;
	box-shadow: 0 12px 34px rgba(11, 20, 29, 0.08) !important;
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.elementor-widget-loop-grid .e-loop-item.case:hover > .elementor,
.elementor-widget-loop-grid .e-loop-item.case:hover .elementor-element-34ec5d02,
.elementor-widget-loop-grid .e-loop-item.case:hover .elementor-element-1d26e40b {
	transform: translateY(-5px);
	border-color: rgba(29, 111, 120, 0.32) !important;
	box-shadow: var(--qlpm-shadow-lift) !important;
}

.elementor-widget-loop-grid .e-loop-item.case img {
	aspect-ratio: 16 / 10;
	object-fit: cover;
	background: #e9eef2;
	transition: transform 260ms ease, filter 260ms ease;
}

.elementor-widget-loop-grid .e-loop-item.case:hover img {
	transform: scale(1.025);
	filter: saturate(1.05) contrast(1.03);
}

.elementor-widget-loop-grid .e-loop-item.case h1,
.elementor-widget-loop-grid .e-loop-item.case h2,
.elementor-widget-loop-grid .e-loop-item.case .elementor-heading-title {
	letter-spacing: 0 !important;
	text-wrap: balance;
}

.qlpm-card-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 12px 0 10px;
}

.qlpm-card-meta span {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 0 9px;
	border: 1px solid rgba(29, 111, 120, 0.18);
	border-radius: 999px;
	background: #eef6f7;
	color: #174d55;
	font-size: 11px;
	font-weight: 760;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.qlpm-card-meta span:first-child {
	background: #101820;
	border-color: #101820;
	color: #ffffff;
}

.qlpm-read-more,
.elementor-widget-loop-grid .e-loop-item.case a[href*="/case/"]:last-child {
	border-radius: 999px !important;
	font-weight: 760 !important;
	letter-spacing: 0.02em;
}

.qlpm-case-panel--sprint2,
.qlpm-related-cases--sprint2,
.qlpm-cta--sprint2 {
	border-radius: var(--qlpm-radius-lg);
	border-color: rgba(111, 135, 149, 0.22);
	box-shadow: var(--qlpm-shadow-soft);
}

.qlpm-case-panel--sprint2 {
	background:
		linear-gradient(180deg, rgba(255,255,255,0.96), rgba(248,250,251,0.96));
}

.qlpm-case-panel--sprint2 .qlpm-case-facts {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.qlpm-case-panel--sprint2 .qlpm-case-facts div {
	background: #ffffff;
	box-shadow: 0 8px 24px rgba(11, 20, 29, 0.05);
}

.qlpm-related-cases__head p {
	color: var(--qlpm-muted);
	font-size: 16px;
	line-height: 1.6;
}

.qlpm-related-card {
	padding: 0;
	border-radius: var(--qlpm-radius-lg);
	background: #ffffff;
}

.qlpm-related-card figure {
	margin: 0;
	overflow: hidden;
	background: #e9eef2;
}

.qlpm-related-card img {
	margin: 0;
	border-radius: 0;
	transition: transform 240ms ease;
}

.qlpm-related-card:hover img {
	transform: scale(1.025);
}

.qlpm-related-card span,
.qlpm-related-card strong,
.qlpm-related-card em,
.qlpm-related-card b {
	display: block;
	margin-left: 18px;
	margin-right: 18px;
}

.qlpm-related-card span {
	margin-top: 18px;
	color: var(--qlpm-signal);
}

.qlpm-related-card strong {
	font-size: 18px;
	line-height: 1.25;
}

.qlpm-related-card em {
	margin-top: 10px;
	color: var(--qlpm-muted);
	font-style: normal;
	line-height: 1.55;
}

.qlpm-related-card b {
	margin-top: 16px;
	margin-bottom: 18px;
	color: var(--qlpm-accent-dark);
	font-size: 13px;
}

.qlpm-cta--sprint2 {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: clamp(20px, 4vw, 48px);
	align-items: center;
	background: linear-gradient(135deg, #0b141d 0%, #18384a 58%, #1d6f78 100%);
}

.qlpm-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.qlpm-cta__actions a + a {
	background: rgba(255,255,255,0.10);
	border: 1px solid rgba(255,255,255,0.22);
}

@media (max-width: 1024px) {
	body.home .elementor-element-1c66a584 .elementor-heading-title {
		font-size: 68px !important;
	}

	body.home .elementor-element-1c66a584 .elementor-heading-title::after {
		font-size: 19px;
	}

	.qlpm-case-panel h2,
	.qlpm-related-cases h2,
	.qlpm-cta h2 {
		font-size: 34px;
	}

	.qlpm-case-panel--sprint2 .qlpm-case-facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.qlpm-cta--sprint2 {
		grid-template-columns: 1fr;
	}

	.qlpm-cta__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 640px) {
	body.home .elementor-element-5a26770c {
		min-height: auto !important;
		padding-top: 118px !important;
		padding-bottom: 70px !important;
	}

	body.home .elementor-element-1c66a584 .elementor-heading-title {
		font-size: 44px !important;
	}

	.qlpm-toolbar {
		grid-template-columns: 1fr;
		width: min(calc(100% - 24px), 1120px);
		padding: 10px;
	}

	.qlpm-count {
		padding: 0 4px 4px;
	}

	.qlpm-case-panel--sprint2 .qlpm-case-facts {
		grid-template-columns: 1fr;
	}

	.qlpm-cta__actions a {
		width: 100%;
	}
}
/* Phase 4 SEO and AI-search content layer */
.qlpm-sr-heading {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.qlpm-phase4-knowledge {
	background: #ffffff;
}

.qlpm-phase4-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 24px;
}

.qlpm-phase4-card {
	padding: 18px;
	border: 1px solid var(--qlpm-line);
	border-radius: var(--qlpm-radius);
	background: #f8fafb;
}

.qlpm-phase4-card h3 {
	margin: 0 0 8px;
	color: var(--qlpm-ink);
	font-size: 18px;
	line-height: 1.25;
	letter-spacing: 0;
}

.qlpm-phase4-card p {
	margin: 0;
	color: var(--qlpm-muted);
	font-size: 15px;
	line-height: 1.6;
}

@media (max-width: 760px) {
	.qlpm-phase4-grid {
		grid-template-columns: 1fr;
	}
}
/* Header repair 1.2.1 */
header.elementor-154.elementor-location-header {
	position: relative;
	z-index: 10000;
	background: transparent !important;
	border-bottom: 0;
	box-shadow: none;
	backdrop-filter: none;
}

header.elementor-154 .elementor-element-01193b,
header.elementor-154 .elementor-element-f8fa415 {
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10001;
}

header.elementor-154 .elementor-element-01193b {
	top: 0;
	min-height: 34px;
	background: #101820 !important;
	border-bottom: 1px solid rgba(255,255,255,0.10);
	box-shadow: none;
}

header.elementor-154 .elementor-element-01193b > .e-con-inner {
	min-height: 34px;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

header.elementor-154 .elementor-element-01193b .elementor-icon-list-items {
	align-items: center;
	gap: 18px;
}

header.elementor-154 .elementor-element-01193b .elementor-icon-list-item,
header.elementor-154 .elementor-element-01193b .elementor-icon-list-item a {
	align-items: center;
	min-height: 28px;
}

header.elementor-154 .elementor-element-01193b .elementor-icon-list-item a {
	color: rgba(255,255,255,0.88) !important;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	text-decoration: none;
	transition: color 160ms ease;
}

header.elementor-154 .elementor-element-01193b .elementor-icon-list-icon svg,
header.elementor-154 .elementor-element-01193b .elementor-icon-list-icon i {
	width: 13px;
	height: 13px;
	color: #f26522 !important;
	fill: #f26522 !important;
	font-size: 13px;
}

header.elementor-154 .elementor-element-01193b .elementor-icon-list-item a:hover,
header.elementor-154 .elementor-element-01193b .elementor-icon-list-item a:focus-visible {
	color: #ffffff !important;
}

header.elementor-154 .elementor-element-a4d9964 .elementor-button {
	min-height: 28px;
	padding: 0 12px;
	border-radius: 4px;
	background: #f26522 !important;
	color: #ffffff !important;
	font-size: 12px;
	font-weight: 700;
	line-height: 28px;
	box-shadow: none;
}

header.elementor-154 .elementor-element-a4d9964 .elementor-button:hover,
header.elementor-154 .elementor-element-a4d9964 .elementor-button:focus-visible {
	background: #d95418 !important;
	color: #ffffff !important;
}

header.elementor-154 .elementor-element-f8fa415 {
	top: 34px;
	min-height: 72px;
	background: rgba(255,255,255,0.96) !important;
	border-bottom: 1px solid rgba(16,24,32,0.10);
	box-shadow: 0 10px 28px rgba(16,24,32,0.08);
	backdrop-filter: saturate(160%) blur(14px);
}

header.elementor-154 .elementor-element-f8fa415 > .e-con-inner {
	min-height: 72px;
	align-items: center;
	gap: 24px;
}

header.elementor-154 .elementor-element-4c5175b img {
	display: block;
	width: 220px;
	height: auto;
	max-width: 220px;
}

header.elementor-154 .elementor-element-01400c4 {
	align-items: center;
	justify-content: flex-end;
	min-width: 0;
}

header.elementor-154 .elementor-element-7a69bee6,
header.elementor-154 .e-n-menu,
header.elementor-154 .e-n-menu-wrapper,
header.elementor-154 .e-n-menu-heading {
	min-width: 0;
}

header.elementor-154 .e-n-menu-heading {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 2px;
	margin: 0;
	padding: 0;
}

header.elementor-154 .e-n-menu-title {
	margin: 0;
}

header.elementor-154 .e-n-menu-title-container,
header.elementor-154 .e-n-menu-dropdown-icon {
	min-height: 40px;
	padding: 0 10px !important;
	border-radius: 4px;
	color: #182532 !important;
	background: transparent !important;
	font-size: 12px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0.02em;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 160ms ease, color 160ms ease;
}

header.elementor-154 .e-n-menu-title-text {
	color: inherit !important;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
}

header.elementor-154 .e-n-menu-title-container:hover,
header.elementor-154 .e-n-menu-title-container:focus-visible,
header.elementor-154 .e-n-menu-title:hover .e-n-menu-title-container,
header.elementor-154 .e-n-menu-dropdown-icon:hover,
header.elementor-154 .e-n-menu-dropdown-icon:focus-visible {
	background: rgba(242,101,34,0.10) !important;
	color: #b84516 !important;
}

header.elementor-154 .e-n-menu-dropdown-icon {
	width: 28px;
	min-width: 28px;
	padding-left: 0 !important;
	padding-right: 8px !important;
}

header.elementor-154 .e-n-menu-dropdown-icon svg {
	width: 10px;
	height: 10px;
	fill: currentColor;
}

header.elementor-154 .e-n-menu-content > .e-con,
header.elementor-154 .e-n-menu-content .e-con {
	border: 1px solid rgba(16,24,32,0.10);
	border-radius: 8px;
	background: #ffffff !important;
	box-shadow: 0 18px 50px rgba(16,24,32,0.16);
}

@media (max-width: 1180px) {
	header.elementor-154 .e-n-menu-title-container,
	header.elementor-154 .e-n-menu-dropdown-icon {
		padding-left: 7px !important;
		padding-right: 7px !important;
		font-size: 11px;
	}

	header.elementor-154 .elementor-element-f8fa415 > .e-con-inner {
		gap: 16px;
	}
}

@media (max-width: 1024px) {
	header.elementor-154 .elementor-element-01193b {
		display: none !important;
	}

	header.elementor-154 .elementor-element-f8fa415 {
		top: 0;
		min-height: 64px;
	}

	header.elementor-154 .elementor-element-f8fa415 > .e-con-inner {
		min-height: 64px;
	}

	header.elementor-154 .elementor-element-4c5175b img {
		width: 190px;
		max-width: 190px;
	}

	header.elementor-154 .e-n-menu-toggle {
		width: 42px;
		height: 42px;
		border-radius: 4px;
		background: #101820 !important;
		color: #ffffff !important;
	}

	header.elementor-154 .e-n-menu-toggle svg {
		width: 20px;
		height: 20px;
		fill: #ffffff;
	}

	header.elementor-154 .e-n-menu-wrapper {
		margin-top: 12px;
		border: 1px solid rgba(16,24,32,0.10);
		border-radius: 8px;
		background: #ffffff;
		box-shadow: 0 18px 44px rgba(16,24,32,0.14);
	}

	header.elementor-154 .e-n-menu-heading {
		align-items: stretch;
		gap: 0;
	}

	header.elementor-154 .e-n-menu-title-container,
	header.elementor-154 .e-n-menu-dropdown-icon {
		min-height: 44px;
		padding: 0 14px !important;
		border-radius: 0;
		font-size: 13px;
		line-height: 44px;
	}
}
/* Final enterprise SEO resource links */
.qlpm-phase4-resources {
	background: #ffffff;
}

.qlpm-resource-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0;
	margin: 22px 0 0;
	list-style: none;
}

.qlpm-resource-list a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 0 13px;
	border: 1px solid rgba(29, 111, 120, 0.22);
	border-radius: 999px;
	background: #eef6f7;
	color: #174d55;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.qlpm-resource-list a:hover,
.qlpm-resource-list a:focus-visible {
	border-color: rgba(242, 101, 34, 0.42);
	background: #fff4ee;
	color: #9e3b11;
}

/* Phase 5 authority and knowledge graph layer */
.qlpm-phase5-authority {
	background: #ffffff;
}

.qlpm-phase5-entity-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 24px;
}

.qlpm-phase5-entity-card {
	padding: 18px;
	border: 1px solid rgba(111, 135, 149, 0.22);
	border-radius: var(--qlpm-radius);
	background: #f8fafb;
}

.qlpm-phase5-entity-card h3,
.qlpm-phase5-cross-links h3 {
	margin: 0 0 10px;
	color: var(--qlpm-ink);
	font-size: 18px;
	line-height: 1.25;
	letter-spacing: 0;
}

.qlpm-phase5-entity-card ul,
.qlpm-phase5-cross-links ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.qlpm-phase5-entity-card li,
.qlpm-phase5-cross-links a {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 10px;
	border: 1px solid rgba(29, 111, 120, 0.18);
	border-radius: 999px;
	background: #eef6f7;
	color: #174d55;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.qlpm-phase5-cross-links {
	margin-top: 24px;
	padding-top: 22px;
	border-top: 1px solid var(--qlpm-line);
}

.qlpm-phase5-cross-links a:hover,
.qlpm-phase5-cross-links a:focus-visible {
	border-color: rgba(242, 101, 34, 0.42);
	background: #fff4ee;
	color: #9e3b11;
}

@media (max-width: 760px) {
	.qlpm-phase5-entity-grid {
		grid-template-columns: 1fr;
	}
}
