/* Ecologika — mockup slide 2 — FTV TECH */

:root {
	--eco-lime: #7a9f2e;
	--eco-lime-dark: #6b8e23;
	--eco-green-deep: #1f3d2a;
	--eco-green-mid: #2d5a3c;
	--eco-ink: #1c1f1d;
	--eco-muted: #5f675f;
	--eco-line: #e6ebe4;
	--eco-soft: #f5f6f1;
	--eco-beige: #f7f7f2;
	--eco-white: #ffffff;
	--eco-radius: 8px;
	--eco-container: 1160px;
	--eco-font: "Manrope", "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--eco-font);
	color: var(--eco-ink);
	background: var(--eco-white);
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: .2s ease; }

.eco-container {
	width: min(var(--eco-container), calc(100% - 2.5rem));
	margin-inline: auto;
}
.screen-reader-text {
	position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0);
}

.eco-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: .4rem;
	font-family: inherit; font-weight: 700; font-size: .86rem; letter-spacing: .04em;
	text-transform: uppercase; padding: .9rem 1.4rem; border-radius: 8px;
	border: 2px solid transparent; line-height: 1.1; white-space: nowrap;
}
.eco-btn--primary { background: var(--eco-lime); color: #fff; }
.eco-btn--primary:hover { background: var(--eco-lime-dark); }
.eco-btn--lime { background: var(--eco-lime); color: var(--eco-green-deep); }
.eco-btn--lime:hover { filter: brightness(1.05); }
.eco-btn--outline {
	background: #fff; color: var(--eco-lime-dark);
	border-color: var(--eco-lime); text-transform: uppercase;
}
.eco-btn--outline:hover { background: var(--eco-lime); color: #fff; }
.eco-btn--ghost {
	background: transparent; color: var(--eco-ink); text-transform: none;
	font-weight: 600; letter-spacing: 0; padding-left: .2rem;
}
.eco-play {
	width: 2.1rem; height: 2.1rem; border-radius: 50%; border: 1.6px solid var(--eco-lime-dark);
	display: inline-grid; place-items: center; position: relative;
}
.eco-play::after {
	content: ""; border-style: solid; border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent var(--eco-lime-dark); margin-left: 2px;
}
.eco-link {
	display: inline-flex; align-items: center; gap: .3rem;
	font-weight: 700; font-size: .82rem; letter-spacing: .04em;
	text-transform: uppercase; color: var(--eco-lime-dark);
}
.eco-eyebrow {
	margin: 0 0 .7rem; color: var(--eco-lime-dark); font-weight: 800;
	font-size: .78rem; letter-spacing: .14em; text-transform: uppercase;
}
.eco-accent { color: var(--eco-lime); }
.eco-section { padding: 5rem 0; }
.eco-section__head { text-align: center; max-width: 38rem; margin: 0 auto 2.5rem; }
.eco-section__head h2, .eco-why__intro h2, .eco-news__head h2 {
	margin: 0 0 .7rem; font-size: clamp(1.75rem, 1.3rem + 1.5vw, 2.5rem);
	line-height: 1.15; font-weight: 800; letter-spacing: -.02em;
}
.eco-section__cta { text-align: center; margin: 2.25rem 0 0; }

/* Header */
.eco-header {
	position: sticky; top: 0; z-index: 100;
	background: #fff; border-bottom: 1px solid var(--eco-line);
}
.eco-header__inner { min-height: 78px; display: flex; align-items: center; gap: 1rem; }
.eco-logo { display: inline-flex; flex-direction: column; gap: .1rem; line-height: 1.1; }
.eco-logo__mark { display: inline-flex; align-items: center; gap: .35rem; }
.eco-logo__text { font-size: 1.15rem; font-weight: 500; color: #333; }
.eco-logo__text strong { font-weight: 800; color: var(--eco-lime-dark); }
.eco-logo__leaf {
	width: 15px; height: 19px; background: var(--eco-lime);
	border-radius: 60% 40% 60% 40%; transform: rotate(-18deg); position: relative; top: -7px; left: 2px;
}
.eco-logo__edition {
	font-size: .68rem; font-weight: 700; letter-spacing: .08em;
	color: var(--eco-muted); text-transform: uppercase; padding-left: 1.35rem;
}
.custom-logo-link img { max-height: 46px; width: auto; }
.eco-nav { margin-left: auto; }
.eco-nav__list { list-style: none; margin: 0; padding: 0; display: flex; gap: 1.25rem; }
.eco-nav__list a {
	font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
	padding-bottom: .2rem; border-bottom: 2px solid transparent;
}
.eco-nav__list a:hover { color: var(--eco-lime-dark); }
.eco-nav__list .current-menu-item > a,
.home .eco-nav__list > li:first-child > a {
	color: var(--eco-lime-dark);
	border-bottom-color: var(--eco-lime);
}
.eco-header__cta { flex-shrink: 0; border-radius: 6px; }
.eco-nav-toggle {
	display: none; width: 42px; height: 42px; border: 0; background: transparent;
	margin-left: auto; padding: 10px; cursor: pointer;
}
.eco-nav-toggle span { display: block; height: 2px; background: var(--eco-ink); margin: 5px 0; }

/* ========== HERO = slide1 desktop + HTML mobile ========== */
.eco-hero--slide1 {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.eco-hero__desktop {
	position: relative;
	line-height: 0;
}
.eco-hero__slide {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
}
.eco-hero__hotspots {
	position: absolute;
	inset: 0;
	z-index: 2;
}
.eco-hero__hotspot {
	position: absolute;
	display: block;
	border-radius: 6px;
}
.eco-hero__hotspot--cta {
	left: 4.5%;
	top: 62%;
	width: 16.5%;
	height: 9%;
}
.eco-hero__hotspot--video {
	left: 22%;
	top: 62%;
	width: 13%;
	height: 9%;
}
.eco-hero__hotspot:focus-visible {
	outline: 3px solid #6b8e23;
	outline-offset: 2px;
}

/* Mobile block hidden on desktop */
.eco-hero__mobile { display: none; }
.eco-hero__mobile-copy {
	padding: 2rem 1.25rem 1.5rem;
}
.eco-hero__mobile-title {
	margin: 0 0 1rem;
	font-size: clamp(2rem, 8vw, 2.6rem);
	line-height: 1.08;
	font-weight: 800;
	letter-spacing: -0.03em;
	color: #1c1f1d;
}
.eco-hero__mobile-text {
	margin: 0 0 1.5rem;
	color: #5f675f;
	font-size: 1.02rem;
	line-height: 1.55;
}
.eco-hero__mobile-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.9rem 1.25rem;
}
.eco-hero__mobile-media {
	position: relative;
	margin: 0;
}
.eco-hero__mobile-media img {
	width: 100%;
	height: auto;
	aspect-ratio: 4/3;
	object-fit: cover;
	object-position: 55% 40%;
	display: block;
}
.eco-hero__mobile-quote {
	margin: 0;
	padding: 1.15rem 1.25rem 1.35rem;
	background: #1f3d2a;
	color: #fff;
}
.eco-hero__mobile-quote > span {
	display: block;
	color: #8fbf3a;
	font-size: 2rem;
	line-height: 0.8;
	font-family: Georgia, serif;
	margin-bottom: 0.35rem;
}
.eco-hero__mobile-quote p {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.4;
	font-weight: 500;
}

/* Legacy hero pieces */
.eco-hero:not(.eco-hero--slide1) {
	display: grid;
	grid-template-columns: minmax(280px, 0.88fr) minmax(320px, 1.22fr);
	min-height: clamp(540px, 76vh, 680px);
	background: #fff;
	overflow: hidden;
}

/* Stats under slide */
.eco-stats {
	background: #fff;
	padding: 2.4rem 0;
	border-top: 1px solid rgba(0,0,0,.04);
}
.eco-stats__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.25rem;
}
.eco-stat { text-align: center; padding: .35rem; }
.eco-stat__icon {
	color: var(--eco-lime-dark);
	margin: 0 auto .6rem;
	width: 52px; height: 52px;
	border: 1.5px solid rgba(107, 142, 35, .4);
	border-radius: 50%;
	display: grid; place-items: center;
}
.eco-stat__title {
	font-size: 1.05rem;
	font-weight: 800;
	letter-spacing: .02em;
	line-height: 1.2;
}
.eco-stat__title strong {
	font-size: 1.35rem;
	margin-right: .15rem;
}
.eco-stat__text {
	margin: .4rem 0 0;
	color: var(--eco-muted);
	font-size: .88rem;
}

/* Why */
.eco-why__grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 3rem; align-items: center; }
.eco-why__intro p { color: var(--eco-muted); margin: 0 0 1.4rem; }
.eco-why__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.eco-feature {
	background: #fff; border: 1px solid var(--eco-line); border-radius: 14px;
	padding: 1.3rem 1.15rem;
}
.eco-feature__icon--blob {
	width: 52px; height: 52px; border-radius: 18px 22px 16px 20px;
	background: #e8f3d4; color: var(--eco-lime-dark);
	display: grid; place-items: center; margin-bottom: .7rem;
}
.eco-feature h3 { margin: 0 0 .35rem; font-size: .92rem; letter-spacing: .04em; }
.eco-feature p { margin: 0; color: var(--eco-muted); font-size: .9rem; }

/* Areas */
.eco-areas--soft { background: var(--eco-soft); }
.eco-areas__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.eco-area-card {
	background: var(--eco-green-deep); border-radius: 16px; overflow: hidden;
	display: flex; flex-direction: column; min-height: 380px;
}
.eco-area-card__media { flex: 1; min-height: 200px; }
.eco-area-card__media img { width: 100%; height: 100%; object-fit: cover; min-height: 210px; }
.eco-area-card__body { padding: 1.15rem 1.05rem 1.3rem; color: #fff; }
.eco-area-card__icon {
	display: inline-grid; place-items: center; width: 36px; height: 36px;
	border-radius: 50%; background: var(--eco-lime); color: var(--eco-green-deep); margin-bottom: .55rem;
}
.eco-area-card__body h3 { margin: 0 0 .35rem; font-size: .9rem; letter-spacing: .04em; }
.eco-area-card__body p { margin: 0; font-size: .84rem; opacity: .88; }

/* Banner CTA — full complete bar */
.eco-banner {
	background: var(--eco-green-deep);
	padding: 2.75rem 0;
}
.eco-banner__inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 1.75rem 2rem;
	align-items: center;
	width: 100%;
}
.eco-banner__icon {
	width: 72px; height: 72px; border-radius: 50%;
	border: 1.5px solid rgba(255,255,255,.35);
	display: grid; place-items: center; flex-shrink: 0;
}
.eco-banner__text {
	margin: 0; color: #fff;
	font-size: clamp(1.2rem, 1rem + .9vw, 1.65rem);
	font-weight: 700; line-height: 1.35;
}
.eco-banner__cta { flex-shrink: 0; }

/* News */
.eco-news__head {
	display: flex; align-items: flex-end; justify-content: space-between;
	gap: 1.5rem; margin-bottom: 2rem;
}
.eco-news__all {
	display: flex; flex-direction: column; align-items: flex-end; gap: .55rem;
	font-size: .78rem; font-weight: 800; letter-spacing: .1em;
	text-transform: uppercase; color: var(--eco-lime-dark);
}
.eco-news__all-btn {
	width: 42px; height: 42px; border-radius: 50%; border: 1.5px solid var(--eco-lime);
	display: grid; place-items: center; font-size: 1.1rem;
}
.eco-news__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.eco-news-card {
	background: #fff; border: 1px solid var(--eco-line); border-radius: 14px; padding: .85rem;
}
.eco-news-card__media {
	position: relative; display: block; border-radius: 10px; overflow: hidden;
	aspect-ratio: 16/10; margin-bottom: .9rem;
}
.eco-news-card__media img { width: 100%; height: 100%; object-fit: cover; }
.eco-news-card__date {
	position: absolute; top: .65rem; left: .65rem; background: #fff; border-radius: 8px;
	padding: .35rem .5rem; display: flex; flex-direction: column; line-height: 1.1; min-width: 3.2rem;
}
.eco-news-card__date strong { color: var(--eco-lime-dark); font-size: .72rem; letter-spacing: .04em; }
.eco-news-card__date small { color: var(--eco-ink); font-size: .7rem; font-weight: 700; }
.eco-news-card h3 { margin: 0 0 .4rem; font-size: 1.02rem; line-height: 1.3; }
.eco-news-card p { margin: 0 0 .8rem; color: var(--eco-muted); font-size: .9rem; }

/* Partners */
.eco-partners { padding: 2.2rem 0 2.8rem; background: var(--eco-soft); }
.eco-partners__row {
	display: flex; flex-wrap: wrap; justify-content: center; gap: 1.4rem 2.4rem;
	color: #8a948b; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; font-size: .78rem;
}

/* Footer */
.eco-footer { background: #f7f8f6; padding-top: 3.5rem; color: var(--eco-ink); }
.eco-footer__top { position: relative; padding-bottom: 2.5rem; }
.eco-footer__grid {
	display: grid; grid-template-columns: 1.4fr .9fr .9fr 1.1fr; gap: 2rem;
	position: relative; z-index: 1;
}
.eco-footer h4 {
	margin: 0 0 .9rem; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase;
}
.eco-footer__brand p { color: var(--eco-muted); max-width: 22rem; font-size: .95rem; }
.eco-footer__links, .eco-footer__contacts { list-style: none; margin: 0; padding: 0; }
.eco-footer__links li, .eco-footer__contacts li { margin-bottom: .5rem; }
.eco-footer__links a:hover { color: var(--eco-lime-dark); }
.eco-footer__contacts li { display: flex; gap: .55rem; align-items: flex-start; color: var(--eco-muted); }
.eco-footer__ico { color: var(--eco-lime-dark); min-width: 1rem; }
.eco-social--circles {
	list-style: none; margin: 1.1rem 0 0; padding: 0; display: flex; gap: .55rem;
}
.eco-social--circles a {
	width: 36px; height: 36px; border-radius: 50%; background: var(--eco-lime);
	color: #fff; display: grid; place-items: center; font-size: .65rem; font-weight: 800;
}
.eco-social--circles a:hover { background: var(--eco-lime-dark); }
.eco-footer__art {
	position: absolute; right: 0; bottom: 1rem; color: rgba(143,196,58,.28);
	pointer-events: none; z-index: 0;
}
.eco-footer__bottom {
	border-top: 1px solid rgba(0,0,0,.06); padding: 1rem 0; background: #eef1ed;
}
.eco-footer__bottom-inner {
	display: flex; justify-content: space-between; gap: 1rem; align-items: center;
	font-size: .84rem; color: var(--eco-muted);
}
.eco-footer__bottom p { margin: 0; }
.eco-footer__bottom-links { display: flex; gap: 1.1rem; }
.eco-footer__bottom-links a:hover { color: var(--eco-lime-dark); }

.eco-page { padding: 4rem 0; }
.eco-page__title { margin: 0 0 1.4rem; font-size: clamp(2rem, 1.5rem + 1.4vw, 2.7rem); }
.eco-prose { max-width: 720px; }

/* Elementor: full-bleed content, no double chrome */
.eco-main { display: block; }
.eco-elementor-wrap { width: 100%; max-width: none; }
.eco-elementor-page .eco-main {
	padding: 0;
	margin: 0;
}
.eco-elementor-page .eco-elementor-wrap > .elementor {
	max-width: none;
}
.eco-elementor-page .elementor-section.elementor-section-boxed > .elementor-container {
	max-width: min(1160px, 100%);
}
.eco-elementor-page .elementor-section.elementor-section-full_width > .elementor-container {
	max-width: 100%;
}

.eco-events-table { width: 100%; border-collapse: collapse; }
.eco-events-table th, .eco-events-table td {
	text-align: left; padding: .85rem .65rem; border-bottom: 1px solid var(--eco-line); vertical-align: top;
}
.eco-events-table th { color: var(--eco-lime-dark); font-size: .76rem; letter-spacing: .06em; text-transform: uppercase; }

@media (max-width: 980px) {
	.eco-hero__desktop { display: none !important; }
	.eco-hero__mobile { display: block !important; }

	.eco-why__grid { grid-template-columns: 1fr; }
	.eco-stats__grid,
	.eco-areas__grid,
	.eco-news__grid { grid-template-columns: 1fr 1fr; }
	.eco-footer__grid { grid-template-columns: 1fr 1fr; gap: 1.75rem; }
	.eco-banner__inner { grid-template-columns: 1fr; text-align: left; }
	.eco-footer__art { display: none; }
	.eco-container { width: min(var(--eco-container), calc(100% - 1.5rem)); }
	.eco-header__inner { gap: 0.75rem; }
	.eco-nav__list { gap: 0.85rem; flex-wrap: wrap; }
	.eco-footer__links,
	.eco-footer__contacts {
		display: flex;
		flex-direction: column;
	}
}

@media (max-width: 780px) {
	.eco-nav-toggle { display: block; }
	.eco-header__inner {
		position: relative;
		min-height: 64px;
		flex-wrap: nowrap;
	}
	.eco-nav {
		display: none;
		position: absolute;
		top: 100%;
		left: 50%;
		right: auto;
		width: 100vw;
		margin-left: -50vw;
		background: #fff;
		border-bottom: 1px solid var(--eco-line);
		padding: 1rem 1.25rem 1.25rem;
		z-index: 200;
		box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
	}
	.eco-nav.is-open { display: block; }
	.eco-nav__list {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.9rem;
		width: min(1160px, calc(100% - 0rem));
		margin: 0 auto;
		padding: 0 0.25rem;
	}
	.eco-header__cta { display: none !important; }

	.eco-stats__grid,
	.eco-areas__grid,
	.eco-news__grid,
	.eco-why__cards,
	.eco-footer__grid { grid-template-columns: 1fr; }

	.eco-news__head { flex-direction: column; align-items: flex-start; }
	.eco-footer__bottom-inner { flex-direction: column; align-items: flex-start; }
	.eco-section { padding: 3rem 0; }
	.eco-area-card { min-height: 300px; }

	.eco-hero__mobile-actions {
		flex-direction: column;
		align-items: stretch;
	}
	.eco-hero__mobile-actions .eco-btn--primary {
		width: 100%;
		justify-content: center;
	}
	.eco-hero__mobile-actions .eco-btn--ghost {
		justify-content: flex-start;
		padding-left: 0;
	}

	.eco-banner__cta { width: 100%; justify-content: center; }
	.eco-footer__links li a,
	.eco-footer__contacts li {
		word-break: break-word;
	}
	.eco-stat__title { font-size: 1rem; }
	.eco-stat__title strong { font-size: 1.25rem; }
}

@media (max-width: 480px) {
	.eco-hero__mobile-copy { padding: 1.5rem 1rem 1.25rem; }
	.eco-hero__mobile-title { font-size: 1.85rem; }
	.eco-logo__text { font-size: 1rem; }
}
