.elementor-widget-vnx-placeholder {
	--vnx-widget-radius: 24px;
}

.vnx-hero-widget {
	position: relative;
	display: grid;
	align-items: center;
	min-height: 82vh;
	padding: 120px 0;
	overflow: hidden;
	background:
		radial-gradient(circle at 18% 20%, rgba(0, 229, 255, 0.22), transparent 28rem),
		radial-gradient(circle at 82% 24%, rgba(124, 58, 237, 0.2), transparent 30rem),
		linear-gradient(135deg, #05070d 0%, #0a0f1d 46%, #101521 100%);
	color: #ffffff;
}

.vnx-hero-widget::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(148, 163, 184, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(148, 163, 184, 0.08) 1px, transparent 1px);
	background-size: 72px 72px;
	content: "";
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), transparent 88%);
	pointer-events: none;
}

.vnx-hero-widget__video,
.vnx-hero-widget__overlay {
	position: absolute;
	inset: 0;
}

.vnx-hero-widget__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.24;
}

.vnx-hero-widget__overlay {
	background:
		linear-gradient(90deg, rgba(5, 7, 13, 0.88), rgba(5, 7, 13, 0.42)),
		linear-gradient(180deg, rgba(5, 7, 13, 0.1), rgba(5, 7, 13, 0.82));
	pointer-events: none;
}

.vnx-hero-widget__inner {
	position: relative;
	z-index: 1;
	display: grid;
	width: min(1200px, calc(100% - 32px));
	margin: 0 auto;
	align-items: center;
	gap: 56px;
	grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.78fr);
}

.vnx-hero-widget__content {
	max-width: 760px;
}

.vnx-hero-widget__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 20px;
	color: #00e5ff;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.vnx-hero-widget__eyebrow::before {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: #00e5ff;
	box-shadow: 0 0 24px rgba(0, 229, 255, 0.8);
	content: "";
}

.vnx-hero-widget__heading {
	margin: 0;
	color: #ffffff;
	font-size: clamp(44px, 6.6vw, 92px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.98;
}

.vnx-hero-widget__description {
	max-width: 620px;
	margin: 24px 0 0;
	color: #cbd5e1;
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.55;
}

.vnx-hero-widget__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 36px;
}

.vnx-hero-widget__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 24px;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0;
	text-decoration: none;
	transition:
		background 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease,
		color 180ms ease,
		transform 180ms ease;
}

.vnx-hero-widget__button:hover,
.vnx-hero-widget__button:focus {
	transform: translateY(-2px);
}

.vnx-hero-widget__button--primary {
	border: 1px solid transparent;
	background: linear-gradient(135deg, #00e5ff 0%, #7c3aed 100%);
	box-shadow: 0 20px 54px rgba(0, 229, 255, 0.2);
	color: #ffffff;
}

.vnx-hero-widget__button--secondary {
	border: 1px solid rgba(148, 163, 184, 0.28);
	background: rgba(255, 255, 255, 0.06);
	color: #ffffff;
	backdrop-filter: blur(14px);
}

.vnx-hero-widget__button--secondary:hover,
.vnx-hero-widget__button--secondary:focus {
	border-color: rgba(0, 229, 255, 0.48);
	background: rgba(0, 229, 255, 0.1);
}

.vnx-hero-widget__visual {
	position: relative;
	display: grid;
	min-height: 520px;
	place-items: center;
}

.vnx-hero-widget__visual::before {
	position: absolute;
	inset: 14%;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(0, 229, 255, 0.24), transparent 68%);
	filter: blur(8px);
	content: "";
}

.vnx-hero-widget__orbit {
	position: absolute;
	width: min(92%, 460px);
	aspect-ratio: 1;
	border: 1px solid rgba(0, 229, 255, 0.28);
	border-radius: 999px;
	animation: vnx-hero-orbit 18s linear infinite;
}

.vnx-hero-widget__orbit::before,
.vnx-hero-widget__orbit::after {
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 999px;
	background: #00e5ff;
	box-shadow: 0 0 22px rgba(0, 229, 255, 0.82);
	content: "";
}

.vnx-hero-widget__orbit::before {
	top: 18%;
	right: 10%;
}

.vnx-hero-widget__orbit::after {
	bottom: 12%;
	left: 18%;
	background: #7c3aed;
}

.vnx-hero-widget__image {
	position: relative;
	z-index: 1;
	display: block;
	width: min(100%, 520px);
	max-height: 520px;
	object-fit: contain;
	border-radius: 28px;
	filter: drop-shadow(0 34px 70px rgba(0, 0, 0, 0.42));
}

.vnx-hero-widget__device {
	position: relative;
	z-index: 1;
	display: grid;
	width: min(86%, 420px);
	aspect-ratio: 1;
	place-items: center;
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: 34px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03)),
		rgba(5, 7, 13, 0.54);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.14),
		0 34px 80px rgba(0, 0, 0, 0.42);
	backdrop-filter: blur(18px);
	transform: perspective(900px) rotateX(8deg) rotateY(-12deg);
}

.vnx-hero-widget__device-core {
	display: block;
	width: 132px;
	aspect-ratio: 1;
	border: 1px solid rgba(0, 229, 255, 0.48);
	border-radius: 28px;
	background:
		radial-gradient(circle, rgba(0, 229, 255, 0.58), transparent 54%),
		linear-gradient(135deg, rgba(0, 229, 255, 0.22), rgba(124, 58, 237, 0.18));
	box-shadow:
		0 0 44px rgba(0, 229, 255, 0.38),
		inset 0 0 34px rgba(255, 255, 255, 0.08);
}

.vnx-hero-widget__device-line {
	position: absolute;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(0, 229, 255, 0.7), transparent);
}

.vnx-hero-widget__device-line--one {
	top: 28%;
	left: 12%;
	width: 48%;
}

.vnx-hero-widget__device-line--two {
	right: 12%;
	bottom: 32%;
	width: 54%;
}

.vnx-hero-widget__device-line--three {
	top: 16%;
	right: 24%;
	width: 1px;
	height: 42%;
	background: linear-gradient(180deg, transparent, rgba(124, 58, 237, 0.72), transparent);
}

@keyframes vnx-hero-orbit {
	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 1024px) {
	.vnx-hero-widget {
		min-height: auto;
		padding: 96px 0;
	}

	.vnx-hero-widget__inner {
		grid-template-columns: 1fr;
	}

	.vnx-hero-widget__visual {
		min-height: 420px;
	}
}

@media (max-width: 767px) {
	.vnx-hero-widget {
		padding: 72px 0;
	}

	.vnx-hero-widget__inner {
		width: min(100% - 24px, 1200px);
		gap: 36px;
	}

	.vnx-hero-widget__heading {
		font-size: clamp(40px, 13vw, 58px);
	}

	.vnx-hero-widget__description {
		font-size: 17px;
	}

	.vnx-hero-widget__buttons,
	.vnx-hero-widget__button {
		width: 100%;
	}

	.vnx-hero-widget__visual {
		min-height: 320px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vnx-hero-widget__orbit {
		animation: none;
	}

	.vnx-hero-widget__button {
		transition: none;
	}
}
