@font-face {
	font-family: "Chakra Petch";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/chakra-petch-700.ttf") format("truetype");
}

@font-face {
	font-family: "Sora";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/sora-400.ttf") format("truetype");
}

@font-face {
	font-family: "Sora";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/sora-700.ttf") format("truetype");
}

:root {
	--bg-ink: #090c13;
	--bg-deep: #121b29;
	--bg-night: #19253b;
	--brand-pink: #ea008c;
	--brand-cyan: #1aa0db;
	--brand-yellow: #f6e700;
	--text-main: #ffffff;
	--text-soft: rgba(240, 244, 255, 0.78);
	--panel-border: rgba(255, 255, 255, 0.12);
	--panel-bg: rgba(10, 14, 24, 0.56);
}

* {
	box-sizing: border-box;
}

html,
body {
	height: 100%;
	margin: 0;
}

body {
	font-family: "Sora", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	color: var(--text-main);
	background:
		radial-gradient(circle at top left, rgba(234, 0, 140, 0.26), transparent 26%),
		radial-gradient(circle at top right, rgba(246, 231, 0, 0.18), transparent 22%),
		radial-gradient(circle at bottom center, rgba(26, 160, 219, 0.18), transparent 28%),
		linear-gradient(135deg, var(--bg-ink) 0%, var(--bg-deep) 58%, var(--bg-night) 100%);
}

.page-shell {
	display: flex;
	min-height: 100vh;
	align-items: center;
	justify-content: center;
	padding: 32px 16px;
}

.page-container {
	width: 100%;
	max-width: 56rem;
}

.stage {
	width: 100%;
	border: 1px solid var(--panel-border);
	border-radius: 2rem;
	background: var(--panel-bg);
	backdrop-filter: blur(16px);
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
	padding: 32px;
}

.stage-content {
	text-align: center;
}

.logo-wrap {
	position: relative;
	display: flex;
	justify-content: center;
}

.logo-wrap::before {
	content: "";
	position: absolute;
	inset: 50% auto auto 50%;
	width: 10rem;
	height: 10rem;
	transform: translate(-50%, -50%);
	border-radius: 999px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.14) 34%, rgba(255, 255, 255, 0) 72%);
	filter: blur(14px);
	animation: logoGlowPulse 3.2s ease-in-out infinite;
}

.logo {
	position: relative;
	z-index: 1;
	max-height: 12rem;
	width: auto;
	display: block;
	object-fit: contain;
	filter: drop-shadow(0 0 22px rgba(255, 255, 255, 0.22)) drop-shadow(0 18px 38px rgba(0, 0, 0, 0.38));
}

.brand-chip {
	display: inline-flex;
	margin-top: 20px;
	align-items: center;
	justify-content: center;
	padding: 0.9rem 1.25rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.08);
	color: var(--brand-yellow);
	font-family: "Chakra Petch", "Sora", sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.34em;
	text-transform: uppercase;
}

h1 {
	margin: 24px 0 0;
	font-family: "Chakra Petch", "Sora", sans-serif;
	font-size: clamp(2.6rem, 6vw, 4.6rem);
	line-height: 0.92;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 800;
}

p {
	margin: 20px auto 0;
	max-width: 36rem;
	font-size: 1.2rem;
	line-height: 1.75;
	font-weight: 400;
	color: var(--text-soft);
}

.social-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	margin-top: 26px;
}

.social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0.9rem 1.2rem;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	color: var(--text-main);
	text-decoration: none;
	font-family: "Chakra Petch", "Sora", sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.social-link:hover {
	transform: translateY(-2px);
	border-color: rgba(246, 231, 0, 0.42);
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
}

.social-link-telegram {
	border-color: rgba(26, 160, 219, 0.32);
	background: rgba(26, 160, 219, 0.14);
	color: #7fd7ff;
}

.social-link-telegram:hover {
	border-color: rgba(246, 231, 0, 0.42);
	background: linear-gradient(135deg, rgba(26, 160, 219, 0.22) 0%, rgba(159, 149, 232, 0.18) 100%);
	color: #fff2a6;
}

.social-link-x {
	border-color: rgba(234, 0, 140, 0.32);
	background: rgba(234, 0, 140, 0.14);
	color: #ff8ecf;
}

.social-link-x:hover {
	border-color: rgba(246, 231, 0, 0.42);
	background: linear-gradient(135deg, rgba(234, 0, 140, 0.2) 0%, rgba(159, 149, 232, 0.18) 100%);
	color: #fff2a6;
}

.social-link svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
	flex: none;
}

@keyframes logoGlowPulse {
	0%,
	100% {
		opacity: 0.72;
		transform: translate(-50%, -50%) scale(0.96);
	}

	50% {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1.08);
	}
}

@media (max-width: 640px) {
	.page-shell {
		padding: 24px 16px;
	}

	.stage {
		padding: 28px 22px;
		border-radius: 1.75rem;
	}

	.brand-chip {
		font-size: 0.72rem;
		letter-spacing: 0.26em;
	}

	h1 {
		letter-spacing: 0.03em;
	}

	p {
		font-size: 0.95rem;
	}

	.social-link {
		width: 100%;
	}
}
