#wrapper-footer {
	margin-top: 0;
	padding: 3rem 0 2rem;
	background:
		radial-gradient(circle at top right, rgba(85, 51, 255, 0.1), transparent 24%),
		linear-gradient(180deg, #f8f7ff 0%, #ffffff 100%);
	border-top: 1px solid rgba(85, 51, 255, 0.08);
}

.understrap-link-footer {
	margin-bottom: 2rem;
	padding: 2rem;
	border-radius: 1.5rem;
	background: linear-gradient(135deg, #1d1544 0%, #5533ff 100%);
	box-shadow: 0 24px 48px rgba(30, 20, 73, 0.18);
	color: #fff;
}

.understrap-link-footer__eyebrow {
	display: inline-block;
	margin-bottom: 0.85rem;
	padding: 0.4rem 0.8rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.18);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.understrap-link-footer__title,
.understrap-link-footer__heading {
	color: #fff;
}

.understrap-link-footer__title {
	font-size: clamp(1.8rem, 3.2vw, 2.7rem);
	margin-bottom: 0.9rem;
}

.understrap-link-footer__copy {
	max-width: 34rem;
	color: rgba(255, 255, 255, 0.84);
	margin-bottom: 1.25rem;
}

.understrap-link-footer__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}

.understrap-link-footer__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.85rem 1.25rem;
	border-radius: 999px;
	background: #fff;
	color: #3f24cc;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
	box-shadow: 0 12px 24px rgba(13, 10, 31, 0.18);
}

.understrap-link-footer__button--ghost {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	box-shadow: none;
}

.understrap-link-footer__button:hover,
.understrap-link-footer__button:focus,
.understrap-footer-links a:hover,
.understrap-footer-links a:focus {
	transform: translateY(-2px);
	text-decoration: none;
}

.understrap-footer-links li,
.understrap-footer-notes li {
	margin-bottom: 0.75rem;
}

.understrap-footer-links a,
.understrap-footer-notes li {
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.6;
}

.understrap-footer-links a {
	position: relative;
	padding-left: 1rem;
	display: inline-block;
	text-decoration: none;
}

.understrap-footer-links a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.65rem;
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	background: #2be0c5;
	box-shadow: 0 0 0 5px rgba(43, 224, 197, 0.15);
}

.site-info {
	font-size: 0.95rem;
	color: #5a5778;
	text-align: center;
	padding-top: 0.5rem;
}

.site-info a {
	color: #5533ff;
	font-weight: 600;
}

@media (max-width: 767.98px) {
	#wrapper-footer {
		padding: 2rem 0 1.5rem;
	}

	.understrap-link-footer {
		padding: 1.5rem;
	}
}