body {
	margin: 0;
	background:
		radial-gradient(circle at top left, rgba(0, 229, 255, 0.16), transparent 32rem),
		linear-gradient(135deg, #05070d 0%, #0a0f1d 48%, #101521 100%);
	color: #f8fafc;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6;
}

body.is-menu-open {
	overflow: hidden;
}

a {
	color: inherit;
}

.vnx-container {
    width: min(1800px, calc(100% - 24px));
    margin: 0 auto;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(5, 7, 13, 0.78);
	border-bottom: 1px solid rgba(148, 163, 184, 0.18);
	backdrop-filter: blur(18px);
	transition:
		background 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease;
}

.site-header.is-scrolled {
	background: rgba(5, 7, 13, 0.92);
	border-color: rgba(0, 229, 255, 0.24);
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.32);
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	min-height: 88px;
}

.site-branding {
	flex: 0 0 auto;
}

.custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.custom-logo {
	display: block;
	width: auto;
	max-width: 220px;
	height: auto;
	max-height: 56px;
}

.site-title {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #f8fafc;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0;
	text-decoration: none;
}

.site-title__mark {
	display: inline-grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border: 1px solid rgba(0, 229, 255, 0.38);
	border-radius: 12px;
	background:
		linear-gradient(135deg, rgba(0, 229, 255, 0.18), rgba(124, 58, 237, 0.18)),
		rgba(255, 255, 255, 0.04);
	color: #00e5ff;
	font-weight: 800;
}

.site-title__text {
	white-space: nowrap;
}

.site-header__panel {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	justify-content: flex-end;
	gap: 28px;
}

.site-navigation {
	display: flex;
	align-items: center;
}

.primary-menu {
	display: flex;
	align-items: center;
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-menu li {
	position: relative;
}

.primary-menu a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: rgba(248, 250, 252, 0.78);
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	text-decoration: none;
	transition:
		color 180ms ease,
		transform 180ms ease;
}

.primary-menu a:hover,
.primary-menu a:focus {
	color: #00e5ff;
}

.primary-menu a:hover {
	transform: translateY(-1px);
}

.primary-menu .sub-menu {
	position: absolute;
	top: calc(100% + 12px);
	left: 50%;
	min-width: 220px;
	margin: 0;
	padding: 12px;
	list-style: none;
	background: rgba(10, 15, 29, 0.96);
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: 18px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 10px);
	transition:
		opacity 180ms ease,
		transform 180ms ease;
}

.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.primary-menu .sub-menu a {
	display: flex;
	min-height: auto;
	padding: 10px 12px;
	border-radius: 12px;
	color: rgba(248, 250, 252, 0.82);
	white-space: nowrap;
}

.primary-menu .sub-menu a:hover,
.primary-menu .sub-menu a:focus {
	background: rgba(0, 229, 255, 0.1);
	color: #ffffff;
	transform: none;
}

.site-header__actions {
	display: flex;
	align-items: center;
}

.vnx-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	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-button:hover,
.vnx-button:focus {
	transform: translateY(-1px);
}

.vnx-button--primary {
	background: linear-gradient(135deg, #00e5ff 0%, #7c3aed 100%);
	box-shadow: 0 16px 36px rgba(0, 229, 255, 0.16);
	color: #ffffff;
}

.vnx-button--primary:hover,
.vnx-button--primary:focus {
	box-shadow: 0 20px 46px rgba(124, 58, 237, 0.28);
	color: #ffffff;
}

.site-header__toggle {
	display: none;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	padding: 0;
	border: 1px solid rgba(148, 163, 184, 0.24);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.04);
	color: #ffffff;
	cursor: pointer;
}

.site-header__toggle-line {
	display: block;
	width: 18px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	transition:
		opacity 180ms ease,
		transform 180ms ease;
}

.site-header.is-menu-open .site-header__toggle-line:nth-child(2) {
	transform: translateY(7px) rotate(45deg);
}

.site-header.is-menu-open .site-header__toggle-line:nth-child(3) {
	opacity: 0;
}

.site-header.is-menu-open .site-header__toggle-line:nth-child(4) {
	transform: translateY(-7px) rotate(-45deg);
}

.vnx-section {
	padding: 96px 0;
}

.vnx-page {
	padding: 72px 0;
}

.vnx-page > .vnx-container > *:first-child {
	margin-top: 0;
}

.vnx-page > .vnx-container > *:last-child {
	margin-bottom: 0;
}

.vnx-page p {
	max-width: 760px;
	margin: 0 0 18px;
	color: rgba(248, 250, 252, 0.86);
	font-size: 18px;
	line-height: 1.7;
}

.vnx-page .alignwide {
	width: min(1200px, 100%);
	max-width: 1200px;
}

.vnx-page .alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.vnx-hero {
	display: grid;
	min-height: 420px;
	place-items: center;
	text-align: center;
}

.vnx-hero h1,
.vnx-section h1 {
	margin: 0;
	font-size: clamp(40px, 7vw, 72px);
	line-height: 1.05;
}

.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);
	}
}

.site-footer {
	padding: 24px 0;
	background: #05070d;
	border-top: 1px solid rgba(148, 163, 184, 0.18);
	color: #f8fafc;
	text-align: center;
}

@media (max-width: 920px) {
	.site-header__inner {
		min-height: 76px;
	}

	.site-header__toggle {
		display: inline-flex;
	}

	.site-header__panel {
		position: fixed;
		top: 76px;
		right: 16px;
		left: 16px;
		display: grid;
		gap: 22px;
		max-height: calc(100vh - 96px);
		padding: 22px;
		overflow-y: auto;
		background: rgba(5, 7, 13, 0.96);
		border: 1px solid rgba(148, 163, 184, 0.22);
		border-radius: 22px;
		box-shadow: 0 30px 80px rgba(0, 0, 0, 0.48);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-10px);
		transition:
			opacity 180ms ease,
			transform 180ms ease;
	}

	.site-header.is-menu-open .site-header__panel {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.site-navigation,
	.primary-menu {
		display: grid;
		width: 100%;
		gap: 8px;
	}

	.primary-menu a {
		width: 100%;
		min-height: 46px;
		padding: 0 12px;
		border-radius: 12px;
	}

	.primary-menu a:hover,
	.primary-menu a:focus {
		background: rgba(0, 229, 255, 0.1);
		transform: none;
	}

	.primary-menu .sub-menu {
		position: static;
		min-width: 0;
		margin: 4px 0 8px 14px;
		padding: 4px 0 4px 12px;
		background: transparent;
		border: 0;
		border-left: 1px solid rgba(0, 229, 255, 0.22);
		border-radius: 0;
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.site-header__actions,
	.vnx-button {
		width: 100%;
	}
}

@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: 560px) {
	.vnx-container {
		width: min(100% - 24px, 1120px);
	}

	.site-title {
		font-size: 18px;
	}

	.site-title__mark {
		width: 36px;
		height: 36px;
		border-radius: 10px;
	}

	.site-title__text {
		max-width: 170px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.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;
	}
}
