:root {
	--bg: #070a06;
	--bg-2: #101409;
	--panel: #11160c;
	--panel-2: #171d10;
	--ink: #f4f7e8;
	--muted: #aab38d;
	--line: #38451c;
	--toxic: #a7ff16;
	--toxic-2: #69c900;
	--gold: #d7b456;
	--gold-dark: #8f6e22;
	--red: #bb4232;
	--blue: #66d6ff;
	--shadow: 0 22px 70px rgba(0, 0, 0, 0.48);
	--glow: 0 0 28px rgba(167, 255, 22, 0.34);
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: var(--ink);
	overflow-x: hidden;
	background:
		radial-gradient(circle at 20% 10%, rgba(167, 255, 22, 0.16), transparent 28%),
		radial-gradient(circle at 86% 8%, rgba(215, 180, 86, 0.16), transparent 26%),
		linear-gradient(180deg, #050605, var(--bg));
}

a {
	color: inherit;
	text-decoration: none;
}

.hero {
	min-height: auto;
	padding: 20px clamp(18px, 4vw, 56px) 42px;
	background:
		linear-gradient(135deg, rgba(5, 7, 4, 0.15), rgba(5, 7, 4, 0.88)),
		repeating-linear-gradient(90deg, rgba(167, 255, 22, 0.05), rgba(167, 255, 22, 0.05) 1px, transparent 1px, transparent 88px),
		repeating-linear-gradient(0deg, rgba(215, 180, 86, 0.04), rgba(215, 180, 86, 0.04) 1px, transparent 1px, transparent 88px);
	border-bottom: 1px solid rgba(167, 255, 22, 0.26);
}

.nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	max-width: 1180px;
	margin: 0 auto;
}

.brand,
.nav-links {
	display: flex;
	align-items: center;
	gap: 12px;
}

.brand {
	font-weight: 800;
	color: var(--ink);
}

.brand strong,
.brand small {
	display: block;
	line-height: 1.1;
}

.brand small {
	margin-top: 3px;
	color: var(--toxic);
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0;
}

.brand-mark {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	color: #081003;
	background: linear-gradient(135deg, var(--toxic), #d7ff66);
	border: 1px solid #ddff72;
	border-radius: 8px;
	box-shadow: var(--glow);
	font-weight: 900;
}

.nav-links a {
	font-size: 14px;
	font-weight: 800;
}

.nav-links .btn {
	min-height: 40px;
}

.language-select {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--muted);
	font-size: 12px;
	font-weight: 800;
}

.language-select select {
	min-height: 40px;
	padding: 0 10px;
	border: 1px solid rgba(215, 180, 86, 0.68);
	border-radius: 6px;
	background: #171d10;
	color: var(--ink);
	font-weight: 800;
}

.eyebrow {
	margin: 0 0 10px;
	color: var(--toxic);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
	text-shadow: 0 0 18px rgba(167, 255, 22, 0.46);
}

h1,
h2,
h3,
p {
	margin-top: 0;
}

h1 {
	max-width: 840px;
	margin-bottom: 18px;
	font-size: clamp(36px, 6vw, 66px);
	line-height: 0.98;
	letter-spacing: 0;
	color: #f7ffe8;
	text-shadow: 0 0 38px rgba(167, 255, 22, 0.18);
}

.lead {
	max-width: 680px;
	color: #d7dfc4;
	font-size: clamp(17px, 2vw, 21px);
	line-height: 1.5;
}

