/**
 * Thank You / Confirmation page — centred success block.
 */

.ne-thankyou {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 60vh;
	padding-block: var(--ne-space-6xl);
}
.ne-thankyou__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: var(--ne-space-l);
	max-width: 620px;
}
.ne-thankyou__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 96px; height: 96px;
	border-radius: 50%;
	background: var(--ne-secondary-a10);
	color: var(--ne-green-200);
}
.ne-thankyou__title { margin: 0; font-size: var(--ne-h2-size); line-height: 1.1; }
.ne-thankyou__sub { margin: 0; color: var(--ne-neutral-800); font-size: var(--ne-b1-size); line-height: var(--ne-b1-line); max-width: 52ch; }
.ne-thankyou__cta { margin-top: var(--ne-space-s); }

@media (max-width: 640px) {
	.ne-thankyou__icon { width: 80px; height: 80px; }
}
