/* SECTION */
.how-we-engage {
  background: #ececa1;
}

/* TITLES 
.section-title {
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}

.section-subtitle {
  font-weight: 700;
  margin-bottom: 16px;
}
*/

.HowWeEngage-title {
  font-size: 26px;
  letter-spacing: 2px;
  font-weight: 700;
}

.HowWeEngage-subtitle {
  font-size: 20px;
  font-weight: 500;
  max-width: 700px;
}

.section-desc {
  font-size: 16px;
  line-height: 1.6;
  max-width: 680px;
}

/* CARD */
.engage-card {
  background: #fff;
  padding: 32px 28px;
  height: 100%;
  box-shadow: 0 6px 14px rgba(0,0,0,0.12);
  transition: transform .3s ease, box-shadow .3s ease;
}

.engage-card h4 {
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.03em;
  margin-bottom: 14px;
}

.engage-card p {
  font-size: 15px;
  line-height: 1.6;
}

/* HOVER (subtle, professional) */
.engage-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.18);
}
