/*
 * Trust / quick-benefits strip directly under the hero. A slim white
 * card that overlaps the bottom of the hero slightly for a layered,
 * premium feel, without introducing a new heavy section.
 */

.nji-trust-row {
	position: relative;
	z-index: 5;
	max-width: 1140px;
	margin: -34px auto 0;
	background: #fff;
	border-radius: var(--nji-radius-lg);
	box-shadow: var(--nji-shadow-card);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px 48px;
	padding: 26px 40px;
}

.nji-trust-item {
	display: flex;
	align-items: center;
	gap: 12px;
}

.nji-trust-item i {
	color: var(--nji-red);
	font-size: 24px;
	line-height: 1;
}

.nji-trust-item span {
	font-family: var(--nji-font-heading);
	font-size: 15px;
	font-weight: 600;
	color: var(--nji-charcoal);
}

@media only screen and (max-width: 1200px) {
	.nji-trust-row {
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.nji-trust-row {
		margin-top: -20px;
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
		padding: 22px 26px;
	}
}

@media only screen and (max-width: 480px) {
	.nji-trust-row {
		margin-left: 14px;
		margin-right: 14px;
		border-radius: var(--nji-radius-md);
	}
}
