/* ================================================================
   Homepage Why-Roofer block — тёмная секция, 2×2 факт-карточек,
   trust addendum со штампом
   ================================================================ */

.why-block {
  background: #0E0E0E;
  color: var(--paper);
  position: relative;
  overflow: hidden;
}

.why-bg {
  position: absolute;
  inset: 0;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  pointer-events: none;
}

.why-wrap {
  position: relative;
  z-index: 1;
}

.why-head {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 1200px;
}
.why-title { margin: 0; color: var(--paper); }
.why-title-accent { color: var(--orange); }

.why-block .sec-num__num {
  background: var(--paper);
  color: var(--ink);
}

/* ── Grid 2×2 ───────────────────────────────────── */

.why-grid {
  margin-top: 56px;
  gap: 20px;
}

.why-card {
  padding: 36px;
  border: 1.5px solid rgba(244,241,234,0.22);
  border-radius: 8px;
  display: flex;
  gap: 28px;
  align-items: flex-start;
  background: transparent;
}

.why-card-icon {
  width: 96px;
  height: 96px;
  flex: 0 0 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.why-card-body { flex: 1; min-width: 0; }

.why-card-fig {
  font-size: 56px;
  line-height: 0.95;
  color: var(--orange);
}

.why-card-label {
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 10px;
  opacity: 0.85;
}

.why-card-text {
  margin: 16px 0 0;
  font-size: 17px;
  line-height: 1.5;
  color: rgba(244,241,234,0.88);
  max-width: 520px;
}

/* ── Trust addendum (штамп + цитата) ───────────── */

.why-trust {
  margin-top: 56px;
  padding: 36px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.why-trust-stamp {
  width: 320px;
  height: 320px;
  object-fit: contain;
  transform: rotate(-6deg);
  filter: brightness(0) invert(1);
  order: 2;
}

.why-trust-text {
  margin: 0;
  font-size: 22px;
  line-height: 1.6;
  color: var(--paper);
  text-align: center;
  max-width: 720px;
  order: 1;
}
.why-trust-text b { color: var(--orange); font-weight: 700; }

/* ── Responsive ───────────────────────────────── */

@media (max-width: 900px) {
  .why-card { flex-direction: column; gap: 16px; padding: 24px; }
  .why-card-icon { width: 64px; height: 64px; flex: 0 0 64px; }
  .why-card-fig { font-size: 36px; }
}

@media (max-width: 720px) {
  .why-trust-stamp { width: 220px; height: 220px; }
  .why-trust-text { font-size: 18px; }
}

@media (max-width: 480px) {
  .why-card { padding: 20px; }
  .why-card-fig { font-size: 28px; }
  .why-card-label { font-size: 11px; }
  .why-card-text { font-size: 14px; }
  .why-trust-text { font-size: 16px; }
}
