/* Nexus landing — scoped to the page so Phlox header/footer stay intact. */

body.avra-nexus-page {
	background: #070b14;
}

body.avra-nexus-page #inner-body {
	background: #070b14;
}

body.avra-nexus-page #main,
body.avra-nexus-page .aux-primary,
body.avra-nexus-page .aux-wrapper,
body.avra-nexus-page .aux-container {
	background: transparent;
}

body.avra-nexus-page .page-title-section,
body.avra-nexus-page .aux-page-title-section,
body.avra-nexus-page .aux-archive-header {
	display: none !important;
}

body.avra-nexus-page #site-elementor-header.aux-sticky,
body.avra-nexus-page #site-elementor-header.aux-sticky .aux-wrapper,
body.avra-nexus-page #site-elementor-header.aux-sticky .elementor-element-54a26d6 {
	background: rgba(7, 11, 20, 0.94) !important;
	border-bottom: 1px solid rgba(120, 170, 230, 0.18);
	box-shadow: none;
}

body.avra-nexus-page #site-elementor-header.aux-sticky .aux-menu-depth-0 > .aux-item-content {
	color: #d7e6ff !important;
}

body.avra-nexus-page #site-elementor-header.aux-sticky .aux-menu-depth-0.aux-hover > .aux-item-content,
body.avra-nexus-page #site-elementor-header.aux-sticky .current-menu-item > .aux-item-content {
	color: #4fc3f7 !important;
}

body.avra-nexus-page #site-elementor-header.aux-sticky .aux-burger .mid-line,
body.avra-nexus-page #site-elementor-header.aux-sticky .aux-burger .mid-line::before,
body.avra-nexus-page #site-elementor-header.aux-sticky .aux-burger .mid-line::after {
	background-color: #d7e6ff;
}

.avra-nexus {
	--nx-bg: #070b14;
	--nx-card: rgba(12, 20, 36, 0.86);
	--nx-line: rgba(120, 170, 230, 0.22);
	--nx-cyan: #4fc3f7;
	--nx-cyan-2: #7aa2ff;
	--nx-green: #3dffa6;
	--nx-warn: #ff8a65;
	--nx-text: #f4f7fb;
	--nx-muted: #9aa8bd;
	color: var(--nx-text);
	font-family: Inter, "Segoe UI", sans-serif;
	background:
		radial-gradient(900px 420px at 8% 8%, rgba(41, 120, 200, 0.22), transparent 60%),
		radial-gradient(800px 480px at 92% 12%, rgba(90, 70, 180, 0.18), transparent 55%),
		radial-gradient(700px 400px at 80% 90%, rgba(20, 160, 140, 0.12), transparent 50%),
		var(--nx-bg);
	overflow-x: hidden;
}

.avra-nexus * {
	box-sizing: border-box;
}

.nx-wrap {
	width: min(1120px, calc(100% - 40px));
	margin: 0 auto;
}

.nx-hero,
.nx-section {
	padding: 88px 0;
}

.nx-hero {
	padding-top: 168px;
}

.nx-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1px solid rgba(79, 195, 247, 0.45);
	color: var(--nx-cyan);
	border-radius: 999px;
	padding: 6px 12px;
	font-size: 12px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.nx-kicker span.n {
	display: inline-grid;
	place-items: center;
	width: 18px;
	height: 18px;
	border-radius: 4px;
	background: var(--nx-cyan);
	color: #041018;
	font-weight: 800;
	font-size: 11px;
	letter-spacing: 0;
}

.nx-hero h1 {
	margin: 22px 0 16px;
	font-size: clamp(34px, 5vw, 62px);
	line-height: 1.08;
	font-weight: 750;
	letter-spacing: -0.03em;
	max-width: 16ch;
}

