/**
 * Outro section styles
 *
 * Centered statement about the free, open-source nature of AgenticWP.
 */

.outro {
	padding: 48px 0 72px;
	background: linear-gradient(180deg, transparent 0%, rgba(5, 14, 57, 0.02) 100%);
}

.outro-statement {
	margin: 0 auto;
	max-width: 640px;
	font-size: clamp(17px, 2.2vw, 20px);
	font-weight: 500;
	line-height: 1.7;
	text-align: center;
	color: var(--muted);
}

@media (max-width: 680px) {
	.outro {
		padding: 40px 0 56px;
	}
}
