:root {
	--neon-zold: #a8e063;
	--mely-erdo: #061109;
	--radikal-vibe: linear-gradient(180deg, var(--fold) 0%, var(--erdos) 100%);
}

.manifesto-body {
	margin: 0;
	padding: 0;
	background:
		radial-gradient(
			circle at 0% 0%,
			rgba(107, 142, 35, 0.15) 0%,
			transparent 50%
		),
		radial-gradient(
			circle at 100% 100%,
			rgba(139, 38, 38, 0.1) 0%,
			transparent 50%
		),
		#1a1f16;
	background-attachment: fixed;
}

#main-content {
	padding: 15vh 5% 10vh;
	width: 100%;
}

.big-title {
	font-family: "Playfair Display";
	font-size: clamp(4rem, 18vw, 15rem);
	line-height: 0.8;
	font-weight: 900;
	background: linear-gradient(to right, #a8e063, #fdfbf7, #c2a371);
	background-size: 200% auto;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	margin-bottom: 10vh;
	filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.5));
	display: block;
}

.directive-stack {
	display: flex;
	flex-direction: column;
	gap: 4vh;
}

.directive-item {
	background: rgba(45, 58, 39, 0.4);
	backdrop-filter: blur(20px);
	border: 1px solid var(--akcent);
	padding: 4rem;
	position: relative;
	overflow: hidden;
	transition: var(--transition);
}

.directive-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background: var(--neon-zold);
	box-shadow: 0 0 20px var(--neon-zold);
}

.directive-item:nth-child(even) {
	border-color: var(--gold);
	margin-left: 5%;
}

.directive-item:nth-child(even)::before {
	background: var(--gold);
	box-shadow: 0 0 20px var(--gold);
}

.directive-item:hover {
	background: rgba(45, 58, 39, 0.6);
	transform: scale(1.02);
	border-color: var(--erdos);
}

.d-num {
	font-family: "Playfair Display";
	font-size: 5rem;
	opacity: 0.2;
	position: absolute;
	top: 1rem;
	right: 2rem;
	font-style: italic;
}

.directive-item h2 {
	font-size: 3rem;
	margin-bottom: 1.5rem;
	color: var(--neon-zold);
	text-transform: uppercase;
}

.directive-item:nth-child(even) h2 {
	color: var(--gold);
}

.directive-item p {
	font-size: 1.3rem;
	max-width: 800px;
	line-height: 1.6;
}

.green-break {
	padding: 10vh 0;
	font-family: "Playfair Display";
	font-size: clamp(2rem, 8vw, 6rem);
	text-align: center;
	color: var(--neon-zold);
	text-shadow: 0 0 30px rgba(168, 224, 99, 0.4);
}
