/**
 * Accessibility fixes — no visual layout changes.
 */

/* Properly expose skip link (Elementor CSS hides .screen-reader-text) */
body a.skip-link.screen-reader-text {
	position: absolute !important;
	top: -100px;
	left: 0;
	width: auto !important;
	height: auto !important;
	padding: 12px 16px !important;
	margin: 0 !important;
	overflow: visible !important;
	clip: auto !important;
	clip-path: none !important;
	white-space: nowrap !important;
	border: 0 !important;
	display: block !important;
	z-index: 100000;
	background: #0b1f4b !important;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14px !important;
	line-height: 1.4 !important;
}

body a.skip-link.screen-reader-text:focus {
	top: 0 !important;
	left: 0 !important;
}

/* Visually hidden but readable by AT (not killed by display:none rules) */
.sa-sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
	display: block !important;
}

/* Form control contrast — Sectors dropdown (needs ≥ 3:1 vs surroundings) */
.jet-select__control,
select.jet-select__control,
#blogwidget .jet-select__control,
[id^="blogwidget"] .jet-select__control {
	border-color: #5c5c5c !important;
	border-width: 1px !important;
	border-style: solid !important;
	color: #1a1a1a !important;
	box-shadow: none !important;
}

.jet-select__control:focus,
select.jet-select__control:focus {
	outline: 2px solid #0b1f4b !important;
	outline-offset: 2px !important;
	border-color: #0b1f4b !important;
}

/* Semantic chip list — keep same chip look */
ul.sipm__chips {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

ul.sipm__chips > li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-flex;
}

/*
 * "The Singularity Edge" + supporting line: white text over video + dark overlay.
 * Silktide ignores video/::before overlay and measures the light parent (#E4EAF5),
 * so it false-fails. Solid primary under the video keeps the same look and a real
 * dark background for contrast checks.
 */
.elementor-1380 .elementor-element-90cbcb6.e-con {
	background-color: #001c5c !important;
}

.elementor-1380 .elementor-element-12ee098 .elementor-heading-title,
.elementor-1380 .elementor-element-64dc875,
.elementor-1380 .elementor-element-64dc875 p {
	color: #ffffff !important;
}
