/* =========================================================
   WHY 3i
   ========================================================= */
.why { padding: 20px 0 90px; }
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.why-card {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 26px 22px;
  box-shadow: var(--shadow-soft);
  text-align: left;
}
.why-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px; height: 48px;
  border-radius: 14px;
  font-size: 1.4rem;
  margin-bottom: 14px;
}
.why-card h3 { font-size: 1.05rem; }
.why-card p { font-size: 0.92rem; margin-bottom: 0; }
