/* Ecologika Elementor widgets — FTV TECH */

:root {
	--eco-el-lime: #7a9f2e;
	--eco-el-lime-dark: #6b8e23;
	--eco-el-deep: #1f3d2a;
	--eco-el-beige: #f7f7f2;
	--eco-el-ink: #1c1f1d;
	--eco-el-muted: #5f675f;
}

.elementor-widget-ecologika_hero > .elementor-widget-container,
.elementor-widget-ecologika_stats > .elementor-widget-container,
.elementor-widget-ecologika_cta > .elementor-widget-container {
	padding: 0 !important;
}

.elementor-section:has(.eco-el-hero),
.elementor-section:has(.eco-el-stats),
.elementor-section:has(.eco-el-cta) {
	padding: 0 !important;
	margin: 0 !important;
}

.elementor-section:has(.eco-el-hero) > .elementor-container,
.elementor-section:has(.eco-el-stats) > .elementor-container,
.elementor-section:has(.eco-el-cta) > .elementor-container {
	max-width: 100% !important;
	padding: 0 !important;
}

.eco-el-hero--slide1 {
	position: relative;
	display: block;
	width: 100%;
	background: #fff;
	overflow: hidden;
}

/* Mobile-first */
.eco-el-hero__desktop { display: none; position: relative; line-height: 0; }
.eco-el-hero__slide { width: 100%; height: auto; display: block; }
.eco-el-hero__hotspots { position: absolute; inset: 0; z-index: 2; }
.eco-el-hero__hotspot { position: absolute; display: block; border-radius: 6px; }
.eco-el-hero__hotspot--cta { left: 8%; top: 73.5%; width: 17%; height: 10%; }

.eco-el-hero__mobile { display: block; }
.eco-el-hero__mobile-copy { padding: 2rem 1.25rem 1.5rem; }
.eco-el-hero__mobile-title {
	margin: 0 0 1rem;
	font-family: Manrope, "Segoe UI", sans-serif;
	font-size: clamp(1.9rem, 8vw, 2.6rem);
	line-height: 1.08;
	font-weight: 800;
	letter-spacing: -0.03em;
	color: var(--eco-el-ink);
}
.eco-el-hero__accent { color: var(--eco-el-lime-dark); }
.eco-el-hero__mobile-text {
	margin: 0 0 1.5rem;
	color: var(--eco-el-muted);
	font-size: 1.02rem;
	line-height: 1.55;
	font-family: Manrope, "Segoe UI", sans-serif;
}
.eco-el-hero__mobile-actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.9rem;
}
.eco-el-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	background: var(--eco-el-lime-dark);
	color: #fff !important;
	font-family: Manrope, "Segoe UI", sans-serif;
	font-weight: 700;
	font-size: 0.86rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none !important;
	padding: 0.95rem 1.4rem;
	border-radius: 6px;
	min-height: 48px;
	width: 100%;
}
.eco-el-hero__mobile-media {
	overflow: hidden;
	background: var(--eco-el-deep);
}
.eco-el-hero__mobile-media img {
	width: 100%;
	aspect-ratio: 4/5;
	object-fit: cover;
	object-position: 50% 40%;
	display: block;
}
.eco-el-hero__mobile-quote {
	margin: 0;
	padding: 1.15rem 1.25rem 1.35rem;
	background: var(--eco-el-deep);
	color: #fff;
}
.eco-el-hero__mobile-quote > span {
	display: block;
	color: #8fbf3a;
	font-size: 2rem;
	line-height: 0.8;
	margin-bottom: 0.35rem;
}
.eco-el-hero__mobile-quote p {
	margin: 0;
	font-family: Manrope, "Segoe UI", sans-serif;
	font-size: 1.05rem;
	line-height: 1.4;
	font-weight: 500;
}

@media (min-width: 1101px) {
	.eco-el-hero__desktop { display: block; }
	.eco-el-hero__mobile { display: none; }
	.eco-el-btn { width: auto; }
}

.eco-el-stats {
	background: #fff;
	padding: 2.4rem 4%;
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0.04);
}
.eco-el-stats__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.25rem;
	max-width: 1160px;
	margin: 0 auto;
}
.eco-el-stat { text-align: center; }
.eco-el-stat__icon {
	width: 52px;
	height: 52px;
	margin: 0 auto 0.6rem;
	border-radius: 50%;
	border: 1.5px solid rgba(107, 142, 35, 0.4);
	color: var(--eco-el-lime-dark);
	display: grid;
	place-items: center;
}
.eco-el-stat__title {
	font-family: Manrope, "Segoe UI", sans-serif;
	font-size: 1.05rem;
	font-weight: 800;
	color: var(--eco-el-ink);
}
.eco-el-stat__title strong { font-size: 1.35rem; margin-right: 0.15rem; }
.eco-el-stat p {
	margin: 0.4rem 0 0;
	color: var(--eco-el-muted);
	font-size: 0.88rem;
	font-family: Manrope, "Segoe UI", sans-serif;
}

.eco-el-cta {
	background: var(--eco-el-deep);
	padding: 2.75rem 4%;
	width: 100%;
}
.eco-el-cta__inner {
	max-width: 1160px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 1.75rem 2rem;
	align-items: center;
}
.eco-el-cta__icon {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	border: 1.5px solid rgba(255, 255, 255, 0.35);
	display: grid;
	place-items: center;
}
.eco-el-cta__text {
	margin: 0;
	color: #fff;
	font-family: Manrope, "Segoe UI", sans-serif;
	font-size: clamp(1.2rem, 1rem + 0.9vw, 1.65rem);
	font-weight: 700;
	line-height: 1.35;
}
.eco-el-cta__btn {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	background: #8fbf3a;
	color: var(--eco-el-deep) !important;
	font-family: Manrope, "Segoe UI", sans-serif;
	font-weight: 800;
	font-size: 0.86rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none !important;
	padding: 0.95rem 1.4rem;
	border-radius: 6px;
	white-space: nowrap;
}

@media (max-width: 980px) {
	.eco-el-stats__grid { grid-template-columns: 1fr 1fr; }
	.eco-el-cta__inner { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
	.eco-el-stats__grid { grid-template-columns: 1fr; }
}
