:focus-visible {
	outline: 3px solid var(--violet);
	outline-offset: 4px;
}

.hero > .elementor-widget-html:has(> video.bg) {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.eb-final-page .eb-final-node.elig-search {
	padding: 0;
}

.eb-final-page .elementor-widget-heading[id] {
	scroll-margin-top: 120px;
}

.logos {
	overflow: hidden;
}

.eb-final-node.logostrip {
	display: flex !important;
	width: max-content;
	max-width: none;
	flex-flow: row nowrap !important;
	justify-content: flex-start;
	align-items: center;
	gap: 34px;
	animation: eb-final-marquee 32s linear infinite;
	will-change: transform;
}

.eb-final-node.logostrip:hover {
	animation-play-state: paused;
}

@keyframes eb-final-marquee {
	to {
		transform: translate3d(calc(-50% - 17px), 0, 0);
	}
}

.partner-logo {
	width: 96px !important;
	max-width: 96px;
	flex: 0 0 96px;
}

.partner-logo .elementor-widget-container {
	display: flex;
	height: 64px;
	align-items: center;
	justify-content: center;
}

.partner-logo img {
	display: block;
	width: 96px;
	height: 64px;
	object-fit: contain;
	filter: grayscale(1) brightness(0) invert(1);
	opacity: .82;
}

.eb-site-footer {
	gap: 0 !important;
	margin-top: 0;
	padding: 64px 0 32px !important;
	border-top: 1px solid var(--line);
	background: var(--navy-deep);
}

.live-footer-main {
	display: grid !important;
	grid-template-columns: minmax(0, 1.5fr) minmax(180px, .75fr);
	gap: 120px;
	width: min(var(--maxw), calc(100% - 48px)) !important;
	margin: 0 auto;
	padding: 0 !important;
}

.live-footer-brand {
	max-width: 440px;
}

.live-footer-brand,
.live-footer-legal {
	gap: 16px !important;
	padding: 0 !important;
}

.live-footer-logo img {
	width: 118px;
	height: auto;
}

.live-footer-brand .elementor-widget-text-editor {
	color: var(--muted);
	font-size: 16px;
}

.live-footer-legal h3 {
	margin: 0 0 18px;
	color: var(--white);
	font-size: 14px;
}

.live-footer-legal > .elementor-element {
	width: auto;
	align-self: flex-start;
}

.live-footer-legal a {
	display: inline-block;
	margin: 0;
	padding: 0;
	color: var(--muted);
	font-size: 14px;
	line-height: 1.5;
	text-decoration: none;
	transition: color 200ms cubic-bezier(.4, 0, .2, 1);
}

.eb-site-footer .live-footer-legal a:hover,
.eb-site-footer .live-footer-legal a:focus-visible {
	color: var(--paper) !important;
}

.live-copyright {
	margin: 56px 0 8px;
	padding-top: 22px;
	border-top: 1px solid var(--line);
	color: var(--muted-2);
	font-size: 12px;
}

.eb-site-footer > .elementor-widget-text-editor {
	width: min(var(--maxw), calc(100% - 48px)) !important;
	margin-right: auto;
	margin-left: auto;
}

.eb-final-page .elementor-widget-button.btn,
.eb-final-page .elementor-widget-text-editor.btn,
.emailcap .elementor-widget-text-editor.btn {
	display: block !important;
	width: auto !important;
	max-width: 100%;
	align-self: flex-start;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	transform: none !important;
}

.eb-final-page .elementor-widget-button.btn:hover,
.eb-final-page .elementor-widget-text-editor.btn:hover,
.emailcap .elementor-widget-text-editor.btn:hover {
	background: transparent !important;
	box-shadow: none !important;
	transform: none !important;
}

.btn.primary .elementor-button,
.eb-strategy-cta .elementor-button {
	min-height: 40px;
	padding: 12px 24px;
	border: 1px solid transparent;
	border-radius: 999px;
	background: var(--violet);
	color: var(--white) !important;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	box-shadow: 0 8px 30px -8px rgba(124, 92, 255, .5);
	transition: transform 150ms cubic-bezier(.4, 0, .2, 1), background-color 150ms cubic-bezier(.4, 0, .2, 1);
}

.btn.primary .elementor-button:hover,
.eb-strategy-cta .elementor-button:hover {
	background: #8f74ff !important;
	transform: translateY(-1px) !important;
}

.btn.ghost .elementor-button,
.eb-report-cta .elementor-button {
	min-height: 40px;
	padding: 12px 22px;
	border: 1px solid var(--line-2);
	border-radius: 999px;
	background: rgba(255, 255, 255, .02) !important;
	color: var(--paper) !important;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	box-shadow: none;
	transition: border-color 150ms cubic-bezier(.4, 0, .2, 1), color 150ms cubic-bezier(.4, 0, .2, 1);
}

.btn.ghost .elementor-button:hover,
.eb-report-cta .elementor-button:hover {
	border-color: var(--violet) !important;
	color: var(--white) !important;
}

.emailcap button,
.eb-form button[type="submit"] {
	display: inline-flex;
	width: auto;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 12px 24px;
	border: 1px solid transparent;
	border-radius: 999px;
	background: var(--violet);
	color: var(--white);
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	box-shadow: 0 8px 30px -8px rgba(124, 92, 255, .5);
	transition: background-color 160ms ease-out;
}

.emailcap button:hover,
.eb-form button[type="submit"]:hover {
	background: var(--violet-lite);
}

.emailcap .row {
	padding: 0 !important;
}

.eb-form button[type="submit"] {
	justify-self: start;
}

.live-carousel-controls,
.eb-generated-carousel-controls {
	display: flex;
	gap: 8px;
	align-items: center;
}

.live-carousel-controls button,
.eb-generated-carousel-controls button {
	display: inline-flex;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid var(--line-2);
	border-radius: 999px;
	background: var(--panel);
	color: var(--paper);
	font-size: 18px;
	line-height: 1;
	transition: border-color 160ms ease-out, color 160ms ease-out;
}

.live-carousel-controls button:hover,
.eb-generated-carousel-controls button:hover {
	border-color: var(--violet);
	color: var(--white);
}

.eb-form {
	display: grid;
	width: 100%;
	gap: 24px;
}

.eb-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.eb-form label {
	display: grid;
	gap: 8px;
	color: var(--muted);
	font-size: 13px;
	font-weight: 600;
}

.eb-form label > span {
	color: var(--violet-lite);
}

.eb-form input,
.eb-form textarea {
	display: block;
	width: 100%;
	min-width: 0;
	padding: 12px 16px;
	border: 1px solid var(--line-2);
	border-radius: 12px;
	outline: 0;
	background: rgba(255, 255, 255, .02);
	color: var(--paper);
	font: inherit;
	transition: border-color 160ms ease-out;
}

.eb-form textarea {
	min-height: 144px;
	resize: vertical;
}

.eb-form input:focus,
.eb-form textarea:focus {
	border-color: var(--violet);
}

.eb-form-trap {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.eb-form-status {
	margin: 0 0 24px;
	padding: 12px 16px;
	border: 1px solid var(--line-2);
	border-radius: 12px;
	background: var(--panel);
	color: var(--paper);
}

.eb-form-error {
	border-color: var(--neg);
}

.eb-card {
	transition: border-color 200ms ease;
}

.eb-card:hover {
	transform: none;
	border-color: rgba(124, 92, 255, .4);
}

.eb-final-page .svc,
.eb-final-page .case,
.eb-final-page .teamcard,
.eb-final-page .icard {
	transition: border-color 200ms ease;
}

.eb-final-page .svc:hover,
.eb-final-page .case:hover,
.eb-final-page .teamcard:hover,
.eb-final-page .icard:hover {
	transform: none;
}

.eb-site-header {
	position: sticky;
	top: 0;
	z-index: 60;
	width: 100%;
	gap: 0 !important;
	padding: 0 !important;
	border-bottom: 1px solid var(--line);
	background: rgba(15, 23, 41, .82);
	backdrop-filter: blur(14px);
}

.eb-site-header.is-scrolled {
	background: rgba(15, 23, 41, .96);
}

.eb-nav {
	display: flex !important;
	position: relative;
	width: min(var(--maxw), calc(100% - 48px));
	min-height: 76px;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 24px !important;
	margin: 0 auto;
	padding: 0 !important;
}

.live-header-logo {
	width: 82px !important;
	max-width: 82px;
	align-self: center;
	flex: 0 0 82px;
}

.live-header-logo img {
	display: block;
	width: 82px;
	height: 40px;
	object-fit: contain;
}

.eb-menu {
	display: flex !important;
	width: auto !important;
	align-items: center !important;
	justify-content: flex-end !important;
	margin-left: auto;
	padding: 0 !important;
	gap: 22px;
}

.eb-menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--line-2);
	border-radius: 10px;
	background: rgba(255, 255, 255, .02);
	color: var(--paper);
}

