:root {
	--bg: #321237;
	--bg2: #0e1030;
	--grid: #161a35;
	--ink: #eaf0ff;
	--mut: #a6afd1;
	--soft: #c9d3f2;
	--na: #ff6600;
	--nb: #fcff5c;
	--nc: #4674ff;
	--nd: #fc4bff;
	--mx: 1180px;
	--pad: clamp(14px, 4vw, 28px);
	--rad: 18px;
}
* {
	box-sizing: border-box;
}
body,
html {
	margin: 0;
	background: var(--bg);
	color: var(--ink);
	font-family:
		Inter,
		system-ui,
		Segoe UI,
		Roboto,
		Arial,
		sans-serif;
}
a {
	color: var(--na);
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.reveal {
	opacity: 0.001;
	transform: translateY(16px) scale(0.98);
	transition: 0.7s cubic-bezier(0.2, 0.6, 0, 1);
}
.reveal.on {
	opacity: 1;
	transform: none;
}
.h-90021 {
	position: sticky;
	top: 0;
	z-index: 50;
	backdrop-filter: saturate(1.1) blur(8px);
}
.h-90021 .k-51340 {
	max-width: var(--mx);
	margin: 0 auto;
	padding: 10px var(--pad);
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 10px;
}
.h-90021 .l-10077 {
	display: flex;
	align-items: center;
	gap: 10px;
}
.h-90021 .l-10077 svg {
	width: 40px;
	height: 40px;
	filter: drop-shadow(0 0 10px rgba(0, 255, 224, 0.45));
}

.h-90021 .n-70013 {
	font-family: 'Space Grotesk', Inter, sans-serif;
	font-weight: 800;
	letter-spacing: 0.2px;
}
.h-90021 .n-70013 b {
	background: linear-gradient(90deg, var(--na), var(--nb), var(--nc));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: 30px;
}
.h-90021 .m-31120 {
	display: none;
	gap: 18px;
	justify-self: end;
}
.h-90021 .m-31120 a {
	color: #e7ecff;
	font-weight: 600;
}
.h-90021 .m-31120 a:hover {
	color: #fff;
	text-shadow: 0 0 12px rgba(122, 92, 255, 0.4);
}
.b-77211 {
	all: unset;
	cursor: pointer;
	display: grid;
	gap: 5px;
	justify-self: end;
}
.b-77211 span {
	width: 26px;
	height: 2px;
	background: #e7ecff;
	border-radius: 2px;
	transition: 0.25s;
}
.d-66100 {
	display: none;
	position: fixed;
	top: 56px;
	right: 10px;
	background: rgba(9, 10, 18, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(12px);
	padding: 14px;
	border-radius: 14px;
}
.d-66100 a {
	display: block;
	padding: 12px 6px;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
	color: #fff;
}
.d-66100 a:last-child {
	border-bottom: 0;
}
@media (min-width: 900px) {
	.h-90021 .m-31120 {
		display: flex;
	}
	.b-77211 {
		display: none;
	}
}
.p-22009 {
	position: relative;
	min-height: 92svh;
	display: grid;
	align-items: center;
	isolation: isolate;
}

.r-88002 {
	max-width: var(--mx);
	margin: 0 auto;
	padding: calc(var(--pad) * 1.4) var(--pad);
	display: grid;
	gap: 26px;
}

.g-55001 {
	align-self: center;
	display: grid;
	gap: 18px;
}
.g-55001 h1 {
	margin: 0;
	font-family: 'Space Grotesk', Inter, sans-serif;
	font-weight: 800;
	line-height: 1.02;
	font-size: clamp(38px, 9.5vw, 92px);
	letter-spacing: -0.6px;
	position: relative;
}
.g-55001 .t-88111 {
	color: #fff;
	text-shadow: 0 0 22px rgba(0, 255, 224, 0.25);
}
.g-55001 .t-88111::after,
.g-55001 .t-88111::before {
	content: attr(data-text);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	overflow: hidden;
	white-space: pre-wrap;
	clip-path: inset(0 0 0 0);
	mix-blend-mode: screen;
}

.g-55001 p {
	color: var(--mut);
	font-size: clamp(15px, 2.7vw, 18px);
	line-height: 1.7;
	max-width: 62ch;
}
.g-55001 .a-61100 {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}
.g-55001 .a-61100 a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	border-radius: 14px;
	background: linear-gradient(
		180deg,
		rgba(16, 18, 40, 0.9),
		rgba(10, 11, 18, 0.96)
	);
	border: 1px solid rgba(255, 255, 255, 0.12);
	font-weight: 800;
	color: #fff;
	box-shadow: 0 0 30px rgba(122, 92, 255, 0.18) inset;
	transition:
		transform 0.2s,
		box-shadow 0.2s;
}
.g-55001 .a-61100 a:hover {
	transform: translateY(-1px);
	box-shadow: 0 0 36px rgba(0, 255, 224, 0.35) inset;
}
.v-33004 {
	position: relative;
	place-self: center;
	width: min(94vw, 560px);
}
.v-33004 .c-10110 {
	border-radius: 18px;
	overflow: hidden;
	position: relative;
	isolation: isolate;
	background: linear-gradient(160deg, #0e1024, #07080d 60%, #14183a 100%);
	border: 1px solid rgba(122, 92, 255, 0.28);
	box-shadow: 0 18px 80px rgba(0, 0, 0, 0.55);
}
.v-33004 .q-77002 {
	aspect-ratio: 16/11;
	position: relative;
}
.v-33004 .q-77002::before {
	content: '';
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(
			90deg,
			transparent 0 24px,
			rgba(255, 255, 255, 0.05) 24px 25px
		),
		repeating-linear-gradient(
			0deg,
			transparent 0 24px,
			rgba(255, 255, 255, 0.05) 24px 25px
		);
	mix-blend-mode: screen;
	animation: 26s linear infinite gridShift;
}
.v-33004 .q-77002::after {
	content: '';
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.03) 0 2px,
		transparent 2px 8px
	);
	opacity: 0.32;
	pointer-events: none;
}
.m-55880 {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(8, 10, 20, 0.6);
	white-space: nowrap;
	overflow: hidden;
}
.m-55880 .mar {
	display: inline-block;
	padding: 10px 0;
	animation: 28s linear infinite mar;
}
@keyframes mar {
	to {
		transform: translateX(-50%);
	}
}
.m-55880 .pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 16px;
	padding: 6px 12px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: linear-gradient(
		180deg,
		rgba(0, 255, 224, 0.08),
		rgba(122, 92, 255, 0.08)
	);
	font-size: 12px;
	font-weight: 700;
	color: #f8fbff;
}
.icons {
	position: absolute;
	inset: auto 10px 12px 10px;
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	bottom: 60px;
}
.icons img {
	height: 30px;
	filter: drop-shadow(0 0 10px rgba(0, 255, 224, 0.25));
}
@media (min-width: 560px) {
	.icons img {
		height: 36px;
	}
}
section.sx {
	position: relative;
}
.sx .wrap {
	max-width: var(--mx);
	margin: 0 auto;
	padding: calc(var(--pad) * 1.6) var(--pad);
	display: grid;
	gap: 22px;
}
.sx h2 {
	margin: 0;
	font-family: 'Space Grotesk', Inter, sans-serif;
	font-size: clamp(26px, 6vw, 48px);
	line-height: 1.1;
}
.sx p {
	color: var(--mut);
	font-size: clamp(15px, 2.7vw, 18px);
	line-height: 1.75;
}
.card {
	background: linear-gradient(160deg, #0e1024, #07080d 60%, #14183a 100%);
	border: 1px solid rgba(122, 92, 255, 0.25);
	border-radius: var(--rad);
	padding: 16px;
	box-shadow: 0 14px 60px rgba(0, 0, 0, 0.45);
}
.grid-2 {
	display: grid;
	gap: 16px;
}
@media (min-width: 920px) {
	.grid-2 {
		grid-template-columns: 1fr 1fr;
	}
}
.grid-3 {
	display: grid;
	gap: 16px;
}
@media (min-width: 1000px) {
	.grid-3 {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
.tag {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	padding: 8px 12px;
	border-radius: 999px;
	background: linear-gradient(
		180deg,
		rgba(0, 255, 224, 0.08),
		rgba(122, 92, 255, 0.08)
	);
	border: 1px solid rgba(255, 255, 255, 0.14);
	font-weight: 700;
	font-size: 12px;
	color: #f8fbff;
}
.sx::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: -1;
	background: radial-gradient(
			700px 300px at 15% 20%,
			rgba(0, 255, 224, 0.12),
			transparent 60%
		),
		radial-gradient(
			600px 300px at 85% 20%,
			rgba(122, 92, 255, 0.16),
			transparent 60%
		),
		radial-gradient(
			700px 350px at 50% 90%,
			rgba(255, 70, 200, 0.12),
			transparent 60%
		);
	filter: saturate(1.08);
}
.pulse-line {
	stroke-dasharray: 3 6;
	animation: 2s linear infinite pulse;
}
@keyframes pulse {
	to {
		stroke-dashoffset: -60;
	}
}
footer.f-100 {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	margin-top: 30px;
}
footer.f-100 .wrap {
	max-width: var(--mx);
	margin: 0 auto;
	padding: 28px var(--pad);
	display: grid;
	gap: 10px;
}
footer.f-100 small {
	color: var(--mut);
}
.footlinks {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}
.footlinks a {
	color: #e7ecff;
}
.cookie-777 {
	position: fixed;
	z-index: 80;
	left: 10px;
	right: 10px;
	bottom: 12px;
	display: none;
}
.cookie-777 .inner {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 12px 14px;
	border-radius: 14px;
	background: rgba(10, 12, 22, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(8px);
}
.cookie-777 p {
	margin: 0;
	color: #eaf0ff;
}
.cookie-777 button {
	all: unset;
	background: linear-gradient(
		180deg,
		rgba(0, 255, 224, 0.18),
		rgba(122, 92, 255, 0.18)
	);
	border: 1px solid rgba(255, 255, 255, 0.18);
	padding: 8px 12px;
	border-radius: 10px;
	cursor: pointer;
	font-weight: 700;
}
body {
	width: 100vw;
	overflow-x: hidden;
}
:root {
	/* Mixed Color Palette */
	--bg: #542863; /* color3 - main background (dark teal) */
	--bg2: #534721; /* color4 - secondary background (dark green) */
	--grid: #497978; /* color5 - grid/borders (olive) */
	--ink: #e0c9c9; /* color1 - main text (light pink/beige) */
	--mut: #cabea3; /* color2 - muted text (beige/sand) */
	--soft: #e0c9c9; /* color1 - soft elements */

	/* Bright accents from second palette */
	--na: #ffb700; /* cyan accent */
	--nb: #ff5cdc; /* purple accent */
	--nc: #46ff4c; /* pink accent */
	--nd: #4bc6ff; /* yellow accent */

	/* Layout variables */
	--mx: 1180px;
	--pad: clamp(14px, 4vw, 28px);
	--rad: 18px;
}

* {
	box-sizing: border-box;
}
body,
html {
	margin: 0;
	background: var(--bg);
	color: var(--ink);
	font-family:
		Inter,
		system-ui,
		Segoe UI,
		Roboto,
		Arial,
		sans-serif;
	line-height: 1.6;
}

/* Header Styles */
.header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: linear-gradient(
		180deg,
		rgba(40, 84, 99, 0.95),
		rgba(40, 84, 99, 0.7)
	);
	backdrop-filter: saturate(1.2) blur(12px);
	border-bottom: 1px solid rgba(224, 201, 201, 0.1);
	padding: var(--pad);
}

.header-content {
	max-width: var(--mx);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.logo {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	font-weight: 900;
	font-size: 1.25rem;
}

.logo-icon {
	width: 40px;
	height: 40px;
	background: linear-gradient(135deg, var(--na), var(--nb));
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	filter: drop-shadow(0 0 12px rgba(0, 255, 224, 0.4));
}

.logo-text {
	background: linear-gradient(90deg, var(--na), var(--nb), var(--nc));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.nav {
	display: flex;
	gap: 1rem;
}

.nav a {
	padding: 0.5rem 1rem;
	border-radius: var(--rad);
	border: 1px solid rgba(224, 201, 201, 0.12);
	background: rgba(224, 201, 201, 0.05);
	color: var(--ink);
	text-decoration: none;
	transition: all 0.3s ease;
}

.nav a:hover {
	background: rgba(0, 255, 224, 0.1);
	border-color: rgba(0, 255, 224, 0.3);
	transform: translateY(-2px);
}

/* Hero Section */
.hero {
	min-height: 100vh;
	display: grid;
	place-items: center;
	position: relative;
	overflow: hidden;
	background: radial-gradient(
		120% 100% at 20% 20%,
		var(--bg2) 0%,
		var(--bg) 60%,
		rgba(33, 83, 64, 0.8) 100%
	);
}

.hero::before {
	content: '';
	position: absolute;
	inset: -20%;
	background: radial-gradient(
			40% 30% at 70% 30%,
			rgba(0, 255, 224, 0.08) 0%,
			transparent 70%
		),
		radial-gradient(
			50% 40% at 30% 70%,
			rgba(122, 92, 255, 0.06) 0%,
			transparent 70%
		),
		radial-gradient(
			60% 50% at 80% 80%,
			rgba(255, 70, 200, 0.05) 0%,
			transparent 70%
		);
	filter: blur(20px);
	animation: 30s linear infinite float;
	pointer-events: none;
}

@keyframes float {
	0%,
	100% {
		transform: translate3d(0, 0, 0) rotate(0deg);
	}
	33% {
		transform: translate3d(3%, -2%, 0) rotate(2deg);
	}
	66% {
		transform: translate3d(-2%, 3%, 0) rotate(-1deg);
	}
}

.hero-content {
	position: relative;
	z-index: 1;
	max-width: var(--mx);
	padding: var(--pad);
	text-align: center;
}

.hero-title {
	font-size: clamp(2.5rem, 8vw, 5rem);
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 0.9;
	margin: 0 0 1rem;
	background: conic-gradient(
		from 45deg,
		var(--na),
		var(--nb),
		var(--nc),
		var(--nd),
		var(--na)
	);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	text-shadow: 0 0 20px rgba(0, 255, 224, 0.2);
	animation: 20s linear infinite hue-rotate;
}

@keyframes hue-rotate {
	to {
		filter: hue-rotate(360deg);
	}
}

.hero-subtitle {
	font-size: clamp(1.1rem, 2.5vw, 1.4rem);
	color: var(--mut);
	max-width: 60ch;
	margin: 0 auto 2rem;
}

.hero-buttons {
	display: flex;
	gap: 1rem;
	justify-content: center;
	flex-wrap: wrap;
}

.btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 1rem 1.5rem;
	border-radius: var(--rad);
	border: 1px solid rgba(224, 201, 201, 0.15);
	background: rgba(224, 201, 201, 0.08);
	color: var(--ink);
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.btn::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, var(--na), var(--nb), var(--nc));
	opacity: 0;
	transition: opacity 0.3s ease;
}

.btn:hover::before {
	opacity: 0.1;
}

.btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 30px rgba(0, 255, 224, 0.15);
}

.btn-primary {
	background: linear-gradient(90deg, var(--na), var(--nb));
	border-color: transparent;
	color: var(--bg);
}

.btn-primary:hover {
	box-shadow: 0 10px 30px rgba(0, 255, 224, 0.3);
}

/* Content Sections */
.section {
	padding: 4rem var(--pad);
	position: relative;
}

.section-alt {
	background: var(--bg2);
}

.container {
	max-width: var(--mx);
	margin: 0 auto;
}

.section-title {
	font-size: clamp(2rem, 5vw, 3rem);
	font-weight: 800;
	margin: 0 0 1rem;
	background: linear-gradient(90deg, var(--na), var(--nb), var(--nc));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	text-align: center;
}

.section-subtitle {
	color: var(--mut);
	text-align: center;
	max-width: 60ch;
	margin: 0 auto 3rem;
	font-size: 1.1rem;
}

/* Card Grid */
.card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
	margin: 3rem 0;
}

