.angie-scroll-btn-2ffa6e1e {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: linear-gradient(135deg, #a855f7 0%, #3b82f6 100%);
	color: #ffffff;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 15px rgba(168, 85, 247, 0.4);
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, box-shadow 0.3s ease;
	z-index: 99999;
}

.angie-scroll-btn-2ffa6e1e.is-visible-2ffa6e1e {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.angie-scroll-btn-2ffa6e1e:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 20px rgba(59, 130, 246, 0.6);
	background: linear-gradient(135deg, #3b82f6 0%, #a855f7 100%);
}

.angie-scroll-btn-2ffa6e1e svg {
	transition: transform 0.3s ease;
}

.angie-scroll-btn-2ffa6e1e:hover svg {
	transform: translateY(-2px);
}
