/* Menu institucional — uma linha */
.header-style-three .header-lower .nav-outer {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
.header-style-three .main-menu .navigation {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	float: none;
	width: max-content;
	min-width: 100%;
}
.header-style-three .main-menu .navigation > li {
	float: none;
	flex: 0 0 auto;
	margin-right: 12px !important;
	padding: 8px 0;
	white-space: nowrap;
}
.header-style-three .main-menu .navigation > li:last-child {
	margin-right: 0 !important;
}
.header-style-three .main-menu .navigation > li > a {
	font-size: 14px;
	line-height: 28px;
	padding: 0 2px;
	letter-spacing: 0.01em;
}
.header-style-three .main-menu .navigation > li.separadormenu {
	width: 1px;
	min-width: 1px;
	padding: 0;
	margin: 0 10px !important;
}
.header-style-three .wps-nav-gestao-btn {
	padding: 0;
	font-size: 13px;
	font-weight: 600;
	text-transform: none;
	min-height: 0;
	height: 30px;
	line-height: 30px;
	border: none;
	background: #fff;
	border-radius: 3px;
}
.header-style-three .wps-nav-gestao-btn a {
	position: relative;
	display: block;
	height: 100%;
	padding: 0 12px !important;
	color: #222 !important;
	white-space: nowrap;
}
@media only screen and (max-width: 1199px) {
	.header-style-three .main-menu .navigation > li > a {
		font-size: 13px;
	}
	.header-style-three .main-menu .navigation > li {
		margin-right: 8px !important;
	}
}

/* Impacto ambiental — site institucional WPS */
.wps-impacto-hero {
	background: linear-gradient(135deg, #1e3a1a 0%, #2d5c28 45%, #4a7c35 100%);
	color: #fff;
	padding: 48px 0 40px;
	margin-top: 0;
}
.wps-impacto-hero .wps-impacto-badge {
	display: inline-block;
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 999px;
	padding: 6px 14px;
	margin-bottom: 12px;
}
.wps-impacto-hero h2 {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 8px;
}
.wps-impacto-hero .lead {
	font-size: 16px;
	opacity: 0.92;
	max-width: 720px;
	margin: 0 auto 24px;
	line-height: 1.55;
}
.wps-impacto-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	max-width: 1100px;
	margin: 0 auto;
}
@media (max-width: 991px) {
	.wps-impacto-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
	.wps-impacto-grid { grid-template-columns: 1fr; }
	.wps-impacto-hero h2 { font-size: 24px; }
}
.wps-impacto-card {
	background: #fff;
	border-radius: 12px;
	padding: 22px 18px;
	text-align: center;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	color: #2a3a28;
	min-height: 130px;
}
.wps-impacto-card .valor {
	font-size: 28px;
	font-weight: 700;
	color: #3d6b2e;
	line-height: 1.15;
	margin: 6px 0;
}
.wps-impacto-card .rotulo {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #6b7a68;
	font-weight: 600;
}
.wps-impacto-card .detalhe {
	font-size: 11px;
	color: #8a9688;
	margin-top: 4px;
}
.wps-impacto-meta {
	text-align: center;
	font-size: 12px;
	opacity: 0.85;
	margin-top: 20px;
}
.wps-impacto-meta .live-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #8fdc6a;
	border-radius: 50%;
	margin-right: 6px;
	vertical-align: middle;
	animation: wps-pulse 2s infinite;
}
@keyframes wps-pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.45; }
}
.banner-section .wps-banner-impacto .wps-banner-periodo {
	font-size: 16px;
	margin: 0 0 8px;
	opacity: 0.95;
}
.banner-section .wps-banner-impacto ul {
	margin: 8px 0 16px;
	padding-left: 0;
	list-style: none;
}
.banner-section .wps-banner-impacto li {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 8px;
}
.banner-section .wps-banner-compostagem,
.wps-texto-corpo-compostagem {
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
	max-width: 720px;
	opacity: 0.98;
	text-align: left;
}
.wps-impacto-hero .wps-impacto-corpo {
	font-size: 15px;
	line-height: 1.75;
	max-width: 900px;
	margin: 0 auto 16px;
	text-align: justify;
}
.wps-impacto-hero .lead-periodo {
	font-size: 15px;
	margin-bottom: 12px;
	opacity: 0.95;
}
.wps-impacto-hero .wps-impacto-metodologia {
	font-size: 12px;
	line-height: 1.5;
	max-width: 900px;
	margin: 0 auto 20px;
	opacity: 0.88;
	text-align: center;
}
