/* Home — sección de confianza */

.mp-home-trust-section.elementor-section {
	background-color: #f0f4f8;
}

.mp-home-trust-section .mpea-section-header {
	text-align: center;
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.mp-home-trust-section .mpea-section-header h2 span {
	color: #1c3d5e;
}

.mp-home-trust {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 15px 10px;
}

.mp-home-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.mp-home-trust__card {
	background: #ffffff;
	border-radius: 6px;
	box-shadow: 0 8px 24px rgba(28, 61, 94, 0.08);
	padding: 32px 24px 28px;
	text-align: center;
	height: 100%;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mp-home-trust__card:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 28px rgba(28, 61, 94, 0.12);
}

.mp-home-trust__icon {
	width: 64px;
	height: 64px;
	margin: 0 auto 18px;
	border-radius: 50%;
	background: rgba(58, 181, 176, 0.12);
	color: #3ab5b0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
}

.mp-home-trust__title {
	margin: 0 0 12px;
	font-family: Raleway, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #1c3d5e;
	line-height: 1.3;
}

.mp-home-trust__text {
	margin: 0;
	font-size: 14px;
	line-height: 1.75;
	color: #7b7d85;
}

.mp-home-trust__cta {
	text-align: center;
	margin-top: 40px;
}

.mp-home-trust__btn {
	display: inline-block;
	background: #3ab5b0;
	color: #ffffff !important;
	font-family: Raleway, sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 16px 32px;
	border-radius: 4px;
	text-decoration: none;
	transition: background 0.2s ease, transform 0.2s ease;
}

.mp-home-trust__btn:hover,
.mp-home-trust__btn:focus {
	background: #1c3d5e;
	color: #ffffff !important;
	text-decoration: none;
	transform: translateY(-1px);
}

@media (max-width: 991px) {
	.mp-home-trust__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
	}
}

@media (max-width: 575px) {
	.mp-home-trust__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.mp-home-trust__card {
		padding: 28px 20px 24px;
	}

	.mp-home-trust__cta {
		margin-top: 28px;
	}

	.mp-home-trust__btn {
		display: block;
		width: 100%;
	}
}
