/* Reference footer: svitlo-e.com.ua (Greenly style 3) */

body.esvitlo-custom-footer .site-primary-footer-wrap,
body.esvitlo-custom-footer .site-above-footer-wrap,
body.esvitlo-custom-footer .site-below-footer-wrap,
body.esvitlo-custom-footer .ast-small-footer,
body.esvitlo-custom-footer .ast-footer-overlay,
body.esvitlo-custom-footer .ast-footer-copyright {
	display: none !important;
}

.esvitlo-site-footer {
	background: #191c21;
	color: rgba(255, 255, 255, 0.92);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, sans-serif;
	margin-top: 0;
}

/* Hero slogan */
.esvitlo-footer-hero {
	padding: 100px 0 0;
}

.esvitlo-footer-hero__title {
	margin: 0;
	color: #fff;
	font-size: clamp(2rem, 5vw, 3.45rem);
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: -0.02em;
}

.esvitlo-footer-hero__title span {
	color: #3d9e50;
}

/* Widget columns */
.esvitlo-footer-widgets {
	padding: 2.5rem 0 2.8rem;
}

.esvitlo-footer-widgets__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2rem 2.5rem;
}

.esvitlo-footer-contact__heading,
.esvitlo-footer-email__heading {
	margin: 0 0 0.65rem;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: rgba(255, 255, 255, 0.72);
}

.esvitlo-footer-contact + .esvitlo-footer-contact {
	margin-top: 1.5rem;
}

.esvitlo-footer-contact p,
.esvitlo-footer-email p {
	margin: 0;
	font-size: 1.25rem;
	line-height: 1.45;
	font-weight: 500;
}

.esvitlo-footer-contact a,
.esvitlo-footer-email a,
.esvitlo-footer-links a {
	color: #fff;
	text-decoration: none;
	transition: color 0.15s ease;
}

.esvitlo-footer-contact a:hover,
.esvitlo-footer-email a:hover,
.esvitlo-footer-links a:hover {
	color: #3d9e50;
}

.esvitlo-footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.esvitlo-footer-links li {
	margin: 0 0 0.85rem;
}

.esvitlo-footer-links li:last-child {
	margin-bottom: 0;
}

.esvitlo-footer-links a {
	font-size: 0.95rem;
	line-height: 1.4;
	font-weight: 500;
}

/* Copyright bar */
.esvitlo-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	padding: 1.35rem 0 1.5rem;
}

.esvitlo-footer-bottom__text {
	margin: 0;
	text-align: center;
	font-size: 0.875rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 991px) {
	.esvitlo-footer-hero {
		padding-top: 4rem;
	}

	.esvitlo-footer-widgets__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.esvitlo-footer-col--links {
		grid-column: 1 / -1;
	}
}

@media (max-width: 600px) {
	.esvitlo-footer-widgets__grid {
		grid-template-columns: 1fr;
	}

	.esvitlo-footer-contact p,
	.esvitlo-footer-email p {
		font-size: 1.05rem;
	}
}
