.s-212301c593df7a10ee64,
.s-ed9d3d832af899035363 {
	box-shadow: var(--shadow);
}
:root {
	--steel: #9146b4;
	--cool-gray: #a28dae;
	--signal-green: rgb(146, 43, 206);
	--bg: #160f1a;
	--muted: #ede6ef;
	--ink: #100b13;
	--link-color: #d1ff3a;
	--card: #131a22;
	--shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
	--radius: 18px;
	--container: 1180px;
}
*,
::after,
::before {
	box-sizing: border-box;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block;
}
ol,
ul {
	list-style: none;
}
img {
	border-style: none;
	display: block;
	max-width: 100%;
	height: auto;
}
button,
input,
select,
textarea {
	font: inherit;
}
html {
	scroll-behavior: smooth;
}
body {
	font-family:
		Inter,
		ui-sans-serif,
		system-ui,
		-apple-system,
		Segoe UI,
		Roboto,
		Ubuntu,
		Cantarell,
		Noto Sans,
		sans-serif;
	color: #f6f8fb;
	background: linear-gradient(180deg, #150d18 0, #120b15 60%, #120a14 100%);
	max-width: 100vw;
	overflow-x: hidden;
}
a {
	color: var(--link-color);
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.s-255a762c36cdae2fe950 {
	max-width: var(--container);
	margin-inline: auto;
	padding: 0 24px;
}
.s-212301c593df7a10ee64 {
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	padding: 14px 22px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: linear-gradient(180deg, var(--signal-green), #1fa73a);
	color: #06130a;
	font-weight: 700;
	letter-spacing: 0.2px;
	transition:
		transform 0.15s,
		filter 0.2s;
}
.s-212301c593df7a10ee64:active {
	transform: translateY(1px);
}
.s-212301c593df7a10ee64:focus-visible {
	outline: rgba(43, 206, 59, 0.45) solid 3px;
	outline-offset: 4px;
}
.s-5e9b60f69165f32f8930 {
	display: inline-block;
	font-size: 0.82rem;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(70, 130, 180, 0.18);
	color: #bfe0ff;
	border: 1px solid rgba(70, 130, 180, 0.35);
}
header.s-f819d7dee1ee55de63a8 {
	position: sticky;
	top: 0;
	z-index: 50;
	backdrop-filter: saturate(140%) blur(8px);
	background: rgba(10, 14, 20, 0.72);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.s-ab75b8b1ff22d65876f0 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	height: 72px;
}
.s-63acf68c4f951d6412a8 {
	display: flex;
	align-items: center;
	gap: 12px;
}
.s-7d767248f14b8b8d87fc {
	width: 36px;
	height: 36px;
}
.s-755ea24aa34ee7d8efa5 {
	font-weight: 800;
	letter-spacing: 0.3px;
}
nav.s-9579c21825ff83855299 a {
	color: #e9f2ff;
}
nav.s-9579c21825ff83855299 ul {
	display: flex;
	gap: 18px;
	align-items: center;
}
.s-7a86b15480e0a870f0b0 {
	display: none;
	cursor: pointer;
	width: 42px;
	height: 42px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: #111722;
}
.s-7a86b15480e0a870f0b0 span,
.s-7a86b15480e0a870f0b0::after,
.s-7a86b15480e0a870f0b0::before {
	content: '';
	display: block;
	height: 2px;
	background: #eaf3ff;
	margin: 7px 10px;
}
.s-03740fa9a43908c54f97 {
	position: fixed;
	inset: 0 0 0 auto;
	width: min(82vw, 360px);
	background: #0d131c;
	transform: translateX(100%);
	transition: transform 0.25s;
	padding: 24px;
	border-left: 1px solid rgba(255, 255, 255, 0.08);
	display: none;
}
.s-03740fa9a43908c54f97.s-5fc7e38bffe00ca46add {
	transform: none;
	display: block;
}
.s-03740fa9a43908c54f97 a {
	display: block;
	padding: 14px 4px;
	color: #f1f6ff;
}
main {
	min-height: 100vh;
}
.s-20182fbc10716eb197ea {
	padding: 80px 0 72px;
	position: relative;
}
.s-d2cbcd1400b6d8263d77 {
	background: radial-gradient(
		circle at top left,
		rgba(70, 130, 180, 0.18),
		transparent 50%
	);
}
.s-ce713f486917d789b03b {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 24px;
	margin-bottom: 32px;
}
.s-675f86fe814f97648b78 {
	font-size: 0.85rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #a1b6d7;
	margin-bottom: 8px;
}
.s-179059ffe4f02a616c0d {
	font-size: 2rem;
	letter-spacing: -0.03em;
	line-height: 1.1;
}
.s-35fc6e3148de8c83f0d2 {
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.s-42c00fc7269875a94a36 {
	max-width: 460px;
	color: #c4d3eb;
	font-size: 0.98rem;
	line-height: 1.5;
}
.s-6d2664d1359dbd4e27d8 {
	padding: 96px 0 72px;
	position: relative;
	overflow: hidden;
}
.s-83bbb262ab7d5644f6fd {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
	gap: 40px;
	align-items: center;
}
.s-b1885ccdecfc0141364e {
	font-size: 2.4rem;
	line-height: 1.05;
	letter-spacing: -0.04em;
	font-weight: 900;
}
.s-1a9c7ff23e918d1701d0 {
	margin-top: 14px;
	font-size: 1.05rem;
	color: #d3e4ff;
	line-height: 1.7;
}
.s-700f8a5120f2f5ba7123 {
	margin-top: 18px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.s-928a860be133c734b92a {
	width: 100%;
	height: 260px;
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: #0c1219;
}
.s-928a860be133c734b92a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.s-a604be53de0dd04249dc {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.9fr);
	gap: 40px;
	align-items: flex-start;
}
.s-ec586b82c2b2c0efa5a5 p {
	color: #dde7fb;
	line-height: 1.7;
	margin-bottom: 14px;
	font-size: 1rem;
}
.s-ec586b82c2b2c0efa5a5 ul {
	margin-top: 6px;
}
.s-ec586b82c2b2c0efa5a5 li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin-bottom: 8px;
	font-size: 0.95rem;
	color: #c7d4ea;
}
.s-ec586b82c2b2c0efa5a5 li span.s-472da2b94e9fa87badd1 {
	width: 7px;
	height: 7px;
	border-radius: 999px;
	margin-top: 7px;
	background: var(--signal-green);
}
.s-2785fce8a0c30dd60a30 {
	display: grid;
	gap: 12px;
}
.s-84e8fcb7feac21dccd4c {
	padding: 14px 16px;
	border-radius: 16px;
	background: var(--card);
	border: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 0.92rem;
	line-height: 1.5;
	color: #cfd9f3;
}
.s-84e8fcb7feac21dccd4c b {
	display: block;
	font-size: 1.02rem;
	margin-bottom: 4px;
}
.s-16c00449a9a3f15a3214 {
	position: relative;
	padding-left: 26px;
}
.s-16c00449a9a3f15a3214::before {
	content: '';
	position: absolute;
	left: 6px;
	top: 0;
	bottom: 0;
	width: 2px;
	background: linear-gradient(
		180deg,
		rgba(70, 130, 180, 0.9),
		rgba(43, 206, 59, 0.7)
	);
}
.s-f594fba69915add4318e {
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 10px;
}
.s-e718eb1feb6bfdd59632 {
	position: absolute;
	left: -2px;
	top: 4px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--signal-green);
	box-shadow: 0 0 0 4px rgba(43, 206, 59, 0.18);
}
.s-2166fb19fa0f3dfe3667 {
	font-size: 0.9rem;
	font-weight: 600;
	color: #c9dcff;
	margin-bottom: 3px;
}
.s-a0a51f1c73695b757df9 {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 3px;
}
.s-78bafa7afe8855dbf524 {
	font-size: 0.92rem;
	color: #c0cee7;
	line-height: 1.5;
}
.s-ee239916e89ea9c0637d {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}
.s-12a7402837b05882c37b {
	border-radius: 18px;
	padding: 18px 18px 20px;
	background: rgba(12, 18, 27, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.08);
	display: grid;
	gap: 8px;
}
.s-51c6f78d009e235ed4a3 {
	font-weight: 600;
	font-size: 1rem;
}
.s-f9297b31869eb9108de6 {
	font-size: 0.82rem;
	color: #9fb1cf;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}
.s-1dad72282a33a121f39c {
	font-size: 0.9rem;
	color: #c5d4f0;
	line-height: 1.6;
}
.s-595e1e759e1d4e6e03b0 {
	display: grid;
	gap: 10px;
	font-size: 0.9rem;
	color: #cbd6f1;
	line-height: 1.5;
}
.s-595e1e759e1d4e6e03b0 span {
	display: flex;
	gap: 8px;
	align-items: flex-start;
}
.s-595e1e759e1d4e6e03b0 span::before {
	content: '●';
	font-size: 0.6rem;
	color: var(--signal-green);
	margin-top: 3px;
}
[data-animate] {
	opacity: 0;
	transform: translateY(16px) scale(0.98);
	transition:
		opacity 0.6s,
		transform 0.6s;
}
[data-animate].s-af10ef20dd9060bbeead {
	opacity: 1;
	transform: none;
}
[data-delay='1'] {
	transition-delay: 0.08s;
}
[data-delay='2'] {
	transition-delay: 0.16s;
}
[data-delay='3'] {
	transition-delay: 0.24s;
}
footer.s-a928d4c5751e4352ec16 {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	margin-top: 64px;
	background: #0b0f15;
}
.s-790f5a4f2e985b582ee9 {
	padding: 48px 20px;
}
.s-33aa5d4d1153073f9c4f {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	align-items: flex-start;
	margin: 8px 0 22px;
}
.s-33aa5d4d1153073f9c4f a {
	display: block;
	padding: 8px 0;
	color: #e6eefc;
	cursor: pointer;
}
.s-3e3ad2dbdd16803952ae {
	color: #b7c5de;
	font-size: 0.95rem;
	line-height: 1.55;
	display: grid;
	gap: 10px;
}
.s-3fb3921ef0e5f3a2473b {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	color: #c9d7ea;
}
.s-11a1deb30f38d816e114 {
	margin-bottom: 14px;
}
.s-3fb3921ef0e5f3a2473b a {
	color: #c9d7ea;
}
@media (max-width: 980px) {
	.s-33aa5d4d1153073f9c4f,
	.s-83bbb262ab7d5644f6fd,
	.s-a604be53de0dd04249dc {
		grid-template-columns: 1fr;
	}
	.s-ce713f486917d789b03b {
		flex-direction: column;
		align-items: flex-start;
	}
	.s-ee239916e89ea9c0637d {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 720px) {
	.s-ee239916e89ea9c0637d {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 880px) {
	nav.s-9579c21825ff83855299 {
		display: none;
	}
	.s-7a86b15480e0a870f0b0 {
		display: inline-block;
	}
}
.s-8bd584c53011ba47c4ec {
	align-items: flex-start;
	display: grid;
	gap: 26px;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	margin-top: 26px;
}
.s-e4ffd4520afb39b843f4 {
	color: #c6d4f0;
	font-size: 0.95rem;
	margin-top: 18px;
}