.nx-hero h1 em {
	font-style: normal;
	background: linear-gradient(90deg, #9bd7ff 0%, #a9b6ff 55%, #d5c4ff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.nx-lead {
	max-width: 62ch;
	font-size: 18px;
	line-height: 1.55;
	color: #d5deea;
	margin: 0 0 28px;
}

.nx-h2 {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: clamp(26px, 3vw, 36px);
	letter-spacing: -0.03em;
	margin: 0 0 14px;
}

.nx-h2::before {
	content: "";
	width: 6px;
	height: 28px;
	border-radius: 3px;
	background: var(--nx-cyan);
	flex: 0 0 auto;
}

.nx-sub {
	color: var(--nx-muted);
	max-width: 62ch;
	margin: 0 0 36px;
	line-height: 1.55;
}

.nx-grid-2,
.nx-grid-3,
.nx-grid-4 {
	display: grid;
	gap: 18px;
}

.nx-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.nx-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.nx-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.nx-card {
	background: var(--nx-card);
	border: 1px solid var(--nx-line);
	border-radius: 16px;
	padding: 24px;
}

.nx-card.warn { border-color: rgba(255, 138, 101, 0.45); }
.nx-card.ok { border-color: rgba(79, 195, 247, 0.4); }

.nx-card h3 {
	margin: 0 0 10px;
	font-size: 20px;
}

.nx-card p,
.nx-card li {
	color: #c5d0de;
	line-height: 1.55;
	font-size: 15px;
}

.nx-card ul {
	margin: 12px 0 0;
	padding-left: 18px;
}

.nx-card li + li { margin-top: 8px; }

.nx-card li strong { color: var(--nx-text); }

.avra-nexus ul {
	margin: 14px 0 0;
	padding-left: 18px;
	color: #c5d0de;
	line-height: 1.55;
}

.avra-nexus li + li { margin-top: 8px; }

.avra-nexus h3 {
	font-size: 22px;
	margin: 6px 0 12px;
}

.nx-label {
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--nx-cyan);
	margin-bottom: 8px;
}

.nx-split {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 36px;
	align-items: center;
}

.nx-figure {
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid var(--nx-line);
	min-height: 280px;
	background:
		radial-gradient(circle at 30% 40%, rgba(61, 255, 166, 0.25), transparent 35%),
		radial-gradient(circle at 70% 30%, rgba(79, 195, 247, 0.3), transparent 40%),
		#0b1526;
	position: relative;
}

.nx-figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	opacity: 0.92;
}

.nx-stat {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 220px;
	text-align: center;
}

.nx-stat b {
	font-size: clamp(52px, 7vw, 84px);
	color: var(--nx-cyan);
	letter-spacing: -0.04em;
	line-height: 1;
}

.nx-stat span {
	margin-top: 10px;
	color: var(--nx-muted);
}

.nx-table-wrap {
	overflow-x: auto;
	border: 1px solid var(--nx-line);
	border-radius: 16px;
}

.nx-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 720px;
}

.nx-table th,
.nx-table td {
	text-align: left;
	padding: 14px 16px;
	border-bottom: 1px solid var(--nx-line);
	vertical-align: top;
	font-size: 14px;
	line-height: 1.45;
}

.nx-table th {
	background: rgba(255, 255, 255, 0.03);
	color: var(--nx-muted);
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.nx-impact {
	display: inline-block;
	color: var(--nx-green);
	background: rgba(61, 255, 166, 0.1);
	border-radius: 999px;
	padding: 4px 10px;
	font-weight: 700;
	white-space: nowrap;
}

.nx-steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	counter-reset: nxstep;
}

.nx-step {
	background: var(--nx-card);
	border: 1px solid var(--nx-line);
	border-radius: 16px;
	padding: 22px 18px;
	position: relative;
}

.nx-step strong {
	display: block;
	color: var(--nx-cyan);
	margin-bottom: 8px;
}

.nx-cta {
	text-align: center;
	padding-bottom: 120px;
}

.nx-cta-box {
	display: block;
	width: min(640px, 100%);
	margin: 32px auto 0;
	padding: 28px 24px;
	border-radius: 18px;
	border: 1px solid rgba(79, 195, 247, 0.55);
	background: rgba(10, 28, 48, 0.7);
	text-decoration: none;
	color: inherit;
	transition: transform 0.2s ease, border-color 0.2s ease;
}

.nx-cta-box:hover {
	transform: translateY(-2px);
	border-color: var(--nx-cyan);
}

.nx-cta-box b {
	display: block;
	color: var(--nx-cyan);
	font-size: 22px;
	margin-bottom: 8px;
}

.nx-cta-box span {
	color: var(--nx-muted);
	font-size: 15px;
	line-height: 1.5;
}

@media (max-width: 900px) {
	.nx-grid-2,
	.nx-grid-3,
	.nx-grid-4,
	.nx-split,
	.nx-steps {
		grid-template-columns: 1fr;
	}
	.nx-hero,
	.nx-section {
		padding: 56px 0;
	}
	.nx-hero {
		padding-top: 120px;
	}
}
