/**
 * Homepage hero — LandFlip-style CTAs (Elementor page 145).
 */

/*
 * Dark fill when Elementor’s background CSS/image is late or missing from cache.
 * background-color sits under Elementor’s background-image — never replaces it.
 */
body.home .elementor-element-f0ebc25,
body.page-id-145 .elementor-element-f0ebc25 {
	background-color: #14261a !important;
	min-height: min(42vh, 360px);
	padding: 2.5rem 1.25rem 2.75rem;
}

body.home .elementor-element-f0ebc25 .elementor-heading-title,
body.page-id-145 .elementor-element-f0ebc25 .elementor-heading-title,
body.home .elementor-element-f0ebc25 .elementor-widget-text-editor,
body.page-id-145 .elementor-element-f0ebc25 .elementor-widget-text-editor,
body.home .elementor-element-f0ebc25 .elementor-widget-text-editor *,
body.page-id-145 .elementor-element-f0ebc25 .elementor-widget-text-editor * {
	color: #fff !important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

body.home .elementor-element-deefc5a,
body.page-id-145 .elementor-element-deefc5a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
}

/* Readable CTAs: gold fill + dark label (never dark-on-dark). */
body.home .elementor-element-2c8f772 .elementor-button,
body.home .elementor-element-499c4ea .elementor-button,
body.page-id-145 .elementor-element-2c8f772 .elementor-button,
body.page-id-145 .elementor-element-499c4ea .elementor-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-height: 48px;
	padding: 0.85rem 1.35rem !important;
	background: var(--ls-chrome-accent, #c9a84c) !important;
	border: 1px solid var(--ls-chrome-accent, #c9a84c) !important;
	border-radius: 4px !important;
	color: #14261a !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
}

body.home .elementor-element-2c8f772 .elementor-button .elementor-button-text,
body.home .elementor-element-499c4ea .elementor-button .elementor-button-text,
body.page-id-145 .elementor-element-2c8f772 .elementor-button .elementor-button-text,
body.page-id-145 .elementor-element-499c4ea .elementor-button .elementor-button-text,
body.home .elementor-element-2c8f772 .elementor-button .elementor-button-icon,
body.home .elementor-element-499c4ea .elementor-button .elementor-button-icon,
body.page-id-145 .elementor-element-2c8f772 .elementor-button .elementor-button-icon,
body.page-id-145 .elementor-element-499c4ea .elementor-button .elementor-button-icon,
body.home .elementor-element-2c8f772 .elementor-button svg,
body.home .elementor-element-499c4ea .elementor-button svg,
body.page-id-145 .elementor-element-2c8f772 .elementor-button svg,
body.page-id-145 .elementor-element-499c4ea .elementor-button svg {
	color: #14261a !important;
	stroke: #14261a !important;
	fill: none !important;
	opacity: 1 !important;
	visibility: visible !important;
}

body.home .elementor-element-2c8f772 .elementor-button:hover,
body.home .elementor-element-499c4ea .elementor-button:hover,
body.page-id-145 .elementor-element-2c8f772 .elementor-button:hover,
body.page-id-145 .elementor-element-499c4ea .elementor-button:hover,
body.home .elementor-element-2c8f772 .elementor-button:focus,
body.home .elementor-element-499c4ea .elementor-button:focus,
body.page-id-145 .elementor-element-2c8f772 .elementor-button:focus,
body.page-id-145 .elementor-element-499c4ea .elementor-button:focus {
	background: #e0c36a !important;
	border-color: #e0c36a !important;
	color: #111 !important;
}

/* Secondary outline for first CTA */
body.home .elementor-element-2c8f772 .elementor-button,
body.page-id-145 .elementor-element-2c8f772 .elementor-button {
	background: rgba(255, 255, 255, 0.12) !important;
	border: 1.5px solid #fff !important;
	color: #fff !important;
	box-shadow: none;
}

body.home .elementor-element-2c8f772 .elementor-button .elementor-button-text,
body.page-id-145 .elementor-element-2c8f772 .elementor-button .elementor-button-text,
body.home .elementor-element-2c8f772 .elementor-button .elementor-button-icon,
body.page-id-145 .elementor-element-2c8f772 .elementor-button .elementor-button-icon,
body.home .elementor-element-2c8f772 .elementor-button svg,
body.page-id-145 .elementor-element-2c8f772 .elementor-button svg {
	color: #fff !important;
	stroke: #fff !important;
}

body.home .elementor-element-2c8f772 .elementor-button:hover,
body.page-id-145 .elementor-element-2c8f772 .elementor-button:hover,
body.home .elementor-element-2c8f772 .elementor-button:focus,
body.page-id-145 .elementor-element-2c8f772 .elementor-button:focus {
	background: #fff !important;
	color: #14261a !important;
}

body.home .elementor-element-2c8f772 .elementor-button:hover .elementor-button-text,
body.page-id-145 .elementor-element-2c8f772 .elementor-button:hover .elementor-button-text,
body.home .elementor-element-2c8f772 .elementor-button:hover svg,
body.page-id-145 .elementor-element-2c8f772 .elementor-button:hover svg {
	color: #14261a !important;
	stroke: #14261a !important;
}

@media (max-width: 781px) {
	body.home .elementor-element-f0ebc25,
	body.page-id-145 .elementor-element-f0ebc25 {
		min-height: auto;
		padding: 1.75rem 1rem 2rem !important;
	}

	body.home .elementor-element-f0ebc25 .elementor-heading-title,
	body.page-id-145 .elementor-element-f0ebc25 .elementor-heading-title {
		font-size: clamp(1.35rem, 5.2vw, 1.75rem) !important;
		line-height: 1.3 !important;
	}

	body.home .elementor-element-deefc5a,
	body.page-id-145 .elementor-element-deefc5a {
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		gap: 0.65rem;
	}

	body.home .elementor-element-2c8f772,
	body.home .elementor-element-499c4ea,
	body.page-id-145 .elementor-element-2c8f772,
	body.page-id-145 .elementor-element-499c4ea {
		width: 100%;
		max-width: none;
	}

	body.home .elementor-element-2c8f772 .elementor-button,
	body.home .elementor-element-499c4ea .elementor-button,
	body.page-id-145 .elementor-element-2c8f772 .elementor-button,
	body.page-id-145 .elementor-element-499c4ea .elementor-button {
		width: 100%;
		min-height: 48px;
		justify-content: center;
	}
}
