body.ecorahi-home-page #primary.elementor-page-content,
body.ecorahi-home-page .content-area {
	padding-top: 0;
	padding-bottom: 12px;
}

/* Homepage hero band — separate from the search card below. */
body.ecorahi-home-page .banner-search.ecorahi-home-hero {
	background: linear-gradient(180deg, #f8fbf9 0%, #f2f6f3 100%) !important;
	background-image: none !important;
	padding: 0 !important;
}

body.ecorahi-home-page .banner-search.ecorahi-home-hero > .container {
	padding-top: 44px;
	padding-bottom: 28px;
}

body.ecorahi-home-page .banner-search .ecorahi-hero-copy {
	max-width: 760px;
	margin: 0 auto 28px;
	padding: 0 8px;
	text-align: center;
}

body.ecorahi-home-page .banner-search .ecorahi-hero-eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 14px;
	padding: 6px 14px;
	border-radius: 999px;
	background: rgba(31, 107, 74, 0.08);
	color: #1f6b4a;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

body.ecorahi-home-page .banner-search .ecorahi-hero-title {
	margin: 0 0 12px;
	color: #164e37 !important;
	font-family: Nunito, sans-serif;
	font-size: clamp(28px, 4.2vw, 42px);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.02em;
	text-wrap: balance;
}

body.ecorahi-home-page .banner-search .ecorahi-hero-subtitle {
	max-width: 620px;
	margin: 0 auto;
	color: #5f675a;
	font-size: clamp(15px, 1.7vw, 18px);
	font-weight: 400;
	line-height: 1.55;
	text-wrap: balance;
}

body.ecorahi-home-page .banner-search .ecorahi-hero-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 22px auto 0;
	max-width: 620px;
}

body.ecorahi-home-page .banner-search .ecorahi-hero-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 22px;
	border-radius: 999px;
	font-family: Nunito, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

