:root {
	--eco-footer-green: #1f6b4a;
	--eco-footer-green-light: #2b7a78;
	--eco-footer-ink: #eef2ea;
	--eco-footer-muted: #b8c4bc;
	--eco-footer-panel: #132019;
	--eco-footer-panel-2: #0f1813;
}

body.ecorahi-footer-ui .ecorahi-footer-strip {
	background: linear-gradient(90deg, #173628 0%, var(--eco-footer-green) 52%, var(--eco-footer-green-light) 100%);
	color: var(--eco-footer-ink);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.ecorahi-footer-ui .ecorahi-footer-strip-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 16px 0;
}

body.ecorahi-footer-ui .ecorahi-footer-strip-copy {
	display: flex;
	flex-direction: column;
	gap: 4px;
	max-width: 520px;
}

body.ecorahi-footer-ui .ecorahi-footer-strip-copy strong {
	font-size: 17px;
	line-height: 1.25;
	color: #fff;
}

body.ecorahi-footer-ui .ecorahi-footer-strip-copy span {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.82);
}

body.ecorahi-footer-ui .ecorahi-footer-strip-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

body.ecorahi-footer-ui .ecorahi-footer-strip-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 40px;
	padding: 0 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: #fff !important;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none !important;
	border: 1px solid rgba(255, 255, 255, 0.16);
	transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

body.ecorahi-footer-ui .ecorahi-footer-strip-btn svg {
	width: 16px;
	height: 16px;
	flex: none;
	fill: none;
	stroke: currentColor;
	display: block;
}

body.ecorahi-footer-ui .ecorahi-footer-strip-btn:hover {
	background: rgba(255, 255, 255, 0.2);
	transform: translateY(-1px);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

body.ecorahi-footer-ui .ecorahi-footer-strip-btn--map {
	background: #fff;
	color: var(--eco-footer-green) !important;
	border-color: #fff;
}

body.ecorahi-footer-ui .ecorahi-footer-strip-btn--map:hover {
	background: #f4faf6;
	color: #145a3c !important;
}

body.ecorahi-footer-ui {
	padding-bottom: 0 !important;
}

body.ecorahi-footer-ui .site-footer.footer-wrap {
	background: var(--eco-footer-panel-2);
	color: var(--eco-footer-muted);
}

body.ecorahi-footer-ui .site-footer .main-footer {
	background: var(--eco-footer-panel);
	padding: 56px 0 42px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body.ecorahi-footer-ui .site-footer .widget-title,
body.ecorahi-footer-ui .site-footer .footer-widget-title,
body.ecorahi-footer-ui .site-footer .widget h2,
body.ecorahi-footer-ui .site-footer .widget h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 18px;
	padding-bottom: 0;
	letter-spacing: 0.01em;
}

body.ecorahi-footer-ui .site-footer .widget h3::after,
body.ecorahi-footer-ui .site-footer .widget-title::after {
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	margin-top: 12px;
	border-radius: 999px;
	background: linear-gradient(90deg, #8fd4ad 0%, var(--eco-footer-green) 100%);
}

body.ecorahi-footer-ui .site-footer .widget,
body.ecorahi-footer-ui .site-footer .widget p,
body.ecorahi-footer-ui .site-footer .widget li {
	color: var(--eco-footer-muted);
	font-size: 14px;
	line-height: 1.55;
}

body.ecorahi-footer-ui .site-footer .widget_nav_menu a,
body.ecorahi-footer-ui .site-footer .widget_text a,
body.ecorahi-footer-ui .site-footer .widget_cl_classified_about .rtin-des + *:not(.rtin-socials) a {
	color: var(--eco-footer-muted);
	font-size: 14px;
	line-height: 1.55;
	text-decoration: none;
	transition: color 0.2s ease;
}

body.ecorahi-footer-ui .site-footer .widget_nav_menu a:hover,
body.ecorahi-footer-ui .site-footer .widget_text a:hover {
	color: #8fd4ad;
}

body.ecorahi-footer-ui .site-footer .widget ul.menu,
body.ecorahi-footer-ui .site-footer .widget > ul:not(.rtin-socials) {
	padding-left: 0;
	list-style: none;
}

body.ecorahi-footer-ui .site-footer .widget ul.menu li,
body.ecorahi-footer-ui .site-footer .widget > ul:not(.rtin-socials) > li {
	margin-bottom: 10px;
	padding-left: 0;
}

/* About widget: logo + social icons */
body.ecorahi-footer-ui .site-footer .widget_cl_classified_about .rtin-img {
	margin-bottom: 18px;
}

body.ecorahi-footer-ui .site-footer .widget_cl_classified_about .rtin-img img {
	max-width: 180px;
	height: auto;
	display: block;
}

body.ecorahi-footer-ui .site-footer .widget_cl_classified_about .rtin-des {
	margin-bottom: 18px;
	padding-right: 0;
	color: var(--eco-footer-muted);
}

body.ecorahi-footer-ui .site-footer .widget_cl_classified_about ul.rtin-socials {
	font-size: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.ecorahi-footer-ui .site-footer .widget_cl_classified_about ul.rtin-socials li {
	display: inline-block;
	margin: 0 8px 0 0;
	padding: 0;
}

body.ecorahi-footer-ui .site-footer .widget_cl_classified_about ul.rtin-socials li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	color: #fff !important;
	font-size: 16px;
	line-height: 1;
	text-decoration: none !important;
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

body.ecorahi-footer-ui .site-footer .widget_cl_classified_about ul.rtin-socials li a i {
	font-style: normal;
	line-height: 1;
}

body.ecorahi-footer-ui .site-footer .widget_cl_classified_about ul.rtin-socials li a:hover {
	background: var(--eco-footer-green);
	border-color: rgba(143, 212, 173, 0.45);
	transform: translateY(-2px);
	color: #fff !important;
}

body.ecorahi-footer-ui .site-footer .footer-bottom {
	background: #0a100d;
	color: #8a968f;
	padding: 22px 0;
	margin-bottom: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body.ecorahi-footer-ui .site-footer .footer-bottom .footer-copyright {
	margin: 0;
	font-size: 13px;
	color: #8a968f;
}

body.ecorahi-footer-ui .site-footer .footer-bottom a {
	color: #8fd4ad;
	text-decoration: none;
}

body.ecorahi-footer-ui .site-footer .footer-bottom a:hover {
	color: #b8ebd0;
}

body.ecorahi-map-page.ecorahi-footer-ui .ecorahi-footer-strip {
	border-top: 0;
}

@media (max-width: 767px) {
	body.ecorahi-footer-ui .ecorahi-footer-strip-inner {
		flex-direction: column;
		align-items: flex-start;
		padding: 18px 0;
	}

	body.ecorahi-footer-ui .ecorahi-footer-strip-actions {
		width: 100%;
	}

	body.ecorahi-footer-ui .ecorahi-footer-strip-btn {
		flex: 1 1 calc(50% - 5px);
		justify-content: center;
		min-width: 0;
	}

	body.ecorahi-footer-ui .site-footer .main-footer {
		padding: 36px 0 28px;
	}

	body.ecorahi-footer-ui .site-footer .widget_cl_classified_about .rtin-img img {
		max-width: 150px;
	}
}
