/*
 * Horizontes Clean Landing Pages
 * Base mínima. Los bloques de cada landing conservan su propio diseño.
 */

html {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: none;
}

body.hclp-clean-landing {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	max-width: none !important;
	min-height: 100vh;
	overflow-x: hidden;
	background: #FAF8F3;
}

body.hclp-clean-landing #hclp-landing-root {
	display: block;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow-x: clip;
}

/* Gutenberg puede envolver ciertos bloques; evitamos límites del tema. */
body.hclp-clean-landing #hclp-landing-root > .wp-block-group,
body.hclp-clean-landing #hclp-landing-root > .wp-block-html,
body.hclp-clean-landing #hclp-landing-root > .wp-block-cover,
body.hclp-clean-landing #hclp-landing-root > .wp-block-columns {
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}

/* No ocultamos la barra de administración de WordPress. */
body.hclp-clean-landing.admin-bar {
	/* WordPress gestiona su propio offset cuando corresponde. */
}