.eb-menu-toggle > span:first-child,
.eb-menu-toggle > span:first-child::before,
.eb-menu-toggle > span:first-child::after {
	display: block;
	width: 18px;
	height: 2px;
	border-radius: 2px;
	background: currentColor;
}

.eb-menu-toggle > span:first-child {
	position: relative;
}

.eb-menu-toggle > span:first-child::before,
.eb-menu-toggle > span:first-child::after {
	position: absolute;
	left: 0;
	content: "";
}

.eb-menu-toggle > span:first-child::before {
	top: -6px;
}

.eb-menu-toggle > span:first-child::after {
	top: 6px;
}

.eb-menu > .elementor-widget-text-editor {
	width: auto !important;
	margin: 0;
	flex: 0 0 auto;
}

.eb-menu > .elementor-widget-text-editor .elementor-widget-container {
	line-height: 1;
}

.eb-menu a.eb-nav-link {
	display: inline-block;
	padding: 8px 0;
	color: var(--muted);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	white-space: nowrap;
	transition: color 160ms ease-out;
}

.eb-menu a.eb-nav-link:hover,
.eb-menu a.eb-nav-link:focus-visible {
	color: var(--paper);
}

.eb-report-cta,
.eb-strategy-cta {
	width: auto !important;
	flex: 0 0 auto;
}

