/* ==========================================================================
   LEGAL / POLICIES PAGE STYLES
   ========================================================================== */

.ns-legal-page {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	background-color: #F8FAFC;
	padding-bottom: 5rem;
}

/* Hero Legal */
.ns-legal-hero {
	background: #0F172A;
	color: #FFFFFF;
	padding: 4rem 0;
	text-align: center;
}

.ns-legal-hero h1 {
	font-size: 2.5rem;
	font-weight: 800;
	margin-bottom: 1rem;
	color: #FFFFFF;
}

.ns-legal-hero p {
	font-size: 1.15rem;
	color: #94A3B8;
	max-width: 600px;
	margin: 0 auto;
}

/* Contenedor del documento */
.ns-legal-container {
	max-width: 850px; /* Ancho óptimo para lectura */
	margin: -2rem auto 0 auto;
	background: #FFFFFF;
	padding: 4rem;
	border-radius: 12px;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.025);
	position: relative;
	z-index: 10;
}

/* Tipografía de contenido */
.ns-legal-content {
	color: #334155;
	line-height: 1.8;
	font-size: 1.1rem;
}

.ns-legal-content p {
	margin-bottom: 1.5rem;
}

.ns-legal-content h2 {
	font-size: 1.6rem;
	font-weight: 700;
	color: #0F172A;
	margin-top: 3rem;
	margin-bottom: 1.2rem;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid #E2E8F0;
}

.ns-legal-content ul, 
.ns-legal-content ol {
	margin-bottom: 1.5rem;
	padding-left: 1.5rem;
}

.ns-legal-content li {
	margin-bottom: 0.8rem;
}

.ns-legal-content strong {
	color: #0F172A;
	font-weight: 700;
}

/* Alerta de Bioseguridad Estricta */
.ns-legal-alert {
	background-color: #FEF2F2;
	border-left: 4px solid #EF4444;
	color: #991B1B;
	padding: 1.5rem;
	border-radius: 0 8px 8px 0;
	margin-bottom: 2.5rem;
	font-size: 1.05rem;
}

.ns-legal-alert strong {
	color: #7F1D1D;
}

/* Responsive */
@media (max-width: 768px) {
	.ns-legal-hero {
		padding: 3rem 1rem 4rem 1rem;
	}
	
	.ns-legal-hero h1 {
		font-size: 2rem;
	}

	.ns-legal-container {
		margin: -2rem 1rem 0 1rem;
		padding: 2rem;
	}

	.ns-legal-content {
		font-size: 1.05rem;
	}

	.ns-legal-content h2 {
		font-size: 1.4rem;
	}
}