.card {
	background: rgba(224, 201, 201, 0.05);
	border: 1px solid rgba(224, 201, 201, 0.12);
	border-radius: var(--rad);
	padding: 2rem;
	position: relative;
	transition: all 0.3s ease;
	overflow: hidden;
}

.card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 40px rgba(0, 255, 224, 0.08);
	background: rgba(224, 201, 201, 0.08);
}

.card-icon {
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, var(--na), var(--nb));
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
	font-size: 1.5rem;
}

.card-title {
	font-size: 1.3rem;
	font-weight: 700;
	margin: 0 0 0.5rem;
	color: var(--ink);
}

.card-text {
	color: var(--mut);
	margin: 0;
}

/* Stats Section */
.stats-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 2rem;
	margin: 3rem 0;
}

.stat-item {
	text-align: center;
	padding: 2rem 1rem;
	background: rgba(224, 201, 201, 0.03);
	border: 1px solid rgba(224, 201, 201, 0.08);
	border-radius: var(--rad);
}

.stat-number {
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 900;
	background: linear-gradient(90deg, var(--na), var(--nc));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	display: block;
	margin-bottom: 0.5rem;
}

.stat-label {
	color: var(--mut);
	font-weight: 600;
}

/* Footer */
.footer {
	background: var(--bg2);
	border-top: 1px solid rgba(224, 201, 201, 0.1);
	padding: 3rem var(--pad) 2rem;
}

.footer-content {
	max-width: var(--mx);
	margin: 0 auto;
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.footer-section h3 {
	color: var(--ink);
	margin: 0 0 1rem;
}

.footer-section p,
.footer-section a {
	color: var(--mut);
	text-decoration: none;
	margin: 0.5rem 0;
	display: block;
}

.footer-section a:hover {
	color: var(--na);
}

.footer-bottom {
	border-top: 1px solid rgba(224, 201, 201, 0.08);
	margin-top: 2rem;
	padding-top: 2rem;
	text-align: center;
	color: var(--mut);
}

/* Responsive */
@media (max-width: 768px) {
	.nav {
		display: none;
	}

	.hero-buttons {
		flex-direction: column;
		align-items: center;
	}

	.btn {
		width: 100%;
		max-width: 280px;
		justify-content: center;
	}
}
