/* ==========================================================================
   CTA DIAGNÓSTICO — Componente reutilizable (template-parts/cta.php)
   Extraído de global.css — sección CTA #seccion-4
   ========================================================================== */

/* ─── SECCIÓN 4 (CTA DIAGNÓSTICO) ─── */
#seccion-4 {
	background: var(--navy);
	/* margin: 4rem 0; */
	min-height: 80vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.s4-inner {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
}

.s4-line {
	width: 56px;
	height: 2px;
	background: var(--gold);
	margin: 0 auto 1.8rem;
}

.s4-title {
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(1.8rem, 4vw, 3rem);
	font-weight: 600;
	color: var(--white);
	line-height: 1.25;
}

.s4-text {
	font-size: 0.95rem;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.9;
}

.s4-btn {
	padding: 0.95rem 2.4rem;
	font-size: 0.8rem;
}

.s4-note {
	font-family: "Cormorant Garamond", serif;
	font-size: 0.95rem;
	font-weight: 300;
	font-style: italic;
	color: rgba(255, 255, 255, 0.45);
}
