/**
 * Página legal — Política de privacidad
 */

.iqdc-legal-page {
	max-width: 52rem;
	margin: 0 auto;
	padding: clamp(2rem, 5vw, 3.5rem) clamp(1.25rem, 4vw, 2rem) clamp(3rem, 7vw, 4.5rem);
}

.iqdc-legal-page__article {
	background: #0a0a0f;
	border: 1px solid rgba(0, 139, 255, 0.2);
	border-radius: 12px;
	padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1.5rem, 4vw, 2.5rem);
	color: #e2e8f0;
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
}

.iqdc-legal-page__article .iqdc-legal-page__title,
.iqdc-legal-page__article .entry-title {
	margin: 0 0 clamp(1.25rem, 3vw, 1.75rem);
	font-size: clamp(1.75rem, 3.5vw, 2.35rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #ffffff;
}

.iqdc-legal-page__content {
	color: #cbd5e1;
	font-size: 1rem;
	line-height: 1.75;
}

.iqdc-legal-page__content > *:first-child {
	margin-top: 0;
}

.iqdc-legal-page__content h2 {
	margin: 2rem 0 0.85rem;
	font-size: clamp(1.15rem, 2vw, 1.35rem);
	font-weight: 700;
	line-height: 1.3;
	color: #f1f5f9;
}

.iqdc-legal-page__content h3 {
	margin: 1.5rem 0 0.75rem;
	font-size: clamp(1.05rem, 1.8vw, 1.2rem);
	font-weight: 600;
	line-height: 1.35;
	color: #f1f5f9;
}

.iqdc-legal-page__content p {
	margin: 0 0 1rem;
}

.iqdc-legal-page__content ul {
	margin: 0 0 1rem;
	padding-left: 1.35rem;
}

.iqdc-legal-page__content li {
	color: #cbd5e1;
}

.iqdc-legal-page__content li::marker {
	color: #94a3b8;
}

.iqdc-legal-page__content li + li {
	margin-top: 0.45rem;
}

.iqdc-legal-page__content a {
	color: #4db5ff;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.iqdc-legal-page__content a:hover,
.iqdc-legal-page__content a:focus-visible {
	color: #93d4ff;
}

.iqdc-legal-page__content strong {
	color: #f8fafc;
	font-weight: 600;
}