@media (max-width: 1024px) {
	.live-footer-main {
		gap: 64px;
	}
}

@media (max-width: 1100px) {
	.eb-nav > .elementor-widget-html {
		width: auto !important;
		margin-left: auto;
		flex: 0 0 auto;
	}

	.eb-menu-toggle {
		display: inline-flex;
	}

	.eb-menu {
		display: none !important;
		position: absolute;
		top: calc(100% + 1px);
		left: 0;
		right: 0;
		z-index: 1;
		width: 100% !important;
		justify-content: flex-start !important;
		padding: 20px 24px 24px !important;
		border: 1px solid var(--line);
		border-top: 0;
		border-radius: 0 0 16px 16px;
		background: rgba(15, 23, 41, .98);
		box-shadow: 0 24px 48px rgba(0, 0, 0, .28);
		flex-direction: column !important;
		align-items: flex-start !important;
		gap: 10px;
	}

	.eb-menu.is-open {
		display: flex !important;
	}

	.eb-menu > .elementor-widget-text-editor,
	.eb-report-cta,
	.eb-strategy-cta {
		width: 100% !important;
	}

	.eb-menu a.eb-nav-link {
		width: 100%;
		padding: 10px 0;
	}
}

@media (max-width: 760px) {
	.eb-nav {
		width: calc(100% - 32px);
	}

	.eb-final-page .elementor-widget-button,
	.eb-final-page .elementor-button {
		max-width: 100%;
	}

	.eb-form-grid {
		grid-template-columns: 1fr;
	}

	.eb-site-footer > .elementor-widget-text-editor,
	.live-footer-main {
		width: calc(100% - 32px) !important;
	}

	.eb-final-page .elementor-button {
		white-space: normal;
		text-align: center;
		line-height: 1.35;
	}

	.eb-final-page .elementor-button-content-wrapper,
	.eb-final-page .elementor-button-text {
		min-width: 0;
		white-space: normal;
	}

	.eb-final-node.logostrip {
		gap: 24px;
	}

	@keyframes eb-final-marquee {
		to {
			transform: translate3d(calc(-50% - 12px), 0, 0);
		}
	}

	.partner-logo {
		width: 72px !important;
		max-width: 72px;
		flex-basis: 72px;
	}

	.partner-logo .elementor-widget-container,
	.partner-logo img {
		width: 72px;
		height: 48px;
	}

	.live-footer-main {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.live-copyright {
		margin-top: 40px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.eb-final-node.logostrip {
		animation: none;
		transform: none;
		will-change: auto;
	}

	.eb-final-page section.eb-final-node.reveal-section {
		opacity: 1;
		transform: none;
	}
}
