/*
Theme Name: CleverNester
Theme URI: https://clevernester.com
Author: CleverNester
Author URI: https://clevernester.com
Description: Official CleverNester coming-soon and marketing theme. Trusted property discovery platform for Africa and the Caribbean. Includes hero with Google Form embed, interactive SVG maps, market intelligence charts, multi-page navigation and full Astra-compatible layout.
Version: 2.1.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: clevernester
Tags: one-page, landing-page, custom-colors, custom-logo, full-width-template, property, real-estate
*/

/* ═══════════════════════════════════════════════════════
   CLEVERNESTER THEME — BASE STYLESHEET
   Loaded via wp_enqueue_styles in functions.php
   Full component CSS lives in assets/css/clevernester.css
   ═══════════════════════════════════════════════════════ */

/* WordPress body classes compatibility */
body.clevernester-page {
	margin: 0;
	padding: 0;
	font-family: 'DM Sans', sans-serif;
	background: #ffffff;
	color: #1C2B24;
	line-height: 1.6;
	overflow-x: hidden;
}

/* Hide default Astra elements on full-width CN pages */
body.page-template-cn-landing .ast-header-break-point,
body.page-template-cn-landing #masthead,
body.page-template-cn-landing .ast-above-header,
body.page-template-cn-landing .ast-main-header-wrap,
body.page-template-cn-landing #colophon,
body.page-template-cn-landing .ast-breadcrumbs-wrapper,
body.page-template-cn-landing .entry-header,
body.page-template-cn-landing .post-navigation {
	display: none !important;
}

body.page-template-cn-landing #content,
body.page-template-cn-landing .ast-container,
body.page-template-cn-landing .site-content,
body.page-template-cn-landing .entry-content {
	padding: 0 !important;
	margin: 0 !important;
	max-width: 100% !important;
	width: 100% !important;
}

body.page-template-cn-landing #primary {
	width: 100% !important;
	padding: 0 !important;
}