body.ecorahi-home-page .banner-search .ecorahi-hero-btn--primary {
	color: #fff;
	background: linear-gradient(135deg, var(--ecorahi-green, #1f6b4a) 0%, var(--ecorahi-teal, #2b7a78) 100%);
	box-shadow: 0 12px 28px rgba(23, 54, 40, 0.18);
}

body.ecorahi-home-page .banner-search .ecorahi-hero-btn--primary:hover {
	color: #fff;
	background: linear-gradient(135deg, var(--ecorahi-green-dark, #164e37) 0%, var(--ecorahi-green, #1f6b4a) 100%);
	transform: translateY(-1px);
}

body.ecorahi-home-page .banner-search .ecorahi-hero-btn--ghost {
	color: var(--ecorahi-green, #1f6b4a);
	background: #fff;
	border: 1px solid var(--ecorahi-line, #e6e2d6);
}

body.ecorahi-home-page .banner-search .ecorahi-hero-btn--ghost:hover {
	color: var(--ecorahi-green-dark, #164e37);
	border-color: var(--ecorahi-green, #1f6b4a);
	background: var(--ecorahi-green-light, #eef6f1);
}

body.ecorahi-home-page .banner-search .ecorahi-hero-search {
	max-width: 820px;
	margin: 0 auto;
}

body.ecorahi-home-page .ecorahi-home-trust-sections {
	margin: 0 0 4px;
	padding: 0 18px;
}

body.ecorahi-home-page .ecorahi-home-trust-sections .ecorahi-social-proof,
body.ecorahi-home-page .ecorahi-social-proof {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

body.ecorahi-home-page .ecorahi-social-proof-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px 16px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

body.ecorahi-home-page .ecorahi-social-proof-list li {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

body.ecorahi-home-page .ecorahi-social-proof-list strong {
	color: var(--ecorahi-green-dark, #164e37);
	font-family: Nunito, sans-serif;
	font-size: clamp(15px, 2vw, 18px);
	font-weight: 800;
	line-height: 1.2;
}

body.ecorahi-home-page .ecorahi-social-proof-list span {
	color: #5f675a;
	font-size: 12px;
	line-height: 1.35;
}

body.ecorahi-home-page .ecorahi-home-trust-sections .ecorahi-trust-explainer,
body.ecorahi-home-page .ecorahi-trust-explainer {
	margin-top: 10px;
	padding: 14px 14px 12px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid rgba(31, 107, 74, 0.1);
}

body.ecorahi-home-page .ecorahi-trust-explainer h2 {
	margin: 0 0 6px;
	font-family: Nunito, sans-serif;
	font-size: 17px;
	font-weight: 800;
	color: #164e37;
	text-align: center;
}

body.ecorahi-home-page .ecorahi-trust-lead {
	margin: 0 0 12px;
	text-align: center;
	color: #5f675a;
	font-size: 13px;
	line-height: 1.45;
}

body.ecorahi-home-page .ecorahi-trust-steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: none;
}

body.ecorahi-home-page .ecorahi-trust-steps li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 10px 12px;
	border-radius: 12px;
	background: #f7faf8;
}

body.ecorahi-home-page .ecorahi-trust-step-num {
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
	border-radius: 999px;
	display: inline-grid;
	place-items: center;
	background: rgba(31, 107, 74, 0.12);
	color: #164e37;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
}

body.ecorahi-home-page .ecorahi-trust-step-copy {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
}

body.ecorahi-home-page .ecorahi-trust-steps strong {
	color: #164e37;
	font-size: 13px;
	line-height: 1.3;
}

body.ecorahi-home-page .ecorahi-trust-steps span {
	color: #5f675a;
	font-size: 12px;
	line-height: 1.4;
}

body.ecorahi-home-page .eh-loc .ecorahi-section-subtitle,
body.ecorahi-home-page .eh-post .ecorahi-section-subtitle {
	margin: 6px 0 0;
	font-size: 14px;
	line-height: 1.45;
	color: #5f675a;
	font-weight: 400;
}

@media (max-width: 991.98px) {
	body.ecorahi-home-page .ecorahi-trust-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767.98px) {
	body.ecorahi-home-page .ecorahi-social-proof-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px 10px;
		text-align: left;
	}

	body.ecorahi-home-page .ecorahi-trust-steps {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 991.98px) {
	body.ecorahi-home-page .banner-search.ecorahi-home-hero > .container {
		padding-top: 32px;
		padding-bottom: 24px;
	}

	body.ecorahi-home-page .banner-search .ecorahi-hero-copy {
		margin-bottom: 22px;
	}
}

@media (max-width: 640px) {
	body.ecorahi-home-page .banner-search.ecorahi-home-hero > .container {
		padding-top: 24px;
		padding-bottom: 20px;
	}

	body.ecorahi-home-page .banner-search .ecorahi-hero-copy {
		margin-bottom: 18px;
		text-align: left;
	}

	body.ecorahi-home-page .banner-search .ecorahi-hero-eyebrow {
		display: inline-flex;
		margin-left: 0;
		margin-right: 0;
		font-size: 11px;
	}

	body.ecorahi-home-page .banner-search .ecorahi-hero-subtitle {
		max-width: 100%;
	}

	body.ecorahi-home-page .banner-search .ecorahi-hero-actions {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
		margin-top: 18px;
		padding-right: 0;
	}

	body.ecorahi-home-page .banner-search .ecorahi-hero-btn {
		flex: 1 1 100%;
		width: 100%;
		min-width: 0;
	}
}

body.ecorahi-home-page.ecorahi-lang-toggle {
	padding-bottom: 0;
}

body.ecorahi-home-page.ecorahi-lang-toggle .ecocat-wrap {
	padding-bottom: 12px;
}

body.ecorahi-home-page .ecocat-wrap {
	padding: 24px 0 12px;
	margin: 0;
}

body.ecorahi-home-page .eco-rows {
	background: linear-gradient(180deg, #f0f7f3 0%, #eef3ec 100%);
	border: 1px solid rgba(31, 107, 74, 0.08);
	border-radius: 16px;
	padding: 16px 14px 18px;
	margin: 8px 0 4px;
}

body.ecorahi-home-page .eco-rows .eco-rowsec:last-child {
	margin-bottom: 0;
}

body.ecorahi-home-page .eco-rows .eco-rowsec {
	margin-bottom: 18px;
}

body.ecorahi-home-page .eh-loc {
	padding: 0;
	margin: 0;
}

body.ecorahi-home-page .eh-post {
	background: linear-gradient(180deg, #f0f7f3 0%, #eef3ec 100%);
	border: 1px solid rgba(31, 107, 74, 0.08);
	border-radius: 16px;
	padding: 14px 14px 16px;
	margin: 0;
}

body.ecorahi-home-page .eh-loc-head,
body.ecorahi-home-page .eh-post-head {
	margin-bottom: 10px;
}

body.ecorahi-home-page .eh-loc-collage,
body.ecorahi-home-page .eh-post-collage {
	margin-bottom: 10px;
}

body.ecorahi-home-page .ecorahi-home-trust-sections {
	margin: 4px 0 0;
	padding: 0 8px;
}

/* Kill Elementor section padding / shape-divider gaps between homepage blocks. */
body.ecorahi-home-page .elementor-element-20b667b5,
body.ecorahi-home-page .elementor-element-7eb99904,
body.ecorahi-home-page .elementor-element-a7d9192,
body.ecorahi-home-page .elementor-element-2502f57a {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/* Empty leftover Elementor section was adding ~160px blank space. */
body.ecorahi-home-page .elementor-element-2502f57a {
	display: none !important;
	padding: 0 !important;
	margin: 0 !important;
	min-height: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}

body.ecorahi-home-page .elementor-top-section > .elementor-container {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

body.ecorahi-home-page .elementor-shape,
body.ecorahi-home-page .elementor-shape-top,
body.ecorahi-home-page .elementor-shape-bottom {
	display: none !important;
	height: 0 !important;
	overflow: hidden !important;
}

body.ecorahi-home-page .elementor-widget:not(:last-child) {
	margin-block-end: 8px !important;
}

body.ecorahi-home-page .elementor-element {
	--widgets-spacing: 8px 8px;
	--widgets-spacing-row: 8px;
}

body.ecorahi-home-page.ecorahi-footer-ui .ecorahi-footer-strip {
	margin-top: 0;
}

body.ecorahi-home-page.ecorahi-footer-ui .ecorahi-footer-strip-inner {
	padding: 14px 0;
}

body.ecorahi-home-page #primary.content-area,
body.ecorahi-home-page .content-area,
body.ecorahi-home-page #primary.elementor-page-content {
	padding-bottom: 0;
	margin-bottom: 0;
}

body.ecorahi-home-page .elementor-section.elementor-top-section:last-child,
body.ecorahi-home-page .elementor-element:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

body.ecorahi-home-page #primary .elementor-section.elementor-top-section + .elementor-section.elementor-top-section {
	margin-top: 4px;
}

@media (max-width: 767px) {
	body.ecorahi-home-page .eco-rows,
	body.ecorahi-home-page .eh-post {
		padding: 16px 12px 18px;
		margin-left: -4px;
		margin-right: -4px;
		border-radius: 14px;
	}

	body.ecorahi-home-page .ecorahi-home-trust-sections {
		margin-bottom: 4px;
		padding: 0 12px;
	}

	body.ecorahi-home-page .ecorahi-trust-explainer {
		padding: 12px;
	}
}

.ecorahi-listing-submitted-notice {
	max-width: 860px;
	margin: 0 auto 18px;
	padding: 16px 18px;
	border: 1px solid #b9dcc8;
	border-radius: 14px;
	background: #eef6f1;
	color: #164e37;
	text-align: center;
}

.ecorahi-listing-submitted-notice strong {
	display: block;
	margin-bottom: 6px;
	font-size: 18px;
}

.ecorahi-listing-submitted-notice p {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}
