:root {
	--techdex-ink: #081018;
	--techdex-ink-2: #101b26;
	--techdex-muted: #7d8b98;
	--techdex-line: rgba(126, 220, 255, 0.18);
	--techdex-paper: #ffffff;
	--techdex-soft: #eef4f7;
	--techdex-blue: #19a7ff;
	--techdex-blue-dark: #0d7ec3;
	--techdex-electric: #4cc9ff;
	--techdex-gold: #d8a84b;
	--techdex-magenta: #8a5cff;
	--techdex-radius: 8px;
	--techdex-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

body.techdex-blog-theme {
	background: #eef4f7;
	color: var(--techdex-ink-2);
	font-size: 17px;
	line-height: 1.72;
}

.techdex-blog-theme a {
	color: var(--techdex-blue-dark);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.techdex-blog-theme .content-wrap {
	max-width: 1180px;
}

.techdex-blog-theme .sheader {
	background: #ffffff;
	border-bottom: 1px solid rgba(13, 126, 195, 0.16);
	box-shadow: 0 14px 45px rgba(16, 27, 38, 0.08);
	position: relative;
}

.techdex-blog-theme .sheader::before {
	background: linear-gradient(90deg, var(--techdex-blue), var(--techdex-electric), var(--techdex-magenta));
	content: "";
	display: block;
	height: 3px;
	width: 100%;
}

.techdex-blog-theme .site-branding {
	padding: 22px 0 18px;
	text-align: left;
}

.techdex-blog-theme .site-branding.branding-logo {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	min-height: 84px;
	padding: 18px 0;
}

.techdex-blog-theme .custom-logo {
	max-height: 52px;
	width: auto;
}

.techdex-blog-theme .site-title,
.techdex-blog-theme .site-title a {
	color: var(--techdex-ink-2);
	font-size: 34px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0;
	text-decoration: none;
}

.techdex-blog-theme .site-description {
	color: #637587;
	font-size: 14px;
	font-weight: 800;
	margin: 7px 0 0;
}

.techdex-blog-theme .primary-menu,
.techdex-blog-theme nav.primary-menu.main-navigation {
	background: #ffffff !important;
	border-bottom: 1px solid rgba(13, 126, 195, 0.14);
	border-top: 1px solid rgba(13, 126, 195, 0.1);
	box-shadow: 0 10px 28px rgba(16, 27, 38, 0.06);
}

.techdex-blog-theme .primary-menu .pmenu,
.techdex-blog-theme .primary-menu ul {
	margin: 0;
}

.techdex-blog-theme .primary-menu .pmenu > li > a,
.techdex-blog-theme .primary-menu ul li a,
.techdex-blog-theme .main-navigation ul li a,
.techdex-blog-theme .main-navigation ul li .sub-arrow,
.techdex-blog-theme .toggle-mobile-menu {
	color: #162b44 !important;
	font-weight: 850;
	letter-spacing: 0;
}

.techdex-blog-theme .primary-menu ul ul.children,
.techdex-blog-theme .primary-menu ul ul.sub-menu,
.techdex-blog-theme .main-navigation ul ul.children,
.techdex-blog-theme .main-navigation ul ul.sub-menu {
	background: #ffffff !important;
	border: 1px solid rgba(13, 126, 195, 0.14);
	box-shadow: 0 18px 42px rgba(16, 27, 38, 0.12);
}

.techdex-blog-theme .primary-menu ul li ul.children li,
.techdex-blog-theme .primary-menu ul li ul.sub-menu li {
	background: #ffffff !important;
	border-color: rgba(13, 126, 195, 0.1);
}

.techdex-blog-theme .primary-menu .pmenu > li > a:hover,
.techdex-blog-theme .primary-menu .pmenu > li > a:focus,
.techdex-blog-theme .primary-menu ul li a:hover,
.techdex-blog-theme .primary-menu ul li a:focus,
.techdex-blog-theme .main-navigation ul li.current-menu-ancestor > a,
.techdex-blog-theme .main-navigation ul li.current-menu-item > a,
.techdex-blog-theme .main-navigation ul li.current-menu-parent > a,
.techdex-blog-theme .main-navigation ul li.current_page_ancestor > a,
.techdex-blog-theme .main-navigation ul li:hover > a,
.techdex-blog-theme .main-navigation ul li > a:hover {
	background: rgba(25, 167, 255, 0.1) !important;
	color: var(--techdex-blue-dark) !important;
}

.techdex-blog-theme .bottom-header-wrapper {
	background: #dceaf2;
	border: 1px solid rgba(13, 126, 195, 0.14);
	border-radius: var(--techdex-radius);
	margin: 22px 0 0;
	overflow: hidden;
}

.techdex-blog-theme .bottom-header-wrapper img {
	display: block;
	max-height: 260px;
	object-fit: cover;
	width: 100%;
}

.techdex-blog-theme .site-content {
	padding: 42px 0 56px;
}

.techdex-blog-theme .featured-content {
	background: transparent;
}

.techdex-blog-theme .posts-entry,
.techdex-blog-theme .fbox,
.techdex-blog-theme .page-header,
.techdex-blog-theme .featured-sidebar .widget {
	background: #ffffff;
	border: 1px solid rgba(13, 126, 195, 0.13);
	border-radius: var(--techdex-radius);
	box-shadow: 0 18px 50px rgba(16, 27, 38, 0.08);
}

.techdex-blog-theme .posts-entry {
	margin-bottom: 28px;
	overflow: hidden;
}

.techdex-blog-theme .featured-thumbnail {
	margin: 0;
}

.techdex-blog-theme .featured-thumbnail img {
	display: block;
	height: auto;
	width: 100%;
}

.techdex-blog-theme .entry-header,
.techdex-blog-theme .entry-content,
.techdex-blog-theme .entry-footer {
	padding-left: 30px;
	padding-right: 30px;
}

.techdex-blog-theme .entry-header {
	padding-top: 26px;
}

.techdex-blog-theme .entry-content {
	color: #243446;
	font-size: 17px;
	padding-bottom: 30px;
}

.techdex-blog-theme .entry-content p,
.techdex-blog-theme .entry-content li {
	color: #243446;
}

.techdex-blog-theme .entry-title,
.techdex-blog-theme .entry-title a,
.techdex-blog-theme .page-title {
	color: #162b44;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.12;
}

.techdex-blog-theme .entry-title {
	font-size: clamp(30px, 4vw, 48px);
	margin: 0 0 12px;
}

.techdex-blog-theme .blogposts-list .entry-title {
	font-size: clamp(28px, 3vw, 38px);
}

.techdex-blog-theme .entry-title a {
	text-decoration: none;
}

.techdex-blog-theme .entry-title a:hover,
.techdex-blog-theme .entry-title a:focus {
	color: var(--techdex-blue-dark);
	text-decoration: underline;
}

.techdex-blog-theme .entry-meta,
.techdex-blog-theme .post-data-text,
.techdex-blog-theme .post-data-text a {
	color: #6b7f92;
	font-size: 13px;
	font-weight: 800;
}

.techdex-blog-theme .blog-data-wrapper {
	margin: 0 0 18px;
}

.techdex-blog-theme .post-data-divider {
	background: linear-gradient(90deg, var(--techdex-blue), rgba(13, 126, 195, 0));
	height: 2px;
	margin: 0 0 10px;
	width: 120px;
}

.techdex-blog-theme .blogpost-button,
.techdex-blog-theme input[type="submit"],
.techdex-blog-theme button,
.techdex-blog-theme .wp-block-button__link {
	background: var(--techdex-blue-dark);
	border: 0;
	border-radius: 6px;
	color: #ffffff;
	font-weight: 900;
	text-decoration: none;
}

.techdex-blog-theme .blogpost-button:hover,
.techdex-blog-theme .blogpost-button:focus,
.techdex-blog-theme input[type="submit"]:hover,
.techdex-blog-theme input[type="submit"]:focus,
.techdex-blog-theme button:hover,
.techdex-blog-theme button:focus,
.techdex-blog-theme .wp-block-button__link:hover,
.techdex-blog-theme .wp-block-button__link:focus {
	background: #0b6ca8;
	color: #ffffff;
}

.techdex-blog-theme .page-header {
	margin-bottom: 28px;
	padding: 28px 30px;
}

.techdex-blog-theme .page-header .page-title {
	font-size: clamp(32px, 4vw, 54px);
	margin: 0;
}

.techdex-blog-theme .archive-description {
	color: #5e7184;
	margin-top: 10px;
}

.techdex-blog-theme .featured-sidebar {
	background: transparent;
}

.techdex-blog-theme .featured-sidebar .widget {
	margin-bottom: 22px;
	padding: 22px;
}

.techdex-blog-theme .featured-sidebar .widget-title,
.techdex-blog-theme .featured-sidebar h2,
.techdex-blog-theme .featured-sidebar h3 {
	color: #162b44;
	font-weight: 900;
	letter-spacing: 0;
}

.techdex-blog-theme .featured-sidebar ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.techdex-blog-theme .featured-sidebar li {
	border-top: 1px solid rgba(13, 126, 195, 0.1);
	padding: 9px 0;
}

.techdex-blog-theme .featured-sidebar li:first-child {
	border-top: 0;
}

.techdex-blog-theme input[type="search"],
.techdex-blog-theme input[type="text"],
.techdex-blog-theme input[type="email"],
.techdex-blog-theme textarea {
	background: #f7fafc;
	border: 1px solid rgba(13, 126, 195, 0.18);
	border-radius: 6px;
	color: #162b44;
}

.techdex-blog-theme .nav-links,
.techdex-blog-theme .pagination {
	margin: 24px 0;
}

.techdex-blog-theme .nav-links a,
.techdex-blog-theme .nav-links span,
.techdex-blog-theme .page-numbers {
	background: #ffffff;
	border: 1px solid rgba(13, 126, 195, 0.16);
	border-radius: 6px;
	color: #162b44;
	display: inline-block;
	font-weight: 850;
	margin: 3px;
	padding: 8px 12px;
	text-decoration: none;
}

.techdex-blog-theme .nav-links .current,
.techdex-blog-theme .page-numbers.current {
	background: var(--techdex-blue-dark);
	color: #ffffff;
}

.techdex-blog-theme .mb_singlepost_nav {
	margin-bottom: 26px;
}

@media (max-width: 760px) {
	.techdex-blog-theme .site-content {
		padding: 26px 0 42px;
	}

	body.techdex-blog-theme #smobile-menu,
	body.techdex-blog-theme #smobile-menu .main-navigation,
	body.techdex-blog-theme #smobile-menu .primary-menu,
	body.techdex-blog-theme #smobile-menu .pmenu,
	.techdex-blog-theme .super-menu,
	.techdex-blog-theme .super-menu-inner {
		background: #ffffff !important;
	}

	body.techdex-blog-theme #smobile-menu.show .main-navigation ul li,
	body.techdex-blog-theme #smobile-menu.show .main-navigation ul ul.children,
	body.techdex-blog-theme #smobile-menu.show .main-navigation ul ul.sub-menu {
		background: #ffffff !important;
		border-color: rgba(13, 126, 195, 0.12);
	}

	body.techdex-blog-theme #smobile-menu.show .main-navigation ul li a,
	body.techdex-blog-theme #smobile-menu.show .main-navigation ul li .sub-arrow,
	.techdex-blog-theme .super-menu .toggle-mobile-menu,
	.techdex-blog-theme .super-menu .toggle-mobile-menu::before {
		color: #162b44 !important;
	}

	.techdex-blog-theme .site-branding,
	.techdex-blog-theme .site-branding.branding-logo {
		justify-content: center;
		text-align: center;
	}

	.techdex-blog-theme .entry-header,
	.techdex-blog-theme .entry-content,
	.techdex-blog-theme .entry-footer {
		padding-left: 20px;
		padding-right: 20px;
	}

	.techdex-blog-theme .entry-header {
		padding-top: 22px;
	}

	.techdex-blog-theme .entry-title {
		font-size: 30px;
	}

	.techdex-blog-theme .blogposts-list .entry-title {
		font-size: 27px;
	}

	.techdex-blog-theme .page-header,
	.techdex-blog-theme .featured-sidebar .widget {
		padding: 20px;
	}
}

body.techdex-theme {
	background: var(--techdex-ink);
	color: var(--techdex-ink);
	font-size: 17px;
	line-height: 1.7;
}

.techdex-theme a {
	color: var(--techdex-blue);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.techdex-theme .content-wrap {
	max-width: 1180px;
}

.techdex-theme .site-content {
	padding-top: 0;
}

.techdex-theme .techdex-site-header {
	background:
		linear-gradient(90deg, rgba(25, 167, 255, 0.2), transparent 22%, transparent 78%, rgba(76, 201, 255, 0.14)),
		rgba(8, 16, 24, 0.96);
	border-bottom: 1px solid rgba(126, 220, 255, 0.2);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.36);
	position: sticky;
	top: 0;
	z-index: 50;
}

.techdex-header-inner {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: initial;
	justify-content: space-between;
	min-height: 76px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.techdex-header-inner::before {
	background: linear-gradient(90deg, var(--techdex-blue), var(--techdex-electric), var(--techdex-magenta));
	content: "";
	height: 2px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 60;
}

.techdex-brand {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 3px 12px;
	max-width: 720px;
	min-width: 0;
	text-align: left;
}

.techdex-brand-mark {
	align-items: center;
	background: linear-gradient(135deg, var(--techdex-blue), var(--techdex-electric) 70%, var(--techdex-magenta));
	border-radius: var(--techdex-radius);
	color: #ffffff;
	display: inline-flex;
	font-size: 15px;
	font-weight: 900;
	height: 38px;
	justify-content: center;
	margin-right: 12px;
	box-shadow: 0 0 30px rgba(25, 167, 255, 0.28);
	width: 38px;
}

.techdex-logo {
	grid-row: 1 / span 2;
}

.techdex-logo + .techdex-brand-mark {
	display: none;
}

.techdex-logo img {
	display: block;
	max-height: 42px;
	width: auto;
}

.techdex-brand-name {
	color: #ffffff !important;
	font-size: 28px;
	font-weight: 900;
	line-height: 1.05;
	text-decoration: none;
}

.techdex-brand-line {
	color: var(--techdex-electric);
	font-size: 11px;
	font-weight: 800;
	line-height: 1.25;
	margin-top: 1px;
	text-transform: uppercase;
	white-space: normal;
}

.techdex-brand-services {
	color: rgba(220, 230, 238, 0.66);
	flex-basis: 100%;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.07em;
	line-height: 1.25;
	margin-left: 50px;
	text-transform: uppercase;
}

.techdex-call-cta {
	border: 1px solid rgba(126, 220, 255, 0.24);
	border-radius: var(--techdex-radius);
	color: #ffffff !important;
	display: grid;
	gap: 2px;
	padding: 11px 15px;
	text-align: right;
	text-decoration: none;
	white-space: nowrap;
}

.techdex-call-cta span {
	color: rgba(220, 230, 238, 0.72);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.techdex-call-cta strong {
	color: var(--techdex-electric);
	font-size: 18px;
	line-height: 1.1;
}

.techdex-call-cta:hover,
.techdex-call-cta:focus {
	background: rgba(25, 167, 255, 0.1);
	border-color: rgba(76, 201, 255, 0.55);
	box-shadow: 0 0 32px rgba(25, 167, 255, 0.2);
}

.techdex-nav-row {
	border-top: 1px solid rgba(126, 220, 255, 0.14);
	display: flex;
	justify-content: center;
	min-height: 50px;
}

.techdex-theme .techdex-primary-menu {
	background: transparent;
	flex: 1 1 auto;
	float: none;
	width: auto;
}

.techdex-theme .techdex-primary-menu .center-main-menu {
	float: none;
	text-align: center;
}

.techdex-theme .techdex-primary-menu > .center-main-menu > div > ul,
.techdex-theme .techdex-primary-menu > .center-main-menu > ul {
	display: inline-flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin: 0;
}

.techdex-theme .techdex-primary-menu ul li {
	float: none;
}

.techdex-theme .techdex-primary-menu ul li a,
.techdex-theme .techdex-primary-menu ul li .sub-arrow {
	border-radius: 999px;
	color: rgba(239, 246, 250, 0.86);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.02em;
	padding: 10px 9px;
	text-decoration: none;
}

.techdex-theme .techdex-primary-menu ul li a:hover,
.techdex-theme .techdex-primary-menu ul li.current-menu-item > a {
	background: rgba(25, 167, 255, 0.12);
	color: var(--techdex-blue);
}

.techdex-theme .techdex-primary-menu > .center-main-menu > div > ul > li > a[href*="/contact"],
.techdex-theme .techdex-primary-menu > .center-main-menu > ul > li > a[href*="/contact"] {
	display: none;
}

.techdex-theme .techdex-primary-menu > .center-main-menu > div > ul > li:has(> a[href*="/contact"]),
.techdex-theme .techdex-primary-menu > .center-main-menu > ul > li:has(> a[href*="/contact"]) {
	display: none;
}

.techdex-theme .techdex-primary-menu ul li ul,
.techdex-theme .techdex-primary-menu ul li .sub-menu,
.techdex-theme .techdex-primary-menu ul li .children {
	background: rgba(12, 21, 31, 0.98);
	border: 1px solid rgba(126, 220, 255, 0.22);
	box-shadow: var(--techdex-shadow);
	display: none !important;
	left: 0;
	min-width: 230px;
	position: absolute;
	top: 100%;
	z-index: 999;
}

.techdex-theme .techdex-primary-menu ul li {
	position: relative;
}

.techdex-theme .techdex-primary-menu ul li:hover > ul,
.techdex-theme .techdex-primary-menu ul li:focus-within > ul,
.techdex-theme .techdex-primary-menu ul li:hover > .sub-menu,
.techdex-theme .techdex-primary-menu ul li:focus-within > .sub-menu,
.techdex-theme .techdex-primary-menu ul li:hover > .children,
.techdex-theme .techdex-primary-menu ul li:focus-within > .children {
	display: block !important;
}

.techdex-theme .techdex-primary-menu ul li ul li a {
	color: rgba(239, 246, 250, 0.86);
	display: block;
	min-width: 230px;
	text-align: left;
	white-space: nowrap;
}

.techdex-button {
	border: 2px solid transparent;
	border-radius: var(--techdex-radius);
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	line-height: 1.2;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.techdex-button:hover,
.techdex-button:focus {
	box-shadow: var(--techdex-shadow);
	transform: translateY(-1px);
}

.techdex-theme .techdex-primary-menu .toggle-mobile-menu,
.techdex-theme .super-menu .toggle-mobile-menu {
	background: var(--techdex-blue);
	border-radius: var(--techdex-radius);
	color: #ffffff;
	font-weight: 900;
	padding: 10px 14px;
}

.techdex-front-page {
	background: #ffffff;
	overflow: hidden;
}

.techdex-hero,
.techdex-section,
.techdex-final-cta {
	margin: 0 auto;
	max-width: 1180px;
}

.techdex-hero {
	align-items: start;
	background:
		radial-gradient(circle at 18% 20%, rgba(25, 167, 255, 0.18), transparent 28%),
		radial-gradient(circle at 82% 18%, rgba(138, 92, 255, 0.16), transparent 30%),
		linear-gradient(90deg, rgba(126, 220, 255, 0.05) 1px, transparent 1px),
		linear-gradient(180deg, rgba(126, 220, 255, 0.04) 1px, transparent 1px),
		linear-gradient(180deg, #081018 0%, #0e1823 100%);
	background-size: auto, auto, 48px 48px, 48px 48px, auto;
	border-radius: 0 0 18px 18px;
	display: grid;
	column-gap: 38px;
	grid-template-areas:
		"copy visual"
		"picker updates";
	grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
	padding: 78px 24px 66px;
	position: relative;
	row-gap: 28px;
}

.techdex-hero-copy {
	grid-area: copy;
}

.techdex-kicker {
	color: var(--techdex-electric);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.techdex-hero h1 {
	color: #ffffff;
	font-size: clamp(34px, 3.8vw, 52px);
	line-height: 1.08;
	margin: 0 0 18px;
	max-width: 780px;
}

.techdex-hero-lede {
	color: rgba(226, 236, 244, 0.78);
	font-size: 20px;
	line-height: 1.65;
	margin: 0 0 28px;
	max-width: 680px;
}

.techdex-button {
	min-height: 48px;
	padding: 12px 18px;
}

.techdex-button-primary {
	background: linear-gradient(135deg, var(--techdex-blue), var(--techdex-magenta));
	border-color: rgba(255, 255, 255, 0.14);
	color: #ffffff !important;
}

.techdex-button-primary:hover,
.techdex-button-primary:focus {
	background: var(--techdex-blue-dark);
}

.techdex-button-secondary {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(126, 220, 255, 0.28);
	color: #ffffff !important;
}

.techdex-trust-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.techdex-service-picker {
	background: rgba(255, 255, 255, 0.045);
	border: 1px solid rgba(126, 220, 255, 0.16);
	border-radius: var(--techdex-radius);
	grid-area: picker;
	margin: 0;
	padding: 18px;
}

.techdex-service-picker p {
	color: #ffffff;
	font-size: 20px;
	font-weight: 900;
	margin: 0 0 13px;
}

.techdex-trust-row a {
	background: rgba(25, 167, 255, 0.12);
	border: 1px solid rgba(126, 220, 255, 0.16);
	border-radius: var(--techdex-radius);
	color: rgba(239, 246, 250, 0.92);
	font-size: 13px;
	font-weight: 900;
	padding: 10px 12px;
	text-decoration: none;
}

.techdex-trust-row a:hover,
.techdex-trust-row a:focus {
	background: rgba(25, 167, 255, 0.14);
	border-color: rgba(76, 201, 255, 0.5);
	color: #ffffff;
}

.techdex-hero-contact {
	align-items: center;
	border-top: 1px solid rgba(126, 220, 255, 0.12);
	color: rgba(239, 246, 250, 0.76);
	display: flex;
	flex-wrap: wrap;
	font-size: 15px;
	gap: 8px;
	margin-top: 16px;
	padding-top: 14px;
}

.techdex-hero-contact span {
	font-weight: 800;
}

.techdex-hero-contact a {
	color: var(--techdex-electric);
	font-weight: 900;
	text-decoration: none;
}

.techdex-hero-contact a:hover,
.techdex-hero-contact a:focus {
	color: #ffffff;
	text-decoration: underline;
}

.techdex-hero-contact em {
	color: rgba(239, 246, 250, 0.52);
	font-style: normal;
}

.techdex-hero-visual {
	border-radius: var(--techdex-radius);
	box-shadow: var(--techdex-shadow);
	grid-area: visual;
	margin: 0;
	position: relative;
}

.techdex-hero-visual::before {
	background: linear-gradient(135deg, var(--techdex-blue), var(--techdex-electric), var(--techdex-magenta));
	border-radius: var(--techdex-radius);
	content: "";
	inset: 18px -18px -18px 18px;
	opacity: 0.25;
	position: absolute;
	z-index: 0;
}

.techdex-hero-visual img {
	border-radius: var(--techdex-radius);
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
}

.techdex-latest-updates {
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid rgba(126, 220, 255, 0.18);
	border-radius: var(--techdex-radius);
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
	grid-area: updates;
	padding: 20px;
}

.techdex-latest-updates-heading {
	display: grid;
	gap: 3px;
}

.techdex-latest-updates .techdex-kicker {
	margin: 0;
}

.techdex-latest-updates h2 {
	color: #ffffff;
	font-size: 22px;
	line-height: 1.2;
	margin: 0;
}

.techdex-latest-updates ul {
	list-style: none;
	margin: 14px 0 0;
	padding: 0;
}

.techdex-latest-updates li {
	align-items: start;
	border-top: 1px solid rgba(126, 220, 255, 0.13);
	display: grid;
	gap: 4px;
	padding: 11px 0;
}

.techdex-latest-updates li.has-latest-thumbnail {
	grid-template-columns: 58px minmax(0, 1fr);
}

.techdex-latest-updates li.no-latest-thumbnail {
	grid-template-columns: 1fr;
}

.techdex-latest-updates li:first-child {
	border-top: 0;
	padding-top: 0;
}

.techdex-latest-updates li a {
	color: rgba(239, 246, 250, 0.94);
	font-size: 15px;
	font-weight: 850;
	line-height: 1.35;
	text-decoration: none;
}

.techdex-latest-updates-thumb {
	aspect-ratio: 1;
	border-radius: 6px;
	display: block;
	overflow: hidden;
	width: 50px;
}

.techdex-latest-updates-thumb img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.techdex-latest-updates-copy {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.techdex-latest-updates li a:hover,
.techdex-latest-updates li a:focus,
.techdex-latest-updates-all:hover,
.techdex-latest-updates-all:focus {
	color: #ffffff;
	text-decoration: underline;
}

.techdex-latest-updates time {
	color: rgba(226, 236, 244, 0.58);
	font-size: 12px;
	font-weight: 750;
}

.techdex-latest-updates-empty {
	color: rgba(226, 236, 244, 0.76);
	margin: 14px 0;
}

.techdex-latest-updates-all {
	color: var(--techdex-electric);
	display: inline-block;
	font-size: 13px;
	font-weight: 900;
	margin-top: 2px;
	text-decoration: none;
}

.techdex-section {
	background: #ffffff;
	padding: 50px 24px;
	position: relative;
}

.techdex-section-heading {
	max-width: 820px;
}

.techdex-services {
	background: #ffffff;
}

.techdex-services .techdex-section-heading {
	max-width: none;
}

.techdex-proof-title {
	color: var(--techdex-ink);
	font-size: clamp(28px, 2.4vw, 36px);
	line-height: 1.12;
	margin: 0 0 12px;
}

.techdex-proof-statement {
	color: var(--techdex-ink-2);
	font-size: 20px;
	line-height: 1.65;
	margin: 0;
	max-width: none;
}

.techdex-client-marquee {
	margin-top: 28px;
	overflow-x: auto;
	padding-bottom: 14px;
	scrollbar-color: rgba(25, 167, 255, 0.6) rgba(18, 27, 36, 0.08);
	scrollbar-width: thin;
	width: 100%;
}

.techdex-client-track {
	display: inline-flex;
	gap: 14px;
	padding: 4px 2px 10px;
	width: max-content;
}

.techdex-client-track a {
	align-items: center;
	aspect-ratio: auto;
	background:
		linear-gradient(180deg, rgba(76, 201, 255, 0.16), rgba(25, 167, 255, 0.06)),
		#f3fbff;
	border: 1px solid rgba(25, 167, 255, 0.22);
	border-radius: 0;
	box-shadow: 0 10px 28px rgba(17, 116, 189, 0.1);
	color: var(--techdex-ink-2);
	display: inline-flex;
	flex: 0 0 220px;
	font-size: 14px;
	font-weight: 900;
	justify-content: center;
	line-height: 1.25;
	min-height: 78px;
	padding: 14px;
	text-align: center;
	text-decoration: none;
}

.techdex-client-track a:hover,
.techdex-client-track a:focus {
	background:
		linear-gradient(180deg, rgba(76, 201, 255, 0.24), rgba(25, 167, 255, 0.1)),
		#eef9ff;
	border-color: rgba(25, 167, 255, 0.5);
	box-shadow: 0 18px 42px rgba(17, 116, 189, 0.15);
	color: var(--techdex-blue-dark);
	transform: translateY(-1px);
}

.techdex-section h2,
.techdex-final-cta h2 {
	color: var(--techdex-ink);
	font-size: clamp(30px, 3.2vw, 46px);
	line-height: 1.12;
	margin: 0 0 22px;
}

.techdex-section h2.techdex-proof-title {
	font-size: clamp(28px, 2.4vw, 36px);
	margin-bottom: 12px;
}

.techdex-positioning {
	align-items: stretch;
	background: var(--techdex-soft);
	border-bottom: 1px solid rgba(18, 27, 36, 0.08);
	border-top: 1px solid rgba(18, 27, 36, 0.08);
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
}

.techdex-positioning-card {
	background:
		linear-gradient(135deg, rgba(25, 167, 255, 0.16), transparent 42%),
		var(--techdex-ink);
	border-radius: var(--techdex-radius);
	color: #ffffff;
	padding: 30px;
}

.techdex-positioning-card h2 {
	color: #ffffff;
	font-size: clamp(27px, 3vw, 40px);
	margin-bottom: 0;
}

.techdex-positioning-copy {
	align-self: center;
	background: #ffffff;
	border: 1px solid rgba(18, 27, 36, 0.1);
	border-radius: var(--techdex-radius);
	padding: 30px;
}

.techdex-positioning-copy p {
	color: var(--techdex-muted);
	font-size: 20px;
	margin: 0;
}

.techdex-service-list,
.techdex-pillar-list {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 26px;
}

.techdex-service,
.techdex-pillar {
	background:
		linear-gradient(180deg, rgba(25, 167, 255, 0.08), transparent 34%),
		#ffffff;
	border: 1px solid rgba(18, 27, 36, 0.1);
	border-radius: var(--techdex-radius);
	box-shadow: 0 10px 25px rgba(18, 27, 36, 0.06);
	display: grid;
	gap: 10px;
	padding: 24px;
	position: relative;
	text-decoration: none;
}

.techdex-service:hover,
.techdex-service:focus,
.techdex-pillar:hover,
.techdex-pillar:focus-within {
	border-color: var(--techdex-blue);
	box-shadow: 0 22px 52px rgba(17, 116, 189, 0.18);
}

.techdex-service span {
	color: var(--techdex-gold);
	font-size: 14px;
	font-weight: 900;
}

.techdex-service strong {
	color: var(--techdex-ink);
	font-size: 22px;
	line-height: 1.15;
}

.techdex-service em {
	color: var(--techdex-muted);
	font-style: normal;
}

.techdex-pillar {
	align-content: start;
	min-height: 100%;
}

.techdex-pillar::before {
	background: linear-gradient(90deg, var(--techdex-blue), var(--techdex-electric));
	border-radius: var(--techdex-radius) var(--techdex-radius) 0 0;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.techdex-pillar-head span {
	color: var(--techdex-gold);
	font-size: 13px;
	font-weight: 900;
}

.techdex-pillar h3 {
	color: var(--techdex-ink);
	font-size: 25px;
	line-height: 1.1;
	margin: 8px 0 10px;
}

.techdex-pillar p {
	color: var(--techdex-muted);
	margin: 0;
}

.techdex-pillar ul {
	color: var(--techdex-ink-2);
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 8px 0 4px;
	padding: 0;
}

.techdex-pillar li {
	border-top: 1px solid rgba(18, 27, 36, 0.08);
	font-size: 15px;
	font-weight: 750;
	padding-top: 8px;
}

.techdex-pillar a {
	align-self: end;
	color: var(--techdex-blue);
	font-weight: 900;
	margin-top: 6px;
	text-decoration: none;
}

.techdex-pillar a:hover,
.techdex-pillar a:focus {
	color: var(--techdex-blue-dark);
	text-decoration: underline;
}

.techdex-service-section {
	background:
		linear-gradient(90deg, rgba(126, 220, 255, 0.045) 1px, transparent 1px),
		linear-gradient(180deg, rgba(126, 220, 255, 0.035) 1px, transparent 1px),
		linear-gradient(135deg, #081018 0%, #0d1a27 48%, #11172f 100%);
	background-size: 48px 48px, 48px 48px, auto;
	border-top: 1px solid rgba(126, 220, 255, 0.12);
	padding-bottom: 38px;
	padding-top: 38px;
	scroll-margin-top: 150px;
}

.techdex-service-section-alt {
	background:
		radial-gradient(circle at 16% 50%, rgba(25, 167, 255, 0.14), transparent 30%),
		linear-gradient(90deg, rgba(126, 220, 255, 0.045) 1px, transparent 1px),
		linear-gradient(180deg, rgba(126, 220, 255, 0.035) 1px, transparent 1px),
		linear-gradient(135deg, #081018 0%, #101b26 52%, #101936 100%);
	background-size: auto, 48px 48px, 48px 48px, auto;
	border-bottom: 0;
	border-top: 1px solid rgba(126, 220, 255, 0.12);
}

.techdex-service-section-inner {
	align-items: start;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(250px, 0.72fr) minmax(360px, 1.28fr);
}

.techdex-service-section-copy {
	background:
		linear-gradient(180deg, rgba(25, 167, 255, 0.16), rgba(25, 167, 255, 0.02)),
		rgba(255, 255, 255, 0.035);
	border-left: 4px solid var(--techdex-blue);
	border-radius: var(--techdex-radius);
	box-shadow: none;
	color: #ffffff;
	min-height: 100%;
	padding: 26px 28px;
}

.techdex-service-section-copy span {
	color: var(--techdex-electric);
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin-bottom: 18px;
}

.techdex-service-section-copy h3 {
	color: #ffffff;
	font-size: clamp(28px, 2.6vw, 40px);
	line-height: 1.08;
	margin: 0 0 14px;
}

.techdex-service-section-copy p {
	color: rgba(239, 246, 250, 0.74);
	font-size: 18px;
	margin: 0;
}

.techdex-service-breakdown {
	background: rgba(255, 255, 255, 0.045);
	border: 1px solid rgba(126, 220, 255, 0.16);
	border-radius: var(--techdex-radius);
	box-shadow: 0 22px 58px rgba(0, 0, 0, 0.2);
	padding: 28px;
}

.techdex-service-breakdown ul {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0 0 22px;
	padding: 0;
}

.techdex-service-breakdown li {
	background: rgba(8, 16, 24, 0.48);
	border: 1px solid rgba(126, 220, 255, 0.12);
	border-left: 3px solid var(--techdex-blue);
	border-radius: var(--techdex-radius);
	color: rgba(239, 246, 250, 0.92);
	font-weight: 800;
	padding: 12px 14px;
}

.techdex-service-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.techdex-live-minder-breakdown {
	display: grid;
	gap: 22px;
}

.techdex-live-minder-offers {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.techdex-live-minder-offer {
	background: rgba(8, 16, 24, 0.5);
	border: 1px solid rgba(126, 220, 255, 0.15);
	border-top: 3px solid var(--techdex-blue);
	border-radius: var(--techdex-radius);
	display: flex;
	flex-direction: column;
	padding: 20px;
}

.techdex-live-minder-offer h4 {
	color: #ffffff;
	font-size: 22px;
	line-height: 1.15;
	margin: 4px 0 10px;
}

.techdex-live-minder-offer p {
	color: rgba(239, 246, 250, 0.72);
	font-size: 15px;
	margin: 0 0 16px;
}

.techdex-live-minder-offer > a {
	align-self: flex-start;
	margin-top: auto;
}

.techdex-live-minder-offer-campaigning {
	align-items: center;
	display: grid;
	gap: 20px;
	grid-column: 1 / -1;
	grid-template-columns: minmax(180px, 0.65fr) minmax(0, 1.8fr) auto;
}

.techdex-live-minder-offer-campaigning h4,
.techdex-live-minder-offer-campaigning p,
.techdex-live-minder-offer-campaigning > a {
	margin: 0;
}

.techdex-live-minder-offer-campaigning > a {
	align-self: center;
}

.techdex-service-breakdown a,
.techdex-service-breakdown button {
	align-items: center;
	background: transparent;
	border: 1px solid rgba(126, 220, 255, 0.22);
	border-radius: var(--techdex-radius);
	color: var(--techdex-electric);
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 16px;
	font-weight: 900;
	padding: 10px 13px;
	text-decoration: none;
}

.techdex-service-breakdown a:hover,
.techdex-service-breakdown a:focus,
.techdex-service-breakdown button:hover,
.techdex-service-breakdown button:focus {
	background: rgba(25, 167, 255, 0.12);
	border-color: rgba(76, 201, 255, 0.5);
	color: #ffffff;
	text-decoration: none;
}

.techdex-modal[hidden] {
	display: none;
}

body.techdex-modal-is-open {
	overflow: hidden;
}

body.techdex-flashback-popup-is-open {
	overflow: hidden;
}

.techdex-modal {
	align-items: center;
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	padding: 20px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}

.techdex-modal-backdrop {
	background: rgba(8, 16, 24, 0.78);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.techdex-modal-dialog {
	background:
		linear-gradient(180deg, rgba(25, 167, 255, 0.12), transparent 34%),
		#ffffff;
	border: 1px solid rgba(126, 220, 255, 0.32);
	border-radius: var(--techdex-radius);
	box-shadow: var(--techdex-shadow);
	max-width: 620px;
	padding: 32px;
	position: relative;
	width: min(100%, 620px);
	z-index: 1;
}

.techdex-modal-dialog h2 {
	color: var(--techdex-ink);
	font-size: clamp(28px, 3vw, 38px);
	line-height: 1.12;
	margin: 0 0 16px;
}

.techdex-modal-dialog p:not(.techdex-kicker) {
	color: var(--techdex-ink-2);
	font-size: 18px;
	margin: 0 0 24px;
}

.techdex-modal-close {
	align-items: center;
	background: var(--techdex-ink);
	border: 0;
	border-radius: 50%;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-size: 24px;
	font-weight: 900;
	height: 38px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 14px;
	top: 14px;
	width: 38px;
}

.techdex-modal-close:hover,
.techdex-modal-close:focus {
	background: var(--techdex-blue-dark);
}

.techdex-flashback-popup[hidden] {
	display: none;
}

.techdex-flashback-popup {
	align-items: center;
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	padding: 22px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1100;
}

.techdex-flashback-popup-backdrop {
	background: rgba(8, 16, 24, 0.76);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.techdex-flashback-popup-dialog {
	background:
		radial-gradient(circle at 82% 16%, rgba(255, 229, 64, 0.28), transparent 28%),
		linear-gradient(120deg, #fffdf5 0%, #fffdf5 52%, #eef4f6 100%);
	border: 4px solid #20242a;
	box-shadow: 16px 16px 0 rgba(0, 0, 0, 0.18), var(--techdex-shadow);
	color: #20242a;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(210px, 0.76fr) minmax(360px, 1.24fr);
	max-height: min(760px, calc(100vh - 44px));
	max-width: 860px;
	overflow: hidden;
	padding: 68px 34px 34px;
	position: relative;
	width: min(100%, 860px);
	z-index: 1;
}

.techdex-flashback-popup-tape {
	animation: techdex-flashback-tape 7s linear infinite;
	background: repeating-linear-gradient(90deg, #ffe540, #ffe540 16px, #20242a 16px, #20242a 32px);
	height: 12px;
	left: -32px;
	position: absolute;
	right: -32px;
	top: 0;
}

.techdex-flashback-popup-close {
	align-items: center;
	background: #20242a;
	border: 0;
	border-radius: 50%;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-size: 28px;
	font-weight: 900;
	height: 42px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 18px;
	top: 22px;
	width: 42px;
	z-index: 2;
}

.techdex-flashback-popup-close:hover,
.techdex-flashback-popup-close:focus {
	background: #ff2d5f;
}

.techdex-flashback-popup-visual {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 310px;
	position: relative;
}

.techdex-flashback-clock {
	align-items: center;
	display: grid;
	gap: 15px;
	justify-items: center;
	width: min(100%, 285px);
}

.techdex-flashback-clock-face {
	animation: techdex-flashback-clock-pop 7.2s ease-in-out infinite;
	aspect-ratio: 1;
	background:
		radial-gradient(circle at center, #fffdf5 0 39%, transparent 40%),
		repeating-conic-gradient(from -5deg, rgba(32, 36, 42, 0.88) 0deg 4deg, transparent 4deg 30deg),
		#ffe540;
	border: 6px solid #20242a;
	border-radius: 50%;
	box-shadow: 12px 12px 0 rgba(32, 36, 42, 0.16);
	display: grid;
	place-items: center;
	position: relative;
	width: min(100%, 250px);
}

.techdex-flashback-clock-face::before,
.techdex-flashback-clock-face::after {
	background: #20242a;
	content: "";
	position: absolute;
}

.techdex-flashback-clock-face::before {
	height: 6px;
	left: 18px;
	right: 18px;
	top: calc(50% - 3px);
}

.techdex-flashback-clock-face::after {
	bottom: 18px;
	left: calc(50% - 3px);
	top: 18px;
	width: 6px;
}

.techdex-flashback-clock-hand {
	animation: techdex-flashback-clock-hand 7.2s steps(12, end) infinite;
	background: #ff2d5f;
	border: 2px solid #20242a;
	height: 82px;
	left: calc(50% - 5px);
	position: absolute;
	top: 33px;
	transform-origin: 50% 100%;
	width: 10px;
	z-index: 3;
}

.techdex-flashback-clock-center {
	background: #20242a;
	border: 5px solid #fffdf5;
	border-radius: 50%;
	height: 28px;
	position: absolute;
	width: 28px;
	z-index: 4;
}

.techdex-flashback-year-window {
	background: #20242a;
	border: 4px solid #ffffff;
	box-shadow: inset 0 0 0 2px rgba(0, 143, 245, 0.5);
	height: 52px;
	overflow: hidden;
	position: relative;
	width: 134px;
	z-index: 5;
}

.techdex-flashback-year-window::before,
.techdex-flashback-year-window::after {
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 2;
}

.techdex-flashback-year-window::before {
	background: linear-gradient(180deg, #20242a, transparent);
	top: 0;
}

.techdex-flashback-year-window::after {
	background: linear-gradient(0deg, #20242a, transparent);
	bottom: 0;
}

.techdex-flashback-year-reel {
	animation: techdex-flashback-year-rewind 7.2s steps(36, end) infinite;
	display: grid;
}

.techdex-flashback-year-reel span {
	color: #ffe540;
	display: block;
	font-size: 33px;
	font-weight: 900;
	height: 52px;
	letter-spacing: 0.04em;
	line-height: 52px;
	text-align: center;
	text-shadow: 2px 2px 0 rgba(0, 143, 245, 0.35);
}

.techdex-flashback-price-strip {
	background: #fffdf5;
	border: 3px solid #20242a;
	box-shadow: 7px 7px 0 rgba(32, 36, 42, 0.14);
	display: grid;
	gap: 1px;
	padding: 13px 15px;
	text-align: center;
	transform: rotate(-2deg);
	width: min(100%, 240px);
}

.techdex-flashback-price-strip span,
.techdex-flashback-price-strip em {
	color: #5b6672;
	font-size: 11px;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1;
	text-transform: uppercase;
}

.techdex-flashback-price-strip strong {
	color: #20242a;
	font-size: 32px;
	font-weight: 900;
	line-height: 0.98;
}

.techdex-flashback-price-strip strong:last-child {
	color: #008ff5;
}

.techdex-flashback-popup-copy {
	align-self: center;
	min-width: 0;
}

.techdex-flashback-popup-badge {
	background: #ff2d5f;
	color: #ffffff;
	display: inline-block;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.11em;
	line-height: 1;
	margin: 0 0 18px;
	padding: 10px 12px;
	text-transform: uppercase;
}

.techdex-flashback-popup h2 {
	color: #20242a;
	font-size: clamp(34px, 5vw, 58px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.96;
	margin: 0 0 14px;
}

.techdex-flashback-popup-lede {
	color: #5b6672;
	font-size: clamp(22px, 2.6vw, 32px);
	font-weight: 900;
	line-height: 1.05;
	margin: 0 0 18px;
}

.techdex-flashback-popup-payoff {
	color: #20242a;
	font-size: 21px;
	font-weight: 900;
	line-height: 1.28;
	margin: 0 0 22px;
	max-width: 520px;
}

.techdex-flashback-popup-prices {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin: 0 0 22px;
}

.techdex-flashback-popup-prices span {
	background: #ffe540;
	border: 3px solid #20242a;
	box-shadow: 4px 4px 0 rgba(32, 36, 42, 0.14);
	color: #20242a;
	font-size: 17px;
	font-weight: 900;
	line-height: 1;
	padding: 10px 12px;
}

.techdex-flashback-popup-prices b {
	color: #20242a;
	font-size: 15px;
	font-weight: 900;
}

.techdex-flashback-popup-cta {
	align-items: center;
	background: #ff2d5f;
	color: #ffffff !important;
	display: inline-flex;
	font-size: 22px;
	font-weight: 900;
	justify-content: center;
	line-height: 1.1;
	min-height: 56px;
	padding: 14px 28px;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	width: min(100%, 320px);
}

.techdex-flashback-popup-cta:hover,
.techdex-flashback-popup-cta:focus {
	background: #20242a;
	box-shadow: 8px 8px 0 rgba(255, 45, 95, 0.22);
	color: #ffffff !important;
}

@keyframes techdex-flashback-tape {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(32px);
	}
}

@keyframes techdex-flashback-clock-hand {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(-1440deg);
	}
}

@keyframes techdex-flashback-year-rewind {
	0%,
	12% {
		transform: translateY(0);
	}

	78%,
	100% {
		transform: translateY(-1872px);
	}
}

@keyframes techdex-flashback-clock-pop {
	0%,
	12% {
		transform: rotate(3deg) scale(1);
	}

	48% {
		transform: rotate(-4deg) scale(0.97);
	}

	78%,
	100% {
		transform: rotate(-2deg) scale(1.03);
	}
}

.techdex-process {
	background: var(--techdex-soft);
	border-bottom: 1px solid rgba(18, 27, 36, 0.08);
	border-top: 1px solid rgba(18, 27, 36, 0.08);
}

.techdex-process-steps {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 24px;
}

.techdex-process-steps > div {
	background:
		linear-gradient(90deg, rgba(25, 167, 255, 0.12), transparent 38%),
		#ffffff;
	border-left: 5px solid var(--techdex-blue);
	border-radius: var(--techdex-radius);
	box-shadow: 0 10px 25px rgba(18, 27, 36, 0.06);
	padding: 24px;
}

.techdex-process-steps span {
	color: var(--techdex-electric);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.techdex-process-steps h3 {
	color: var(--techdex-ink);
	font-size: 23px;
	line-height: 1.15;
	margin: 8px 0 10px;
}

.techdex-process-steps p {
	color: var(--techdex-muted);
	margin: 0;
}

.techdex-proof {
	align-items: start;
	display: grid;
	gap: 34px;
	grid-template-columns: 0.9fr 1.1fr;
}

.techdex-proof-copy p {
	color: var(--techdex-muted);
	font-size: 19px;
	margin-top: 0;
}

.techdex-proof-links {
	display: grid;
	gap: 10px;
}

.techdex-proof-links a {
	background: var(--techdex-soft);
	border: 1px solid rgba(18, 27, 36, 0.1);
	border-radius: var(--techdex-radius);
	color: var(--techdex-ink);
	font-weight: 900;
	padding: 14px 16px;
	text-decoration: none;
}

.techdex-proof-links a:hover,
.techdex-proof-links a:focus {
	border-color: var(--techdex-blue);
	color: var(--techdex-blue);
}

.techdex-final-cta {
	background: var(--techdex-ink);
	border-radius: var(--techdex-radius);
	box-shadow: var(--techdex-shadow);
	color: #ffffff;
	margin-bottom: 0;
	padding: 36px;
}

.techdex-final-cta h2 {
	color: #ffffff;
	max-width: 900px;
}

.techdex-final-cta p:not(.techdex-kicker) {
	color: rgba(255, 255, 255, 0.78);
	font-size: 19px;
	margin: 0 0 24px;
	max-width: 780px;
}

.techdex-thank-you-page {
	background:
		radial-gradient(circle at 18% 20%, rgba(25, 167, 255, 0.18), transparent 30%),
		radial-gradient(circle at 82% 22%, rgba(138, 92, 255, 0.16), transparent 32%),
		linear-gradient(90deg, rgba(126, 220, 255, 0.045) 1px, transparent 1px),
		linear-gradient(180deg, rgba(126, 220, 255, 0.035) 1px, transparent 1px),
		linear-gradient(180deg, #081018 0%, #101b26 100%);
	background-size: auto, auto, 48px 48px, 48px 48px, auto;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	min-height: calc(100vh - 128px);
	padding: 74px 20px;
}

.techdex-thank-you-shell {
	align-items: stretch;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	margin: 0 auto;
	max-width: 1040px;
}

.techdex-thank-you-card,
.techdex-thank-you-next {
	border-radius: var(--techdex-radius);
	box-shadow: var(--techdex-shadow);
}

.techdex-thank-you-card {
	background:
		linear-gradient(135deg, rgba(25, 167, 255, 0.14), transparent 42%),
		#ffffff;
	border: 1px solid rgba(126, 220, 255, 0.26);
	padding: 38px;
}

.techdex-thank-you-card h1 {
	color: var(--techdex-ink);
	font-size: clamp(34px, 4vw, 54px);
	line-height: 1.04;
	margin: 0 0 16px;
	max-width: 760px;
}

.techdex-thank-you-lede {
	color: var(--techdex-ink-2);
	font-size: 21px;
	line-height: 1.55;
	margin: 0 0 22px;
	max-width: 680px;
}

.techdex-thank-you-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin: 0 0 28px;
}

.techdex-thank-you-meta span {
	background: #eef9ff;
	border: 1px solid rgba(25, 167, 255, 0.2);
	border-radius: var(--techdex-radius);
	color: var(--techdex-ink-2);
	font-size: 13px;
	font-weight: 900;
	padding: 8px 10px;
}

.techdex-thank-you-next {
	background:
		linear-gradient(180deg, rgba(25, 167, 255, 0.18), rgba(25, 167, 255, 0.04)),
		rgba(255, 255, 255, 0.055);
	border: 1px solid rgba(126, 220, 255, 0.18);
	color: #ffffff;
	padding: 30px;
}

.techdex-thank-you-next span {
	color: var(--techdex-electric);
	display: block;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.techdex-thank-you-next p {
	color: rgba(239, 246, 250, 0.82);
	font-size: 19px;
	line-height: 1.7;
	margin: 0;
}

.techdex-theme .fbox,
.techdex-theme .swidgets-wrap,
.techdex-theme .comments-area {
	border-color: var(--techdex-line);
	border-radius: var(--techdex-radius);
	box-shadow: 0 10px 25px rgba(18, 27, 36, 0.06);
}

.techdex-theme .entry-content h1,
.techdex-theme .entry-content h2,
.techdex-theme .entry-content h3 {
	color: var(--techdex-ink);
	line-height: 1.18;
}

.techdex-theme input[type="submit"],
.techdex-theme button,
.techdex-theme .wpcf7 .wpcf7-submit {
	background: var(--techdex-blue);
	border-radius: var(--techdex-radius);
	color: #ffffff;
	font-weight: 900;
}

.techdex-theme input[type="text"],
.techdex-theme input[type="email"],
.techdex-theme input[type="url"],
.techdex-theme textarea,
.techdex-theme select {
	border: 1px solid var(--techdex-line);
	border-radius: var(--techdex-radius);
	padding: 12px;
}

.techdex-theme .site-footer {
	background: var(--techdex-ink);
	color: rgba(255, 255, 255, 0.78);
}

.techdex-theme .site-footer a {
	color: #ffffff;
}

.techdex-site-footer {
	background:
		linear-gradient(90deg, rgba(25, 167, 255, 0.2), transparent 28%, transparent 72%, rgba(138, 92, 255, 0.16)),
		var(--techdex-ink);
	border-top: 1px solid rgba(126, 220, 255, 0.22);
	box-shadow: inset 0 2px 0 rgba(25, 167, 255, 0.36);
	color: rgba(239, 246, 250, 0.74);
	padding: 26px 18px 28px;
	text-align: center;
}

.techdex-footer-inner {
	display: grid;
	gap: 10px;
	justify-items: center;
}

.techdex-footer-inner p {
	font-size: 15px;
	font-weight: 700;
	margin: 0;
}

.techdex-footer-legal {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	justify-content: center;
}

.techdex-footer-legal a {
	color: rgba(239, 246, 250, 0.82) !important;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.techdex-footer-legal a:hover,
.techdex-footer-legal a:focus {
	color: var(--techdex-electric) !important;
	text-decoration: underline;
}

@media screen and (max-width: 1240px) {
	.techdex-call-cta strong {
		font-size: 16px;
	}
}

@media screen and (max-width: 1120px) {
	.techdex-brand {
		min-width: 0;
	}

	.techdex-brand-name {
		font-size: 20px;
	}

	.techdex-theme .techdex-primary-menu ul li a,
	.techdex-theme .techdex-primary-menu ul li .sub-arrow {
		font-size: 13px;
		padding-left: 8px;
		padding-right: 8px;
	}

	.techdex-brand-services {
		font-size: 9px;
	}

	.techdex-service-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.techdex-pillar-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.techdex-live-minder-offers {
		grid-template-columns: 1fr;
	}

	.techdex-live-minder-offer-campaigning {
		align-items: stretch;
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 900px) {
	.techdex-header-inner {
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		gap: 14px;
		padding-bottom: 16px;
		padding-top: 16px;
	}

	.techdex-call-cta {
		text-align: left;
	}

	.techdex-theme .techdex-primary-menu {
		max-width: none;
		width: 100%;
	}

	.techdex-theme .techdex-primary-menu .center-main-menu {
		text-align: left;
	}

	.techdex-theme .techdex-primary-menu ul {
		justify-content: flex-start;
	}

	.techdex-theme .techdex-primary-menu > .center-main-menu > div > ul,
	.techdex-theme .techdex-primary-menu > .center-main-menu > ul {
		flex-wrap: wrap;
	}

	.techdex-hero,
	.techdex-positioning,
	.techdex-service-section-inner,
	.techdex-process-steps,
	.techdex-proof,
	.techdex-thank-you-shell {
		grid-template-columns: 1fr;
	}

	.techdex-hero {
		grid-template-areas:
			"copy"
			"picker"
			"visual"
			"updates";
		padding-top: 38px;
	}

	.techdex-hero-visual {
		transform: none;
	}

	.techdex-hero-visual,
	.techdex-latest-updates {
		margin: 0 auto;
		max-width: 640px;
		width: 100%;
	}

	.techdex-flashback-popup-dialog {
		gap: 18px;
		grid-template-columns: 1fr;
		max-width: 520px;
		overflow-y: auto;
		padding: 58px 24px 24px;
	}

	.techdex-flashback-popup-visual {
		min-height: 170px;
	}

	.techdex-flashback-clock-face {
		width: min(100%, 220px);
	}
}

@media screen and (max-width: 620px) {
	.techdex-brand {
		min-width: 0;
	}

	.techdex-brand-name {
		font-size: 20px;
	}

	.techdex-hero,
	.techdex-section,
	.techdex-final-cta {
		padding-left: 18px;
		padding-right: 18px;
	}

	.techdex-hero h1 {
		font-size: 31px;
	}

	.techdex-hero-lede {
		font-size: 18px;
	}

	.techdex-service-list {
		grid-template-columns: 1fr;
	}

	.techdex-pillar-list {
		grid-template-columns: 1fr;
	}

	.techdex-service-breakdown ul {
		grid-template-columns: 1fr;
	}

	.techdex-button {
		width: 100%;
	}

	.techdex-thank-you-page {
		padding: 34px 14px;
	}

	.techdex-thank-you-card,
	.techdex-thank-you-next {
		padding: 24px;
	}

	.techdex-thank-you-card h1 {
		font-size: 32px;
	}

	.techdex-flashback-popup {
		align-items: flex-end;
		padding: 12px;
	}

	.techdex-flashback-popup-dialog {
		border-width: 3px;
		box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.16);
		max-height: calc(100vh - 24px);
		padding: 52px 18px 18px;
	}

	.techdex-flashback-popup-close {
		height: 36px;
		right: 13px;
		top: 18px;
		width: 36px;
	}

	.techdex-flashback-popup-visual {
		display: none;
	}

	.techdex-flashback-popup-badge {
		font-size: 10px;
	}

	.techdex-flashback-popup h2 {
		font-size: 33px;
	}

	.techdex-flashback-popup-lede {
		font-size: 22px;
	}

	.techdex-flashback-popup-payoff {
		font-size: 18px;
	}

	.techdex-flashback-popup-prices {
		display: grid;
		gap: 7px;
	}

	.techdex-flashback-popup-prices b {
		text-align: center;
	}

	.techdex-flashback-popup-prices span,
	.techdex-flashback-popup-cta {
		width: 100%;
	}

}

@media screen and (max-width: 760px) {
	html,
	body {
		max-width: 100%;
		overflow-x: hidden;
	}

	body.techdex-theme {
		font-size: 16px;
		line-height: 1.6;
	}

	.techdex-theme .content-wrap {
		max-width: 100%;
		width: 100%;
	}

	.techdex-theme .techdex-site-header {
		position: static;
	}

	.techdex-header-inner {
		gap: 12px;
		padding: 12px 16px;
	}

	.techdex-brand {
		display: grid;
		gap: 3px 10px;
		grid-template-columns: auto minmax(0, 1fr);
		max-width: 100%;
		width: 100%;
	}

	.techdex-logo,
	.techdex-brand-mark {
		grid-row: 1 / span 2;
		margin-right: 0;
	}

	.techdex-logo img {
		max-height: 38px;
	}

	.techdex-brand-name {
		font-size: clamp(22px, 7vw, 30px);
		line-height: 1;
		min-width: 0;
	}

	.techdex-brand-line,
	.techdex-brand-services {
		font-size: 10px;
		line-height: 1.25;
		margin-left: 0;
		min-width: 0;
	}

	.techdex-brand-services {
		grid-column: 1 / -1;
		margin-top: 4px;
	}

	.techdex-call-cta {
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		gap: 4px 8px;
		justify-content: space-between;
		padding: 10px 12px;
		text-align: left;
		width: 100%;
	}

	.techdex-call-cta strong {
		font-size: clamp(17px, 5vw, 22px);
	}

	.techdex-nav-row {
		min-height: 0;
		padding: 0;
	}

	.techdex-theme .techdex-primary-menu .toggle-mobile-menu {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		border-radius: 0;
		min-height: 58px;
		padding-left: 34px;
		padding-right: 24px;
		width: 100%;
	}

	.techdex-theme .techdex-primary-menu .toggle-mobile-menu::before,
	.techdex-theme .super-menu .toggle-mobile-menu::before {
		left: 26px !important;
		line-height: 1 !important;
		top: 50% !important;
		transform: translateY(-50%) !important;
	}

	.techdex-theme .techdex-primary-menu .center-main-menu {
		display: none;
		margin-top: 10px;
		width: 100%;
	}

	.techdex-theme .techdex-primary-menu.toggled .center-main-menu,
	.techdex-theme .techdex-primary-menu.active .center-main-menu,
	.techdex-theme .techdex-primary-menu.menu-open .center-main-menu,
	.techdex-theme .techdex-primary-menu[aria-expanded="true"] .center-main-menu {
		display: block;
	}

	.techdex-theme .techdex-primary-menu > .center-main-menu > div > ul,
	.techdex-theme .techdex-primary-menu > .center-main-menu > ul {
		align-items: stretch;
		display: grid;
		gap: 6px;
		width: 100%;
	}

	.techdex-theme .techdex-primary-menu ul li a,
	.techdex-theme .techdex-primary-menu ul li .sub-arrow {
		display: block;
		font-size: 13px;
		padding: 10px 12px;
		text-align: left;
	}

	.techdex-theme .techdex-primary-menu ul li ul,
	.techdex-theme .techdex-primary-menu ul li .sub-menu,
	.techdex-theme .techdex-primary-menu ul li .children {
		box-shadow: none;
		left: auto;
		margin: 4px 0 4px 12px;
		min-width: 0;
		position: static;
		top: auto;
		width: calc(100% - 12px);
	}

	.techdex-theme .techdex-primary-menu ul li ul li a {
		min-width: 0;
		white-space: normal;
	}

	.techdex-hero,
	.techdex-section,
	.techdex-final-cta {
		max-width: 100%;
		width: 100%;
	}

	.techdex-hero {
		border-radius: 0 0 14px 14px;
		gap: 24px;
		padding: 28px 16px 34px;
	}

	.techdex-hero h1 {
		font-size: clamp(30px, 9vw, 42px);
		line-height: 1.08;
		margin-bottom: 14px;
	}

	.techdex-hero-lede {
		font-size: 17px;
		line-height: 1.55;
		margin-bottom: 20px;
	}

	.techdex-service-picker {
		margin-top: 0;
		padding: 14px;
	}

	.techdex-service-picker p {
		font-size: 17px;
	}

	.techdex-trust-row {
		display: grid;
		grid-template-columns: 1fr;
	}

	.techdex-trust-row a,
	.techdex-hero-contact a {
		min-height: 42px;
	}

	.techdex-trust-row a {
		align-items: center;
		display: flex;
		justify-content: center;
		text-align: center;
	}

	.techdex-hero-contact {
		align-items: flex-start;
		display: grid;
		gap: 6px;
	}

	.techdex-hero-contact em {
		display: none;
	}

	.techdex-hero-visual {
		box-shadow: 0 16px 42px rgba(0, 0, 0, 0.24);
		margin: 0 auto;
		max-width: 520px;
		width: 100%;
	}

	.techdex-latest-updates {
		max-width: 520px;
	}

	.techdex-latest-updates {
		padding: 17px;
	}

	.techdex-hero-visual::before {
		inset: 10px -10px -10px 10px;
	}

	.techdex-section {
		padding: 34px 16px;
	}

	.techdex-section h2,
	.techdex-final-cta h2 {
		font-size: clamp(27px, 8vw, 38px);
		line-height: 1.12;
		margin-bottom: 16px;
	}

	.techdex-proof-title,
	.techdex-section h2.techdex-proof-title {
		font-size: clamp(30px, 8vw, 40px);
	}

	.techdex-proof-statement {
		font-size: 17px;
		line-height: 1.55;
	}

	.techdex-client-marquee {
		margin-top: 20px;
		padding-bottom: 10px;
	}

	.techdex-client-track {
		gap: 10px;
	}

	.techdex-client-track a {
		flex-basis: 170px;
		font-size: 13px;
		min-height: 64px;
		padding: 10px;
	}

	.techdex-service-section {
		padding: 28px 16px;
		scroll-margin-top: 20px;
	}

	.techdex-service-section-inner {
		gap: 18px;
	}

	.techdex-service-section-copy,
	.techdex-service-breakdown,
	.techdex-process-steps > div,
	.techdex-final-cta {
		border-radius: 6px;
		padding: 20px;
	}

	.techdex-service-section-copy h3 {
		font-size: clamp(29px, 8vw, 40px);
	}

	.techdex-service-section-copy p {
		font-size: 16px;
		line-height: 1.6;
	}

	.techdex-service-breakdown ul {
		gap: 9px;
		grid-template-columns: 1fr;
		margin-bottom: 16px;
	}

	.techdex-service-breakdown li {
		font-size: 15px;
		padding: 11px 12px;
	}

	.techdex-service-actions,
	.techdex-service-breakdown {
		min-width: 0;
	}

	.techdex-service-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.techdex-service-breakdown a,
	.techdex-service-breakdown button {
		justify-content: center;
		text-align: center;
		width: 100%;
	}

	.techdex-process-steps {
		gap: 12px;
	}

	.techdex-process-steps h3 {
		font-size: 21px;
	}

	.techdex-proof {
		gap: 18px;
	}

	.techdex-proof-copy p,
	.techdex-final-cta p:not(.techdex-kicker) {
		font-size: 17px;
		line-height: 1.55;
	}

	.techdex-proof-links a {
		padding: 13px 14px;
	}

	.techdex-final-cta {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 420px) {
	.techdex-header-inner,
	.techdex-hero,
	.techdex-section,
	.techdex-service-section,
	.techdex-final-cta {
		padding-left: 12px;
		padding-right: 12px;
	}

	.techdex-brand-name {
		font-size: 22px;
	}

	.techdex-brand-services {
		letter-spacing: 0.03em;
	}

	.techdex-call-cta {
		display: grid;
		justify-items: start;
	}

	.techdex-hero h1 {
		font-size: 29px;
	}

	.techdex-hero-visual::before {
		display: none;
	}

	.techdex-client-track a {
		flex-basis: 150px;
	}

	.techdex-modal {
		padding: 12px;
	}

	.techdex-modal-dialog {
		max-height: calc(100vh - 24px);
		overflow-y: auto;
		padding: 26px 18px 20px;
	}

	.techdex-theme .techdex-primary-menu .toggle-mobile-menu {
		padding-left: 30px;
		padding-right: 20px;
	}

	.techdex-theme .techdex-primary-menu .toggle-mobile-menu::before,
	.techdex-theme .super-menu .toggle-mobile-menu::before {
		left: 22px !important;
		top: 50% !important;
		transform: translateY(-50%) !important;
	}
}

@media screen and (max-width: 1023px) {
	body.techdex-theme.mobile-menu-active #page {
		left: 0 !important;
		max-width: 100vw !important;
		position: relative !important;
		right: auto !important;
		top: 0 !important;
		transform: none !important;
		width: 100vw !important;
	}

	body.techdex-theme #smobile-menu {
		background:
			linear-gradient(180deg, rgba(25, 167, 255, 0.14), transparent 36%),
			#0d1724 !important;
		border-right: 1px solid rgba(126, 220, 255, 0.24);
		box-shadow: 18px 0 42px rgba(0, 0, 0, 0.34);
		left: min(-86vw, -340px) !important;
		max-width: 340px;
		width: 86vw !important;
	}

	body.techdex-theme #smobile-menu.show {
		left: 0 !important;
		transform: translateX(0) !important;
	}

	body.techdex-theme #smobile-menu .main-navigation,
	body.techdex-theme #smobile-menu .primary-menu,
	body.techdex-theme #smobile-menu .pmenu {
		background: transparent !important;
	}

	body.techdex-theme #smobile-menu.show .center-main-menu,
	body.techdex-theme #smobile-menu.show .center-main-menu > div,
	body.techdex-theme #smobile-menu.show .center-main-menu > ul,
	body.techdex-theme #smobile-menu.show .center-main-menu > div > ul {
		display: block !important;
		opacity: 1 !important;
		visibility: visible !important;
		width: 100% !important;
	}

	body.techdex-theme #smobile-menu.show .main-navigation > .center-main-menu > div > ul,
	body.techdex-theme #smobile-menu.show .main-navigation > .center-main-menu > ul {
		display: block !important;
		list-style: none !important;
		margin: 0 !important;
		opacity: 1 !important;
		padding: 0 !important;
		visibility: visible !important;
	}

	body.techdex-theme #smobile-menu.show .main-navigation ul ul.children,
	body.techdex-theme #smobile-menu.show .main-navigation ul ul.sub-menu {
		display: none !important;
	}

	body.techdex-theme #smobile-menu.show .main-navigation ul ul.children.active,
	body.techdex-theme #smobile-menu.show .main-navigation ul ul.sub-menu.active {
		display: block !important;
	}

	body.techdex-theme #smobile-menu.show .techdex-primary-menu ul li:hover > ul:not(.active),
	body.techdex-theme #smobile-menu.show .techdex-primary-menu ul li:focus-within > ul:not(.active),
	body.techdex-theme #smobile-menu.show .techdex-primary-menu ul li:hover > .sub-menu:not(.active),
	body.techdex-theme #smobile-menu.show .techdex-primary-menu ul li:focus-within > .sub-menu:not(.active),
	body.techdex-theme #smobile-menu.show .techdex-primary-menu ul li:hover > .children:not(.active),
	body.techdex-theme #smobile-menu.show .techdex-primary-menu ul li:focus-within > .children:not(.active) {
		display: none !important;
	}

	body.techdex-theme #smobile-menu.show .main-navigation ul li {
		border-bottom: 1px solid rgba(126, 220, 255, 0.16) !important;
		display: block !important;
		float: none !important;
		opacity: 1 !important;
		visibility: visible !important;
		width: 100% !important;
	}

	body.techdex-theme #smobile-menu.show .main-navigation ul li a,
	body.techdex-theme #smobile-menu.show .main-navigation ul li .sub-arrow {
		color: rgba(239, 246, 250, 0.92) !important;
		display: block !important;
		font-size: 15px;
		font-weight: 900;
		opacity: 1 !important;
		padding: 13px 18px !important;
		text-decoration: none;
		visibility: visible !important;
	}

	body.techdex-theme #smobile-menu.show .main-navigation ul li a:hover,
	body.techdex-theme #smobile-menu.show .main-navigation ul li a:focus {
		background: rgba(25, 167, 255, 0.12);
		color: #ffffff !important;
	}

	body.techdex-theme #smobile-menu.show .main-navigation ul ul.children,
	body.techdex-theme #smobile-menu.show .main-navigation ul ul.sub-menu {
		background: rgba(8, 16, 24, 0.72);
		border-top: 1px solid rgba(126, 220, 255, 0.16);
	}

	body.techdex-theme #mobile-menu-overlay {
		background: rgba(8, 16, 24, 0.72) !important;
	}
}

@media screen and (max-width: 760px) {
	body.techdex-theme,
	body.techdex-theme #page,
	body.techdex-theme .site,
	body.techdex-theme .site-content,
	body.techdex-theme .content-wrap,
	body.techdex-theme .techdex-front-page {
		max-width: 100vw !important;
		overflow-x: hidden !important;
		width: 100% !important;
	}

	.techdex-hero-copy,
	.techdex-service-section-copy,
	.techdex-service-breakdown,
	.techdex-section-heading,
	.techdex-proof-copy,
	.techdex-process-steps > div,
	.techdex-final-cta,
	.techdex-brand {
		min-width: 0 !important;
		overflow-wrap: break-word;
		word-break: normal;
	}

	.techdex-service-section-copy p,
	.techdex-service-section-copy strong,
	.techdex-service-breakdown li,
	.techdex-hero h1,
	.techdex-hero-lede,
	.techdex-brand-services {
		max-width: 100%;
		overflow-wrap: anywhere;
		white-space: normal !important;
	}

	.techdex-service-section-inner,
	.techdex-hero,
	.techdex-process-steps,
	.techdex-proof {
		min-width: 0 !important;
		width: 100% !important;
	}

	.techdex-service-section-copy,
	.techdex-service-breakdown {
		width: 100%;
	}

	.techdex-client-marquee {
		max-width: 100%;
		overflow-x: auto !important;
	}
}
