/* Banner Vecchio Sito Web - Nature Theme - 290137f2 */

@keyframes bvs-290137f2-fadeSlideIn {
	0% { opacity: 0; transform: translateY(30px); }
	100% { opacity: 1; transform: translateY(0); }
}

@keyframes bvs-290137f2-sunPulse {
	0%, 100% { transform: scale(1) rotate(0deg); filter: drop-shadow(0 0 6px rgba(255, 200, 50, 0.5)); }
	50% { transform: scale(1.15) rotate(15deg); filter: drop-shadow(0 0 14px rgba(255, 200, 50, 0.8)); }
}

@keyframes bvs-290137f2-shimmer {
	0% { background-position: -200% center; }
	100% { background-position: 200% center; }
}

@keyframes bvs-290137f2-leafFall {
	0% { transform: translateY(0) translateX(0) rotate(0deg); opacity: 0.7; }
	25% { transform: translateY(-8px) translateX(12px) rotate(45deg); opacity: 0.9; }
	50% { transform: translateY(-3px) translateX(-8px) rotate(90deg); opacity: 0.6; }
	75% { transform: translateY(-15px) translateX(18px) rotate(180deg); opacity: 0.8; }
	100% { transform: translateY(0) translateX(0) rotate(360deg); opacity: 0.7; }
}

@keyframes bvs-290137f2-shine {
	0% { left: -100%; }
	100% { left: 200%; }
}

@keyframes bvs-290137f2-borderGlow {
	0%, 100% { border-color: rgba(76, 145, 65, 0.6); box-shadow: 0 0 12px rgba(76, 145, 65, 0.2); }
	50% { border-color: rgba(180, 160, 50, 0.7); box-shadow: 0 0 20px rgba(180, 160, 50, 0.3); }
}

@keyframes bvs-290137f2-bgPan {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}

@keyframes bvs-290137f2-titleGlow {
	0%, 100% { text-shadow: 0 1px 8px rgba(34, 85, 34, 0.3), 0 0 20px rgba(120, 180, 60, 0.15); }
	50% { text-shadow: 0 1px 12px rgba(34, 85, 34, 0.5), 0 0 30px rgba(120, 180, 60, 0.3), 0 0 50px rgba(200, 180, 50, 0.15); }
}

.bvs-290137f2-banner {
	position: relative;
	width: 100%;
	min-height: 160px;
	background-size: cover;
	background-position: center 70%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	animation: bvs-290137f2-fadeSlideIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	font-family: 'Georgia', 'Times New Roman', serif;
	box-sizing: border-box;
}

.bvs-290137f2-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(20, 50, 15, 0.82) 0%, rgba(40, 80, 30, 0.75) 30%, rgba(60, 100, 40, 0.7) 60%, rgba(30, 60, 20, 0.8) 100%);
	background-size: 300% 300%;
	animation: bvs-290137f2-bgPan 10s ease infinite;
}

.bvs-290137f2-particles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	overflow: hidden;
}

.bvs-290137f2-leaf {
	position: absolute;
	font-size: 16px;
	animation: bvs-290137f2-leafFall 5s ease-in-out infinite;
	opacity: 0.7;
	filter: drop-shadow(0 1px 2px rgba(0,0,0,0.2));
}

.bvs-290137f2-leaf:nth-child(1) { left: 3%; top: 15%; animation-delay: 0s; animation-duration: 4.5s; font-size: 14px; }
.bvs-290137f2-leaf:nth-child(2) { left: 14%; top: 55%; animation-delay: 0.6s; animation-duration: 5.2s; font-size: 12px; }
.bvs-290137f2-leaf:nth-child(3) { left: 28%; top: 25%; animation-delay: 1.1s; animation-duration: 4s; font-size: 16px; }
.bvs-290137f2-leaf:nth-child(4) { left: 48%; top: 45%; animation-delay: 1.8s; animation-duration: 5.5s; font-size: 13px; }
.bvs-290137f2-leaf:nth-child(5) { left: 62%; top: 18%; animation-delay: 0.4s; animation-duration: 4.8s; font-size: 15px; }
.bvs-290137f2-leaf:nth-child(6) { left: 76%; top: 60%; animation-delay: 0.9s; animation-duration: 4.3s; font-size: 11px; }
.bvs-290137f2-leaf:nth-child(7) { left: 87%; top: 30%; animation-delay: 1.4s; animation-duration: 5s; font-size: 14px; }
.bvs-290137f2-leaf:nth-child(8) { left: 94%; top: 50%; animation-delay: 0.7s; animation-duration: 4.6s; font-size: 12px; }

.bvs-290137f2-content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 28px 30px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}

.bvs-290137f2-title-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.bvs-290137f2-sun {
	font-size: 24px;
	animation: bvs-290137f2-sunPulse 3s ease-in-out infinite;
	display: inline-block;
}

.bvs-290137f2-title {
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 0.5px;
	background: linear-gradient(90deg, #f0f7e6, #d4e8a0, #fce38a, #f0f7e6);
	background-size: 200% auto;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	animation: bvs-290137f2-shimmer 5s linear infinite, bvs-290137f2-titleGlow 4s ease-in-out infinite;
}

.bvs-290137f2-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 12px 30px;
	border: 2px solid rgba(76, 145, 65, 0.6);
	border-radius: 50px;
	background: linear-gradient(135deg, rgba(76, 145, 65, 0.2), rgba(180, 160, 50, 0.2));
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Georgia', 'Times New Roman', serif;
	letter-spacing: 0.5px;
	cursor: pointer;
	overflow: hidden;
	transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
	animation: bvs-290137f2-borderGlow 3s ease-in-out infinite;
	white-space: nowrap;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}

.bvs-290137f2-btn:hover {
	background: linear-gradient(135deg, rgba(76, 145, 65, 0.45), rgba(180, 160, 50, 0.4));
	border-color: rgba(180, 200, 80, 0.9);
	box-shadow: 0 0 25px rgba(76, 145, 65, 0.35), 0 0 50px rgba(180, 160, 50, 0.2), inset 0 0 15px rgba(120, 180, 60, 0.1);
	transform: scale(1.05);
	color: #ffffff;
}

.bvs-290137f2-btn:active {
	transform: scale(0.98);
}

.bvs-290137f2-btn-text {
	position: relative;
	z-index: 2;
}

.bvs-290137f2-btn-icon {
	position: relative;
	z-index: 2;
	transition: transform 0.3s ease;
	font-size: 16px;
}

.bvs-290137f2-btn:hover .bvs-290137f2-btn-icon {
	transform: translateX(4px) scale(1.2);
}

.bvs-290137f2-btn-shine {
	position: absolute;
	top: 0;
	left: -100%;
	width: 50%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 220, 0.25), transparent);
	transform: skewX(-20deg);
	pointer-events: none;
}

.bvs-290137f2-btn:hover .bvs-290137f2-btn-shine {
	animation: bvs-290137f2-shine 0.8s ease forwards;
}

/* Responsive */
@media (max-width: 768px) {
	.bvs-290137f2-banner {
		min-height: 130px;
		background-attachment: scroll;
	}
	.bvs-290137f2-content {
		gap: 10px;
		padding: 20px 15px;
	}
	.bvs-290137f2-title {
		font-size: 16px;
	}
	.bvs-290137f2-sun {
		font-size: 20px;
	}
	.bvs-290137f2-btn {
		padding: 10px 22px;
		font-size: 12px;
	}
}
