/*
 * Blocco CTA della home. Stessa impostazione del questionario: bassa
 * specificità, nessun !important, colori ereditati dal tema. Elementor e il
 * tema del sito devono poter sovrascrivere tutto senza lottare.
 */

.menopausa-cta {
	max-width: 42rem;
	margin: 0 auto;
	padding: 2.5rem 1.5rem;
	text-align: center;
}

.menopausa-cta__title {
	margin: 0 0 0.75rem;
	font-size: clamp( 1.5rem, 1.2rem + 1.5vw, 2.25rem );
	line-height: 1.2;
}

.menopausa-cta__text {
	margin: 0 auto 1.5rem;
	max-width: 34rem;
	opacity: 0.8;
	line-height: 1.6;
}

.menopausa-cta__actions {
	margin: 0 0 0.75rem;
}

.menopausa-cta__button {
	display: inline-block;
	padding: 0.85rem 1.75rem;
	border-radius: 0.5rem;
	background: #1f2937;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}

.menopausa-cta__button:hover,
.menopausa-cta__button:focus {
	opacity: 0.9;
	color: #fff;
}

.menopausa-cta__note {
	margin: 0;
	font-size: 0.875rem;
	opacity: 0.65;
}

.menopausa-cta__error {
	max-width: 42rem;
	margin: 1rem auto;
	padding: 1rem;
	border-left: 4px solid #b32d2e;
	background: rgba( 179, 45, 46, 0.06 );
}
