:root {
	--unity-yellow: #ffca05;
	--unity-yellow-strong: #f2be00;
	--unity-bg: #0a0e12;
	--unity-panel: #11171d;
	--unity-panel-soft: #151c23;
	--unity-border: #29323c;
	--unity-text: #f6f8fb;
	--unity-muted: #a9bed1;
	--unity-green: #18d889;
}

.menu > a.unity-menu-link > li {
	align-items: center;
	color: var(--unity-yellow);
	display: flex;
	font-weight: 800;
	gap: 7px;
	white-space: nowrap;
}

.unity-menu-status {
	background: var(--unity-green);
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(24, 216, 137, 0.12);
	display: inline-block;
	height: 7px;
	width: 7px;
}

.unity-site,
.unity-site * {
	box-sizing: border-box;
}

.unity-site {
	background: var(--unity-bg);
	color: var(--unity-text);
	font-family: "Montserrat", "Open Sans", sans-serif;
	overflow: hidden;
}

.unity-shell {
	margin: 0 auto;
	max-width: 1220px;
	padding-left: 28px;
	padding-right: 28px;
	position: relative;
	width: 100%;
}

.unity-hero {
	background:
		radial-gradient(circle at 82% 18%, rgba(255, 202, 5, 0.09), transparent 30%),
		linear-gradient(120deg, #0b1015 0%, #0a0e12 58%, #0e1318 100%);
	min-height: 720px;
	padding: 108px 0 94px;
	position: relative;
}

.unity-orbit {
	border: 1px solid rgba(255, 202, 5, 0.16);
	border-radius: 50%;
	pointer-events: none;
	position: absolute;
}

.unity-orbit-one {
	height: 620px;
	right: -250px;
	top: -110px;
	width: 620px;
}

.unity-orbit-two {
	bottom: -390px;
	height: 720px;
	left: 34%;
	width: 720px;
}

.unity-hero-grid {
	align-items: center;
	display: grid;
	gap: 72px;
	grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
}

.unity-hero-copy {
	position: relative;
	z-index: 2;
}

.unity-eyebrow,
.unity-section-heading > span,
.unity-cta > div > span {
	color: var(--unity-yellow);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.unity-eyebrow {
	align-items: center;
	display: flex;
	gap: 12px;
	margin-bottom: 24px;
}

.unity-live-dot {
	background: var(--unity-yellow);
	border-radius: 50%;
	box-shadow: 0 0 0 6px rgba(255, 202, 5, 0.1);
	height: 8px;
	width: 8px;
}

.unity-hero h1 {
	color: var(--unity-text);
	font-size: clamp(45px, 5vw, 72px);
	font-weight: 800;
	letter-spacing: -0.055em;
	line-height: 0.98;
	margin: 0 0 28px;
}

.unity-hero h1 span {
	color: var(--unity-yellow);
}

.unity-hero-copy > p {
	color: #c3d1dc;
	font-family: "Open Sans", sans-serif;
	font-size: 17px;
	line-height: 1.75;
	margin: 0;
	max-width: 570px;
}

.unity-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.unity-button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 10px;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	gap: 20px;
	justify-content: center;
	letter-spacing: 0.035em;
	min-height: 54px;
	padding: 0 24px;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.unity-button:hover,
.unity-button:focus-visible {
	transform: translateY(-2px);
}

.unity-button:focus-visible,
.unity-text-link:focus-visible {
	outline: 3px solid rgba(255, 202, 5, 0.35);
	outline-offset: 4px;
}

.unity-button-primary {
	background: var(--unity-yellow);
	box-shadow: 0 12px 34px rgba(255, 202, 5, 0.14);
	color: #0b0e11 !important;
}

.unity-button-primary:hover {
	background: #ffd52f;
	box-shadow: 0 16px 38px rgba(255, 202, 5, 0.22);
}

.unity-button-secondary {
	background: rgba(255, 255, 255, 0.02);
	border-color: #3a4651;
	color: var(--unity-text) !important;
}

.unity-button-secondary:hover {
	background: rgba(255, 255, 255, 0.055);
	border-color: #596875;
}

.unity-hero-notes {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 22px;
	margin-top: 30px;
}

.unity-hero-notes span {
	color: var(--unity-muted);
	font-size: 12px;
	font-weight: 600;
}

.unity-hero-notes i {
	color: var(--unity-green);
	font-style: normal;
	margin-right: 5px;
}

.unity-dashboard {
	background: rgba(17, 23, 29, 0.96);
	border: 1px solid #303a45;
	border-radius: 20px;
	box-shadow: 0 35px 90px rgba(0, 0, 0, 0.38);
	padding: 24px;
	position: relative;
	z-index: 2;
}

.unity-dashboard::before {
	background: linear-gradient(90deg, var(--unity-yellow), transparent 70%);
	border-radius: 20px 20px 0 0;
	content: "";
	height: 2px;
	left: 20px;
	op: -1px;
	position: absolute;
	width: 42%;
}

.unity-dashboard-top {
	align-items: center;
	display: flex;
	margin-bottom: 26px;
}

.unity-brand-mark {
	align-items: center;
	background: var(--unity-yellow);
	border-radius: 11px;
	color: #080b0d;
	display: flex;
	font-size: 17px;
	font-weight: 900;
	height: 44px;
	justify-content: center;
	margin-right: 12px;
	width: 44px;
}

.unity-dashboard-top strong,
.unity-dashboard-top small {
	display: block;
}

.unity-dashboard-top strong {
	color: #fff;
	font-size: 14px;
	margin-bottom: 3px;
}

.unity-dashboard-top small {
	color: #8fa5b8;
	font-size: 10px;
}

.unity-online {
	align-items: center;
	background: rgba(24, 216, 137, 0.08);
	border: 1px solid rgba(24, 216, 137, 0.2);
	border-radius: 999px;
	color: var(--unity-green);
	display: flex;
	font-size: 9px;
	font-weight: 800;
	gap: 6px;
	margin-left: auto;
	padding: 7px 10px;
	text-transform: uppercase;
}

.unity-online i {
	background: var(--unity-green);
	border-radius: 50%;
	height: 6px;
	width: 6px;
}

.unity-dashboard-label {
	color: #8ca2b5;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.1em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.unity-metrics {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.unity-metric {
	background: #0d1217;
	border: 1px solid #27313a;
	border-radius: 12px;
	min-height: 92px;
	padding: 15px 17px;
}

.unity-metric-featured {
	border-color: rgba(255, 202, 5, 0.48);
	box-shadow: inset 0 0 28px rgba(255, 202, 5, 0.025);
}

.unity-metric > span {
	color: #8399ab;
	display: block;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.06em;
	margin-bottom: 11px;
	text-transform: uppercase;
}

.unity-metric > strong {
	color: #fff;
	display: block;
	font-size: 25px;
	letter-spacing: -0.035em;
}

.unity-metric-featured > strong {
	color: var(--unity-yellow);
}

.unity-metric strong small {
	font-size: 11px;
	letter-spacing: 0;
}

.unity-chart {
	background: #0d1217;
	border: 1px solid #27313a;
	border-radius: 12px;
	height: 170px;
	margin-top: 10px;
	overflow: hidden;
	padding: 14px;
	position: relative;
}

.unity-chart-grid {
	background-image:
		linear-gradient(rgba(89, 110, 126, 0.16) 1px, transparent 1px),
		linear-gradient(90deg, rgba(89, 110, 126, 0.12) 1px, transparent 1px);
	background-size: 100% 33.33%, 20% 100%;
	inset: 14px;
	position: absolute;
}

.unity-chart svg {
	height: calc(100% - 28px);
	left: 14px;
	position: absolute;
	top: 14px;
	width: calc(100% - 28px);
}

.unity-chart-area {
	fill: url(#unityAreaGradient);
}

.unity-chart-line {
	fill: none;
	stroke: var(--unity-yellow);
	stroke-linecap: round;
	stroke-width: 3;
	vector-effect: non-scaling-stroke;
}

.unity-sample-row {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 18px;
}

.unity-sample-row span {
	border-left: 1px solid #35414c;
	padding-left: 12px;
}

.unity-sample-row small,
.unity-sample-row strong {
	display: block;
}

.unity-sample-row small {
	color: #8296a8;
	font-size: 8px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.unity-sample-row strong {
	color: #f1f5f8;
	font-size: 11px;
}

.unity-section {
	padding: 104px 0;
}

.unity-benefits {
	background: #0e1318;
}

.unity-section-heading {
	margin: 0 auto 52px;
	max-width: 760px;
	text-align: center;
}

.unity-section-heading h2,
.unity-cta h2 {
	color: var(--unity-text);
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.08;
	margin: 13px 0 18px;
}

.unity-section-heading p,
.unity-cta p {
	color: var(--unity-muted);
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
}

.unity-benefit-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.unity-benefit-card {
	background: linear-gradient(145deg, #141b22, #11171d);
	border: 1px solid #27323b;
	border-radius: 16px;
	min-height: 265px;
	padding: 28px 24px;
	transition: transform 180ms ease, border-color 180ms ease;
}

.unity-benefit-card:hover {
	border-color: rgba(255, 202, 5, 0.35);
	transform: translateY(-4px);
}

.unity-card-icon {
	align-items: center;
	background: var(--unity-yellow);
	border-radius: 9px;
	color: #080b0e;
	display: flex;
	font-size: 11px;
	font-weight: 900;
	height: 38px;
	justify-content: center;
	margin-bottom: 38px;
	width: 38px;
}

.unity-benefit-card h3,
.unity-flow h3 {
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0 0 12px;
}

.unity-benefit-card p,
.unity-flow p {
	color: #9bb0c1;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	line-height: 1.7;
	margin: 0;
}

.unity-flow-section {
	background:
		radial-gradient(circle at 15% 60%, rgba(255, 202, 5, 0.06), transparent 28%),
		#0a0e12;
}

.unity-flow-layout {
	align-items: center;
	display: grid;
	gap: 96px;
	grid-template-columns: minmax(0, 0.85fr) minmax(460px, 1.15fr);
}

.unity-section-heading-left {
	margin: 0;
	text-align: left;
}

.unity-flow {
	list-style: none;
	margin: 0;
	padding: 0;
}

.unity-flow li {
	align-items: flex-start;
	border-bottom: 1px solid #26313a;
	display: grid;
	gap: 26px;
	grid-template-columns: 52px 1fr;
	padding: 25px 0;
}

.unity-flow li:first-child {
	padding-top: 0;
}

.unity-flow li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.unity-flow li > strong {
	color: var(--unity-yellow);
	font-size: 14px;
	font-weight: 900;
	padding-top: 3px;
}

.unity-flow h3 {
	font-size: 19px;
	margin-bottom: 7px;
}

.unity-cta-section {
	background: #0e1318;
	padding: 0 0 104px;
}

.unity-cta {
	align-items: center;
	background:
		linear-gradient(100deg, rgba(255, 202, 5, 0.08), transparent 47%),
		#141b22;
	border: 1px solid #313c46;
	border-radius: 20px;
	display: grid;
	gap: 50px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding-bottom: 54px;
	padding-top: 54px;
}

.unity-cta h2 {
	font-size: clamp(30px, 3.4vw, 44px);
	margin-bottom: 12px;
}

.unity-actions-end {
	justify-content: flex-end;
	margin-top: 0;
}

.unity-text-link {
	color: var(--unity-text) !important;
	font-size: 12px;
	font-weight: 800;
	padding: 16px 8px;
	text-decoration: none !important;
	text-transform: uppercase;
}

.unity-text-link:hover {
	color: var(--unity-yellow) !important;
}

@media (max-width: 1120px) {
	.unity-hero-grid {
		gap: 42px;
		grid-template-columns: minmax(0, 0.86fr) minmax(460px, 1.14fr);
	}

	.unity-benefit-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 920px) {
	.unity-hero {
		padding: 82px 0;
	}

	.unity-hero-grid,
	.unity-flow-layout {
		grid-template-columns: 1fr;
	}

	.unity-hero-grid {
		gap: 58px;
	}

	.unity-hero-copy {
		max-width: 690px;
	}

	.unity-dashboard {
		margin: 0 auto;
		max-width: 650px;
		width: 100%;
	}

	.unity-flow-layout {
		gap: 54px;
	}

	.unity-cta {
		grid-template-columns: 1fr;
	}

	.unity-actions-end {
		justify-content: flex-start;
	}
}

@media (max-width: 620px) {
	.unity-shell {
		padding-left: 18px;
		padding-right: 18px;
	}

	.unity-hero {
		min-height: 0;
		padding: 68px 0 62px;
	}

	.unity-hero h1 {
		font-size: 43px;
	}

	.unity-hero-copy > p {
		font-size: 15px;
	}

	.unity-actions,
	.unity-actions-end {
		align-items: stretch;
		flex-direction: column;
	}

	.unity-button {
		width: 100%;
	}

	.unity-hero-notes {
		align-items: flex-start;
		flex-direction: column;
	}

	.unity-dashboard {
		border-radius: 14px;
		padding: 16px;
	}

	.unity-metric {
		min-height: 82px;
		padding: 13px;
	}

	.unity-metric > strong {
		font-size: 21px;
	}

	.unity-chart {
		height: 145px;
	}

	.unity-sample-row {
		grid-template-columns: 1fr;
	}

	.unity-section {
		padding: 76px 0;
	}

	.unity-section-heading {
		margin-bottom: 38px;
	}

	.unity-benefit-grid {
		grid-template-columns: 1fr;
	}

	.unity-benefit-card {
		min-height: 0;
	}

	.unity-flow-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.unity-flow li {
		gap: 14px;
		grid-template-columns: 40px minmax(0, 1fr);
	}

	.unity-cta-section {
		padding-bottom: 72px;
	}

	.unity-cta {
		border-radius: 14px;
		padding-bottom: 36px;
		padding-top: 36px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.unity-button,
	.unity-benefit-card {
		transition: none;
	}
}
