.nfp-footer,
.nfp-footer * {
	box-sizing: border-box;
}

.nfp-footer {
	--nfp-purple: #6d28d9;
	--nfp-magenta: #ff00ce;
	--nfp-orange: #ff7a18;
	--nfp-gradient: linear-gradient(135deg, var(--nfp-purple) 0%, var(--nfp-magenta) 52%, var(--nfp-orange) 100%);
	--nfp-border: rgba(255,255,255,.12);
	--nfp-muted: rgba(255,255,255,.66);
	--nfp-soft: rgba(255,255,255,.42);
	width: min(1180px, calc(100% - 32px));
	margin: 72px auto 34px;
	display: grid;
	gap: 16px;
	font-family: Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: #fff;
}

.nfp-footer a {
	color: inherit;
	text-decoration: none;
}

.nfp-footer-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 22px;
	align-items: center;
	padding: clamp(26px, 5vw, 46px);
	border-radius: 32px;
	border: 1px solid rgba(255,255,255,.13);
	background:
		radial-gradient(circle at 12% 100%, rgba(255,122,24,.16), transparent 30%),
		linear-gradient(135deg, rgba(109,40,217,.18), rgba(255,0,206,.13), rgba(255,122,24,.10));
	box-shadow: 0 28px 100px rgba(0,0,0,.38);
}

.nfp-footer-cta h3 {
	margin: 0 0 8px;
	font-size: clamp(28px, 4.2vw, 46px);
	line-height: .98;
	letter-spacing: -.065em;
	font-weight: 900;
	color: #fff;
}

.nfp-footer-cta p {
	margin: 0;
	color: var(--nfp-muted);
	line-height: 1.65;
	max-width: 660px;
	font-size: 14px;
	font-weight: 500;
}

.nfp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 42px;
	padding: 0 17px;
	border-radius: 999px;
	border: 1px solid rgba(255,255,255,.18);
	color: #fff;
	font-weight: 900;
	font-size: 13px;
	white-space: nowrap;
	background: rgba(255,255,255,.045);
	transition: 180ms ease;
}

.nfp-btn:hover {
	transform: translateY(-1px);
	color: #fff;
}

.nfp-btn-primary {
	border: 0;
	background: var(--nfp-gradient);
	box-shadow: 0 16px 44px rgba(255,0,206,.22);
}

.nfp-footer-main {
	display: grid;
	grid-template-columns: minmax(220px, 1.05fr) minmax(420px, 1.7fr) auto;
	gap: 34px;
	align-items: start;
	padding: clamp(26px, 4vw, 42px);
	border-radius: 32px;
	border: 1px solid rgba(255,255,255,.10);
	background:
		radial-gradient(circle at 95% 0%, rgba(255,0,206,.09), transparent 28%),
		rgba(255,255,255,.045);
}

.nfp-logo {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	width: auto;
	max-width: 150px;
	height: 38px;
	border: 0;
	font-size: 12px;
	line-height: 1;
	font-weight: 900;
	letter-spacing: -.7px;
	color: #fff;
}

.nfp-logo img {
	display: block;
	width: auto;
	max-width: 150px;
	max-height: 38px;
	height: auto;
	object-fit: contain;
}

.nfp-footer-brand p {
	margin: 16px 0 0;
	color: var(--nfp-muted);
	line-height: 1.7;
	font-size: 14px;
	max-width: 370px;
}

.nfp-footer-links {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.nfp-footer-link-group h4 {
	margin: 0 0 14px;
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .07em;
}

.nfp-footer-link-group ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.nfp-footer-link-group a {
	color: var(--nfp-muted);
	font-size: 14px;
	font-weight: 600;
	transition: 160ms ease;
}

.nfp-footer-link-group a:hover {
	color: #fff;
}

.nfp-footer-contact {
	min-width: 210px;
	display: grid;
	gap: 10px;
	padding: 16px;
	border-radius: 22px;
	border: 1px solid rgba(255,255,255,.10);
	background: rgba(0,0,0,.18);
}

.nfp-footer-contact strong {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: #fff;
}

.nfp-footer-contact a,
.nfp-footer-contact span {
	color: var(--nfp-muted);
	font-size: 13px;
	font-weight: 600;
}

.nfp-socials {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
}

.nfp-socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	padding: 2px;
	border: 0;
	background: transparent;
	color: rgba(255,255,255,.72);
	font-weight: 900;
	font-size: 12px;
	line-height: 1;
	transition: color 160ms ease, transform 160ms ease;
	-webkit-tap-highlight-color: transparent;
}

.nfp-socials a:hover,
.nfp-socials a:focus-visible,
.nfp-socials a:active {
	color: var(--nfp-magenta);
	transform: translateY(-1px);
	outline: none;
}

.nfp-socials svg {
	width: 28px;
	height: 28px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.nfp-socials svg path,
.nfp-socials svg rect,
.nfp-socials svg circle {
	vector-effect: non-scaling-stroke;
}

.nfp-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	align-items: center;
	padding: 0 4px;
}

.nfp-footer-fineprint {
	color: var(--nfp-soft);
	font-size: 12px;
	line-height: 1.55;
}

@media (max-width: 1100px) {
	.nfp-footer-main {
		grid-template-columns: 1fr;
	}
	.nfp-footer-links {
		grid-template-columns: repeat(2, 1fr);
	}
	.nfp-footer-contact {
		min-width: 0;
	}
}

@media (max-width: 760px) {
	.nfp-footer {
		width: min(100% - 26px, 1180px);
		margin-top: 52px;
	}

	.nfp-footer-cta {
		grid-template-columns: 1fr;
		border-radius: 26px;
	}

	.nfp-footer-cta .nfp-btn {
		width: 100%;
	}

	.nfp-footer-main {
		border-radius: 26px;
	}

	.nfp-footer-links {
		grid-template-columns: 1fr;
	}

	.nfp-footer-bottom {
		flex-direction: column;
		align-items: flex-start;
	}
}
