.sobre-energisa {
	position: relative;
	overflow: hidden;
	padding: 22px 0 58px;
	background:
		radial-gradient(circle at 8% 100%, rgba(0, 191, 106, 0.18), transparent 34%),
		linear-gradient(180deg, #ffffff 0%, #ffffff 62%, rgba(0, 191, 106, 0.08) 100%);
	color: var(--home-ink, #0f172a);
}

.sobre-energisa::after {
	content: '';
	position: absolute;
	right: -36px;
	top: 36px;
	width: 180px;
	height: 270px;
	background: rgba(0, 89, 49, 0.05);
	clip-path: polygon(26% 0, 78% 0, 48% 42%, 88% 100%, 36% 100%, 10% 45%);
	pointer-events: none;
}

.sobre-energisa .home-container {
	position: relative;
	z-index: 1;
}

.sobre-energisa__heading {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

.sobre-energisa__intro {
	display: grid;
	grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
	gap: 46px;
	align-items: center;
	margin: 0 0 36px;
}

.sobre-energisa__brand {
	padding-right: 44px;
	border-right: 1px solid rgba(0, 89, 49, 0.18);
}

.sobre-energisa__brand p {
	margin: 0 0 12px;
	color: #005931;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.sobre-energisa__brand img {
	display: block;
	width: min(100%, 220px);
	height: auto;
}

.sobre-energisa__copy p {
	max-width: 720px;
	margin: 0;
	color: var(--home-ink, #0f172a);
	font-size: var(--home-type-body-lg, 16px);
	font-weight: 400;
	line-height: 1.58;
	letter-spacing: 0;
}

.sobre-energisa__copy .home-heading__highlight {
	color: var(--home-green, #00bf6a);
	font-weight: 700;
}

.sobre-energisa__cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.sobre-energisa__card {
	overflow: hidden;
	border: 1px solid rgba(15, 23, 42, 0.07);
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.sobre-energisa__image {
	height: 178px;
	overflow: hidden;
	background: rgba(0, 191, 106, 0.08);
}

.sobre-energisa__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sobre-energisa__card-body {
	position: relative;
	padding: 44px 22px 24px;
}

.sobre-energisa__icon {
	position: absolute;
	top: -26px;
	left: 22px;
	display: inline-flex;
	width: 52px;
	height: 52px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 999px;
	background: #ffffff;
	color: #6aa622;
	box-shadow: 0 10px 20px rgba(15, 23, 42, 0.12);
}

.sobre-energisa__icon svg {
	width: 29px;
	height: 29px;
}

.sobre-energisa__card h3 {
	margin: 0;
	color: #00442b;
	font-size: 17px;
	font-weight: 650;
	line-height: 1.24;
	letter-spacing: 0;
}

.sobre-energisa__line {
	display: block;
	width: 34px;
	height: 2px;
	margin: 14px 0 18px;
	border-radius: 999px;
	background: #8fbd1f;
}

.sobre-energisa__card p {
	margin: 0;
	color: #1f2937;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}

@media (max-width: 1120px) {
	.sobre-energisa__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.sobre-energisa {
		padding: 18px 0 44px;
	}

	.sobre-energisa__intro {
		grid-template-columns: 1fr;
		gap: 24px;
		margin-bottom: 28px;
	}

	.sobre-energisa__brand {
		padding-right: 0;
		border-right: 0;
	}
}

@media (max-width: 560px) {
	.sobre-energisa {
		padding: 16px 0 36px;
	}

	.sobre-energisa__brand p {
		font-size: 11px;
		letter-spacing: 0.12em;
	}

	.sobre-energisa__copy p {
		font-size: 14px;
		line-height: 1.55;
	}

	.sobre-energisa__cards {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.sobre-energisa__image {
		height: 168px;
	}

	.sobre-energisa__card-body {
		padding: 42px 18px 22px;
	}

	.sobre-energisa__card h3 {
		font-size: 16px;
	}
}
