.sts-404 {
	padding: 120px 0;
	text-align: center;
}

.sts-404-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
}

.sts-404-code {
	font-size: 120px;
	font-weight: 800;
	background: linear-gradient(135deg, #8B70FF 0%, #6E5BD8 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	line-height: 1;
}

.sts-404-title {
	font-size: 32px;
	margin: 0;
}

.sts-404-text {
	color: var(--sts-muted);
	max-width: 460px;
	margin: 0 0 12px;
}

@media (max-width: 640px) {
	.sts-404 {
		padding: 80px 0;
	}
	.sts-404-code {
		font-size: 80px;
	}
	.sts-404-title {
		font-size: 24px;
	}
}
