/* ==========================================================================
   עמוד מוצר — סקציית "למה לבחור באבן הזו" (4 כרטיסי יתרון)
   מקור עיצוב: Figma 868:10523. Desktop = 4 כרטיסים בשורה (2+2 עם רווח מרכזי),
   Mobile = 2x2.
   ========================================================================== */

.nzm-pwhy {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 70px 0 30px;
	background: #fff;
	color: var(--nzm-text-black, #000);
	font-family: var(--nzm-header-font);
	box-sizing: border-box;
	direction: rtl;
}

.nzm-pwhy__container {
	width: min(1595px, 100% - 48px);
	margin-inline: auto;
}

.nzm-pwhy__title {
	margin: 0;
	font-weight: 300; /* Ploni Light */
	font-size: 56px;
	line-height: 60px;
	text-align: center;
	color: #000;
}

.nzm-pwhy__intro {
	margin: 22px auto 0;
	max-width: 1060px;
	font-weight: 400; /* Ploni Regular */
	font-size: 21px;
	line-height: 30px;
	text-align: center;
	color: #000;
}

/* ---------- Desktop grid: 6 כרטיסים בשורה ---------- */
.nzm-pwhy__grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 48px 24px;
	margin-top: 64px;
}

.nzm-pwhy__card {
	flex: 0 1 224px;
	max-width: 240px;
	text-align: right;
}

.nzm-pwhy__icon {
	min-height: 108px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-bottom: 18px;
}

.nzm-pwhy__icon-img {
	display: block;
	width: auto;
	height: auto;
	max-height: 100px;
	max-width: 120px;
	color: #1d1d1b; /* currentColor לאייקוני stroke */
}

.nzm-pwhy__card-title {
	margin: 0;
	font-weight: 500; /* Ploni Medium */
	font-size: 26px;
	line-height: 30px;
	color: #000;
}

.nzm-pwhy__card-text {
	margin: 12px 0 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #000;
}

/* ---------- Mid desktop / tablet: 3 בשורה (3x2) ---------- */
@media (min-width: 1025px) and (max-width: 1400px) {
	.nzm-pwhy__grid {
		justify-content: center;
		gap: 44px 32px;
	}
	.nzm-pwhy__card {
		flex: 0 0 calc(33.333% - 24px);
		max-width: calc(33.333% - 24px);
	}
}

/* ---------- Tablet / Mobile: 2 בשורה (2x3) ---------- */
@media (max-width: 1024px) {
	.nzm-pwhy {
		padding: 48px 0 18px;
	}
	.nzm-pwhy__title {
		font-size: 34px;
		line-height: 40px;
	}
	.nzm-pwhy__intro {
		font-size: 17px;
		line-height: 26px;
		margin-top: 16px;
	}
	.nzm-pwhy__grid {
		margin-top: 36px;
		gap: 36px 20px;
		justify-content: center;
	}
	.nzm-pwhy__card {
		flex: 0 0 calc(50% - 10px);
		max-width: calc(50% - 10px);
	}
	.nzm-pwhy__icon {
		min-height: 72px;
		margin-bottom: 14px;
	}
	.nzm-pwhy__icon-img {
		max-height: 64px;
		max-width: 92px;
	}
	.nzm-pwhy__card-title {
		font-size: 20px;
		line-height: 26px;
	}
	.nzm-pwhy__card-text {
		font-size: 15px;
		line-height: 22px;
	}
}

@media (max-width: 480px) {
	.nzm-pwhy__grid {
		gap: 28px 16px;
	}
	.nzm-pwhy__card {
		flex-basis: calc(50% - 8px);
		max-width: calc(50% - 8px);
	}
	.nzm-pwhy__title {
		font-size: 27px;
		line-height: 33px;
	}
}
