.sobre-economy-cta {
	padding: 18px 0 54px;
	background: #ffffff;
}

.sobre-economy-cta__panel {
	display: grid;
	grid-template-columns: minmax(190px, 290px) minmax(0, 1fr) minmax(240px, 330px);
	gap: 36px;
	align-items: center;
	min-height: 250px;
	padding: 28px 44px;
	border-radius: 22px;
	background: #052d20;
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.13);
	overflow: hidden;
}

.sobre-economy-cta__media {
	position: relative;
	display: flex;
	min-height: 178px;
	align-items: center;
	justify-content: center;
}

.sobre-economy-cta__media img {
	display: block;
	width: min(100%, 260px);
	height: auto;
	max-height: 210px;
	object-fit: contain;
}

.sobre-economy-cta__placeholder {
	position: relative;
	width: 220px;
	max-width: 100%;
	height: 170px;
}

.sobre-economy-cta__seal {
	position: absolute;
	left: 14px;
	top: 10px;
	display: inline-flex;
	width: 112px;
	height: 112px;
	align-items: center;
	justify-content: center;
	border: 2px solid rgba(255, 255, 255, 0.28);
	border-radius: 34px;
	color: #ffffff;
	background: rgba(0, 191, 106, 0.2);
	font-size: 52px;
	font-weight: 700;
	line-height: 1;
	transform: rotate(-6deg);
}

.sobre-economy-cta__coin {
	position: absolute;
	display: block;
	border-radius: 999px;
	background: #c99a36;
	box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.24), 0 8px 14px rgba(0, 0, 0, 0.22);
}

.sobre-economy-cta__coin--one {
	right: 34px;
	bottom: 36px;
	width: 82px;
	height: 26px;
}

.sobre-economy-cta__coin--two {
	right: 12px;
	bottom: 12px;
	width: 106px;
	height: 30px;
}

.sobre-economy-cta__content {
	min-width: 0;
}

.sobre-economy-cta h2 {
	max-width: 620px;
	margin: 0;
	color: #ffffff;
	font-size: var(--home-type-h2, clamp(28px, 2.15vw, 32px));
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: 0;
}

.sobre-economy-cta .home-heading__highlight {
	color: var(--home-green, #00bf6a);
}

.sobre-economy-cta p {
	max-width: 540px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: var(--home-type-body-lg, 16px);
	font-weight: 400;
	line-height: 1.58;
}

.sobre-economy-cta__action {
	min-width: 0;
}

.sobre-economy-cta__button {
	display: inline-flex;
	width: 100%;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 14px 22px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	background: var(--home-green, #00bf6a);
	color: #ffffff !important;
	box-shadow: 0 12px 22px rgba(0, 191, 106, 0.22);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.sobre-economy-cta__button:visited,
.sobre-economy-cta__button:hover,
.sobre-economy-cta__button:focus {
	color: #ffffff !important;
}

.sobre-economy-cta__button:hover {
	background: var(--home-green-dark, #0b7c4d);
	box-shadow: 0 14px 24px rgba(0, 127, 72, 0.28);
	transform: translateY(-1px);
}

.sobre-economy-cta__button:focus-visible {
	outline: 3px solid rgba(0, 191, 106, 0.35);
	outline-offset: 3px;
}

.sobre-economy-cta__button svg {
	flex: 0 0 auto;
	transition: transform 0.2s ease;
}

.sobre-economy-cta__button:hover svg {
	transform: translateX(3px);
}

@media (max-width: 1100px) {
	.sobre-economy-cta__panel {
		grid-template-columns: minmax(0, 210px) minmax(0, 1fr);
		gap: 28px;
	}

	.sobre-economy-cta__action {
		grid-column: 2;
	}

	.sobre-economy-cta__button {
		width: auto;
		min-width: 240px;
	}
}

@media (max-width: 760px) {
	.sobre-economy-cta {
		padding: 14px 0 40px;
	}

	.sobre-economy-cta__panel {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 24px 18px;
		border-radius: 16px;
		text-align: center;
	}

	.sobre-economy-cta__media {
		min-height: 112px;
	}

	.sobre-economy-cta__media img {
		max-height: 132px;
	}

	.sobre-economy-cta__placeholder {
		height: 112px;
		transform: scale(0.68);
		transform-origin: center;
	}

	.sobre-economy-cta h2 {
		max-width: none;
		font-size: 24px;
		line-height: 1.2;
	}

	.sobre-economy-cta p {
		margin-top: 10px;
		font-size: 14px;
	}

	.sobre-economy-cta__action {
		grid-column: auto;
	}

	.sobre-economy-cta__button {
		width: 100%;
		min-height: 46px;
		min-width: 0;
		padding: 12px 18px;
		font-size: 14px;
		white-space: normal;
	}
}
