/* ==========================================================================
   עמוד צבע — סקציות נוספות (Figma 868:19405)
   יתרונות · תוכן SEO · שאלות ותשובות · כרטיסי סוגי-עבודה
   ========================================================================== */
.shade-adv, .shade-seo, .shade-faq, .shade-worktypes { font-family: var(--nzm-header-font); color: #000; }
.shade-container { width: min(1600px, 100% - 48px); margin-inline: auto; }

/* ---------- יתרונות ---------- */
.shade-adv { padding: clamp(44px, 5vw, 80px) 0; background: #fff; }
.shade-adv__title { margin: 0; font-weight: 300; font-size: clamp(30px, 3.6vw, 50px); line-height: 1.1; text-align: center; }
.shade-adv__sub { margin: 16px auto 0; max-width: 1100px; font-weight: 400; font-size: clamp(16px, 1.6vw, 21px); line-height: 1.4; text-align: center; }
.shade-adv__grid { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; gap: 40px 18px; margin-top: clamp(36px, 4vw, 60px); }
.shade-adv__card { flex: 0 1 250px; max-width: 236px; text-align: right; }
.shade-adv__icon { min-height: 84px; display: flex; align-items: flex-end; justify-content: flex-start; margin-bottom: 16px; }
.shade-adv__icon img { display: block; width: auto; height: auto; max-height: 74px; max-width: 110px; }
.shade-adv__card-title { margin: 0; font-weight: 500; font-size: clamp(20px, 2vw, 26px); line-height: 1.16; }
.shade-adv__card-text { margin: 12px 0 0; font-weight: 400; font-size: clamp(15px, 1.4vw, 18px); line-height: 1.45; }
@media (min-width:1025px) and (max-width:1400px){ .shade-adv__grid{justify-content:center;gap:40px 32px} .shade-adv__card{flex:0 0 calc(33.333% - 24px);max-width:calc(33.333% - 24px)} }
@media (max-width:1024px){ .shade-adv__grid{justify-content:center;gap:36px 20px} .shade-adv__card{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)} .shade-adv__icon{min-height:64px} .shade-adv__icon img{max-height:56px} }

/* ---------- תוכן SEO ---------- */
.shade-seo { padding: clamp(20px, 3vw, 40px) 0; background: #fff; }
.shade-seo__box { background: #f6f6f6; border-radius: 10px; padding: clamp(28px, 3vw, 48px); }
.shade-seo__title { margin: 0 0 18px; font-weight: 300; font-size: clamp(26px, 3vw, 42px); line-height: 1.12; }
.shade-seo__text { position: relative; max-height: 8.5em; overflow: hidden; font-weight: 400; font-size: clamp(15px, 1.5vw, 19px); line-height: 1.7; transition: max-height .35s ease; }
.shade-seo__text p { margin: 0 0 12px; }
.shade-seo.is-open .shade-seo__text { max-height: 250em; }
.shade-seo__more { margin-top: 14px; display: inline-flex; align-items: center; gap: 10px; background: none; border: 0; padding: 6px 0; cursor: pointer; font-family: inherit; font-weight: 500; font-size: 18px; color: #000; }
.shade-seo__more-arrow { display: inline-flex; }

/* ---------- שאלות ותשובות ---------- */
.shade-faq { padding: clamp(40px, 5vw, 80px) 0; background: #fff; }
.shade-faq__title { margin: 0 auto clamp(24px, 3vw, 40px); font-weight: 300; font-size: clamp(28px, 3.4vw, 50px); line-height: 1.12; text-align: center; }
.shade-faq__list { width: min(800px, 100%); margin-inline: auto; }
.shade-faq__item { border-bottom: 1px solid var(--nzm-border-light, rgba(0,0,0,.15)); }
.shade-faq__q { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 4px; cursor: pointer; list-style: none; font-weight: 500; font-size: clamp(17px, 1.5vw, 22px); line-height: 1.3; text-align: right; }
.shade-faq__q::-webkit-details-marker { display: none; }
.shade-faq__q-text { flex: 1 1 auto; }
.shade-faq__icon { flex: 0 0 auto; display: inline-flex; transition: transform .25s ease; }
.shade-faq__item[open] .shade-faq__icon { transform: rotate(45deg); }
.shade-faq__a { padding: 0 4px 24px; font-weight: 400; font-size: clamp(15px, 1.3vw, 18px); line-height: 1.55; color: var(--nzm-text-dark-gray, #3e3e3e); text-align: right; }

/* ---------- כרטיסי סוגי-עבודה ---------- */
.shade-worktypes { padding: clamp(44px, 5vw, 80px) 0; background: #f5f5f5; }
.shade-worktypes__title { margin: 0 0 clamp(28px, 3vw, 48px); font-weight: 300; font-size: clamp(30px, 4.3vw, 56px); line-height: 1.1; text-align: center; color: #000; }
.shade-worktypes__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 21px; }
.shade-wt { display: flex; align-items: center; gap: 12px; min-height: 104px; background: #fff; border: 1px solid #e4e4e4; border-radius: 10px; padding: 14px 20px; text-decoration: none; color: #0b0b0b; transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease; }
.shade-wt[href]:hover { box-shadow: 0 10px 28px rgba(0,0,0,.08); transform: translateY(-2px); border-color: #cfcfcf; }
.shade-wt__label { flex: 1 1 auto; min-width: 0; font-weight: 400; font-size: clamp(17px, 1.5vw, 24px); line-height: 1.25; text-align: right; color: #0b0b0b; }
.shade-wt__media { flex: 0 0 auto; width: 76px; height: 76px; border-radius: 5px; overflow: hidden; background: #e9e9e9; }
.shade-wt__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.shade-wt__chevron { flex: 0 0 auto; display: inline-flex; color: #0b0b0b; }
@media (max-width:1024px){ .shade-worktypes__grid{grid-template-columns:repeat(2,1fr); gap:16px} }
@media (max-width:560px){ .shade-worktypes__grid{grid-template-columns:1fr} }

/* ===== עמוד צבע: ניווט גוונים כ-pills (ללא תמונה, רוחב לפי מילה, active/hover שחור) ===== */
.nzm-catalog-scroll-area { overflow: visible; }
.nzm-catalog-cards-track {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}
.nzm-catalog-card {
	flex: 0 0 auto;
	width: auto;
	max-width: none;
	min-width: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 35px;
	padding: 10px 20px;
	height: auto;
	border: 1px solid #d7d7d7;
	border-radius: 66px;
	background: #fff;
	color: #000;
	text-decoration: none;
	transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}
.nzm-catalog-card__img-wrap { display: none !important; }
.nzm-catalog-card__title { font-weight: 400; font-size: clamp(15px, 1.4vw, 21px); line-height: 1; white-space: nowrap; color: #000; }
.nzm-catalog-card:hover,
.nzm-catalog-card:focus-visible,
.nzm-catalog-card.is-current { background: #000; border-color: #000; color: #fff; opacity: 1; }
.nzm-catalog-card:hover .nzm-catalog-card__title,
.nzm-catalog-card:focus-visible .nzm-catalog-card__title,
.nzm-catalog-card.is-current .nzm-catalog-card__title { color: #fff; }

/* ===== עמוד צבע: hero ממורכז ===== */
.nzm-cat-hero { text-align: center; }
.nzm-cat-hero__text { text-align: center; margin-inline: auto; }
.nzm-cat-hero__desc { margin-inline: auto; }

/* ===== עמוד צבע (דסקטופ): כפתור סינון פותח/מסתיר את הסיידבר; גריד 5 מוסתר / 4 פתוח ===== */
@media (min-width: 1025px) {
	.nzm-catalog-main-layout > .nzm-catalog-sidebar { display: none; }
	.nzm-catalog-main-layout .nzm-catalog-products-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
	.nzm-catalog-main-layout.is-sidebar-open > .nzm-catalog-sidebar { display: block; }
	.nzm-catalog-main-layout.is-sidebar-open .nzm-catalog-products-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.nzm-catalog-btn-filter.is-active { background: #000; color: #fff; border-color: #000; }
}

/* ===== רצועת מפרט מתחת ל-HERO (סוגי שיש, Figma 1053:1964) ===== */
.nzm-taxstats { background: #fff; padding: clamp(24px, 3.5vw, 48px) 0 clamp(24px, 3vw, 40px); }
.nzm-taxstats__inner { width: min(1600px, 100% - 48px); margin-inline: auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 13px; }
.nzm-taxstat { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; min-height: 88px; padding: 16px 14px; background: #F5F5F5; border-radius: 6px; text-align: center; }
.nzm-taxstat__label { font-weight: 400; font-size: clamp(14px, 1.2vw, 18px); line-height: 1.2; color: var(--nzm-text-dark-gray, #3e3e3e); }
.nzm-taxstat__val { font-weight: 500; font-size: clamp(18px, 1.8vw, 24px); line-height: 1.1; color: #000; }
.nzm-taxstat__stars { display: inline-flex; align-items: center; gap: 3px; }
.nzm-taxstat__star { display: block; width: 20px; height: 19px; flex: 0 0 auto; }
@media (max-width: 1024px) { .nzm-taxstats__inner { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .nzm-taxstats__inner { grid-template-columns: 1fr; } }
