* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	line-height: 1.65;
	min-height: 100vh;
	position: relative;
	color: #f8fafc;
	overflow: hidden;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

.page-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -1;
	transition: all 0.65s cubic-bezier(0.3, 0.95, 0.45, 0.95);
}

.page-background {
	background-image: url("/img/bg-step1.webp");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	filter: brightness(0.6) contrast(1.1);
}

.cookies-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 1000;
	backdrop-filter: blur(8px);
}

.cookies-modal {
	/* background: linear-gradient(
    165deg,
    rgba(30, 41, 59, 0.95) 0%,
    rgba(15, 23, 42, 0.95) 100%
  ); */
	color: #f1f5f9;
	padding: 1.5rem;
	border-radius: 16px;
	max-width: 500px;
	width: 95%;
	position: relative;
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4),
		0 0 0 1px rgba(255, 255, 255, 0.07);
	animation: modalSlideIn 0.7s cubic-bezier(0.22, 1, 0.36, 1);
	background: #14b814;
	margin-bottom: 200px;
}

@keyframes modalSlideIn {
	from {
		transform: translateY(70px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.cookies-modal::before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	/* background: linear-gradient(135deg, #059669, #10b981, #059669); */
	background: #009b77;
	z-index: -1;
	border-radius: 18px;
	opacity: 0.8;
	/* filter: blur(6px); */
}

.cookies-header {
	display: flex;
	/* flex-direction: column; */
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
	text-align: center;
}

.cookies-icon {
	width: 58px;
	height: 58px;
	color: #f0e2b1;
}

.cookies-icon svg {
	width: 100%;
	height: 100%;
	fill: #10b981;
	filter: drop-shadow(0 3px 5px rgba(16, 185, 129, 0.25));
}

.cookies-title {
	font-family: "Roboto", sans-serif;
	font-size: 2.4rem;
	font-weight: 700;
	color: #f8fafc;
	width: 100%;
	text-align: center;
}

.cookies-close {
	position: absolute;
	right: 6px;
	top: 6px;
	background: rgba(255, 255, 255, 0.12);
	border: none;
	color: white;
	font-size: 1.5rem;
	cursor: pointer;
	transition: all 0.35s ease;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border-radius: 50%;
	line-height: 1;
	backdrop-filter: blur(4px);
}

.cookies-close:hover {
	background: rgba(255, 255, 255, 0.2);
	transform: rotate(90deg);
}

.cookies-content {
	margin-bottom: 1rem;
	line-height: 1.75;
	font-size: 20px;
	color: #e2e8f0;
}

.cookies-link {
	color: #ffff66; /* яскраво-жовтий */
	text-decoration: none;
	font-weight: 600;
	border-bottom: 1px dashed #ffff66;
	transition: all 0.3s ease;

	&:hover {
		color: #fffa33;
		border-bottom: 1px solid #fffa33;
		text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	}
}

.cookies-actions {
	display: flex;
	justify-content: center;
}

/* .cookies-accept {
	display: inline-block;
	padding: 0.95rem 2.5rem;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	font-weight: 500;
	text-align: center;
	min-width: 200px;
	transition: all 0.3s ease;
	font-size: 1.5rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	background: linear-gradient(to right, #08855d, #158862);
	color: white;
	box-shadow: 0 10px 15px rgba(5, 150, 105, 0.3);
	position: relative;
	overflow: hidden;
	text-decoration: none;
}

.cookies-accept:hover {
	transform: translateY(-3px);
	box-shadow: 0 15px 25px rgba(5, 150, 105, 0.4);
} */

.cookies-accept,
.cookies-accept:link,
.cookies-accept:visited,
.cookies-accept:hover,
.cookies-accept:active {
	display: inline-block;
	background: linear-gradient(to right, #0f430f, #1a6a1a);
	color: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 17px;
	padding: 16px 48px;
	text-decoration: none;
	border: none;
	border-radius: 50px 12px 50px 12px;
	margin: 25px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: transform 0.25s, box-shadow 0.3s;
	box-shadow: 0 0 18px rgba(15, 67, 15, 0.6),
		inset 0 0 10px rgba(255, 255, 255, 0.1);
	animation: pulseBtn 2s infinite ease-in-out;
}

.cookies-accept {
	&::after {
		content: "";
		position: absolute;
		top: 0;
		left: -60%;
		width: 30%;
		height: 100%;
		background: rgba(255, 255, 255, 0.2);
		transform: skewX(-25deg);
		transition: 0.75s;
	}

	&:hover {
		transform: scale(1.06) rotate(-1deg);
		box-shadow: 0 0 28px rgba(15, 67, 15, 0.9),
			inset 0 0 14px rgba(255, 255, 255, 0.2);

		&::after {
			left: 130%;
		}
	}
}

@keyframes pulseBtn {
	0% {
		transform: scale(1);
		box-shadow: 0 0 18px rgba(15, 67, 15, 0.6);
	}
	50% {
		transform: scale(1.03);
		box-shadow: 0 0 30px rgba(15, 67, 15, 0.9);
	}
	100% {
		transform: scale(1);
		box-shadow: 0 0 18px rgba(15, 67, 15, 0.6);
	}
}

@media (max-width: 1200px) {
	.cookies-modal {
		margin-bottom: 150px;
	}
}

@media (max-width: 991px) {
	.cookies-modal {
		padding: 36px 28px;
		width: 92%;
	}

	.cookies-header {
		margin-bottom: 1.5rem;
	}

	.cookies-title {
		font-size: 1.5rem;
	}

	.cookies-content {
		font-size: 1rem;
		line-height: 1.7;
		margin-bottom: 2rem;
	}

	.cookies-accept {
		width: 100%;
		padding: 0.85rem 1.8rem;
		font-size: 1rem;
	}

	.cookies-icon {
		width: 50px;
		height: 50px;
	}
}
@media (max-width: 500px) {
	.cookies-modal {
		margin-bottom: 0;
	}
}

@keyframes pulseButton {
	0% {
		box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.6);
	}
	70% {
		box-shadow: 0 0 0 10px rgba(16, 185, 129, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
	}
}

.pulse-animation {
	animation: pulseButton 2s infinite;
}

.sidebar {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 1000;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	padding-right: 16px;
	margin-block: 10px;
	color: #e2e8f0;

	a {
		color: currentColor;
		text-decoration: none;
		margin-block: 10px;
		transition: color 0.3s ease;

		&:hover {
			color: #10b981;
		}
	}
}
