/* ==========================================================================
   ÁREA LEGAL — Prevención legal / CTA final (template-parts/al-prevencion.php)
   Extraído de area_legal.html (#prevencion). Prefijo "prevencion-" (clases únicas).
   NOTA: .prevencion-btn se define en al-hero.css (compartido) — NO redefinir aquí.
   ========================================================================== */

#prevencion {
	background:
		linear-gradient(
			90deg,
			rgba(10, 21, 32, 0.93) 0%,
			rgba(10, 21, 32, 0.78) 40%,
			rgba(13, 27, 42, 0.45) 72%,
			rgba(13, 27, 42, 0.35) 100%
		),
		url("../img/al_10_prevencion.png") center / cover no-repeat;
}

.prevencion-band {
	position: relative;
	display: flex;
	align-items: center;
	min-height: clamp(440px, 60vh, 560px);
	overflow: hidden;
}

.prevencion-content {
	position: relative;
	z-index: 2;
	max-width: 680px;
	padding: clamp(2.5rem, 6vw, 5rem);
}

.prevencion-title {
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(2.4rem, 5.5vw, 4rem);
	font-weight: 600;
	color: var(--white);
	line-height: 1.1;
	margin-bottom: 1.4rem;
}

.prevencion-sub {
	font-size: 1rem;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.75);
	line-height: 1.7;
	max-width: 480px;
	margin-bottom: 2.4rem;
}

@media (max-width: 900px) {
	.prevencion-content {
		max-width: 100%;
	}
}
