/**
 * Landing /newsletter — formulaire centré, charte waitlist.
 */

.newsletter-landing {
	--club-section-pad: clamp(3.5rem, 7vw, 5rem);
	min-height: calc(100vh - var(--nav-h, 72px));
	display: flex;
	align-items: center;
	padding: clamp(6rem, 6vw, 4.5rem) 0 var(--club-section-pad);
}

.newsletter-landing__inner {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

.newsletter-landing__lead {
	margin-bottom: 36px;
}

.newsletter-landing__card {
	margin-bottom: 0;
}

.newsletter-landing__actions {
	justify-content: center;
	margin-top: 8px;
}

.newsletter-landing__success {
	margin-top: 8px;
}

.newsletter-landing__back {
	margin-top: 32px;
	text-align: center;
	opacity: 0.75;
}

.newsletter-landing__back a {
	color: inherit;
	text-decoration: none;
}

.newsletter-landing__back a:hover {
	text-decoration: underline;
}

@media (max-width: 640px) {
	.newsletter-landing {
		padding: clamp(4.5rem, 10vw, 6rem) 0 var(--club-section-pad);
		min-height: auto;
	}
}
