/* ================= TRUST STRIP ================= */
.trust-strip .trust-box{
  background:#fff;
  border-radius:16px;
  padding:22px 18px;
  height:100%;
  box-shadow:0 8px 22px rgba(0,0,0,.06);
}

.trust-strip h6{
  font-weight:600;
  margin-bottom:6px;
}

.trust-strip p{
  font-size:.9rem;
  color:#6c757d;
  margin:0;
}

/* ================= HOW IT WORKS ================= */
.how-it-works .how-box{
  background:#fff;
  border-radius:18px;
  padding:28px 20px;
  height:100%;
  box-shadow:0 10px 26px rgba(0,0,0,.06);
}

.how-it-works .step{
  display:inline-block;
  font-size:.85rem;
  font-weight:600;
  color:#555;
  background:#f1f3f5;
  padding:6px 14px;
  border-radius:30px;
  margin-bottom:12px;
}

.how-it-works h6{
  font-weight:600;
  margin-bottom:6px;
}

.how-it-works p{
  font-size:.9rem;
  color:#6c757d;
  margin:0;
}