.hero-actions,
.tool-body {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.hero-actions {
	margin-top: 28px;
	flex-wrap: wrap;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	border: 1px solid rgba(215, 180, 86, 0.68);
	border-radius: 6px;
	background: #171d10;
	color: var(--ink);
	font-weight: 800;
}

.btn:hover {
	border-color: var(--toxic);
	color: var(--toxic);
	box-shadow: var(--glow);
}

.btn.primary {
	border-color: #dcff74;
	background: linear-gradient(135deg, var(--toxic), var(--toxic-2));
	color: #071003;
}

.btn.primary:hover {
	color: #071003;
	background: linear-gradient(135deg, #d8ff63, var(--toxic));
}

.tool-card {
	border: 1px solid rgba(167, 255, 22, 0.24);
	background: rgba(10, 14, 7, 0.88);
	box-shadow: var(--shadow);
}

main {
	max-width: 1180px;
	margin: 0 auto;
	padding: 30px clamp(18px, 4vw, 56px) 56px;
}

.section-head {
	max-width: 720px;
	margin-bottom: 18px;
}

.section-head h2 {
	margin-bottom: 8px;
	color: #f7ffe8;
	font-size: 26px;
}

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

.tool-card {
	display: grid;
	grid-template-columns: 160px minmax(0, 1fr);
	min-height: 230px;
	border-radius: 10px;
	overflow: hidden;
}

.support-panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
	gap: 18px;
	align-items: center;
	margin-top: 22px;
	padding: 18px;
	border: 1px solid rgba(167, 255, 22, 0.24);
	border-radius: 10px;
	background: rgba(10, 14, 7, 0.88);
	box-shadow: var(--shadow);
}

.support-panel h2 {
	margin-bottom: 8px;
	color: #f7ffe8;
	font-size: 22px;
}

.support-panel p {
	margin-bottom: 0;
	color: #d7dfc4;
}

.pix-box {
	display: grid;
	gap: 7px;
	padding: 14px;
	border: 1px solid rgba(215, 180, 86, 0.38);
	border-radius: 8px;
	background: rgba(23, 29, 16, 0.92);
}

.pix-box span,
.pix-box small {
	color: var(--muted);
	font-weight: 800;
}

.pix-box code {
	display: block;
	padding: 10px;
	border: 1px solid rgba(167, 255, 22, 0.26);
	border-radius: 6px;
	background: #070a06;
	color: var(--toxic);
	font: 800 14px Consolas, "Courier New", monospace;
	word-break: break-all;
}

.site-footer {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 clamp(18px, 4vw, 56px) 24px;
	color: var(--muted);
	font-size: 12px;
	line-height: 1.4;
}

.tool-visual {
	display: grid;
	place-items: center;
	position: relative;
	background:
		radial-gradient(circle, rgba(167, 255, 22, 0.36), transparent 45%),
		linear-gradient(160deg, #0f140b, #2d350f);
	border-right: 1px solid rgba(167, 255, 22, 0.2);
}

.tool-visual span {
	position: absolute;
	display: block;
	width: 58px;
	height: 14px;
	border-radius: 99px;
	background: #fff8e7;
	border: 1px solid rgba(215, 180, 86, 0.44);
}

.tool-visual.attacks span:nth-child(1) {
	transform: translateY(-42px) rotate(-20deg);
	background: var(--red);
}

.tool-visual.attacks span:nth-child(2) {
	transform: rotate(8deg);
	background: var(--gold);
}

.tool-visual.attacks span:nth-child(3) {
	transform: translateY(42px) rotate(24deg);
	background: var(--toxic);
}

.tool-visual.recruits span {
	width: 26px;
	height: 70px;
	border-radius: 5px;
	bottom: 48px;
	background: #fff8e7;
}

.tool-visual.recruits span:nth-child(1) {
	left: 42px;
	height: 44px;
	background: var(--blue);
}

.tool-visual.recruits span:nth-child(2) {
	left: 72px;
	height: 86px;
	background: var(--toxic);
}

.tool-visual.recruits span:nth-child(3) {
	left: 102px;
	height: 60px;
	background: var(--gold);
}

.tool-visual.planner span {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--toxic);
	box-shadow: 0 0 18px rgba(167, 255, 22, 0.45);
}

.tool-visual.planner span:nth-child(1) {
	transform: translate(-42px, -28px);
	background: var(--gold);
}

.tool-visual.planner span:nth-child(2) {
	transform: translate(34px, -5px);
	background: var(--toxic);
}

.tool-visual.planner span:nth-child(3) {
	transform: translate(-8px, 42px);
	background: var(--blue);
}

.tool-visual.strategy {
	background:
		linear-gradient(90deg, rgba(167, 255, 22, 0.12) 1px, transparent 1px),
		linear-gradient(0deg, rgba(215, 180, 86, 0.12) 1px, transparent 1px),
		radial-gradient(circle at 50% 50%, rgba(167, 255, 22, 0.26), transparent 46%),
		linear-gradient(160deg, #0f140b, #2d350f);
	background-size: 22px 22px, 22px 22px, auto, auto;
}

.tool-visual.strategy span {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	box-shadow: 0 0 14px rgba(167, 255, 22, 0.42);
}

.tool-visual.strategy span:nth-child(1) {
	transform: translate(-45px, -35px);
	background: var(--red);
}

.tool-visual.strategy span:nth-child(2) {
	transform: translate(34px, -5px);
	background: var(--toxic);
}

.tool-visual.strategy span:nth-child(3) {
	transform: translate(-10px, 42px);
	background: var(--blue);
}

.tool-body {
	flex-direction: column;
	justify-content: space-between;
	padding: 24px;
}

.tool-body h3 {
	margin-bottom: 10px;
	color: var(--toxic);
	font-size: 22px;
}

.tool-body p {
	color: #d7dfc4;
	line-height: 1.55;
}

@media (max-width: 1100px) {
	.tool-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.nav,
	.nav-links,
	.hero-actions {
		align-items: flex-start;
	}

	.nav,
	.tool-grid,
	.tool-card,
	.support-panel {
		grid-template-columns: 1fr;
	}

	.nav {
		display: grid;
	}

	.nav-links {
		flex-wrap: wrap;
	}

	.language-select {
		width: 100%;
	}

	.language-select select {
		flex: 1;
	}

	.tool-card {
		min-height: auto;
	}

	.tool-visual {
		min-height: 128px;
	}
}

@media (max-width: 560px) {
	.hero {
		padding: 16px 12px 24px;
	}

	.nav {
		gap: 16px;
	}

	.brand {
		width: 100%;
	}

	.nav-links,
	.nav-links .btn,
	.language-select {
		width: 100%;
	}

	.nav-links .btn {
		min-height: 44px;
	}

	main {
		padding: 22px 12px 34px;
	}

	.section-head h2 {
		font-size: 22px;
		line-height: 1.15;
	}

	.tool-grid {
		gap: 12px;
	}

	.tool-card {
		border-radius: 8px;
	}

	.tool-visual {
		min-height: 86px;
		border-right: 0;
		border-bottom: 1px solid rgba(167, 255, 22, 0.2);
	}

	.tool-visual.attacks span:nth-child(1) {
		transform: translateY(-24px) rotate(-20deg);
	}

	.tool-visual.attacks span:nth-child(3) {
		transform: translateY(24px) rotate(24deg);
	}

	.tool-visual.recruits span {
		bottom: 22px;
	}

	.tool-body {
		padding: 16px;
	}

	.tool-body h3 {
		font-size: 19px;
	}
}
